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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 435fc41d67987ddff12c535146ad4fc35898d092+31468994070af38c8f9db93fe1a8ddc3ce05f196 (ec6898304a8f85731ab143a4a00ead226adbf302) 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-2581 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 Merge succeeded, producing 9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 Checking out Revision 9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 (PR-3391) > 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/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # 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 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 # timeout=10 Commit message: "Merge commit '31468994070af38c8f9db93fe1a8ddc3ce05f196' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 0762094572dfdf8839e3b6669841e200cd664f61 # timeout=10 [Pipeline] timeout [2021-05-01T08:32:43.912Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-01T08:32:44.004Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-01T08:32:44.033Z] ========================================================= [2021-05-01T08:32:44.033Z] EdgeX Global Pipelines Version Info [2021-05-01T08:32:44.033Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:32:47.310Z] ------------------- [2021-05-01T08:32:47.310Z] stable info: [2021-05-01T08:32:47.310Z] ------------------- [2021-05-01T08:32:47.310Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-01T08:32:47.310Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-01T08:32:47.310Z] Message: update stable to v1.0.191 [2021-05-01T08:32:48.320Z] ------------------- [2021-05-01T08:32:48.320Z] experimental info: [2021-05-01T08:32:48.320Z] ------------------- [2021-05-01T08:32:48.320Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-01T08:32:48.320Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-01T08:32:48.320Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-01T08:32:48.586Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-01T08:32:48.607Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-01T08:32:48.630Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-01T08:32:48.652Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-01T08:32:48.673Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-01T08:32:48.702Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-01T08:32:48.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-01T08:32:48.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-01T08:32:48.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-01T08:32:48.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-01T08:32:48.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-01T08:32:48.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-01T08:32:48.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-01T08:32:48.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-01T08:32:48.970Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-01T08:32:48.994Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-01T08:32:49.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-01T08:32:49.038Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-01T08:32:49.059Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-01T08:32:49.081Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-01T08:32:49.119Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-01T08:32:49.141Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-01T08:32:49.164Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo [2021-05-01T08:32:49.190Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo [2021-05-01T08:32:49.224Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo [2021-05-01T08:32:49.252Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [Pipeline] echo [2021-05-01T08:32:49.285Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9a07ad6 [Pipeline] echo [2021-05-01T08:32:49.325Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-01T08:32:49.392Z] provisioning config files... [2021-05-01T08:32:49.433Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config1091747311521809757tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:32:49.815Z] ---> docker-login.sh [2021-05-01T08:32:49.815Z] nexus3.edgexfoundry.org:10001 [2021-05-01T08:32:50.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:32:50.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:32:50.721Z] Configure a credential helper to remove this warning. See [2021-05-01T08:32:50.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:32:50.721Z] [2021-05-01T08:32:50.721Z] Login Succeeded [2021-05-01T08:32:50.721Z] nexus3.edgexfoundry.org:10002 [2021-05-01T08:32:51.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:32:51.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:32:51.352Z] Configure a credential helper to remove this warning. See [2021-05-01T08:32:51.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:32:51.352Z] [2021-05-01T08:32:51.352Z] Login Succeeded [2021-05-01T08:32:51.352Z] nexus3.edgexfoundry.org:10003 [2021-05-01T08:32:52.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:32:52.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:32:52.421Z] Configure a credential helper to remove this warning. See [2021-05-01T08:32:52.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:32:52.421Z] [2021-05-01T08:32:52.421Z] Login Succeeded [2021-05-01T08:32:52.421Z] nexus3.edgexfoundry.org:10004 [2021-05-01T08:32:52.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:32:52.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:32:52.750Z] Configure a credential helper to remove this warning. See [2021-05-01T08:32:52.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:32:52.750Z] [2021-05-01T08:32:52.750Z] Login Succeeded [2021-05-01T08:32:52.750Z] docker.io [2021-05-01T08:32:53.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:32:53.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:32:53.422Z] Configure a credential helper to remove this warning. See [2021-05-01T08:32:53.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:32:53.422Z] [2021-05-01T08:32:53.422Z] Login Succeeded [2021-05-01T08:32:53.422Z] ---> docker-login.sh ends [Pipeline] } [2021-05-01T08:32:53.471Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-01T08:32:53.876Z] ++ 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-01T08:32:53.876Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:32:53.876Z] ++ cut -d/ -f2 [2021-05-01T08:32:53.876Z] ++ dirname cmd/core-command/Dockerfile [2021-05-01T08:32:53.876Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-01T08:32:53.876Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:32:53.876Z] ++ dirname cmd/core-data/Dockerfile [2021-05-01T08:32:53.876Z] ++ cut -d/ -f2 [2021-05-01T08:32:53.876Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-01T08:32:53.876Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:32:53.876Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-01T08:32:53.876Z] ++ cut -d/ -f2 [2021-05-01T08:32:53.876Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-01T08:32:53.876Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:32:53.876Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-01T08:32:53.876Z] ++ cut -d/ -f2 [2021-05-01T08:32:53.876Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-01T08:32:53.876Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:32:53.876Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-01T08:32:53.876Z] ++ cut -d/ -f2 [2021-05-01T08:32:53.876Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-01T08:32:53.876Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:32:53.876Z] ++ cut -d/ -f2 [2021-05-01T08:32:53.876Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-01T08:32:53.876Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-01T08:32:53.876Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:32:53.876Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-01T08:32:53.876Z] ++ cut -d/ -f2 [2021-05-01T08:32:53.876Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-01T08:32:53.876Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:32:53.876Z] ++ cut -d/ -f2 [2021-05-01T08:32:53.876Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-01T08:32:53.876Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-01T08:32:53.876Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-01T08:32:53.876Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-01T08:32:53.876Z] ++ cut -d/ -f2 [2021-05-01T08:32:53.876Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-01T08:32:54.052Z] 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-01T08:32:54.803Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-01T08:32:54.803Z] [2021-05-01T08:32:54.803Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:32:55.230Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-01T08:32:55.231Z] latest: Pulling from edgex-devops/git-semver [2021-05-01T08:32:55.231Z] 31603596830f: Pulling fs layer [2021-05-01T08:32:55.231Z] 54011a49482f: Pulling fs layer [2021-05-01T08:32:55.231Z] a6820b24f6d8: Pulling fs layer [2021-05-01T08:32:55.231Z] f581987b2513: Pulling fs layer [2021-05-01T08:32:55.231Z] f581987b2513: Waiting [2021-05-01T08:32:55.526Z] 54011a49482f: Verifying Checksum [2021-05-01T08:32:55.526Z] 54011a49482f: Download complete [2021-05-01T08:32:55.811Z] 31603596830f: Download complete [2021-05-01T08:32:55.811Z] f581987b2513: Verifying Checksum [2021-05-01T08:32:55.811Z] f581987b2513: Download complete [2021-05-01T08:32:56.097Z] a6820b24f6d8: Verifying Checksum [2021-05-01T08:32:56.097Z] a6820b24f6d8: Download complete [2021-05-01T08:32:56.813Z] 31603596830f: Pull complete [2021-05-01T08:32:57.114Z] 54011a49482f: Pull complete [2021-05-01T08:32:59.220Z] a6820b24f6d8: Pull complete [2021-05-01T08:33:00.303Z] f581987b2513: Pull complete [2021-05-01T08:33:00.303Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-01T08:33:00.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-01T08:33:00.303Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-01T08:33:00.717Z] prd-centos7-docker-4c-2g-2581 does not seem to be running inside a container [2021-05-01T08:33:00.944Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-01T08:33:04.188Z] $ docker top 8e57ab259197b6395b7f6f83b9a8d4c16e7f9eb388dedbe4c9b6d11b0c0efec3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-01T08:33:04.462Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-01T08:33:04.462Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-01T08:33:04.901Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-01T08:33:04.908Z] $ docker exec 8e57ab259197b6395b7f6f83b9a8d4c16e7f9eb388dedbe4c9b6d11b0c0efec3 ssh-agent [2021-05-01T08:33:05.239Z] SSH_AUTH_SOCK=/tmp/ssh-KIesWblLYsbS/agent.12 [2021-05-01T08:33:05.239Z] SSH_AGENT_PID=18 [2021-05-01T08:33:05.275Z] Running ssh-add (command line suppressed) [2021-05-01T08:33:05.601Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_2846256561023075163.key (/w/workspace/edgex-go/11@tmp/private_key_2846256561023075163.key) [2021-05-01T08:33:05.946Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-01T08:33:06.333Z] + git tag --points-at HEAD [Pipeline] } [2021-05-01T08:33:06.550Z] $ docker exec --env ******** --env ******** 8e57ab259197b6395b7f6f83b9a8d4c16e7f9eb388dedbe4c9b6d11b0c0efec3 ssh-agent -k [2021-05-01T08:33:07.031Z] unset SSH_AUTH_SOCK; [2021-05-01T08:33:07.031Z] unset SSH_AGENT_PID; [2021-05-01T08:33:07.032Z] echo Agent pid 18 killed; [2021-05-01T08:33:07.346Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-01T08:33:07.387Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-01T08:33:07.387Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-01T08:33:08.248Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-01T08:33:08.256Z] $ docker exec 8e57ab259197b6395b7f6f83b9a8d4c16e7f9eb388dedbe4c9b6d11b0c0efec3 ssh-agent [2021-05-01T08:33:08.662Z] SSH_AUTH_SOCK=/tmp/ssh-Pcur1kBVV3OM/agent.47 [2021-05-01T08:33:08.662Z] SSH_AGENT_PID=53 [2021-05-01T08:33:08.674Z] Running ssh-add (command line suppressed) [2021-05-01T08:33:09.009Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_4425788563374209372.key (/w/workspace/edgex-go/11@tmp/private_key_4425788563374209372.key) [2021-05-01T08:33:09.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-01T08:33:09.641Z] + git semver init [2021-05-01T08:33:09.926Z] # -> Open(): unable to determine branch for HEAD [2021-05-01T08:33:09.926Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2021-05-01T08:33:09.926Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2021-05-01T08:33:09.926Z] # $SEMVER_REMOTE_NAME = origin [2021-05-01T08:33:09.926Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-01T08:33:09.926Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-01T08:33:09.926Z] # $SEMVER_BRANCH = PR-3391 [2021-05-01T08:33:09.926Z] # $SEMVER_TEMP = /tmp/semver-771976618 [2021-05-01T08:33:09.926Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-01T08:33:57.960Z] # '/tmp/semver-771976618' -> '/w/workspace/edgex-go/11/.semver' [2021-05-01T08:33:57.960Z] # -> Force: false [2021-05-01T08:33:57.960Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2021-05-01T08:33:57.995Z] $ docker exec --env ******** --env ******** 8e57ab259197b6395b7f6f83b9a8d4c16e7f9eb388dedbe4c9b6d11b0c0efec3 ssh-agent -k [2021-05-01T08:33:58.581Z] unset SSH_AUTH_SOCK; [2021-05-01T08:33:58.581Z] unset SSH_AGENT_PID; [2021-05-01T08:33:58.582Z] echo Agent pid 53 killed; [2021-05-01T08:33:58.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-01T08:33:59.693Z] + git semver [Pipeline] } [2021-05-01T08:33:59.727Z] $ docker stop --time=1 8e57ab259197b6395b7f6f83b9a8d4c16e7f9eb388dedbe4c9b6d11b0c0efec3 [2021-05-01T08:34:02.491Z] $ docker rm -f 8e57ab259197b6395b7f6f83b9a8d4c16e7f9eb388dedbe4c9b6d11b0c0efec3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-01T08:34:03.565Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-01T08:34:05.102Z] Stashed 1 file(s) [Pipeline] echo [2021-05-01T08:34:05.105Z] [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-01T08:34:05.742Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-01T08:34:06.098Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-01T08:34:06.503Z] + sudo service docker restart [2021-05-01T08:34:06.504Z] + true [2021-05-01T08:34:06.504Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-01T08:34:07.975Z] ========================================================= [2021-05-01T08:34:07.975Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-01T08:34:07.975Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:34:08.338Z] + 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-01T08:34:20.243Z] Still waiting to schedule task [2021-05-01T08:34:20.243Z] ‘prd-centos7-blackbox-4c-2g-2571’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2584’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2585’ is offline [2021-05-01T08:34:21.012Z] Sending build context to Docker daemon 330MB [2021-05-01T08:34:21.012Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-01T08:34:21.012Z] Step 2/6 : FROM ${BASE} [2021-05-01T08:34:21.012Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-01T08:34:21.012Z] 540db60ca938: Pulling fs layer [2021-05-01T08:34:21.012Z] adcc1eea9eea: Pulling fs layer [2021-05-01T08:34:21.012Z] 4c4ab2625f07: Pulling fs layer [2021-05-01T08:34:21.012Z] 0510c868ecb4: Pulling fs layer [2021-05-01T08:34:21.012Z] afea3b2eda06: Pulling fs layer [2021-05-01T08:34:21.012Z] 7809a108b3ef: Pulling fs layer [2021-05-01T08:34:21.012Z] f706445af74f: Pulling fs layer [2021-05-01T08:34:21.012Z] 0510c868ecb4: Waiting [2021-05-01T08:34:21.012Z] afea3b2eda06: Waiting [2021-05-01T08:34:21.012Z] 7809a108b3ef: Waiting [2021-05-01T08:34:21.012Z] f706445af74f: Waiting [2021-05-01T08:34:21.013Z] 4c4ab2625f07: Verifying Checksum [2021-05-01T08:34:21.013Z] 4c4ab2625f07: Download complete [2021-05-01T08:34:21.013Z] adcc1eea9eea: Verifying Checksum [2021-05-01T08:34:21.013Z] adcc1eea9eea: Download complete [2021-05-01T08:34:21.013Z] 540db60ca938: Verifying Checksum [2021-05-01T08:34:21.013Z] 540db60ca938: Download complete [2021-05-01T08:34:21.013Z] 7809a108b3ef: Verifying Checksum [2021-05-01T08:34:21.013Z] 7809a108b3ef: Download complete [2021-05-01T08:34:21.310Z] afea3b2eda06: Download complete [2021-05-01T08:34:21.936Z] 540db60ca938: Pull complete [2021-05-01T08:34:22.967Z] adcc1eea9eea: Pull complete [2021-05-01T08:34:23.304Z] 4c4ab2625f07: Pull complete [2021-05-01T08:34:25.438Z] f706445af74f: Verifying Checksum [2021-05-01T08:34:25.438Z] f706445af74f: Download complete [2021-05-01T08:34:28.425Z] 0510c868ecb4: Verifying Checksum [2021-05-01T08:34:28.425Z] 0510c868ecb4: Download complete [2021-05-01T08:34:47.262Z] 0510c868ecb4: Pull complete [2021-05-01T08:34:47.262Z] afea3b2eda06: Pull complete [2021-05-01T08:34:47.262Z] 7809a108b3ef: Pull complete [2021-05-01T08:34:51.913Z] f706445af74f: Pull complete [2021-05-01T08:34:51.913Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-01T08:34:51.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-01T08:34:51.913Z] ---> b068be0155e3 [2021-05-01T08:34:51.913Z] 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-01T08:34:52.616Z] ---> Running in c5ba4d61c1a0 [2021-05-01T08:34:54.726Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:34:55.336Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:34:55.986Z] (1/12) Installing libmagic (5.39-r0) [2021-05-01T08:34:56.619Z] (2/12) Installing file (5.39-r0) [2021-05-01T08:34:56.619Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-01T08:34:56.898Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-01T08:35:02.378Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-01T08:35:02.378Z] (6/12) Installing patch (2.7.6-r6) [2021-05-01T08:35:02.378Z] (7/12) Installing build-base (0.5-r2) [2021-05-01T08:35:02.378Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-01T08:35:02.378Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-01T08:35:02.378Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-01T08:35:02.378Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-01T08:35:02.647Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-01T08:35:02.647Z] Executing busybox-1.32.1-r6.trigger [2021-05-01T08:35:02.647Z] OK: 219 MiB in 52 packages [2021-05-01T08:35:09.488Z] Removing intermediate container c5ba4d61c1a0 [2021-05-01T08:35:09.488Z] ---> fbf8e1ab2d3c [2021-05-01T08:35:09.488Z] Step 4/6 : WORKDIR /edgex-go [2021-05-01T08:35:09.488Z] ---> Running in 2810308363b4 [2021-05-01T08:35:10.147Z] Removing intermediate container 2810308363b4 [2021-05-01T08:35:10.147Z] ---> 6698e6141083 [2021-05-01T08:35:10.147Z] Step 5/6 : COPY go.mod . [2021-05-01T08:35:10.801Z] ---> b276fbd0f33e [2021-05-01T08:35:10.801Z] Step 6/6 : RUN go mod download [2021-05-01T08:35:10.801Z] ---> Running in 01208e49d0c0 [2021-05-01T08:35:50.878Z] Removing intermediate container 01208e49d0c0 [2021-05-01T08:35:50.878Z] ---> fac84e55177f [2021-05-01T08:35:50.878Z] Successfully built fac84e55177f [2021-05-01T08:35:50.878Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:35:51.730Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-01T08:35:52.017Z] . [Pipeline] withDockerContainer [2021-05-01T08:35:52.358Z] prd-centos7-docker-4c-2g-2581 does not seem to be running inside a container [2021-05-01T08:35:52.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-01T08:35:54.774Z] $ docker top dd89b30eda5c9f0b9bf17642163664dac4f592994209166f761a19afd402e8e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:35:55.990Z] + go version [2021-05-01T08:35:55.990Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-01T08:35:56.011Z] $ docker stop --time=1 dd89b30eda5c9f0b9bf17642163664dac4f592994209166f761a19afd402e8e4 [2021-05-01T08:35:58.001Z] $ docker rm -f dd89b30eda5c9f0b9bf17642163664dac4f592994209166f761a19afd402e8e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:35:58.848Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-01T08:35:58.848Z] . [Pipeline] withDockerContainer [2021-05-01T08:35:59.082Z] prd-centos7-docker-4c-2g-2581 does not seem to be running inside a container [2021-05-01T08:35:59.318Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-01T08:36:00.698Z] $ docker top b242b98382b904c91d0aa571f9b1cab20f376b0f5fa40910456bf11bf5095550 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-01T08:36:00.921Z] ========================================================= [2021-05-01T08:36:00.921Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-01T08:36:00.921Z] ========================================================= [Pipeline] sh [2021-05-01T08:36:01.633Z] + go mod tidy [Pipeline] sh [2021-05-01T08:36:05.057Z] + make test [2021-05-01T08:36:05.057Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-01T08:36:32.367Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-01T08:36:42.931Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2588 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-05-01T08:36:42.948Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-05-01T08:36:49.424Z] using credential edgex-jenkins-ssh [2021-05-01T08:36:49.496Z] Cloning the remote Git repository [2021-05-01T08:36:49.576Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:36:49.755Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-05-01T08:36:49.836Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:36:49.839Z] > git --version # timeout=10 [2021-05-01T08:36:49.901Z] > git --version # 'git version 2.17.1' [2021-05-01T08:36:49.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:36:49.980Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T08:37:13.462Z] Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 [2021-05-01T08:37:14.272Z] Merge succeeded, producing 78cd0e505ee6b898279789e6570db1fb55ebbb30 [2021-05-01T08:37:14.273Z] Checking out Revision 78cd0e505ee6b898279789e6570db1fb55ebbb30 (PR-3391) [2021-05-01T08:37:12.451Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-01T08:37:12.474Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T08:37:12.505Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-01T08:37:12.544Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:37:12.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:37:12.558Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-01T08:37:13.486Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T08:37:13.513Z] > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [2021-05-01T08:37:13.867Z] > git remote # timeout=10 [2021-05-01T08:37:13.891Z] > git config --get remote.origin.url # timeout=10 [2021-05-01T08:37:13.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:37:13.920Z] > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 [2021-05-01T08:37:14.257Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-01T08:37:14.284Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T08:37:14.302Z] > git checkout -f 78cd0e505ee6b898279789e6570db1fb55ebbb30 # timeout=10 [2021-05-01T08:37:18.818Z] Commit message: "Merge commit '31468994070af38c8f9db93fe1a8ddc3ce05f196' into HEAD" [2021-05-01T08:37:18.845Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-01T08:37:18.829Z] > git rev-list --no-walk 0762094572dfdf8839e3b6669841e200cd664f61 # timeout=10 [2021-05-01T08:37:20.327Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-01T08:37:20.773Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-01T08:37:20.887Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-01T08:37:21.119Z] + + sudotrue [2021-05-01T08:37:21.119Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-01T08:37:23.817Z] provisioning config files... [2021-05-01T08:37:23.869Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config6768856823467696550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:37:24.250Z] ---> docker-login.sh [2021-05-01T08:37:24.250Z] nexus3.edgexfoundry.org:10001 [2021-05-01T08:37:25.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:37:25.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:37:25.517Z] Configure a credential helper to remove this warning. See [2021-05-01T08:37:25.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:37:25.517Z] [2021-05-01T08:37:25.517Z] Login Succeeded [2021-05-01T08:37:25.517Z] nexus3.edgexfoundry.org:10002 [2021-05-01T08:37:26.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:37:26.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:37:26.121Z] Configure a credential helper to remove this warning. See [2021-05-01T08:37:26.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:37:26.121Z] [2021-05-01T08:37:26.121Z] Login Succeeded [2021-05-01T08:37:26.121Z] nexus3.edgexfoundry.org:10003 [2021-05-01T08:37:26.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:37:26.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:37:26.732Z] Configure a credential helper to remove this warning. See [2021-05-01T08:37:26.732Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:37:26.732Z] [2021-05-01T08:37:26.732Z] Login Succeeded [2021-05-01T08:37:26.732Z] nexus3.edgexfoundry.org:10004 [2021-05-01T08:37:27.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:37:27.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:37:27.314Z] Configure a credential helper to remove this warning. See [2021-05-01T08:37:27.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:37:27.314Z] [2021-05-01T08:37:27.314Z] Login Succeeded [2021-05-01T08:37:27.314Z] docker.io [2021-05-01T08:37:27.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-01T08:37:28.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-01T08:37:28.203Z] Configure a credential helper to remove this warning. See [2021-05-01T08:37:28.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-01T08:37:28.203Z] [2021-05-01T08:37:28.203Z] Login Succeeded [2021-05-01T08:37:28.203Z] ---> docker-login.sh ends [Pipeline] } [2021-05-01T08:37:28.228Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-01T08:37:28.611Z] ========================================================= [2021-05-01T08:37:28.611Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-01T08:37:28.611Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:37:28.978Z] + 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-01T08:37:29.697Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-01T08:37:30.015Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-01T08:37:30.665Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-01T08:37:31.639Z] Sending build context to Docker daemon 167.7MB [2021-05-01T08:37:31.639Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-01T08:37:31.639Z] Step 2/6 : FROM ${BASE} [2021-05-01T08:37:31.639Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-01T08:37:31.639Z] 595b0fe564bb: Pulling fs layer [2021-05-01T08:37:31.639Z] 7186ed65a4f7: Pulling fs layer [2021-05-01T08:37:31.639Z] 316046926c0a: Pulling fs layer [2021-05-01T08:37:31.639Z] 4ebd0625c992: Pulling fs layer [2021-05-01T08:37:31.639Z] 207e8628e3a3: Pulling fs layer [2021-05-01T08:37:31.639Z] c791037a9be2: Pulling fs layer [2021-05-01T08:37:31.639Z] ffd874e62e21: Pulling fs layer [2021-05-01T08:37:31.639Z] 4ebd0625c992: Waiting [2021-05-01T08:37:31.639Z] 207e8628e3a3: Waiting [2021-05-01T08:37:31.639Z] c791037a9be2: Waiting [2021-05-01T08:37:31.639Z] ffd874e62e21: Waiting [2021-05-01T08:37:31.639Z] 316046926c0a: Verifying Checksum [2021-05-01T08:37:31.639Z] 316046926c0a: Download complete [2021-05-01T08:37:31.639Z] 7186ed65a4f7: Verifying Checksum [2021-05-01T08:37:31.639Z] 7186ed65a4f7: Download complete [2021-05-01T08:37:31.639Z] 207e8628e3a3: Verifying Checksum [2021-05-01T08:37:31.639Z] 207e8628e3a3: Download complete [2021-05-01T08:37:31.912Z] c791037a9be2: Verifying Checksum [2021-05-01T08:37:31.912Z] c791037a9be2: Download complete [2021-05-01T08:37:31.912Z] 595b0fe564bb: Verifying Checksum [2021-05-01T08:37:31.912Z] 595b0fe564bb: Download complete [2021-05-01T08:37:32.512Z] 595b0fe564bb: Pull complete [2021-05-01T08:37:33.952Z] ffd874e62e21: Verifying Checksum [2021-05-01T08:37:34.227Z] 7186ed65a4f7: Pull complete [2021-05-01T08:37:34.499Z] 316046926c0a: Pull complete [2021-05-01T08:37:35.766Z] 4ebd0625c992: Verifying Checksum [2021-05-01T08:37:36.041Z] 4ebd0625c992: Download complete [2021-05-01T08:37:38.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-01T08:37:38.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-01T08:37:38.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-01T08:37:38.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-01T08:37:41.583Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-01T08:37:43.705Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-01T08:37:46.217Z] 4ebd0625c992: Pull complete [2021-05-01T08:37:46.217Z] 207e8628e3a3: Pull complete [2021-05-01T08:37:46.491Z] c791037a9be2: Pull complete [2021-05-01T08:37:49.428Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-01T08:37:49.428Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-01T08:37:49.428Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-01T08:37:50.835Z] ffd874e62e21: Pull complete [2021-05-01T08:37:50.835Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-01T08:37:50.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-01T08:37:50.835Z] ---> cfc18b08335c [2021-05-01T08:37:50.835Z] 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-01T08:37:53.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.193s coverage: 45.9% of statements [2021-05-01T08:37:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-01T08:37:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-01T08:37:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-01T08:37:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-01T08:37:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-01T08:37:53.987Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-01T08:37:53.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.198s coverage: 19.8% of statements [2021-05-01T08:37:53.987Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.112s coverage: 100.0% of statements [2021-05-01T08:37:54.247Z] ---> Running in 31c460429f77 [2021-05-01T08:37:55.248Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:37:56.248Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:37:57.695Z] (1/12) Installing libmagic (5.39-r0) [2021-05-01T08:37:57.695Z] (2/12) Installing file (5.39-r0) [2021-05-01T08:37:57.695Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-01T08:37:57.695Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-01T08:37:58.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.515s coverage: 27.1% of statements [2021-05-01T08:37:58.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-01T08:37:58.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-01T08:37:58.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-01T08:37:58.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-01T08:37:58.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-01T08:37:58.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-01T08:37:58.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.116s coverage: 100.0% of statements [2021-05-01T08:37:58.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-01T08:37:58.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.444s coverage: 100.0% of statements [2021-05-01T08:37:58.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-01T08:37:58.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-01T08:37:59.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 71.3% of statements [2021-05-01T08:37:59.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-01T08:37:59.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-01T08:38:01.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.481s coverage: 87.7% of statements [2021-05-01T08:38:01.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-01T08:38:01.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:38:01.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.123s coverage: 78.9% of statements [2021-05-01T08:38:01.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-01T08:38:03.117Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-01T08:38:03.117Z] (6/12) Installing patch (2.7.6-r6) [2021-05-01T08:38:03.117Z] (7/12) Installing build-base (0.5-r2) [2021-05-01T08:38:03.389Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-01T08:38:03.389Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-01T08:38:03.389Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-01T08:38:03.663Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-01T08:38:03.663Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-01T08:38:03.936Z] Executing busybox-1.32.1-r6.trigger [2021-05-01T08:38:03.936Z] OK: 218 MiB in 52 packages [2021-05-01T08:38:08.268Z] Removing intermediate container 31c460429f77 [2021-05-01T08:38:08.268Z] ---> 3829faf0c513 [2021-05-01T08:38:08.268Z] Step 4/6 : WORKDIR /edgex-go [2021-05-01T08:38:08.542Z] ---> Running in bc3f37ae3b07 [2021-05-01T08:38:08.817Z] Removing intermediate container bc3f37ae3b07 [2021-05-01T08:38:08.817Z] ---> 7babe1741b1e [2021-05-01T08:38:08.817Z] Step 5/6 : COPY go.mod . [2021-05-01T08:38:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.679s coverage: 28.6% of statements [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-01T08:38:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.174s coverage: 100.0% of statements [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-01T08:38:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.228s coverage: 100.0% of statements [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-01T08:38:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.246s coverage: 86.7% of statements [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-01T08:38:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.333s coverage: 97.5% of statements [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-01T08:38:08.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.224s coverage: 78.3% of statements [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-01T08:38:08.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-01T08:38:09.801Z] ---> 123a90d7702c [2021-05-01T08:38:09.801Z] Step 6/6 : RUN go mod download [2021-05-01T08:38:09.801Z] ---> Running in 85d19788a9a1 [2021-05-01T08:38:16.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.076s coverage: 95.1% of statements [2021-05-01T08:38:16.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-01T08:38:16.286Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.213s coverage: 58.8% of statements [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-01T08:38:16.286Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.141s coverage: 0.9% of statements [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-05-01T08:38:16.286Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-01T08:38:16.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.254s coverage: 47.1% of statements [2021-05-01T08:38:16.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.314s coverage: 79.5% of statements [2021-05-01T08:38:16.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.200s coverage: 94.1% of statements [2021-05-01T08:38:17.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.203s coverage: 96.3% of statements [2021-05-01T08:38:18.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements [2021-05-01T08:38:30.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.153s coverage: 94.4% of statements [2021-05-01T08:38:30.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.107s coverage: 44.8% of statements [2021-05-01T08:38:34.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.686s coverage: 81.8% of statements [2021-05-01T08:38:34.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-01T08:38:42.330Z] Removing intermediate container 85d19788a9a1 [2021-05-01T08:38:42.330Z] ---> 6f25e0b964b7 [2021-05-01T08:38:42.330Z] Successfully built 6f25e0b964b7 [2021-05-01T08:38:42.330Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:38:42.686Z] + docker inspect -f . ci-base-image-arm64 [2021-05-01T08:38:42.686Z] . [Pipeline] withDockerContainer [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.344s coverage: 92.9% of statements [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.130s coverage: 65.1% of statements [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.143s coverage: 87.2% of statements [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.098s coverage: 100.0% of statements [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.188s coverage: 79.1% of statements [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.172s coverage: 80.0% of statements [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 85.4% of statements [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.2% of statements [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.448s coverage: 64.4% of statements [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-01T08:38:42.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.220s coverage: 100.0% of statements [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.102s coverage: 100.0% of statements [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.112s coverage: 73.7% of statements [2021-05-01T08:38:42.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-05-01T08:38:43.007Z] prd-ubuntu18.04-docker-arm64-4c-16g-2588 does not seem to be running inside a container [2021-05-01T08:38:43.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-01T08:38:44.829Z] $ docker top de4a27d25312f1a6522ad649ba359d809d4145924fe51abeda39818b81a80cf2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:38:45.855Z] + go version [2021-05-01T08:38:45.855Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-01T08:38:45.891Z] $ docker stop --time=1 de4a27d25312f1a6522ad649ba359d809d4145924fe51abeda39818b81a80cf2 [2021-05-01T08:38:46.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 2.212s coverage: 66.9% of statements [2021-05-01T08:38:46.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-01T08:38:46.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-01T08:38:46.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-01T08:38:47.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.054s coverage: 43.2% of statements [2021-05-01T08:38:47.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-01T08:38:47.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-01T08:38:47.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.132s coverage: 89.5% of statements [2021-05-01T08:38:47.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-01T08:38:47.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.155s coverage: 84.8% of statements [2021-05-01T08:38:48.117Z] $ docker rm -f de4a27d25312f1a6522ad649ba359d809d4145924fe51abeda39818b81a80cf2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:38:48.862Z] + docker inspect -f . ci-base-image-arm64 [2021-05-01T08:38:48.862Z] . [Pipeline] withDockerContainer [2021-05-01T08:38:49.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-2588 does not seem to be running inside a container [2021-05-01T08:38:49.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-01T08:38:50.911Z] $ docker top ce452f17e9b28b75045dd7552de180ea6184e9bd5f6e1dca397137ae27d1e946 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-01T08:38:51.266Z] ========================================================= [2021-05-01T08:38:51.266Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-01T08:38:51.266Z] ========================================================= [Pipeline] sh [2021-05-01T08:38:51.930Z] + go mod tidy [Pipeline] sh [2021-05-01T08:38:53.593Z] + make test [2021-05-01T08:38:53.594Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-01T08:38:54.493Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.535s coverage: 47.0% of statements [2021-05-01T08:38:54.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-01T08:38:54.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-01T08:38:54.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-01T08:38:54.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-01T08:38:54.493Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-01T08:38:54.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.089s coverage: 100.0% of statements [2021-05-01T08:38:54.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-01T08:38:54.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-05-01T08:38:54.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-01T08:38:54.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-01T08:38:54.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.110s coverage: 9.6% of statements [2021-05-01T08:38:54.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-01T08:38:54.494Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.587s coverage: 92.6% of statements [2021-05-01T08:38:54.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-01T08:38:54.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:38:54.494Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-01T08:39:00.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.679s coverage: 28.7% of statements [2021-05-01T08:39:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-01T08:39:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-01T08:39:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-01T08:39:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-01T08:39:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-01T08:39:00.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.479s coverage: 99.0% of statements [2021-05-01T08:39:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-01T08:39:00.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.373s coverage: 100.0% of statements [2021-05-01T08:39:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-01T08:39:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-01T08:39:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-01T08:39:00.212Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.188s coverage: 64.6% of statements [2021-05-01T08:39:00.212Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-01T08:39:01.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.260s coverage: 97.6% of statements [2021-05-01T08:39:01.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-01T08:39:01.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:39:01.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-01T08:39:01.320Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.071s coverage: 0.0% of statements [2021-05-01T08:39:01.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-01T08:39:01.320Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-05-01T08:39:01.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-01T08:39:01.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-01T08:39:01.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-01T08:39:01.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-01T08:39:01.320Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements [2021-05-01T08:39:01.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-01T08:39:01.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-01T08:39:01.320Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-05-01T08:39:01.947Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.128s coverage: 28.1% of statements [2021-05-01T08:39:02.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.064s coverage: 100.0% of statements [2021-05-01T08:39:03.553Z] GO111MODULE=on go vet ./... [2021-05-01T08:39:26.181Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-01T08:40:34.366Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-01T08:40:39.842Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-01T08:40:41.825Z] gofmt -l . [2021-05-01T08:40:41.825Z] [ "`gofmt -l .`" = "" ] [2021-05-01T08:40:41.825Z] ./bin/test-go-mod-tidy.sh [2021-05-01T08:40:41.825Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-01T08:40:42.567Z] + ls -al . [2021-05-01T08:40:42.567Z] total 808 [2021-05-01T08:40:42.567Z] drwxrwxr-x 10 1001 1001 4096 May 1 08:40 . [2021-05-01T08:40:42.567Z] drwxr-xr-x 4 root root 30 May 1 08:36 .. [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 11 May 1 08:32 .dockerignore [2021-05-01T08:40:42.567Z] drwxrwxr-x 8 1001 1001 179 May 1 08:32 .git [2021-05-01T08:40:42.567Z] drwxrwxr-x 3 1001 1001 125 May 1 08:32 .github [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 818 May 1 08:32 .gitignore [2021-05-01T08:40:42.567Z] drwx------ 3 1001 1001 60 May 1 08:33 .semver [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 166 May 1 08:32 .sonarcloud.properties [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 8609 May 1 08:32 Attribution.txt [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 3804 May 1 08:32 CONTRIBUTING.md [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 931 May 1 08:32 Dockerfile.build [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 863 May 1 08:32 Jenkinsfile [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 10775 May 1 08:32 LICENSE [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 5774 May 1 08:32 Makefile [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 7978 May 1 08:32 README.md [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 6755 May 1 08:32 SECURITY.md [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 5 May 1 08:34 VERSION [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 4131 May 1 08:32 ZMQWindows.md [2021-05-01T08:40:42.567Z] drwxrwxr-x 2 1001 1001 117 May 1 08:32 bin [2021-05-01T08:40:42.567Z] drwxrwxr-x 14 1001 1001 4096 May 1 08:32 cmd [2021-05-01T08:40:42.567Z] -rw-r--r-- 1 root root 699797 May 1 08:39 coverage.out [2021-05-01T08:40:42.567Z] -rw-r--r-- 1 root root 1060 May 1 08:40 go.mod [2021-05-01T08:40:42.567Z] -rw-r--r-- 1 root root 22420 May 1 08:36 go.sum [2021-05-01T08:40:42.567Z] drwxrwxr-x 8 1001 1001 127 May 1 08:32 internal [2021-05-01T08:40:42.567Z] drwxrwxr-x 4 1001 1001 26 May 1 08:32 openapi [2021-05-01T08:40:42.567Z] drwxrwxr-x 4 1001 1001 71 May 1 08:32 snap [2021-05-01T08:40:42.567Z] -rw-rw-r-- 1 1001 1001 168 May 1 08:32 version.go [Pipeline] sh [2021-05-01T08:40:43.432Z] + '[' -e coverage.out ] [2021-05-01T08:40:43.432Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-01T08:40:44.310Z] Stashed 1 file(s) [Pipeline] sh [2021-05-01T08:40:45.484Z] + make build [2021-05-01T08:40:45.484Z] 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-01T08:40:51.044Z] 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-01T08:40:52.298Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-01T08:40:52.298Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-01T08:40:54.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-01T08:40:54.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-01T08:40:55.233Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-01T08:40:55.233Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-01T08:40:59.604Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-01T08:41:00.589Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-01T08:41:10.773Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-01T08:41:10.773Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-01T08:41:10.773Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-01T08:41:17.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.388s coverage: 45.9% of statements [2021-05-01T08:41:17.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-01T08:41:17.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-01T08:41:17.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-01T08:41:17.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-01T08:41:17.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-01T08:41:17.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-01T08:41:17.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.143s coverage: 19.8% of statements [2021-05-01T08:41:17.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [2021-05-01T08:41:18.862Z] 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-01T08:41:25.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.651s coverage: 27.1% of statements [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-01T08:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.148s coverage: 100.0% of statements [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-01T08:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.177s coverage: 100.0% of statements [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-01T08:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 71.3% of statements [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-01T08:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-01T08:41:26.038Z] 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-01T08:41:27.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.570s coverage: 87.7% of statements [2021-05-01T08:41:27.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-01T08:41:27.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:41:27.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.164s coverage: 78.9% of statements [2021-05-01T08:41:27.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-01T08:41:28.832Z] 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-01T08:41:29.832Z] 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-01T08:41:33.495Z] 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-01T08:41:39.200Z] 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-01T08:41:39.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.254s coverage: 28.6% of statements [2021-05-01T08:41:39.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-01T08:41:39.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-01T08:41:39.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-01T08:41:39.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-01T08:41:39.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-01T08:41:39.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.271s coverage: 100.0% of statements [2021-05-01T08:41:39.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-01T08:41:39.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.156s coverage: 100.0% of statements [2021-05-01T08:41:39.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-01T08:41:39.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.511s coverage: 86.7% of statements [2021-05-01T08:41:39.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-01T08:41:39.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.371s coverage: 97.5% of statements [2021-05-01T08:41:39.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-01T08:41:39.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.256s coverage: 78.3% of statements [2021-05-01T08:41:39.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-01T08:41:39.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-01T08:41:39.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-01T08:41:39.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-01T08:41:44.563Z] 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-01T08:41:45.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.347s coverage: 95.1% of statements [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-01T08:41:45.993Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-01T08:41:45.993Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.310s coverage: 0.9% of statements [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-01T08:41:45.993Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-05-01T08:41:45.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-01T08:41:45.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.203s coverage: 47.1% of statements [2021-05-01T08:41:45.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.227s coverage: 79.5% of statements [2021-05-01T08:41:45.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.145s coverage: 94.1% of statements [2021-05-01T08:41:46.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.187s coverage: 96.3% of statements [2021-05-01T08:41:46.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.132s coverage: 87.5% of statements [2021-05-01T08:41:49.139Z] 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-01T08:41:51.878Z] 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-01T08:41:56.695Z] 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-01T08:42:01.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.150s coverage: 94.4% of statements [2021-05-01T08:42:01.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.138s coverage: 44.8% of statements [Pipeline] } [2021-05-01T08:42:03.969Z] $ docker stop --time=1 b242b98382b904c91d0aa571f9b1cab20f376b0f5fa40910456bf11bf5095550 [2021-05-01T08:42:05.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.629s coverage: 81.8% of statements [2021-05-01T08:42:05.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-01T08:42:06.823Z] $ docker rm -f b242b98382b904c91d0aa571f9b1cab20f376b0f5fa40910456bf11bf5095550 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:42:09.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-01T08:42:09.568Z] [2021-05-01T08:42:09.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:42:09.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-01T08:42:10.242Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-01T08:42:10.242Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-01T08:42:10.242Z] ca9280d653b3: Pulling fs layer [2021-05-01T08:42:10.242Z] 7e9c9ca2126c: Pulling fs layer [2021-05-01T08:42:10.529Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-01T08:42:10.529Z] cbdbe7a5bc2a: Download complete [2021-05-01T08:42:12.108Z] ca9280d653b3: Verifying Checksum [2021-05-01T08:42:12.108Z] ca9280d653b3: Download complete [2021-05-01T08:42:12.108Z] cbdbe7a5bc2a: Pull complete [2021-05-01T08:42:12.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.224s coverage: 92.9% of statements [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-01T08:42:12.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-01T08:42:12.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-01T08:42:12.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-01T08:42:12.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.155s coverage: 79.1% of statements [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-01T08:42:12.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.166s coverage: 80.0% of statements [2021-05-01T08:42:12.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.226s coverage: 87.2% of statements [2021-05-01T08:42:12.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.236s coverage: 85.4% of statements [2021-05-01T08:42:12.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.2% of statements [2021-05-01T08:42:12.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-01T08:42:14.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.895s coverage: 64.4% of statements [2021-05-01T08:42:14.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-01T08:42:14.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-01T08:42:14.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.158s coverage: 100.0% of statements [2021-05-01T08:42:14.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2021-05-01T08:42:14.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2021-05-01T08:42:15.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2021-05-01T08:42:15.762Z] ca9280d653b3: Pull complete [2021-05-01T08:42:16.209Z] 7e9c9ca2126c: Verifying Checksum [2021-05-01T08:42:16.209Z] 7e9c9ca2126c: Download complete [2021-05-01T08:42:16.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-05-01T08:42:20.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.130s coverage: 66.9% of statements [2021-05-01T08:42:20.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-01T08:42:20.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-01T08:42:20.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-01T08:42:22.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.678s coverage: 43.2% of statements [2021-05-01T08:42:22.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-01T08:42:22.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-01T08:42:22.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements [2021-05-01T08:42:22.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-01T08:42:22.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.137s coverage: 84.8% of statements [2021-05-01T08:42:29.461Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.554s coverage: 47.0% of statements [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-01T08:42:29.461Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.218s coverage: 100.0% of statements [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-01T08:42:29.461Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-01T08:42:29.461Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.207s coverage: 9.6% of statements [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-01T08:42:29.461Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.570s coverage: 92.6% of statements [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:42:29.461Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-01T08:42:31.806Z] 7e9c9ca2126c: Pull complete [2021-05-01T08:42:31.806Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-01T08:42:31.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-01T08:42:31.806Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-01T08:42:32.592Z] prd-centos7-docker-4c-2g-2581 does not seem to be running inside a container [2021-05-01T08:42:32.745Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-01T08:42:35.666Z] $ docker top 2f2f7f502fbf493cd3f483f8a56b77445cc921dabe50fa1936893198a448e386 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:42:36.713Z] + grep parallel [2021-05-01T08:42:36.713Z] + docker-compose build --help [2021-05-01T08:42:38.828Z] --parallel Build images in parallel. [Pipeline] } [2021-05-01T08:42:38.883Z] $ docker stop --time=1 2f2f7f502fbf493cd3f483f8a56b77445cc921dabe50fa1936893198a448e386 [2021-05-01T08:42:40.704Z] $ docker rm -f 2f2f7f502fbf493cd3f483f8a56b77445cc921dabe50fa1936893198a448e386 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:42:41.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-01T08:42:41.369Z] . [Pipeline] withDockerContainer [2021-05-01T08:42:41.579Z] prd-centos7-docker-4c-2g-2581 does not seem to be running inside a container [2021-05-01T08:42:41.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.226s coverage: 28.7% of statements [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.268s coverage: 99.0% of statements [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.291s coverage: 100.0% of statements [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.208s coverage: 64.6% of statements [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.406s coverage: 97.6% of statements [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-01T08:42:42.154Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.088s coverage: 100.0% of statements [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.133s coverage: 28.1% of statements [2021-05-01T08:42:42.154Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements [2021-05-01T08:42:42.763Z] GO111MODULE=on go vet ./... [2021-05-01T08:42:43.148Z] $ docker top 4d9e3e7c45474c501b3c924af0cf26de50c1ede9a0168dbd5d40d90a630230bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:42:44.177Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-01T08:42:46.195Z] Building docker-core-command-go ... [2021-05-01T08:42:46.195Z] Building docker-core-data-go ... [2021-05-01T08:42:46.195Z] Building docker-core-metadata-go ... [2021-05-01T08:42:46.195Z] Building docker-security-bootstrapper-go ... [2021-05-01T08:42:46.195Z] Building docker-security-proxy-setup-go ... [2021-05-01T08:42:46.195Z] Building docker-security-secretstore-setup-go ... [2021-05-01T08:42:46.195Z] Building docker-support-notifications-go ... [2021-05-01T08:42:46.195Z] Building docker-support-scheduler-go ... [2021-05-01T08:42:46.195Z] Building docker-sys-mgmt-agent-go ... [2021-05-01T08:42:46.195Z] Building docker-sys-mgmt-agent-go [2021-05-01T08:42:46.195Z] Building docker-security-proxy-setup-go [2021-05-01T08:42:46.195Z] Building docker-core-command-go [2021-05-01T08:42:46.195Z] Building docker-support-notifications-go [2021-05-01T08:42:46.195Z] Building docker-support-scheduler-go [2021-05-01T08:44:24.523Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:44:24.523Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:44:24.523Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:44:24.523Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:44:24.523Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:44:24.523Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:44:24.523Z] ---> fac84e55177f [2021-05-01T08:44:24.523Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:44:24.523Z] ---> fac84e55177f [2021-05-01T08:44:24.523Z] Step 3/22 : WORKDIR /edgex-go [2021-05-01T08:44:24.523Z] ---> fac84e55177f [2021-05-01T08:44:24.523Z] Step 3/21 : WORKDIR /edgex-go [2021-05-01T08:44:24.523Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:44:24.523Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:44:24.523Z] ---> fac84e55177f [2021-05-01T08:44:24.523Z] Step 3/22 : WORKDIR /edgex-go [2021-05-01T08:44:24.523Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:44:24.523Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:44:24.523Z] ---> fac84e55177f [2021-05-01T08:44:24.523Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:44:24.523Z] ---> Running in 304ec02015d5 [2021-05-01T08:44:24.523Z] ---> Running in 23e818dae628 [2021-05-01T08:44:24.523Z] ---> Running in a5feb68a0b41 [2021-05-01T08:44:24.523Z] ---> Running in 0fdf4b5dd57a [2021-05-01T08:44:24.523Z] ---> Running in 4e8c5f3dbaf3 [2021-05-01T08:44:24.523Z] Removing intermediate container 304ec02015d5 [2021-05-01T08:44:24.523Z] ---> e062985ad474 [2021-05-01T08:44:24.523Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:44:24.523Z] Removing intermediate container a5feb68a0b41 [2021-05-01T08:44:24.523Z] ---> d6d6b8a0b488 [2021-05-01T08:44:24.523Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:44:24.523Z] Removing intermediate container 23e818dae628 [2021-05-01T08:44:24.523Z] ---> 4f81077023fc [2021-05-01T08:44:24.523Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:44:24.523Z] Removing intermediate container 4e8c5f3dbaf3 [2021-05-01T08:44:24.523Z] ---> 11ec477cc63b [2021-05-01T08:44:24.523Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:44:24.523Z] Removing intermediate container 0fdf4b5dd57a [2021-05-01T08:44:24.523Z] ---> 4a627682d4c2 [2021-05-01T08:44:24.523Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:44:24.523Z] ---> Running in 197e5725070a [2021-05-01T08:44:24.523Z] ---> Running in 0831846f1821 [2021-05-01T08:44:24.523Z] ---> Running in ef478561f6b3 [2021-05-01T08:44:24.523Z] ---> Running in 214b0b69e174 [2021-05-01T08:44:24.523Z] ---> Running in 7ef2c55c22d9 [2021-05-01T08:44:24.523Z] Removing intermediate container 197e5725070a [2021-05-01T08:44:24.523Z] ---> 5c1f57b3e0b4 [2021-05-01T08:44:24.523Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-01T08:44:24.523Z] ---> Running in b0db194d77fe [2021-05-01T08:44:24.523Z] Removing intermediate container 214b0b69e174 [2021-05-01T08:44:24.523Z] ---> a479c70b3360 [2021-05-01T08:44:24.523Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-01T08:44:24.523Z] Removing intermediate container 0831846f1821 [2021-05-01T08:44:24.523Z] ---> 2fd39ab711b0 [2021-05-01T08:44:24.523Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-01T08:44:24.523Z] Removing intermediate container 7ef2c55c22d9 [2021-05-01T08:44:24.523Z] ---> a27c9cb4b545 [2021-05-01T08:44:24.523Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-01T08:44:24.523Z] ---> Running in 01abe0689016 [2021-05-01T08:44:24.523Z] ---> Running in 519e19888d29 [2021-05-01T08:44:24.523Z] Removing intermediate container ef478561f6b3 [2021-05-01T08:44:24.523Z] ---> a47e50b03bd2 [2021-05-01T08:44:24.523Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-01T08:44:24.523Z] ---> Running in f014e5be694c [2021-05-01T08:44:24.523Z] ---> Running in 3cc32d97385c [2021-05-01T08:44:24.886Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:44:25.183Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:44:26.010Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:44:26.010Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:44:26.010Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:44:26.010Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:44:26.492Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:44:27.111Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:44:27.406Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:44:27.869Z] OK: 219 MiB in 52 packages [2021-05-01T08:44:28.157Z] OK: 219 MiB in 52 packages [2021-05-01T08:44:28.157Z] OK: 219 MiB in 52 packages [2021-05-01T08:44:29.183Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:44:29.183Z] OK: 219 MiB in 52 packages [2021-05-01T08:44:29.833Z] Removing intermediate container b0db194d77fe [2021-05-01T08:44:29.833Z] ---> f65230d0a7c3 [2021-05-01T08:44:29.833Z] Step 6/21 : COPY go.mod . [2021-05-01T08:44:29.833Z] Removing intermediate container 519e19888d29 [2021-05-01T08:44:29.833Z] ---> b51066df6448 [2021-05-01T08:44:29.833Z] Step 6/23 : COPY go.mod . [2021-05-01T08:44:30.158Z] Removing intermediate container 01abe0689016 [2021-05-01T08:44:30.158Z] ---> c795ee83b87d [2021-05-01T08:44:30.158Z] Step 6/22 : COPY go.mod . [2021-05-01T08:44:30.485Z] ---> dcd898c4e789 [2021-05-01T08:44:30.485Z] Step 7/21 : RUN go mod download [2021-05-01T08:44:30.796Z] Removing intermediate container f014e5be694c [2021-05-01T08:44:30.796Z] ---> 0653d668e50c [2021-05-01T08:44:30.796Z] Step 6/23 : COPY go.mod . [2021-05-01T08:44:31.153Z] ---> 15160e71500b [2021-05-01T08:44:31.154Z] Step 7/22 : RUN go mod download [2021-05-01T08:44:31.154Z] ---> Running in a2efd02784ac [2021-05-01T08:44:31.154Z] ---> 55b4617227b6 [2021-05-01T08:44:31.154Z] Step 7/23 : RUN go mod download [2021-05-01T08:44:31.458Z] ---> Running in 68b66aa7b372 [2021-05-01T08:44:31.458Z] ---> Running in f878b10f45b8 [2021-05-01T08:44:31.795Z] ---> 39fa456ab948 [2021-05-01T08:44:31.795Z] Step 7/23 : RUN go mod download [2021-05-01T08:44:32.107Z] ---> Running in 4941d4fcf429 [2021-05-01T08:44:32.405Z] OK: 219 MiB in 52 packages [2021-05-01T08:44:34.683Z] Removing intermediate container 3cc32d97385c [2021-05-01T08:44:34.683Z] ---> 4f2bf457b893 [2021-05-01T08:44:34.683Z] Step 6/22 : COPY go.mod . [2021-05-01T08:44:34.857Z] gofmt -l . [2021-05-01T08:44:34.857Z] [ "`gofmt -l .`" = "" ] [2021-05-01T08:44:34.857Z] ./bin/test-go-mod-tidy.sh [2021-05-01T08:44:34.857Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-01T08:44:35.525Z] + ls -al . [2021-05-01T08:44:35.525Z] total 836 [2021-05-01T08:44:35.525Z] drwxrwxr-x 9 1001 1001 4096 May 1 08:44 . [2021-05-01T08:44:35.525Z] drwxr-xr-x 4 root root 4096 May 1 08:38 .. [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 11 May 1 08:37 .dockerignore [2021-05-01T08:44:35.525Z] drwxrwxr-x 8 1001 1001 4096 May 1 08:37 .git [2021-05-01T08:44:35.525Z] drwxrwxr-x 3 1001 1001 4096 May 1 08:37 .github [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 818 May 1 08:37 .gitignore [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 166 May 1 08:37 .sonarcloud.properties [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 8609 May 1 08:37 Attribution.txt [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 3804 May 1 08:37 CONTRIBUTING.md [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 931 May 1 08:37 Dockerfile.build [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 863 May 1 08:37 Jenkinsfile [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 10775 May 1 08:37 LICENSE [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 5774 May 1 08:37 Makefile [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 7978 May 1 08:37 README.md [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 6755 May 1 08:37 SECURITY.md [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 5 May 1 08:34 VERSION [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 4131 May 1 08:37 ZMQWindows.md [2021-05-01T08:44:35.525Z] drwxrwxr-x 2 1001 1001 4096 May 1 08:37 bin [2021-05-01T08:44:35.525Z] drwxrwxr-x 14 1001 1001 4096 May 1 08:37 cmd [2021-05-01T08:44:35.525Z] -rw-r--r-- 1 root root 699797 May 1 08:42 coverage.out [2021-05-01T08:44:35.525Z] -rw-r--r-- 1 root root 1060 May 1 08:44 go.mod [2021-05-01T08:44:35.525Z] -rw-r--r-- 1 root root 22420 May 1 08:38 go.sum [2021-05-01T08:44:35.525Z] drwxrwxr-x 8 1001 1001 4096 May 1 08:37 internal [2021-05-01T08:44:35.525Z] drwxrwxr-x 4 1001 1001 4096 May 1 08:37 openapi [2021-05-01T08:44:35.525Z] drwxrwxr-x 4 1001 1001 4096 May 1 08:37 snap [2021-05-01T08:44:35.525Z] -rw-rw-r-- 1 1001 1001 168 May 1 08:37 version.go [Pipeline] sh [2021-05-01T08:44:35.817Z] ---> 21b401b32daa [2021-05-01T08:44:35.817Z] Step 7/22 : RUN go mod download [2021-05-01T08:44:36.106Z] ---> Running in 690ff7b4ff72 [2021-05-01T08:44:36.191Z] + '[' -e coverage.out ] [2021-05-01T08:44:36.191Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-01T08:44:36.213Z] Warning: overwriting stash ‘coverage-report’ [2021-05-01T08:44:37.172Z] Removing intermediate container a2efd02784ac [2021-05-01T08:44:37.172Z] ---> e471359b5c24 [2021-05-01T08:44:37.172Z] Step 8/21 : COPY . . [2021-05-01T08:44:37.172Z] Removing intermediate container f878b10f45b8 [2021-05-01T08:44:37.172Z] ---> c3e131e81261 [2021-05-01T08:44:37.172Z] Step 8/23 : COPY . . [2021-05-01T08:44:37.540Z] Removing intermediate container 68b66aa7b372 [2021-05-01T08:44:37.540Z] ---> 86a27b974b38 [2021-05-01T08:44:37.540Z] Step 8/22 : COPY . . [2021-05-01T08:44:37.558Z] Stashed 1 file(s) [Pipeline] sh [2021-05-01T08:44:38.206Z] + make build [2021-05-01T08:44:38.206Z] 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-01T08:44:38.249Z] Removing intermediate container 4941d4fcf429 [2021-05-01T08:44:38.249Z] ---> da9fcff27ee1 [2021-05-01T08:44:38.249Z] Step 8/23 : COPY . . [2021-05-01T08:44:44.912Z] 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-01T08:44:48.777Z] Removing intermediate container 690ff7b4ff72 [2021-05-01T08:44:48.777Z] ---> 640c87158d67 [2021-05-01T08:44:48.777Z] Step 8/22 : COPY . . [2021-05-01T08:45:17.262Z] 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-01T08:45:17.262Z] 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-01T08:45:20.631Z] 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-01T08:45:21.611Z] 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-01T08:45:27.031Z] 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-01T08:45:31.336Z] 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-01T08:45:34.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-01T08:45:38.137Z] 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-01T08:45:41.523Z] 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-01T08:45:44.922Z] 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-01T08:45:51.648Z] $ docker stop --time=1 ce452f17e9b28b75045dd7552de180ea6184e9bd5f6e1dca397137ae27d1e946 [2021-05-01T08:45:54.592Z] $ docker rm -f ce452f17e9b28b75045dd7552de180ea6184e9bd5f6e1dca397137ae27d1e946 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:45:56.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-01T08:45:56.653Z] [2021-05-01T08:45:56.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:45:57.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-01T08:45:57.568Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-01T08:45:57.568Z] 29e5d40040c1: Pulling fs layer [2021-05-01T08:45:57.568Z] 1ce36da41761: Pulling fs layer [2021-05-01T08:45:57.568Z] 25b303627fd3: Pulling fs layer [2021-05-01T08:45:57.845Z] 29e5d40040c1: Verifying Checksum [2021-05-01T08:45:57.845Z] 29e5d40040c1: Download complete [2021-05-01T08:45:58.451Z] 1ce36da41761: Verifying Checksum [2021-05-01T08:45:58.451Z] 1ce36da41761: Download complete [2021-05-01T08:45:58.451Z] 29e5d40040c1: Pull complete [2021-05-01T08:45:59.887Z] 1ce36da41761: Pull complete [2021-05-01T08:45:59.888Z] 25b303627fd3: Verifying Checksum [2021-05-01T08:45:59.888Z] 25b303627fd3: Download complete [2021-05-01T08:46:10.042Z] 25b303627fd3: Pull complete [2021-05-01T08:46:10.042Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-01T08:46:10.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-01T08:46:10.042Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-01T08:46:10.299Z] prd-ubuntu18.04-docker-arm64-4c-16g-2588 does not seem to be running inside a container [2021-05-01T08:46:10.366Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-01T08:46:13.562Z] $ docker top 5dbbd05ed643e7554d2272f335a578a5316f21bb4b80eb8948e35c252fe6a094 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:46:14.530Z] + docker-compose build --help [2021-05-01T08:46:14.530Z] + grep parallel [2021-05-01T08:46:19.929Z] --parallel Build images in parallel. [Pipeline] } [2021-05-01T08:46:19.937Z] $ docker stop --time=1 5dbbd05ed643e7554d2272f335a578a5316f21bb4b80eb8948e35c252fe6a094 [2021-05-01T08:46:21.989Z] $ docker rm -f 5dbbd05ed643e7554d2272f335a578a5316f21bb4b80eb8948e35c252fe6a094 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-01T08:46:22.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-01T08:46:22.706Z] . [Pipeline] withDockerContainer [2021-05-01T08:46:22.992Z] prd-ubuntu18.04-docker-arm64-4c-16g-2588 does not seem to be running inside a container [2021-05-01T08:46:23.062Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-01T08:46:24.704Z] $ docker top 6ee7e671fe3f291a593c6f495c9a2e25e84ecf073882f021e25117c8e6b29947 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T08:46:25.747Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-01T08:46:27.033Z] ---> 8691fc8bb6ca [2021-05-01T08:46:27.033Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-01T08:46:27.033Z] ---> 7edf3231581c [2021-05-01T08:46:27.033Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-01T08:46:27.033Z] ---> a2e9e6794e18 [2021-05-01T08:46:27.033Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-01T08:46:27.033Z] ---> Running in fa369344f2e6 [2021-05-01T08:46:27.033Z] ---> Running in 33a2694b64aa [2021-05-01T08:46:27.033Z] ---> 377e912d19fc [2021-05-01T08:46:27.033Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-01T08:46:27.033Z] ---> Running in bddd0854e77b [2021-05-01T08:46:27.033Z] ---> Running in c5fdfffc3450 [2021-05-01T08:46:27.033Z] ---> e193db75493e [2021-05-01T08:46:27.033Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-01T08:46:27.033Z] ---> Running in 0f579a07dba1 [2021-05-01T08:46:27.033Z] 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-01T08:46:27.033Z] 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-01T08:46:27.033Z] 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-01T08:46:27.033Z] 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-01T08:46:27.033Z] 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-01T08:46:31.195Z] Building docker-core-command-go ... [2021-05-01T08:46:31.195Z] Building docker-core-data-go ... [2021-05-01T08:46:31.195Z] Building docker-core-metadata-go ... [2021-05-01T08:46:31.195Z] Building docker-security-bootstrapper-go ... [2021-05-01T08:46:31.195Z] Building docker-security-proxy-setup-go ... [2021-05-01T08:46:31.195Z] Building docker-security-secretstore-setup-go ... [2021-05-01T08:46:31.195Z] Building docker-support-notifications-go ... [2021-05-01T08:46:31.195Z] Building docker-support-scheduler-go ... [2021-05-01T08:46:31.195Z] Building docker-sys-mgmt-agent-go ... [2021-05-01T08:46:31.195Z] Building docker-security-secretstore-setup-go [2021-05-01T08:46:31.195Z] Building docker-sys-mgmt-agent-go [2021-05-01T08:46:31.195Z] Building docker-core-metadata-go [2021-05-01T08:46:31.195Z] Building docker-support-notifications-go [2021-05-01T08:46:31.195Z] Building docker-security-bootstrapper-go [2021-05-01T08:47:50.251Z] 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-01T08:47:52.990Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:47:52.990Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:47:52.990Z] ---> 6f25e0b964b7 [2021-05-01T08:47:52.990Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:47:52.990Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:47:52.990Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:47:52.990Z] ---> 6f25e0b964b7 [2021-05-01T08:47:52.990Z] Step 3/22 : WORKDIR /edgex-go [2021-05-01T08:47:52.990Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:47:52.990Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:47:52.990Z] ---> 6f25e0b964b7 [2021-05-01T08:47:52.990Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:47:52.990Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:47:52.990Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:47:52.990Z] ---> 6f25e0b964b7 [2021-05-01T08:47:52.990Z] Step 3/25 : WORKDIR /edgex-go [2021-05-01T08:47:52.990Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:47:52.990Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:47:52.990Z] ---> 6f25e0b964b7 [2021-05-01T08:47:52.990Z] Step 3/31 : WORKDIR /edgex-go [2021-05-01T08:47:52.990Z] ---> Running in 53d279be600c [2021-05-01T08:47:52.990Z] ---> Running in ca529c27a0e6 [2021-05-01T08:47:52.990Z] ---> Running in 3353654b31f7 [2021-05-01T08:47:52.990Z] ---> Running in 55a9b9e13b9d [2021-05-01T08:47:52.990Z] ---> Running in b7322f29e125 [2021-05-01T08:47:52.990Z] Removing intermediate container ca529c27a0e6 [2021-05-01T08:47:52.990Z] ---> 63838533c351 [2021-05-01T08:47:52.990Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:47:52.990Z] Removing intermediate container 53d279be600c [2021-05-01T08:47:52.990Z] ---> df850ea8f463 [2021-05-01T08:47:52.990Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:47:52.990Z] ---> Running in 3624d7fc01b1 [2021-05-01T08:47:52.990Z] Removing intermediate container 3353654b31f7 [2021-05-01T08:47:52.990Z] ---> 94454e38f7e1 [2021-05-01T08:47:52.990Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:47:52.990Z] Removing intermediate container 55a9b9e13b9d [2021-05-01T08:47:52.990Z] ---> 105d6c6bf600 [2021-05-01T08:47:52.990Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:47:52.990Z] Removing intermediate container b7322f29e125 [2021-05-01T08:47:52.990Z] ---> 72da40f0be0a [2021-05-01T08:47:52.990Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:47:52.990Z] ---> Running in 9a6368ea865d [2021-05-01T08:47:52.990Z] ---> Running in b99e8d321474 [2021-05-01T08:47:52.990Z] ---> Running in e8af70918528 [2021-05-01T08:47:52.990Z] ---> Running in c4926afc8a9c [2021-05-01T08:47:54.971Z] Removing intermediate container 3624d7fc01b1 [2021-05-01T08:47:54.971Z] ---> b0e13eaa62bb [2021-05-01T08:47:54.971Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-01T08:47:54.971Z] ---> Running in c0199458f62e [2021-05-01T08:47:55.246Z] Removing intermediate container c4926afc8a9c [2021-05-01T08:47:55.246Z] ---> 7342a6d84a05 [2021-05-01T08:47:55.246Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-01T08:47:55.246Z] Removing intermediate container 9a6368ea865d [2021-05-01T08:47:55.246Z] ---> 7901ca1bcd87 [2021-05-01T08:47:55.246Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-01T08:47:55.519Z] ---> Running in a4c6a7e83d1b [2021-05-01T08:47:55.519Z] ---> Running in bd199ed94093 [2021-05-01T08:47:55.519Z] Removing intermediate container e8af70918528 [2021-05-01T08:47:55.519Z] ---> e5dd2f3a0fba [2021-05-01T08:47:55.519Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-01T08:47:55.519Z] Removing intermediate container b99e8d321474 [2021-05-01T08:47:55.519Z] ---> 24e912924e38 [2021-05-01T08:47:55.519Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-01T08:47:55.794Z] ---> Running in 85396c8f0f9d [2021-05-01T08:47:55.794Z] ---> Running in 742e394370df [2021-05-01T08:47:56.410Z] Removing intermediate container c5fdfffc3450 [2021-05-01T08:47:56.410Z] ---> b3b3fd888caa [2021-05-01T08:47:56.410Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-01T08:47:56.809Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:57.573Z] ---> Running in 1c98b90e3d42 [2021-05-01T08:47:57.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:57.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:57.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:57.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:57.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:58.384Z] OK: 218 MiB in 52 packages [2021-05-01T08:47:58.665Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:58.665Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:58.665Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:58.703Z] Removing intermediate container fa369344f2e6 [2021-05-01T08:47:58.947Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:47:59.020Z] ---> ffcfa379b644 [2021-05-01T08:47:59.020Z] [2021-05-01T08:47:59.020Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:47:59.350Z] 3.12: Pulling from library/alpine [2021-05-01T08:47:59.678Z] Removing intermediate container bddd0854e77b [2021-05-01T08:47:59.678Z] ---> 05fe2b0e4b9c [2021-05-01T08:47:59.678Z] [2021-05-01T08:47:59.678Z] Step 10/22 : FROM alpine:3.12 [2021-05-01T08:47:59.940Z] OK: 218 MiB in 52 packages [2021-05-01T08:47:59.941Z] OK: 218 MiB in 52 packages [2021-05-01T08:47:59.941Z] OK: 218 MiB in 52 packages [2021-05-01T08:48:00.156Z] 3.12: Pulling from library/alpine [2021-05-01T08:48:00.218Z] OK: 218 MiB in 52 packages [2021-05-01T08:48:00.494Z] Removing intermediate container c0199458f62e [2021-05-01T08:48:00.494Z] ---> 8340a9ed4445 [2021-05-01T08:48:00.494Z] Step 6/23 : COPY go.mod . [2021-05-01T08:48:00.499Z] Removing intermediate container 0f579a07dba1 [2021-05-01T08:48:00.499Z] ---> 8c8f62b35416 [2021-05-01T08:48:00.499Z] [2021-05-01T08:48:00.499Z] Step 10/22 : FROM alpine:3.12 [2021-05-01T08:48:00.499Z] 3.12: Pulling from library/alpine [2021-05-01T08:48:01.500Z] ---> 3bab018bf035 [2021-05-01T08:48:01.500Z] Step 7/23 : RUN go mod download [2021-05-01T08:48:01.777Z] ---> Running in 9b69e9fb934e [2021-05-01T08:48:01.777Z] Removing intermediate container 85396c8f0f9d [2021-05-01T08:48:01.777Z] ---> 2a26522e5bb6 [2021-05-01T08:48:01.777Z] Step 6/25 : COPY go.mod . [2021-05-01T08:48:02.053Z] Removing intermediate container 742e394370df [2021-05-01T08:48:02.053Z] ---> 0e693acc799a [2021-05-01T08:48:02.053Z] Step 6/23 : COPY go.mod . [2021-05-01T08:48:02.053Z] Removing intermediate container bd199ed94093 [2021-05-01T08:48:02.053Z] ---> 77f499fd8805 [2021-05-01T08:48:02.053Z] Step 6/31 : COPY go.mod . [2021-05-01T08:48:02.333Z] Removing intermediate container a4c6a7e83d1b [2021-05-01T08:48:02.334Z] ---> 4bd17b35d179 [2021-05-01T08:48:02.334Z] Step 6/22 : COPY go.mod . [2021-05-01T08:48:02.500Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-01T08:48:02.501Z] Status: Image is up to date for alpine:3.12 [2021-05-01T08:48:02.501Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-01T08:48:02.501Z] Status: Downloaded newer image for alpine:3.12 [2021-05-01T08:48:02.501Z] ---> 13621d1b12d4 [2021-05-01T08:48:02.501Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-01T08:48:02.501Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-01T08:48:02.501Z] Status: Image is up to date for alpine:3.12 [2021-05-01T08:48:02.501Z] ---> 13621d1b12d4 [2021-05-01T08:48:02.501Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:48:02.501Z] ---> 13621d1b12d4 [2021-05-01T08:48:02.501Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:48:02.501Z] 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-01T08:48:02.937Z] ---> fa32b9069769 [2021-05-01T08:48:02.937Z] Step 7/25 : RUN go mod download [2021-05-01T08:48:02.937Z] ---> Running in 36adc9605b99 [2021-05-01T08:48:03.216Z] ---> 9cefd21376b6 [2021-05-01T08:48:03.216Z] ---> 10cb8c4b9243 [2021-05-01T08:48:03.216Z] Step 7/23 : RUN go mod downloadStep 7/31 : RUN go mod download [2021-05-01T08:48:03.216Z] [2021-05-01T08:48:03.492Z] ---> 9f66758f47fa [2021-05-01T08:48:03.492Z] Step 7/22 : RUN go mod download [2021-05-01T08:48:03.492Z] ---> Running in 1ebd12b04ef9 [2021-05-01T08:48:03.492Z] ---> Running in 44fa401936f9 [2021-05-01T08:48:03.492Z] ---> Running in 01ebd15be751 [2021-05-01T08:48:05.049Z] ---> Running in 598ba59626bc [2021-05-01T08:48:05.050Z] ---> Running in fdedc7fd9b18 [2021-05-01T08:48:05.050Z] ---> Running in 0e9410c3c44b [2021-05-01T08:48:05.491Z] Removing intermediate container 9b69e9fb934e [2021-05-01T08:48:05.491Z] ---> 4df3d183f304 [2021-05-01T08:48:05.491Z] Step 8/23 : COPY . . [2021-05-01T08:48:07.484Z] Removing intermediate container 36adc9605b99 [2021-05-01T08:48:07.484Z] ---> 6124fdeb3309 [2021-05-01T08:48:07.484Z] Step 8/25 : COPY . . [2021-05-01T08:48:07.990Z] Removing intermediate container 33a2694b64aa [2021-05-01T08:48:07.990Z] ---> 321cdfae7244 [2021-05-01T08:48:07.990Z] [2021-05-01T08:48:07.990Z] Step 10/21 : FROM alpine:3.12 [2021-05-01T08:48:07.990Z] ---> 13621d1b12d4 [2021-05-01T08:48:07.990Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-01T08:48:07.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:48:07.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:48:07.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:48:08.090Z] Removing intermediate container 1ebd12b04ef9 [2021-05-01T08:48:08.090Z] ---> a85394868137 [2021-05-01T08:48:08.090Z] Step 8/31 : COPY . . [2021-05-01T08:48:08.377Z] Removing intermediate container 44fa401936f9 [2021-05-01T08:48:08.377Z] ---> bd34e473f579 [2021-05-01T08:48:08.377Z] Step 8/22 : COPY . . [2021-05-01T08:48:08.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:48:08.385Z] ---> Running in ea2fead14497 [2021-05-01T08:48:08.385Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-01T08:48:08.385Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:48:08.385Z] OK: 6 MiB in 15 packages [2021-05-01T08:48:08.755Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-01T08:48:08.755Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:48:08.755Z] OK: 6 MiB in 15 packages [2021-05-01T08:48:08.974Z] Removing intermediate container 01ebd15be751 [2021-05-01T08:48:08.974Z] ---> 7f181c95b82d [2021-05-01T08:48:08.974Z] Step 8/23 : COPY . . [2021-05-01T08:48:09.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:48:09.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:48:09.424Z] Removing intermediate container 1c98b90e3d42 [2021-05-01T08:48:09.424Z] ---> b42fe7ef436a [2021-05-01T08:48:09.424Z] [2021-05-01T08:48:09.424Z] Step 11/23 : FROM docker:20.10.0 [2021-05-01T08:48:10.164Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-01T08:48:10.164Z] 20.10.0: Pulling from library/docker [2021-05-01T08:48:10.164Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-01T08:48:10.164Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:48:10.164Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:48:10.164Z] OK: 6 MiB in 16 packages [2021-05-01T08:48:10.802Z] Removing intermediate container fdedc7fd9b18 [2021-05-01T08:48:10.802Z] ---> 41653d105fc5 [2021-05-01T08:48:10.802Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:48:10.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:48:11.553Z] ---> Running in 4eee83c53745 [2021-05-01T08:48:11.553Z] Removing intermediate container 598ba59626bc [2021-05-01T08:48:11.553Z] ---> 0e5f4da1ad79 [2021-05-01T08:48:11.553Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:48:11.553Z] ---> Running in ddfdd658b5ff [2021-05-01T08:48:12.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:48:12.166Z] Removing intermediate container 4eee83c53745 [2021-05-01T08:48:12.166Z] ---> 7137f5e95fdb [2021-05-01T08:48:12.166Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-01T08:48:12.896Z] Removing intermediate container ddfdd658b5ff [2021-05-01T08:48:12.896Z] ---> 6299845818d8 [2021-05-01T08:48:12.896Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-01T08:48:12.896Z] ---> Running in c4d1438851e9 [2021-05-01T08:48:12.896Z] Removing intermediate container 0e9410c3c44b [2021-05-01T08:48:12.896Z] ---> 12a1e1da2d4e [2021-05-01T08:48:12.896Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:48:12.896Z] ---> Running in f5d29abdae22 [2021-05-01T08:48:12.896Z] ---> Running in 69e15da71ce1 [2021-05-01T08:48:13.340Z] Removing intermediate container c4d1438851e9 [2021-05-01T08:48:13.340Z] ---> 609d02ca5029 [2021-05-01T08:48:13.340Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-01T08:48:13.654Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-01T08:48:13.654Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:48:13.654Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-01T08:48:13.654Z] (4/4) Installing curl (7.76.1-r0) [2021-05-01T08:48:13.654Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:48:13.654Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:48:13.981Z] OK: 7 MiB in 18 packages [2021-05-01T08:48:13.981Z] Removing intermediate container f5d29abdae22 [2021-05-01T08:48:13.981Z] ---> 1a4d2cb26cdb [2021-05-01T08:48:13.981Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-01T08:48:13.981Z] ---> Running in eedcce5cd658 [2021-05-01T08:48:14.656Z] Removing intermediate container 69e15da71ce1 [2021-05-01T08:48:14.656Z] ---> b442d9099225 [2021-05-01T08:48:14.656Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-01T08:48:14.656Z] ---> Running in 6941f1503775 [2021-05-01T08:48:15.297Z] ---> Running in 66bc89a2e0fd [2021-05-01T08:48:16.384Z] Removing intermediate container eedcce5cd658 [2021-05-01T08:48:16.384Z] ---> b246b28f56cf [2021-05-01T08:48:16.384Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:48:16.883Z] Removing intermediate container 6941f1503775 [2021-05-01T08:48:16.883Z] ---> ae591cc25d40 [2021-05-01T08:48:16.883Z] Step 15/23 : WORKDIR / [2021-05-01T08:48:18.493Z] ---> Running in 899de45385f3 [2021-05-01T08:48:18.494Z] Removing intermediate container 66bc89a2e0fd [2021-05-01T08:48:18.494Z] ---> a6d475aef74c [2021-05-01T08:48:18.494Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-01T08:48:18.761Z] ---> Running in d0a0bd7ebfbd [2021-05-01T08:48:19.057Z] Removing intermediate container ea2fead14497 [2021-05-01T08:48:19.057Z] ---> cc887eb93ee9 [2021-05-01T08:48:19.057Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-01T08:48:19.057Z] ---> e8a21ecd50d3 [2021-05-01T08:48:19.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-01T08:48:19.057Z] ---> Running in db6e813b50de [2021-05-01T08:48:19.057Z] Removing intermediate container 899de45385f3 [2021-05-01T08:48:19.057Z] ---> e4da9709c0e3 [2021-05-01T08:48:19.057Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:48:19.352Z] Removing intermediate container d0a0bd7ebfbd [2021-05-01T08:48:19.352Z] ---> a1b23bbe2b40 [2021-05-01T08:48:19.352Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:48:19.991Z] Removing intermediate container db6e813b50de [2021-05-01T08:48:19.991Z] ---> 458a8479e766 [2021-05-01T08:48:19.991Z] Step 13/21 : WORKDIR /edgex [2021-05-01T08:48:20.469Z] ---> 43cf7c6ab7e0 [2021-05-01T08:48:20.469Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-01T08:48:20.469Z] ---> Running in 3b00de60801e [2021-05-01T08:48:20.808Z] ---> 6dacaefd5f66 [2021-05-01T08:48:20.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-01T08:48:21.121Z] ---> ee92cf4968d7 [2021-05-01T08:48:21.121Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-01T08:48:21.582Z] Removing intermediate container 3b00de60801e [2021-05-01T08:48:21.582Z] ---> 7b95f6c7507d [2021-05-01T08:48:21.582Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-01T08:48:22.223Z] ---> 246880a5060f [2021-05-01T08:48:22.223Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-01T08:48:23.143Z] ---> ac2aaa2a75d5 [2021-05-01T08:48:23.143Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-01T08:48:23.463Z] ---> Running in e376dda30d50 [2021-05-01T08:48:23.463Z] ---> f0b10a96a78a [2021-05-01T08:48:23.463Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-01T08:48:23.463Z] ---> 662aa78577a6 [2021-05-01T08:48:23.463Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-01T08:48:24.119Z] Removing intermediate container e376dda30d50 [2021-05-01T08:48:24.119Z] ---> c942b9078c06 [2021-05-01T08:48:24.119Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:48:24.439Z] ---> eb7b1490f50b [2021-05-01T08:48:24.439Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-01T08:48:24.439Z] ---> Running in c0ece4a909c8 [2021-05-01T08:48:24.855Z] ---> Running in ac8fcc6c972e [2021-05-01T08:48:24.855Z] ---> 8cf6995140e5 [2021-05-01T08:48:24.856Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-01T08:48:25.182Z] ---> 1635a993e7f9 [2021-05-01T08:48:25.182Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-01T08:48:25.475Z] Removing intermediate container ac8fcc6c972e [2021-05-01T08:48:25.475Z] ---> 94b773a6e8fb [2021-05-01T08:48:25.475Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:48:25.475Z] Removing intermediate container c0ece4a909c8 [2021-05-01T08:48:25.475Z] ---> b10587d3cc4b [2021-05-01T08:48:25.475Z] Step 20/22 : LABEL arch=x86_64 [2021-05-01T08:48:25.475Z] ---> Running in f0da487a07c6 [2021-05-01T08:48:25.861Z] ---> Running in 05e4d1f21ea7 [2021-05-01T08:48:25.861Z] ---> Running in a66437074e00 [2021-05-01T08:48:26.488Z] Removing intermediate container f0da487a07c6 [2021-05-01T08:48:26.488Z] ---> 74fa91307dbf [2021-05-01T08:48:26.488Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:48:26.488Z] ---> b35c72e8cc11 [2021-05-01T08:48:26.488Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-01T08:48:26.787Z] Removing intermediate container 05e4d1f21ea7 [2021-05-01T08:48:26.787Z] ---> d876a79c50ef [2021-05-01T08:48:26.787Z] Step 21/22 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:48:26.787Z] Removing intermediate container a66437074e00 [2021-05-01T08:48:26.787Z] ---> 5821ed179559 [2021-05-01T08:48:26.787Z] Step 21/23 : LABEL arch=x86_64 [2021-05-01T08:48:26.787Z] ---> Running in f8a545b106d1 [2021-05-01T08:48:27.069Z] ---> Running in 013c1dff4c06 [2021-05-01T08:48:27.070Z] ---> Running in 1d4f6a85052c [2021-05-01T08:48:27.070Z] ---> Running in dc7617cf0329 [2021-05-01T08:48:27.680Z] Removing intermediate container f8a545b106d1 [2021-05-01T08:48:27.680Z] ---> e00ce08cab2b [2021-05-01T08:48:27.680Z] Step 18/21 : CMD ["--init=true"] [2021-05-01T08:48:27.680Z] Removing intermediate container 013c1dff4c06 [2021-05-01T08:48:27.680Z] ---> 1bde9fa91e34 [2021-05-01T08:48:27.680Z] Step 20/22 : LABEL arch=x86_64 [2021-05-01T08:48:27.989Z] Removing intermediate container dc7617cf0329 [2021-05-01T08:48:27.989Z] ---> 5918e18ce411 [2021-05-01T08:48:27.989Z] Step 22/23 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:48:27.989Z] Removing intermediate container 1d4f6a85052c [2021-05-01T08:48:27.989Z] ---> a257bd7706b4 [2021-05-01T08:48:27.989Z] Step 22/22 : LABEL version=0.0.0 [2021-05-01T08:48:28.351Z] ---> Running in 9c1fabcaf559 [2021-05-01T08:48:28.351Z] ---> Running in 143bcb7f0814 [2021-05-01T08:48:28.351Z] ---> Running in ca3bcf27c2fe [2021-05-01T08:48:28.351Z] ---> Running in a0b8fc7b69b4 [2021-05-01T08:48:28.994Z] Removing intermediate container 143bcb7f0814 [2021-05-01T08:48:28.994Z] ---> ef4adc26a9ef [2021-05-01T08:48:28.994Z] Step 21/22 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:48:28.994Z] Removing intermediate container 9c1fabcaf559 [2021-05-01T08:48:28.994Z] ---> 99d8076b0478 [2021-05-01T08:48:28.994Z] Step 19/21 : LABEL arch=x86_64 [2021-05-01T08:48:29.661Z] ---> Running in 7326437754ff [2021-05-01T08:48:29.661Z] ---> Running in 1c4946ba555b [2021-05-01T08:48:29.661Z] Removing intermediate container a0b8fc7b69b4 [2021-05-01T08:48:29.661Z] ---> aec1a659f222 [2021-05-01T08:48:29.661Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:48:29.968Z] Removing intermediate container ca3bcf27c2fe [2021-05-01T08:48:29.968Z] ---> 24473241d7ba [2021-05-01T08:48:29.968Z] [2021-05-01T08:48:30.274Z] ---> Running in 560b0dd85bd8 [2021-05-01T08:48:30.627Z] Removing intermediate container 7326437754ff [2021-05-01T08:48:30.627Z] ---> 0987e77ef523 [2021-05-01T08:48:30.627Z] Step 20/21 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:48:30.627Z] Removing intermediate container 1c4946ba555b [2021-05-01T08:48:30.627Z] ---> 4ce1d8538a07 [2021-05-01T08:48:30.627Z] Step 22/22 : LABEL version=0.0.0 [2021-05-01T08:48:30.941Z] ---> Running in 8384de053f0f [2021-05-01T08:48:30.941Z] ---> Running in 9bb6865224f2 [2021-05-01T08:48:31.277Z] Removing intermediate container 560b0dd85bd8 [2021-05-01T08:48:31.277Z] ---> 156d2c854e82 [2021-05-01T08:48:31.277Z] [2021-05-01T08:48:31.600Z] Successfully built 24473241d7ba [2021-05-01T08:48:31.922Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-01T08:48:31.922Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-05-01T08:48:31.922Z] Successfully built 156d2c854e82 [2021-05-01T08:48:32.229Z] Successfully tagged docker-core-command-go:latest [2021-05-01T08:48:32.229Z] Building docker-core-data-go [2021-05-01T08:48:32.534Z]  Building docker-core-command-go ... done Removing intermediate container 9bb6865224f2 [2021-05-01T08:48:32.534Z] ---> f09c0e0094c3 [2021-05-01T08:48:32.534Z] [2021-05-01T08:48:32.534Z] Removing intermediate container 8384de053f0f [2021-05-01T08:48:32.534Z] ---> 9c825227b805 [2021-05-01T08:48:32.534Z] Step 21/21 : LABEL version=0.0.0 [2021-05-01T08:48:32.839Z] ---> Running in 80da6873d579 [2021-05-01T08:48:33.135Z] Successfully built f09c0e0094c3 [2021-05-01T08:48:33.135Z] Successfully tagged docker-support-notifications-go:latest [2021-05-01T08:48:33.135Z] Building docker-security-secretstore-setup-go [2021-05-01T08:48:33.705Z]  Building docker-support-notifications-go ... done Removing intermediate container 80da6873d579 [2021-05-01T08:48:33.705Z] ---> aaf9787355ef [2021-05-01T08:48:33.705Z] [2021-05-01T08:48:33.989Z] Successfully built aaf9787355ef [2021-05-01T08:48:33.989Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-01T08:48:33.989Z] Building docker-core-metadata-go [2021-05-01T08:48:34.292Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-01T08:48:34.292Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-01T08:48:34.292Z] ---> aefe523efa57 [2021-05-01T08:48:34.292Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:48:34.597Z] ---> Running in 454f8d79819c [2021-05-01T08:48:34.869Z] Removing intermediate container 454f8d79819c [2021-05-01T08:48:34.869Z] ---> 78c9aa0e2824 [2021-05-01T08:48:34.869Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-01T08:48:35.146Z] ---> Running in 440f196fab35 [2021-05-01T08:48:35.785Z] ---> 97820c61c072 [2021-05-01T08:48:35.785Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-01T08:48:35.785Z] ---> 888286a28748 [2021-05-01T08:48:35.785Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-01T08:48:35.785Z] ---> 6e5d77e54747 [2021-05-01T08:48:35.785Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-01T08:48:35.785Z] ---> ef18607f5891 [2021-05-01T08:48:35.785Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-01T08:48:35.785Z] ---> Running in 7a5e60b8742e [2021-05-01T08:48:35.785Z] ---> bf6d4329f1fa [2021-05-01T08:48:35.785Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-01T08:48:35.785Z] ---> Running in eeace6a5de8e [2021-05-01T08:48:35.785Z] ---> Running in 62c84d670180 [2021-05-01T08:48:35.785Z] ---> Running in 20614e9b41e0 [2021-05-01T08:48:35.785Z] ---> Running in 717a8b113a40 [2021-05-01T08:48:36.390Z] 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-01T08:48:36.990Z] 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-01T08:48:37.267Z] 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-01T08:48:37.267Z] 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-01T08:48:37.543Z] 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-01T08:48:37.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:48:37.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:48:37.989Z] (1/39) Installing readline (8.0.4-r0) [2021-05-01T08:48:37.989Z] (2/39) Installing bash (5.0.17-r0) [2021-05-01T08:48:37.989Z] Executing bash-5.0.17-r0.post-install [2021-05-01T08:48:37.989Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:48:37.990Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-01T08:48:38.395Z] (5/39) Installing curl (7.76.1-r0) [2021-05-01T08:48:38.395Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-01T08:48:38.395Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-01T08:48:38.703Z] (8/39) Installing expat (2.2.9-r1) [2021-05-01T08:48:38.703Z] (9/39) Installing libffi (3.3-r2) [2021-05-01T08:48:38.703Z] (10/39) Installing gdbm (1.13-r1) [2021-05-01T08:48:38.703Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-01T08:48:38.703Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-01T08:48:38.703Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-01T08:48:41.700Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-01T08:48:41.700Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-01T08:48:41.700Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-01T08:48:41.700Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-01T08:48:41.700Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-01T08:48:41.700Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-01T08:48:41.700Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-01T08:48:41.700Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-01T08:48:41.700Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-01T08:48:41.700Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-01T08:48:41.700Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-01T08:48:41.700Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-01T08:48:41.700Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-01T08:48:41.700Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-01T08:48:41.700Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-01T08:48:41.700Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-01T08:48:41.700Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-01T08:48:41.700Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-01T08:48:41.700Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-01T08:48:41.700Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-01T08:48:41.700Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-01T08:48:41.700Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-01T08:48:41.700Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-01T08:48:41.983Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-01T08:48:41.983Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-01T08:48:41.983Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-01T08:48:42.622Z] Executing busybox-1.31.1-r19.trigger [2021-05-01T08:48:42.925Z] OK: 72 MiB in 59 packages [2021-05-01T08:48:51.725Z] Collecting docker-compose==1.23.2 [2021-05-01T08:48:51.726Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-01T08:48:52.049Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-01T08:48:52.049Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-01T08:48:52.660Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-01T08:48:52.660Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-01T08:48:56.755Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-01T08:48:56.755Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-01T08:48:56.755Z] 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-01T08:48:56.755Z] Collecting docopt<0.7,>=0.6.1 [2021-05-01T08:48:57.055Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-01T08:48:57.790Z] Collecting jsonschema<3,>=2.5.1 [2021-05-01T08:48:57.790Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-01T08:48:58.110Z] Collecting cached-property<2,>=1.2.0 [2021-05-01T08:48:58.110Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-01T08:48:58.461Z] Collecting docker<4.0,>=3.6.0 [2021-05-01T08:48:58.461Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-01T08:48:58.804Z] Collecting PyYAML<4,>=3.10 [2021-05-01T08:48:58.804Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-01T08:49:01.641Z] Collecting texttable<0.10,>=0.9.0 [2021-05-01T08:49:01.641Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-01T08:49:03.738Z] Collecting idna<2.8,>=2.5 [2021-05-01T08:49:03.738Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-01T08:49:03.738Z] 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-01T08:49:04.015Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-01T08:49:04.015Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-01T08:49:05.094Z] 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-01T08:49:05.827Z] Collecting docker-pycreds>=0.4.0 [2021-05-01T08:49:05.827Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-01T08:49:05.827Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-01T08:49:05.827Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-01T08:49:05.827Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-01T08:49:05.827Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-01T08:49:06.158Z] Installing collected packages: idna, urllib3, requests, dockerpty, websocket-client, docopt, jsonschema, cached-property, docker-pycreds, docker, PyYAML, texttable, docker-compose [2021-05-01T08:49:06.158Z] Attempting uninstall: idna [2021-05-01T08:49:06.158Z] Found existing installation: idna 2.9 [2021-05-01T08:49:06.158Z] Uninstalling idna-2.9: [2021-05-01T08:49:06.158Z] Successfully uninstalled idna-2.9 [2021-05-01T08:49:06.916Z] Attempting uninstall: urllib3 [2021-05-01T08:49:06.916Z] Found existing installation: urllib3 1.25.9 [2021-05-01T08:49:06.916Z] Uninstalling urllib3-1.25.9: [2021-05-01T08:49:07.220Z] Successfully uninstalled urllib3-1.25.9 [2021-05-01T08:49:08.287Z] Attempting uninstall: requests [2021-05-01T08:49:08.287Z] Found existing installation: requests 2.23.0 [2021-05-01T08:49:08.287Z] Uninstalling requests-2.23.0: [2021-05-01T08:49:08.287Z] Successfully uninstalled requests-2.23.0 [2021-05-01T08:49:08.561Z] Running setup.py install for dockerpty: started [2021-05-01T08:49:12.452Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-01T08:49:13.213Z] Running setup.py install for docopt: started [2021-05-01T08:49:15.497Z] Running setup.py install for docopt: finished with status 'done' [2021-05-01T08:49:18.110Z] Running setup.py install for PyYAML: started [2021-05-01T08:49:21.144Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-01T08:49:21.144Z] Running setup.py install for texttable: started [2021-05-01T08:49:22.284Z] Running setup.py install for texttable: finished with status 'done' [2021-05-01T08:49:24.900Z] 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.58.0 [2021-05-01T08:49:52.639Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:49:52.639Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:49:52.639Z] ---> fac84e55177f [2021-05-01T08:49:52.639Z] Step 3/25 : WORKDIR /edgex-go [2021-05-01T08:49:52.639Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:49:52.639Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:49:52.639Z] ---> fac84e55177f [2021-05-01T08:49:52.639Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:49:52.639Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:49:52.639Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:49:52.639Z] ---> fac84e55177f [2021-05-01T08:49:52.639Z] Step 3/31 : WORKDIR /edgex-go [2021-05-01T08:49:52.639Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:49:52.639Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:49:52.639Z] ---> fac84e55177f [2021-05-01T08:49:52.639Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 4a627682d4c2 [2021-05-01T08:49:52.639Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 4a627682d4c2 [2021-05-01T08:49:52.639Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 4a627682d4c2 [2021-05-01T08:49:52.639Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 4a627682d4c2 [2021-05-01T08:49:52.639Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> a27c9cb4b545 [2021-05-01T08:49:52.639Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> a27c9cb4b545 [2021-05-01T08:49:52.639Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> a27c9cb4b545 [2021-05-01T08:49:52.639Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> a27c9cb4b545 [2021-05-01T08:49:52.639Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 0653d668e50c [2021-05-01T08:49:52.639Z] Step 6/23 : COPY go.mod . [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 0653d668e50c [2021-05-01T08:49:52.639Z] Step 6/25 : COPY go.mod . [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 0653d668e50c [2021-05-01T08:49:52.639Z] Step 6/31 : COPY go.mod . [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 39fa456ab948 [2021-05-01T08:49:52.639Z] Step 7/25 : RUN go mod download [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 39fa456ab948 [2021-05-01T08:49:52.639Z] Step 7/31 : RUN go mod download [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 39fa456ab948 [2021-05-01T08:49:52.639Z] Step 7/23 : RUN go mod download [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> da9fcff27ee1 [2021-05-01T08:49:52.639Z] Step 8/31 : COPY . . [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> da9fcff27ee1 [2021-05-01T08:49:52.639Z] Step 8/25 : COPY . . ---> Using cache [2021-05-01T08:49:52.639Z] ---> da9fcff27ee1 [2021-05-01T08:49:52.639Z] Step 8/23 : COPY . . [2021-05-01T08:49:52.639Z] [2021-05-01T08:49:52.639Z] ---> Using cache [2021-05-01T08:49:52.639Z] ---> 7edf3231581c [2021-05-01T08:49:52.640Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-01T08:49:52.640Z] ---> Using cache [2021-05-01T08:49:52.640Z] ---> Using cache [2021-05-01T08:49:52.640Z] ---> 7edf3231581c [2021-05-01T08:49:52.640Z] ---> 7edf3231581c [2021-05-01T08:49:52.640Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-01T08:49:52.640Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-01T08:49:52.640Z] ---> Running in b64082d5ab00 [2021-05-01T08:49:52.640Z] ---> Running in eaf0fdcdf730 [2021-05-01T08:49:52.640Z] ---> Running in 0ad592d5e6f6 [2021-05-01T08:49:52.640Z] ---> Running in c0834e175404 [2021-05-01T08:49:55.757Z] 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-01T08:49:55.757Z] 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-01T08:49:55.757Z] 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-01T08:49:56.129Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:49:57.301Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:49:58.121Z] OK: 219 MiB in 52 packages [2021-05-01T08:50:02.668Z] Removing intermediate container eaf0fdcdf730 [2021-05-01T08:50:02.668Z] ---> bf98ac92fa77 [2021-05-01T08:50:02.668Z] Step 6/23 : COPY go.mod . [2021-05-01T08:50:03.451Z] ---> 4b05988cc054 [2021-05-01T08:50:03.451Z] Step 7/23 : RUN go mod download [2021-05-01T08:50:04.155Z] ---> Running in dd74ccc804e9 [2021-05-01T08:50:15.325Z] Removing intermediate container dd74ccc804e9 [2021-05-01T08:50:15.325Z] ---> 0474aa7fb693 [2021-05-01T08:50:15.325Z] Step 8/23 : COPY . . [2021-05-01T08:50:40.783Z] Removing intermediate container 440f196fab35 [2021-05-01T08:50:40.783Z] ---> 6133269a2475 [2021-05-01T08:50:40.783Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-01T08:50:40.783Z] ---> Running in c0884d4a196e [2021-05-01T08:50:43.592Z] Removing intermediate container c0884d4a196e [2021-05-01T08:50:43.592Z] ---> 22da928cc80e [2021-05-01T08:50:43.592Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-01T08:50:44.441Z] 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-01T08:50:44.735Z] ---> Running in 48c49d6169a8 [2021-05-01T08:50:45.820Z] Removing intermediate container 48c49d6169a8 [2021-05-01T08:50:45.820Z] ---> 5229eb4df987 [2021-05-01T08:50:45.820Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-01T08:50:47.866Z] Removing intermediate container eeace6a5de8e [2021-05-01T08:50:47.866Z] ---> c29b455cf1ee [2021-05-01T08:50:47.866Z] [2021-05-01T08:50:47.866Z] Step 10/31 : FROM alpine:3.12 [2021-05-01T08:50:47.866Z] 3.12: Pulling from library/alpine [2021-05-01T08:50:49.878Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-01T08:50:49.878Z] Status: Downloaded newer image for alpine:3.12 [2021-05-01T08:50:49.878Z] ---> 9852663dfa18 [2021-05-01T08:50:49.878Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-01T08:50:49.878Z] ---> Running in 60f891cda797 [2021-05-01T08:50:50.508Z] ---> a5f4911c16f2 [2021-05-01T08:50:50.508Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-01T08:50:51.888Z] Removing intermediate container 60f891cda797 [2021-05-01T08:50:51.888Z] ---> f8af4bc7f58a [2021-05-01T08:50:51.888Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-01T08:50:52.168Z] ---> Running in a9d1b9b23181 [2021-05-01T08:50:53.870Z] ---> a4960ce312be [2021-05-01T08:50:53.870Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-01T08:50:54.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:50:54.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:50:55.412Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-01T08:50:55.412Z] (2/2) Installing su-exec (0.2-r1) [2021-05-01T08:50:55.412Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:50:55.412Z] OK: 5 MiB in 16 packages [2021-05-01T08:50:55.711Z] ---> c0eed2325ccb [2021-05-01T08:50:55.711Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-01T08:50:56.014Z] Removing intermediate container 7a5e60b8742e [2021-05-01T08:50:56.014Z] ---> d4876a28de2b [2021-05-01T08:50:56.014Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-01T08:50:56.622Z] ---> Running in 01da1af998a6 [2021-05-01T08:50:56.622Z] Removing intermediate container 20614e9b41e0 [2021-05-01T08:50:56.622Z] ---> 900fdbf74205 [2021-05-01T08:50:56.622Z] [2021-05-01T08:50:56.622Z] Step 10/25 : FROM alpine:3.12 [2021-05-01T08:50:56.622Z] ---> 9852663dfa18 [2021-05-01T08:50:56.622Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-01T08:50:56.796Z] ---> Running in e2d617ccb3c8 [2021-05-01T08:50:57.249Z] ---> Running in 7910421f0fa8 [2021-05-01T08:50:57.859Z] Removing intermediate container a9d1b9b23181 [2021-05-01T08:50:57.859Z] ---> 502b2c1f5efd [2021-05-01T08:50:57.859Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-01T08:50:58.131Z] ---> Running in a53ed9005f0d [2021-05-01T08:50:59.119Z] Removing intermediate container a53ed9005f0d [2021-05-01T08:50:59.119Z] ---> 3e58116d2af2 [2021-05-01T08:50:59.119Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-01T08:50:59.397Z] ---> Running in 321cc018fe67 [2021-05-01T08:50:59.397Z] 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-01T08:50:59.611Z] Removing intermediate container e2d617ccb3c8 [2021-05-01T08:50:59.611Z] ---> f339f25b5488 [2021-05-01T08:50:59.611Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:50:59.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:50:59.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:51:00.263Z] ---> Running in 828b34ff4e7e [2021-05-01T08:51:00.559Z] Removing intermediate container 321cc018fe67 [2021-05-01T08:51:00.559Z] ---> 36ab94fbcccf [2021-05-01T08:51:00.559Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-01T08:51:00.559Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-01T08:51:00.559Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:51:00.559Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-01T08:51:00.559Z] (4/6) Installing curl (7.76.1-r0) [2021-05-01T08:51:00.559Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-01T08:51:00.559Z] (6/6) Installing su-exec (0.2-r1) [2021-05-01T08:51:00.559Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:51:00.559Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:51:01.165Z] OK: 7 MiB in 20 packages [2021-05-01T08:51:01.165Z] ---> Running in 5a30064757fe [2021-05-01T08:51:03.265Z] Removing intermediate container 828b34ff4e7e [2021-05-01T08:51:03.265Z] ---> 297f66f644d6 [2021-05-01T08:51:03.265Z] Step 21/23 : LABEL arch=x86_64 [2021-05-01T08:51:03.559Z] 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-01T08:51:03.805Z] Removing intermediate container 62c84d670180 [2021-05-01T08:51:03.805Z] ---> 8e24fd076e39 [2021-05-01T08:51:03.805Z] [2021-05-01T08:51:03.805Z] Step 10/22 : FROM alpine:3.12 [2021-05-01T08:51:03.805Z] ---> 9852663dfa18 [2021-05-01T08:51:03.805Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-01T08:51:03.848Z] ---> Running in a2cb7425809d [2021-05-01T08:51:04.079Z] Removing intermediate container 7910421f0fa8 [2021-05-01T08:51:04.079Z] ---> acd423aa26e7 [2021-05-01T08:51:04.079Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-01T08:51:04.674Z] ---> Running in 38265fa51b2c [2021-05-01T08:51:04.674Z] ---> Running in 4d930f44eb72 [2021-05-01T08:51:04.674Z] Removing intermediate container 01da1af998a6 [2021-05-01T08:51:04.674Z] ---> 53ecc5e1d914 [2021-05-01T08:51:04.674Z] [2021-05-01T08:51:04.674Z] Step 11/23 : FROM docker:20.10.0 [2021-05-01T08:51:04.956Z] 20.10.0: Pulling from library/docker [2021-05-01T08:51:05.566Z] Removing intermediate container 4d930f44eb72 [2021-05-01T08:51:05.566Z] ---> 3c90c0cc9b68 [2021-05-01T08:51:05.566Z] Step 13/25 : WORKDIR / [2021-05-01T08:51:05.841Z] Removing intermediate container 5a30064757fe [2021-05-01T08:51:05.841Z] ---> ca0a6d9eb603 [2021-05-01T08:51:05.841Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-01T08:51:06.096Z] Removing intermediate container a2cb7425809d [2021-05-01T08:51:06.096Z] ---> 862012332135 [2021-05-01T08:51:06.096Z] Step 22/23 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:51:06.115Z] ---> Running in 140029c1e37b [2021-05-01T08:51:06.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:51:06.392Z] ---> Running in 0e1c0017110d [2021-05-01T08:51:06.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:51:06.830Z] ---> Running in 71a653240c92 [2021-05-01T08:51:07.271Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-01T08:51:07.271Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-01T08:51:07.271Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:51:07.271Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:51:07.551Z] Removing intermediate container 140029c1e37b [2021-05-01T08:51:07.551Z] ---> 587683670282 [2021-05-01T08:51:07.551Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-01T08:51:07.551Z] OK: 6 MiB in 16 packages [2021-05-01T08:51:08.164Z] Removing intermediate container 0e1c0017110d [2021-05-01T08:51:08.164Z] ---> 14508aabda5e [2021-05-01T08:51:08.164Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-01T08:51:08.345Z] Removing intermediate container 71a653240c92 [2021-05-01T08:51:08.345Z] ---> 4258a107e606 [2021-05-01T08:51:08.345Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:51:09.020Z] ---> Running in a99c7b23bcac [2021-05-01T08:51:09.705Z] ---> 52d741f283a9 [2021-05-01T08:51:09.705Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-01T08:51:09.705Z] ---> eda3bf553a52 [2021-05-01T08:51:09.705Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-01T08:51:10.359Z] ---> Running in 76b7a26e83a6 [2021-05-01T08:51:11.403Z] ---> 43a638172aba [2021-05-01T08:51:11.403Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-01T08:51:11.403Z] Removing intermediate container 717a8b113a40 [2021-05-01T08:51:11.403Z] ---> c0293222e6e0 [2021-05-01T08:51:11.403Z] [2021-05-01T08:51:11.403Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:51:11.403Z] ---> 9852663dfa18 [2021-05-01T08:51:11.403Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:51:11.679Z] Removing intermediate container 38265fa51b2c [2021-05-01T08:51:11.679Z] ---> 1b4439df4e33 [2021-05-01T08:51:11.679Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:51:11.951Z] ---> Running in 6c0b81f66924 [2021-05-01T08:51:11.951Z] ---> Running in 14144504d742 [2021-05-01T08:51:12.763Z] Removing intermediate container a99c7b23bcac [2021-05-01T08:51:12.763Z] ---> 3493ea4301da [2021-05-01T08:51:12.763Z] [2021-05-01T08:51:12.937Z] ---> 02880abae670 [2021-05-01T08:51:12.937Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-01T08:51:12.937Z] Removing intermediate container 14144504d742 [2021-05-01T08:51:12.937Z] ---> 0bc164a141de [2021-05-01T08:51:12.937Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-01T08:51:13.534Z] ---> Running in a44a22318020 [2021-05-01T08:51:13.784Z] Successfully built 3493ea4301da [2021-05-01T08:51:13.785Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-01T08:51:13.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:51:13.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:51:14.075Z] ---> ce87ce4681cb [2021-05-01T08:51:14.075Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-01T08:51:14.348Z] Removing intermediate container a44a22318020 [2021-05-01T08:51:14.348Z] ---> bfa13c7be838 [2021-05-01T08:51:14.348Z] Removing intermediate container 76b7a26e83a6 [2021-05-01T08:51:14.348Z] ---> cb83dfca2cc1 [2021-05-01T08:51:14.348Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:51:14.348Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-01T08:51:14.626Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-01T08:51:14.626Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:51:14.626Z] OK: 5 MiB in 15 packages [2021-05-01T08:51:14.899Z] ---> Running in 0dcebc67aa57 [2021-05-01T08:51:16.336Z] ---> 2dcd9e5dae29 [2021-05-01T08:51:16.336Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-01T08:51:16.336Z] ---> e3d1065ce139 [2021-05-01T08:51:16.336Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-01T08:51:16.336Z] Removing intermediate container 0dcebc67aa57 [2021-05-01T08:51:16.336Z] ---> 3026623aed56 [2021-05-01T08:51:16.336Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:51:16.611Z] Removing intermediate container 6c0b81f66924 [2021-05-01T08:51:16.611Z] ---> 9179c544a00d [2021-05-01T08:51:16.611Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:51:17.207Z] ---> Running in ac2ea3c6a48d [2021-05-01T08:51:17.350Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b64082d5ab00 [2021-05-01T08:51:17.350Z] ---> 7dbd6c09d0ff [2021-05-01T08:51:17.350Z] [2021-05-01T08:51:17.350Z] Step 10/31 : FROM alpine:3.12 [2021-05-01T08:51:17.350Z] ---> 13621d1b12d4 [2021-05-01T08:51:17.350Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-01T08:51:18.186Z] ---> 2183a8b678bd [2021-05-01T08:51:18.186Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-01T08:51:18.408Z] ---> Running in 047ac53244d4 [2021-05-01T08:51:18.459Z] Removing intermediate container ac2ea3c6a48d [2021-05-01T08:51:18.459Z] ---> b728a6e8ee11 [2021-05-01T08:51:18.459Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-01T08:51:18.459Z] ---> 732321eb23ad [2021-05-01T08:51:18.459Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-01T08:51:18.459Z] ---> 221bb72b7444 [2021-05-01T08:51:18.459Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-01T08:51:18.730Z] ---> Running in 99f234011ff4 [2021-05-01T08:51:19.088Z] Removing intermediate container 0ad592d5e6f6 [2021-05-01T08:51:19.088Z] ---> b9d37d88b68a [2021-05-01T08:51:19.088Z] [2021-05-01T08:51:19.088Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:51:19.088Z] ---> 13621d1b12d4 [2021-05-01T08:51:19.088Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:51:19.088Z] ---> Using cache [2021-05-01T08:51:19.088Z] ---> 0e5f4da1ad79 [2021-05-01T08:51:19.088Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:51:19.088Z] ---> Using cache [2021-05-01T08:51:19.088Z] ---> 6299845818d8 [2021-05-01T08:51:19.088Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-01T08:51:19.323Z] Removing intermediate container 99f234011ff4 [2021-05-01T08:51:19.324Z] ---> 605edc939b1b [2021-05-01T08:51:19.324Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-01T08:51:19.438Z] ---> 05d9f7a6584a [2021-05-01T08:51:19.438Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-01T08:51:19.609Z] ---> Running in a7e29922d913 [2021-05-01T08:51:19.609Z] ---> 6a8649288780 [2021-05-01T08:51:19.609Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-01T08:51:19.609Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-01T08:51:19.609Z] ---> e91727e66f81 [2021-05-01T08:51:19.609Z] Step 21/25 : 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-01T08:51:19.609Z] ---> c07b6cc8c385 [2021-05-01T08:51:19.609Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-01T08:51:19.609Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-01T08:51:19.609Z] ---> eeaf43b92773 [2021-05-01T08:51:19.609Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:51:19.745Z] ---> Running in d7b95398a729 [2021-05-01T08:51:19.745Z] ---> Running in 427341cdae45 [2021-05-01T08:51:19.892Z] ---> Running in fcf6c3d94903 [2021-05-01T08:51:19.892Z] ---> Running in 86af40d225a9 [2021-05-01T08:51:20.063Z] Removing intermediate container 047ac53244d4 [2021-05-01T08:51:20.064Z] ---> e072abeda3e0 [2021-05-01T08:51:20.064Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-01T08:51:20.168Z] Removing intermediate container a7e29922d913 [2021-05-01T08:51:20.168Z] ---> ca8db126b464 [2021-05-01T08:51:20.168Z] Step 15/23 : WORKDIR / [2021-05-01T08:51:20.422Z] ---> Running in 97ff664800ab [2021-05-01T08:51:20.441Z] ---> Running in ae78abb33431 [2021-05-01T08:51:20.725Z] Removing intermediate container 86af40d225a9 [2021-05-01T08:51:20.725Z] ---> 2e312f550fc7 [2021-05-01T08:51:20.725Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-01T08:51:20.725Z] ---> ab634220d289 [2021-05-01T08:51:20.725Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-01T08:51:20.725Z] ---> 6ea473980067 [2021-05-01T08:51:20.725Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-01T08:51:21.006Z] ---> Running in b04b813a1bc3 [2021-05-01T08:51:21.006Z] ---> Running in 13037d920dfb [2021-05-01T08:51:21.058Z] Removing intermediate container d7b95398a729 [2021-05-01T08:51:21.058Z] ---> 78c51dd04267 [2021-05-01T08:51:21.058Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-01T08:51:21.281Z] Removing intermediate container ae78abb33431 [2021-05-01T08:51:21.281Z] ---> 82e0c5745eec [2021-05-01T08:51:21.281Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:51:21.367Z] ---> Running in e77f82a0bf84 [2021-05-01T08:51:21.726Z] 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-01T08:51:21.883Z] Removing intermediate container 13037d920dfb [2021-05-01T08:51:21.883Z] ---> 32083e3652d0 [2021-05-01T08:51:21.883Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:51:21.883Z] ---> de3e3f9242e4 [2021-05-01T08:51:21.883Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-01T08:51:22.021Z] Removing intermediate container e77f82a0bf84 [2021-05-01T08:51:22.021Z] ---> 60262f2cc895 [2021-05-01T08:51:22.021Z] Step 15/23 : WORKDIR / [2021-05-01T08:51:22.158Z] ---> Running in 18846ed5e83e [2021-05-01T08:51:22.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:51:22.616Z] ---> Running in a171e4c92f95 [2021-05-01T08:51:22.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:51:22.767Z] ---> Running in 29bcfd518915 [2021-05-01T08:51:22.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:51:22.767Z] Removing intermediate container 18846ed5e83e [2021-05-01T08:51:22.767Z] ---> e190d0bdcee0 [2021-05-01T08:51:22.767Z] ---> 17f5c824df73 [2021-05-01T08:51:22.767Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-01T08:51:22.767Z] Step 20/22 : LABEL arch=arm64 [2021-05-01T08:51:22.896Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-01T08:51:22.896Z] (2/2) Installing su-exec (0.2-r1) [2021-05-01T08:51:22.896Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:51:23.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:51:23.203Z] OK: 6 MiB in 16 packages [2021-05-01T08:51:23.316Z] ---> Running in 5acb1ca947b0 [2021-05-01T08:51:23.317Z] Removing intermediate container fcf6c3d94903 [2021-05-01T08:51:23.317Z] ---> 31e5ec9ef4ea [2021-05-01T08:51:23.317Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-01T08:51:23.317Z] Removing intermediate container 29bcfd518915 [2021-05-01T08:51:23.317Z] ---> 2ac76a8b58bf [2021-05-01T08:51:23.317Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-01T08:51:23.927Z] ---> Running in 63f53552ee39 [2021-05-01T08:51:23.927Z] (1/39) Installing readline (8.0.4-r0) [2021-05-01T08:51:23.927Z] (2/39) Installing bash (5.0.17-r0) [2021-05-01T08:51:23.927Z] Executing bash-5.0.17-r0.post-install [2021-05-01T08:51:23.927Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:51:23.927Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-01T08:51:23.927Z] Removing intermediate container 5acb1ca947b0 [2021-05-01T08:51:23.927Z] (5/39) Installing curl (7.76.1-r0) [2021-05-01T08:51:23.927Z] ---> bba315a71be9 [2021-05-01T08:51:23.927Z] Step 21/22 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:51:23.927Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-01T08:51:23.927Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-01T08:51:23.927Z] (8/39) Installing expat (2.2.9-r1) [2021-05-01T08:51:23.927Z] (9/39) Installing libffi (3.3-r2) [2021-05-01T08:51:23.927Z] (10/39) Installing gdbm (1.13-r1) [2021-05-01T08:51:23.927Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-01T08:51:23.927Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-01T08:51:23.928Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-01T08:51:24.038Z] Removing intermediate container a171e4c92f95 [2021-05-01T08:51:24.038Z] ---> 2b116810a39e [2021-05-01T08:51:24.038Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:51:24.525Z] ---> Running in 4e21fe842005 [2021-05-01T08:51:24.721Z] Removing intermediate container c0834e175404 [2021-05-01T08:51:24.721Z] ---> 1cac7e3d054b [2021-05-01T08:51:24.721Z] [2021-05-01T08:51:24.721Z] Step 10/25 : FROM alpine:3.12 [2021-05-01T08:51:24.721Z] ---> 13621d1b12d4 [2021-05-01T08:51:24.721Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-01T08:51:25.120Z] ---> Running in 36d5f7ba6c0a [2021-05-01T08:51:25.130Z] Removing intermediate container 63f53552ee39 [2021-05-01T08:51:25.130Z] ---> 3b54f98a666b [2021-05-01T08:51:25.130Z] Step 23/25 : LABEL arch=arm64 [2021-05-01T08:51:25.130Z] ---> 9befd6e45d3b [2021-05-01T08:51:25.130Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-01T08:51:25.130Z] ---> c56cdcd8b1d0 [2021-05-01T08:51:25.130Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-01T08:51:25.409Z] ---> Running in 061e59beac85 [2021-05-01T08:51:25.409Z] Removing intermediate container 4e21fe842005 [2021-05-01T08:51:25.409Z] ---> 5b3de3bea6af [2021-05-01T08:51:25.409Z] Step 22/22 : LABEL version=0.0.0 [2021-05-01T08:51:25.417Z] ---> c4b83d951a0d [2021-05-01T08:51:25.417Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-01T08:51:25.701Z] ---> Running in 694acc9d923d [2021-05-01T08:51:25.771Z] Removing intermediate container 97ff664800ab [2021-05-01T08:51:25.771Z] ---> 1f544dfc3885 [2021-05-01T08:51:25.771Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-01T08:51:25.982Z] ---> Running in b83a23125195 [2021-05-01T08:51:25.982Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-01T08:51:26.102Z] ---> Running in 39209d79ef90 [2021-05-01T08:51:26.264Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-01T08:51:26.264Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-01T08:51:26.264Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-01T08:51:26.264Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-01T08:51:26.264Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-01T08:51:26.264Z] Removing intermediate container 061e59beac85 [2021-05-01T08:51:26.264Z] ---> ecab87cc6da9 [2021-05-01T08:51:26.264Z] Step 24/25 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:51:26.264Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-01T08:51:26.264Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-01T08:51:26.264Z] ---> 1de9bc8e0252 [2021-05-01T08:51:26.264Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-01T08:51:26.538Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-01T08:51:26.538Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-01T08:51:26.538Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-01T08:51:26.538Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-01T08:51:26.538Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-01T08:51:26.538Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-01T08:51:26.538Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-01T08:51:26.538Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-01T08:51:26.538Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-01T08:51:26.538Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-01T08:51:26.538Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-01T08:51:26.538Z] ---> Running in 819c1cf85044 [2021-05-01T08:51:26.816Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-01T08:51:26.816Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-01T08:51:26.816Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-01T08:51:26.816Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-01T08:51:26.816Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-01T08:51:26.816Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-01T08:51:26.816Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-01T08:51:26.816Z] ---> Running in ed19c50025fa [2021-05-01T08:51:26.816Z] Removing intermediate container b83a23125195 [2021-05-01T08:51:26.816Z] ---> 8358150c0fd8 [2021-05-01T08:51:26.816Z] [2021-05-01T08:51:27.092Z] Executing busybox-1.31.1-r19.trigger [2021-05-01T08:51:27.092Z] OK: 72 MiB in 59 packages [2021-05-01T08:51:27.694Z] Successfully built 8358150c0fd8 [2021-05-01T08:51:27.694Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-01T08:51:27.694Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-05-01T08:51:27.694Z] Removing intermediate container 819c1cf85044 [2021-05-01T08:51:27.694Z] ---> 76bc9cb73034 [2021-05-01T08:51:27.694Z] Step 25/25 : LABEL version=0.0.0 [2021-05-01T08:51:27.977Z] Removing intermediate container ed19c50025fa [2021-05-01T08:51:27.977Z] ---> c6fc126c7d16 [2021-05-01T08:51:27.977Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:51:27.990Z] Removing intermediate container 39209d79ef90 [2021-05-01T08:51:27.990Z] ---> e19e8645398d [2021-05-01T08:51:27.990Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-01T08:51:27.990Z] ---> Running in edc060b977bf [2021-05-01T08:51:28.257Z] ---> Running in 9fb0d5198747 [2021-05-01T08:51:28.257Z] ---> Running in fef5d068346d [2021-05-01T08:51:28.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:51:28.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:51:28.742Z] ---> 8d939a49002f [2021-05-01T08:51:28.742Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-01T08:51:28.742Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-01T08:51:28.742Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:51:28.742Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-01T08:51:29.039Z] (4/6) Installing curl (7.76.1-r0) [2021-05-01T08:51:29.039Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-01T08:51:29.039Z] (6/6) Installing su-exec (0.2-r1) [2021-05-01T08:51:29.039Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:51:29.039Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:51:29.039Z] OK: 7 MiB in 20 packages [2021-05-01T08:51:29.247Z] Removing intermediate container 9fb0d5198747 [2021-05-01T08:51:29.247Z] ---> 86aeeafede7b [2021-05-01T08:51:29.247Z] [2021-05-01T08:51:29.247Z] Removing intermediate container fef5d068346d [2021-05-01T08:51:29.247Z] ---> ef3b193cb8d8 [2021-05-01T08:51:29.247Z] Step 21/23 : LABEL arch=arm64 [2021-05-01T08:51:29.521Z] Removing intermediate container 694acc9d923d [2021-05-01T08:51:29.521Z] ---> a8856fefa471 [2021-05-01T08:51:29.521Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-01T08:51:29.521Z] ---> Running in 11d6d352ec75 [2021-05-01T08:51:29.802Z] Successfully built 86aeeafede7b [2021-05-01T08:51:29.802Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-01T08:51:29.802Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-05-01T08:51:30.077Z] ---> Running in 7a5b680faeae [2021-05-01T08:51:30.160Z] Removing intermediate container edc060b977bf [2021-05-01T08:51:30.160Z] ---> ab4b1542a1c3 [2021-05-01T08:51:30.160Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-01T08:51:30.352Z] Removing intermediate container 11d6d352ec75 [2021-05-01T08:51:30.352Z] ---> 6c5ae5703372 [2021-05-01T08:51:30.352Z] Step 22/23 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:51:30.630Z] ---> Running in c727d768e172 [2021-05-01T08:51:30.870Z] ---> 9cd512f9c036 [2021-05-01T08:51:30.870Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-01T08:51:30.871Z] ---> Running in 677d01465d94 [2021-05-01T08:51:30.907Z] Removing intermediate container 7a5b680faeae [2021-05-01T08:51:30.907Z] ---> b4a7f80c5d21 [2021-05-01T08:51:30.907Z] Step 28/31 : CMD ["gate"] [2021-05-01T08:51:31.243Z] ---> Running in a83ac2c53a03 [2021-05-01T08:51:31.508Z] ---> Running in 3db60874feda [2021-05-01T08:51:31.508Z] Removing intermediate container c727d768e172 [2021-05-01T08:51:31.508Z] ---> 6ad1fcefd819 [2021-05-01T08:51:31.508Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:51:31.806Z] ---> Running in 9423f37d67cb [2021-05-01T08:51:32.091Z] Removing intermediate container 3db60874feda [2021-05-01T08:51:32.091Z] ---> 613d7e3f265b [2021-05-01T08:51:32.091Z] Step 29/31 : LABEL arch=arm64 [2021-05-01T08:51:32.292Z] Removing intermediate container a83ac2c53a03 [2021-05-01T08:51:32.293Z] ---> 54661dfcf09f [2021-05-01T08:51:32.293Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:51:32.616Z] ---> Running in 6992d5a3c2bb [2021-05-01T08:51:32.616Z] Removing intermediate container 36d5f7ba6c0a [2021-05-01T08:51:32.616Z] ---> 099ad09bc6ec [2021-05-01T08:51:32.616Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-01T08:51:32.694Z] Collecting docker-compose==1.23.2 [2021-05-01T08:51:32.902Z] ---> Running in c9e09769a465 [2021-05-01T08:51:32.994Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-01T08:51:32.994Z] Removing intermediate container 9423f37d67cb [2021-05-01T08:51:32.994Z] ---> 686224d489c2 [2021-05-01T08:51:32.994Z] [2021-05-01T08:51:32.994Z] ---> Running in faf15991243f [2021-05-01T08:51:33.239Z] Removing intermediate container 6992d5a3c2bb [2021-05-01T08:51:33.239Z] ---> b86eccb5f563 [2021-05-01T08:51:33.239Z] Step 21/23 : LABEL arch=x86_64 [2021-05-01T08:51:33.924Z] Removing intermediate container c9e09769a465 [2021-05-01T08:51:33.924Z] ---> f293827e2815 [2021-05-01T08:51:33.924Z] Step 13/25 : WORKDIR / [2021-05-01T08:51:33.924Z] ---> Running in 0f3e0e2364b8 [2021-05-01T08:51:33.982Z] Successfully built 686224d489c2 [2021-05-01T08:51:34.584Z] Collecting cached-property<2,>=1.2.0 [2021-05-01T08:51:34.584Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-01T08:51:34.584Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-01T08:51:34.689Z] Removing intermediate container 677d01465d94 [2021-05-01T08:51:34.689Z] ---> 33ae6f7620da [2021-05-01T08:51:34.689Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-01T08:51:34.689Z] ---> Running in 3cc9a8ce56fd [2021-05-01T08:51:34.856Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-05-01T08:51:34.856Z] Removing intermediate container faf15991243f [2021-05-01T08:51:34.856Z] ---> 4efdc65abee4 [2021-05-01T08:51:34.856Z] Step 30/31 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:51:35.043Z] Removing intermediate container 0f3e0e2364b8 [2021-05-01T08:51:35.043Z] ---> 10ed79e79df2 [2021-05-01T08:51:35.043Z] Step 22/23 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:51:35.043Z] ---> Running in 01551075e4a3 [2021-05-01T08:51:35.427Z] ---> Running in ccd4f0b50db3 [2021-05-01T08:51:35.776Z] Removing intermediate container 3cc9a8ce56fd [2021-05-01T08:51:35.776Z] ---> 8e20065e3002 [2021-05-01T08:51:35.776Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-01T08:51:35.841Z] ---> Running in 12d96f6b83cf [2021-05-01T08:51:36.120Z] Collecting PyYAML<4,>=3.10 [2021-05-01T08:51:36.120Z] Removing intermediate container 12d96f6b83cf [2021-05-01T08:51:36.120Z] ---> 580224cbee1f [2021-05-01T08:51:36.120Z] Step 31/31 : LABEL version=0.0.0 [2021-05-01T08:51:36.120Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-01T08:51:36.723Z] ---> Running in f0615ec31adc [2021-05-01T08:51:37.252Z] Removing intermediate container 01551075e4a3 [2021-05-01T08:51:37.252Z] ---> 573a48a93cdc [2021-05-01T08:51:37.252Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-01T08:51:37.322Z] Removing intermediate container f0615ec31adc [2021-05-01T08:51:37.322Z] ---> 08d489db7057 [2021-05-01T08:51:37.322Z] [2021-05-01T08:51:37.551Z] Removing intermediate container ccd4f0b50db3 [2021-05-01T08:51:37.551Z] ---> 61709ec18d79 [2021-05-01T08:51:37.551Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:51:37.551Z] ---> Running in b0a551b6a530 [2021-05-01T08:51:37.870Z] ---> 13213b823d85 [2021-05-01T08:51:37.870Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-01T08:51:37.920Z] Successfully built 08d489db7057 [2021-05-01T08:51:37.920Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-01T08:51:37.920Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-05-01T08:51:38.982Z] Removing intermediate container b0a551b6a530 [2021-05-01T08:51:38.982Z] ---> 3442d663e37b [2021-05-01T08:51:38.982Z] [2021-05-01T08:51:38.982Z] ---> 80b850182b0c [2021-05-01T08:51:38.982Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-01T08:51:39.763Z] ---> 41e996b44aca [2021-05-01T08:51:39.763Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-01T08:51:39.763Z] ---> Running in 58bba7fb0d25 [2021-05-01T08:51:39.888Z] Collecting texttable<0.10,>=0.9.0 [2021-05-01T08:51:39.889Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-01T08:51:40.471Z] Successfully built 3442d663e37b [2021-05-01T08:51:40.471Z] Successfully tagged docker-core-metadata-go:latest [2021-05-01T08:51:40.471Z]  Building docker-core-metadata-go ... done  ---> f12e3cf6c799 [2021-05-01T08:51:40.471Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-01T08:51:42.522Z] 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-01T08:51:42.522Z] Collecting docopt<0.7,>=0.6.1 [2021-05-01T08:51:42.522Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-01T08:51:43.046Z] ---> 29d8559850b2 [2021-05-01T08:51:43.046Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-01T08:51:45.152Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-01T08:51:45.152Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-01T08:51:45.304Z] Removing intermediate container 58bba7fb0d25 [2021-05-01T08:51:45.304Z] ---> 88ba1c4eca7b [2021-05-01T08:51:45.304Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:51:45.304Z] ---> de37540d272e [2021-05-01T08:51:45.304Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-01T08:51:46.345Z] ---> c9e520278828 [2021-05-01T08:51:46.345Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-01T08:51:47.787Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-01T08:51:47.788Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-01T08:51:47.951Z] ---> 13b547049c32 [2021-05-01T08:51:47.951Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-01T08:51:48.653Z] ---> e5ba4fa8d3ce [2021-05-01T08:51:48.653Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-01T08:51:49.012Z] ---> 40f3146f3f76 [2021-05-01T08:51:49.012Z] Step 21/25 : 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-01T08:51:49.222Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-01T08:51:49.222Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-01T08:51:49.315Z] ---> Running in 8d4a8a1c4143 [2021-05-01T08:51:49.617Z] ---> fc1e9e03b1a8 [2021-05-01T08:51:49.617Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-01T08:51:49.818Z] Collecting jsonschema<3,>=2.5.1 [2021-05-01T08:51:49.818Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-01T08:51:50.799Z] Collecting docker<4.0,>=3.6.0 [2021-05-01T08:51:50.799Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-01T08:51:51.176Z] ---> ab25ce6c0b6a [2021-05-01T08:51:51.176Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-01T08:51:51.785Z] Collecting idna<2.8,>=2.5 [2021-05-01T08:51:51.785Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-01T08:51:51.785Z] 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-01T08:51:51.785Z] 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-01T08:51:52.322Z] ---> ebcb712a2d75 [2021-05-01T08:51:52.322Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-01T08:51:52.763Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-01T08:51:52.763Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-01T08:51:52.975Z] ---> Running in d7a4f8fa6086 [2021-05-01T08:51:53.040Z] Collecting docker-pycreds>=0.4.0 [2021-05-01T08:51:53.040Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-01T08:51:53.313Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-01T08:51:53.313Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-01T08:51:53.313Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-01T08:51:53.313Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-01T08:51:53.676Z] Removing intermediate container d7a4f8fa6086 [2021-05-01T08:51:53.676Z] ---> 058ee102cdbe [2021-05-01T08:51:53.676Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-01T08:51:53.676Z] Removing intermediate container 8d4a8a1c4143 [2021-05-01T08:51:53.676Z] ---> b6b4e384b478 [2021-05-01T08:51:53.676Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-01T08:51:53.972Z] ---> Running in 9c38f4c8a077 [2021-05-01T08:51:54.650Z] ---> 5829b7ba01d0 [2021-05-01T08:51:54.650Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-01T08:51:54.749Z] Installing collected packages: cached-property, PyYAML, texttable, docopt, dockerpty, websocket-client, idna, urllib3, requests, jsonschema, docker-pycreds, docker, docker-compose [2021-05-01T08:51:54.749Z] Running setup.py install for PyYAML: started [2021-05-01T08:51:54.951Z] Removing intermediate container 9c38f4c8a077 [2021-05-01T08:51:54.951Z] ---> 0386d1e86060 [2021-05-01T08:51:54.951Z] Step 23/25 : LABEL arch=x86_64 [2021-05-01T08:51:54.951Z] ---> Running in db9af262dcc3 [2021-05-01T08:51:55.619Z] ---> Running in 6d6ccaf03960 [2021-05-01T08:51:55.942Z] Removing intermediate container 6d6ccaf03960 [2021-05-01T08:51:55.942Z] ---> d719e2498a0c [2021-05-01T08:51:55.942Z] Step 24/25 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:51:56.252Z] ---> Running in 7044adad879a [2021-05-01T08:51:56.881Z] Removing intermediate container 7044adad879a [2021-05-01T08:51:56.881Z] ---> 118c740e9769 [2021-05-01T08:51:56.881Z] Step 25/25 : LABEL version=0.0.0 [2021-05-01T08:51:57.180Z] ---> Running in dbd7e61acd2b [2021-05-01T08:51:57.370Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-01T08:51:57.370Z] Running setup.py install for texttable: started [2021-05-01T08:51:58.229Z] Removing intermediate container dbd7e61acd2b [2021-05-01T08:51:58.229Z] ---> 1b6aa6577862 [2021-05-01T08:51:58.229Z] [2021-05-01T08:51:59.404Z] Removing intermediate container db9af262dcc3 [2021-05-01T08:51:59.404Z] ---> e6d2f3c4a061 [2021-05-01T08:51:59.404Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-01T08:51:59.404Z] Successfully built 1b6aa6577862 [2021-05-01T08:51:59.404Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-01T08:51:59.710Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 26d2547bc7fe [2021-05-01T08:51:59.990Z] Running setup.py install for texttable: finished with status 'done' [2021-05-01T08:51:59.990Z] Running setup.py install for docopt: started [2021-05-01T08:52:00.302Z] Removing intermediate container 26d2547bc7fe [2021-05-01T08:52:00.302Z] ---> 3d156ab7a20b [2021-05-01T08:52:00.302Z] Step 28/31 : CMD ["gate"] [2021-05-01T08:52:00.643Z] ---> Running in d9b8505b7820 [2021-05-01T08:52:01.293Z] Removing intermediate container d9b8505b7820 [2021-05-01T08:52:01.293Z] ---> c5a90ac1bd7b [2021-05-01T08:52:01.293Z] Step 29/31 : LABEL arch=x86_64 [2021-05-01T08:52:01.583Z] ---> Running in 38e60b5f090e [2021-05-01T08:52:02.227Z] Removing intermediate container 38e60b5f090e [2021-05-01T08:52:02.227Z] ---> 39875356f49d [2021-05-01T08:52:02.227Z] Step 30/31 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:52:02.605Z] Running setup.py install for docopt: finished with status 'done' [2021-05-01T08:52:02.606Z] Running setup.py install for dockerpty: started [2021-05-01T08:52:02.873Z] ---> Running in 72e569f43ce5 [2021-05-01T08:52:03.544Z] Removing intermediate container 72e569f43ce5 [2021-05-01T08:52:03.544Z] ---> a1b3e8bf5268 [2021-05-01T08:52:03.544Z] Step 31/31 : LABEL version=0.0.0 [2021-05-01T08:52:04.586Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-01T08:52:04.871Z] ---> Running in 3b556d057557 [2021-05-01T08:52:05.184Z] Attempting uninstall: idna [2021-05-01T08:52:05.184Z] Found existing installation: idna 2.9 [2021-05-01T08:52:05.184Z] Uninstalling idna-2.9: [2021-05-01T08:52:05.184Z] Successfully uninstalled idna-2.9 [2021-05-01T08:52:06.165Z] Attempting uninstall: urllib3 [2021-05-01T08:52:06.165Z] Found existing installation: urllib3 1.25.9 [2021-05-01T08:52:06.165Z] Uninstalling urllib3-1.25.9: [2021-05-01T08:52:06.165Z] Successfully uninstalled urllib3-1.25.9 [2021-05-01T08:52:06.549Z] Removing intermediate container 3b556d057557 [2021-05-01T08:52:06.549Z] ---> 16cfb50acd79 [2021-05-01T08:52:06.549Z] [2021-05-01T08:52:06.767Z] Attempting uninstall: requests [2021-05-01T08:52:06.767Z] Found existing installation: requests 2.23.0 [2021-05-01T08:52:06.767Z] Uninstalling requests-2.23.0: [2021-05-01T08:52:07.042Z] Successfully uninstalled requests-2.23.0 [2021-05-01T08:52:07.163Z] Successfully built 16cfb50acd79 [2021-05-01T08:52:07.163Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-01T08:52:07.445Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 427341cdae45 [2021-05-01T08:52:07.445Z] ---> 9f6436afdd8d [2021-05-01T08:52:07.445Z] [2021-05-01T08:52:07.445Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:52:07.445Z] ---> 13621d1b12d4 [2021-05-01T08:52:07.445Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-01T08:52:07.722Z] ---> Running in a19d8c019536 [2021-05-01T08:52:07.722Z] Removing intermediate container a19d8c019536 [2021-05-01T08:52:07.723Z] ---> 7ea8617779ca [2021-05-01T08:52:07.723Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-01T08:52:08.000Z] ---> Running in f9d2bcdbd850 [2021-05-01T08:52:08.273Z] Removing intermediate container f9d2bcdbd850 [2021-05-01T08:52:08.273Z] ---> 233546484d6d [2021-05-01T08:52:08.273Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-01T08:52:08.551Z] ---> Running in acf259ba4c42 [2021-05-01T08:52:08.854Z] Removing intermediate container acf259ba4c42 [2021-05-01T08:52:08.854Z] ---> cdbf13d3349e [2021-05-01T08:52:08.854Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:52:09.137Z] ---> Running in e503afaac757 [2021-05-01T08:52:11.213Z] Removing intermediate container e503afaac757 [2021-05-01T08:52:11.213Z] ---> a5e69601b93c [2021-05-01T08:52:11.213Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-01T08:52:11.213Z] ---> Running in 3949b20d0a14 [2021-05-01T08:52:12.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-01T08:52:12.641Z] 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.58.0 [2021-05-01T08:52:12.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-01T08:52:13.849Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-01T08:52:13.849Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-01T08:52:13.849Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-01T08:52:14.120Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-01T08:52:14.709Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-01T08:52:14.709Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-01T08:52:15.003Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:52:15.003Z] OK: 8 MiB in 20 packages [2021-05-01T08:52:16.468Z] Removing intermediate container 3949b20d0a14 [2021-05-01T08:52:16.468Z] ---> 852b6a943548 [2021-05-01T08:52:16.468Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:52:17.956Z] ---> 27886c3db891 [2021-05-01T08:52:17.957Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-01T08:52:19.384Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:52:19.384Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:52:19.384Z] ---> 6f25e0b964b7 [2021-05-01T08:52:19.384Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:52:19.384Z] ---> Using cache [2021-05-01T08:52:19.384Z] ---> 72da40f0be0a [2021-05-01T08:52:19.384Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:52:19.384Z] ---> Using cache [2021-05-01T08:52:19.384Z] ---> 7342a6d84a05 [2021-05-01T08:52:19.384Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-01T08:52:19.384Z] ---> Using cache [2021-05-01T08:52:19.384Z] ---> 77f499fd8805 [2021-05-01T08:52:19.384Z] Step 6/23 : COPY go.mod . [2021-05-01T08:52:19.384Z] ---> Using cache [2021-05-01T08:52:19.384Z] ---> 10cb8c4b9243 [2021-05-01T08:52:19.384Z] Step 7/23 : RUN go mod download [2021-05-01T08:52:19.384Z] ---> Using cache [2021-05-01T08:52:19.384Z] ---> a85394868137 [2021-05-01T08:52:19.384Z] Step 8/23 : COPY . . [2021-05-01T08:52:19.664Z] ---> Using cache [2021-05-01T08:52:19.664Z] ---> 888286a28748 [2021-05-01T08:52:19.664Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-01T08:52:20.008Z] ---> 07cdb96351b8 [2021-05-01T08:52:20.009Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-01T08:52:20.616Z] ---> 9564e516ac8d [2021-05-01T08:52:20.616Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-01T08:52:20.616Z] ---> Running in 196a21ce97dd [2021-05-01T08:52:21.112Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:52:21.112Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:52:21.112Z] ---> 6f25e0b964b7 [2021-05-01T08:52:21.112Z] Step 3/23 : WORKDIR /edgex-go [2021-05-01T08:52:21.112Z] ---> Using cache [2021-05-01T08:52:21.112Z] ---> 72da40f0be0a [2021-05-01T08:52:21.112Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:52:21.112Z] ---> Using cache [2021-05-01T08:52:21.112Z] ---> 7342a6d84a05 [2021-05-01T08:52:21.112Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-01T08:52:21.112Z] ---> Running in fc7bc05dc3c6 [2021-05-01T08:52:21.289Z] Removing intermediate container 196a21ce97dd [2021-05-01T08:52:21.289Z] ---> 5fabe9a9c341 [2021-05-01T08:52:21.289Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:52:21.289Z] ---> Running in 170d4200a1b7 [2021-05-01T08:52:21.386Z] ---> Running in d9fd6429a7e0 [2021-05-01T08:52:21.912Z] Removing intermediate container 170d4200a1b7 [2021-05-01T08:52:21.912Z] ---> 52585d4c8636 [2021-05-01T08:52:21.912Z] Step 21/23 : LABEL arch=x86_64 [2021-05-01T08:52:22.214Z] ---> Running in c647f9c8e6bb [2021-05-01T08:52:23.370Z] Removing intermediate container c647f9c8e6bb [2021-05-01T08:52:23.370Z] ---> 3e73cb342367 [2021-05-01T08:52:23.370Z] Step 22/23 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:52:23.370Z] ---> Running in 6b72c227206d [2021-05-01T08:52:23.375Z] 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-01T08:52:23.376Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:52:23.689Z] Removing intermediate container 6b72c227206d [2021-05-01T08:52:23.689Z] ---> ac37d0dcc7f2 [2021-05-01T08:52:23.689Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:52:23.963Z] ---> Running in c22ab68e6dc0 [2021-05-01T08:52:24.364Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:52:24.600Z] Removing intermediate container c22ab68e6dc0 [2021-05-01T08:52:24.600Z] ---> 8685dc147d24 [2021-05-01T08:52:24.600Z] [2021-05-01T08:52:25.301Z] Successfully built 8685dc147d24 [2021-05-01T08:52:25.301Z] Successfully tagged docker-core-data-go:latest [2021-05-01T08:52:25.814Z] OK: 218 MiB in 52 packages [2021-05-01T08:52:26.071Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-01T08:52:26.152Z] $ docker stop --time=1 4d9e3e7c45474c501b3c924af0cf26de50c1ede9a0168dbd5d40d90a630230bb [2021-05-01T08:52:27.267Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:52:27.267Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:52:27.267Z] ---> 6f25e0b964b7 [2021-05-01T08:52:27.267Z] Step 3/21 : WORKDIR /edgex-go [2021-05-01T08:52:27.267Z] ---> Using cache [2021-05-01T08:52:27.267Z] ---> 72da40f0be0a [2021-05-01T08:52:27.267Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:52:27.267Z] ---> Using cache [2021-05-01T08:52:27.267Z] ---> 7342a6d84a05 [2021-05-01T08:52:27.267Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-01T08:52:27.267Z] ---> Using cache [2021-05-01T08:52:27.267Z] ---> 77f499fd8805 [2021-05-01T08:52:27.267Z] Step 6/21 : COPY go.mod . [2021-05-01T08:52:27.267Z] ---> Using cache [2021-05-01T08:52:27.267Z] ---> 10cb8c4b9243 [2021-05-01T08:52:27.267Z] Step 7/21 : RUN go mod download [2021-05-01T08:52:27.267Z] ---> Using cache [2021-05-01T08:52:27.267Z] ---> a85394868137 [2021-05-01T08:52:27.267Z] Step 8/21 : COPY . . [2021-05-01T08:52:27.875Z] ---> Using cache [2021-05-01T08:52:27.875Z] ---> 888286a28748 [2021-05-01T08:52:27.875Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-01T08:52:28.485Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-01T08:52:28.485Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-01T08:52:28.485Z] ---> 6f25e0b964b7 [2021-05-01T08:52:28.485Z] Step 3/22 : WORKDIR /edgex-go [2021-05-01T08:52:28.485Z] ---> Using cache [2021-05-01T08:52:28.485Z] ---> 72da40f0be0a [2021-05-01T08:52:28.485Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:52:28.485Z] ---> Using cache [2021-05-01T08:52:28.485Z] ---> 7342a6d84a05 [2021-05-01T08:52:28.485Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-01T08:52:28.485Z] ---> Using cache [2021-05-01T08:52:28.485Z] ---> 77f499fd8805 [2021-05-01T08:52:28.485Z] Step 6/22 : COPY go.mod . [2021-05-01T08:52:28.485Z] ---> Using cache [2021-05-01T08:52:28.485Z] ---> 10cb8c4b9243 [2021-05-01T08:52:28.485Z] Step 7/22 : RUN go mod download [2021-05-01T08:52:28.485Z] ---> Using cache [2021-05-01T08:52:28.485Z] ---> a85394868137 [2021-05-01T08:52:28.485Z] Step 8/22 : COPY . . [2021-05-01T08:52:28.485Z] ---> Running in d07ac6856b30 [2021-05-01T08:52:28.934Z] $ docker rm -f 4d9e3e7c45474c501b3c924af0cf26de50c1ede9a0168dbd5d40d90a630230bb [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-01T08:52:29.474Z] ---> Using cache [2021-05-01T08:52:29.474Z] ---> 888286a28748 [2021-05-01T08:52:29.474Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-01T08:52:29.669Z] + docker images [2021-05-01T08:52:29.669Z] + grep docker [2021-05-01T08:52:29.752Z] Removing intermediate container d9fd6429a7e0 [2021-05-01T08:52:29.752Z] ---> b53d4098c78c [2021-05-01T08:52:29.752Z] Step 6/23 : COPY go.mod . [2021-05-01T08:52:29.752Z] ---> Running in c9ac1ec9332f [2021-05-01T08:52:30.276Z] docker-core-data-go latest 8685dc147d24 6 seconds ago 21.5MB [2021-05-01T08:52:30.276Z] docker-security-bootstrapper-go latest 16cfb50acd79 25 seconds ago 18.2MB [2021-05-01T08:52:30.276Z] docker-security-secretstore-setup-go latest 1b6aa6577862 33 seconds ago 25.7MB [2021-05-01T08:52:30.276Z] docker-core-metadata-go latest 3442d663e37b 52 seconds ago 18.6MB [2021-05-01T08:52:30.276Z] docker-sys-mgmt-agent-go latest 3493ea4301da About a minute ago 312MB [2021-05-01T08:52:30.276Z] docker-security-proxy-setup-go latest aaf9787355ef 3 minutes ago 25.3MB [2021-05-01T08:52:30.276Z] docker-support-notifications-go latest f09c0e0094c3 3 minutes ago 17.6MB [2021-05-01T08:52:30.276Z] docker-core-command-go latest 156d2c854e82 4 minutes ago 17MB [2021-05-01T08:52:30.276Z] docker-support-scheduler-go latest 24473241d7ba 4 minutes ago 17.1MB [2021-05-01T08:52:30.276Z] docker 20.10.0 aefe523efa57 4 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-01T08:52:31.750Z] 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-01T08:52:32.354Z] 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-01T08:52:32.636Z] ---> 13ed4508372c [2021-05-01T08:52:32.636Z] Step 7/23 : RUN go mod download [2021-05-01T08:52:32.912Z] ---> Running in 8ed1295c2243 [2021-05-01T08:52:34.350Z] Removing intermediate container b04b813a1bc3 [2021-05-01T08:52:34.350Z] ---> b5d097c67913 [2021-05-01T08:52:34.350Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-01T08:52:34.350Z] ---> Running in 9795f23f273e [2021-05-01T08:52:35.335Z] Removing intermediate container 9795f23f273e [2021-05-01T08:52:35.335Z] ---> ae8cc909f307 [2021-05-01T08:52:35.335Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-01T08:52:35.335Z] ---> Running in 1549d1dfbcdc [2021-05-01T08:52:35.930Z] Removing intermediate container 1549d1dfbcdc [2021-05-01T08:52:35.930Z] ---> ccd3e90e4c89 [2021-05-01T08:52:35.930Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-01T08:52:37.901Z] Removing intermediate container 8ed1295c2243 [2021-05-01T08:52:37.901Z] ---> da274385dc60 [2021-05-01T08:52:37.901Z] Step 8/23 : COPY . . [2021-05-01T08:52:38.501Z] ---> e8ace05a94e7 [2021-05-01T08:52:38.501Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-01T08:52:40.509Z] ---> a833e95e2a1c [2021-05-01T08:52:40.509Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-01T08:52:43.950Z] ---> e87cf4b6228f [2021-05-01T08:52:43.950Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-01T08:52:43.950Z] ---> Running in 91d154a84a1a [2021-05-01T08:52:44.945Z] Removing intermediate container 91d154a84a1a [2021-05-01T08:52:44.945Z] ---> 53a472c7eceb [2021-05-01T08:52:44.945Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:52:45.565Z] ---> Running in 9ffa24e1c01b [2021-05-01T08:52:45.612Z] Still waiting to schedule task [2021-05-01T08:52:45.613Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-01T08:52:47.019Z] Removing intermediate container 9ffa24e1c01b [2021-05-01T08:52:47.020Z] ---> 9cd2e1021a1b [2021-05-01T08:52:47.020Z] Step 21/23 : LABEL arch=arm64 [2021-05-01T08:52:47.298Z] ---> Running in 3fdb676c73ff [2021-05-01T08:52:48.300Z] Removing intermediate container 3fdb676c73ff [2021-05-01T08:52:48.300Z] ---> 1d9ee5eb3a35 [2021-05-01T08:52:48.300Z] Step 22/23 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:52:48.575Z] ---> Running in 9fdcc06b3467 [2021-05-01T08:52:50.024Z] Removing intermediate container 9fdcc06b3467 [2021-05-01T08:52:50.024Z] ---> b50d3b91cff8 [2021-05-01T08:52:50.024Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:52:50.622Z] ---> Running in 4f72429128a1 [2021-05-01T08:52:52.064Z] Removing intermediate container 4f72429128a1 [2021-05-01T08:52:52.064Z] ---> 5657478a91a7 [2021-05-01T08:52:52.064Z] [2021-05-01T08:52:53.051Z] Successfully built 5657478a91a7 [2021-05-01T08:52:53.051Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-01T08:53:01.363Z]  Building docker-sys-mgmt-agent-go ... done  ---> 829f716a7b04 [2021-05-01T08:53:01.363Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-01T08:53:01.363Z] ---> Running in 8a6bc8688a13 [2021-05-01T08:53:02.822Z] 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-01T08:53:40.106Z] Running on prd-ubuntu18.04-docker-8c-8g-2592 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-05-01T08:53:40.126Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-05-01T08:53:42.660Z] using credential edgex-jenkins-ssh [2021-05-01T08:53:42.674Z] Cloning the remote Git repository [2021-05-01T08:53:42.702Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:53:42.788Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-05-01T08:53:42.824Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:53:42.824Z] > git --version # timeout=10 [2021-05-01T08:53:42.832Z] > git --version # 'git version 2.17.1' [2021-05-01T08:53:42.833Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:53:42.865Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T08:53:57.875Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-01T08:53:57.882Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-01T08:53:57.917Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-01T08:53:57.936Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-01T08:53:57.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:53:57.942Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-01T08:53:58.671Z] Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 [2021-05-01T08:53:58.983Z] Merge succeeded, producing b812d8d88c1cffb009a835a19bc0cf3948a415eb [2021-05-01T08:53:58.984Z] Checking out Revision b812d8d88c1cffb009a835a19bc0cf3948a415eb (PR-3391) [2021-05-01T08:53:58.686Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T08:53:58.691Z] > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [2021-05-01T08:53:58.836Z] > git remote # timeout=10 [2021-05-01T08:53:58.843Z] > git config --get remote.origin.url # timeout=10 [2021-05-01T08:53:58.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-01T08:53:58.854Z] > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 [2021-05-01T08:53:58.980Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-01T08:53:58.990Z] > git config core.sparsecheckout # timeout=10 [2021-05-01T08:53:58.995Z] > git checkout -f b812d8d88c1cffb009a835a19bc0cf3948a415eb # timeout=10 [2021-05-01T08:54:02.706Z] Commit message: "Merge commit '31468994070af38c8f9db93fe1a8ddc3ce05f196' into HEAD" [2021-05-01T08:54:02.717Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:54:03.938Z] + echo snap-build.sh [2021-05-01T08:54:03.938Z] snap-build.sh [2021-05-01T08:54:03.938Z] + SNAP_BASE_DIR=. [2021-05-01T08:54:03.938Z] + '[' '!' -z /w/workspace/edgex-go/11 ']' [2021-05-01T08:54:03.938Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/11 [2021-05-01T08:54:03.938Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' [2021-05-01T08:54:03.938Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/11] [2021-05-01T08:54:03.938Z] + cd /w/workspace/edgex-go/11 [2021-05-01T08:54:03.938Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-01T08:54:03.938Z] Reading package lists... [2021-05-01T08:54:02.714Z] > git rev-list --no-walk 0762094572dfdf8839e3b6669841e200cd664f61 # timeout=10 [2021-05-01T08:54:04.201Z] Building dependency tree... [2021-05-01T08:54:04.201Z] Reading state information... [2021-05-01T08:54:04.201Z] The following packages were automatically installed and are no longer required: [2021-05-01T08:54:04.201Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-01T08:54:04.201Z] uidmap xdelta3 [2021-05-01T08:54:04.201Z] Use 'sudo apt autoremove' to remove them. [2021-05-01T08:54:04.201Z] The following packages will be REMOVED: [2021-05-01T08:54:04.201Z] lxd* lxd-client* [2021-05-01T08:54:04.784Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-01T08:54:04.784Z] After this operation, 31.7 MB disk space will be freed. [2021-05-01T08:54:06.093Z] (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-01T08:54:06.093Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-01T08:54:07.035Z] Removing lxd dnsmasq configuration [2021-05-01T08:54:07.297Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-01T08:54:07.297Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-01T08:54:08.249Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-01T08:54:08.512Z] (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-01T08:54:08.512Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-01T08:54:10.429Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-01T08:54:10.429Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-01T08:54:10.884Z] 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-01T08:54:11.818Z] + sudo snap remove --purge lxd [2021-05-01T08:54:12.080Z] snap "lxd" is not installed [2021-05-01T08:54:12.080Z] + sudo groupadd --force --system lxd [2021-05-01T08:54:12.080Z] ++ whoami [2021-05-01T08:54:12.080Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-01T08:54:12.080Z] + newgrp - lxd [2021-05-01T08:54:12.080Z] + sudo snap install lxd [2021-05-01T08:54:16.329Z] Removing intermediate container fc7bc05dc3c6 [2021-05-01T08:54:16.329Z] ---> ef9f9c8d0138 [2021-05-01T08:54:16.329Z] [2021-05-01T08:54:16.329Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:54:16.329Z] ---> 9852663dfa18 [2021-05-01T08:54:16.329Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:54:16.329Z] ---> Using cache [2021-05-01T08:54:16.329Z] ---> 9179c544a00d [2021-05-01T08:54:16.329Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:54:16.329Z] ---> Using cache [2021-05-01T08:54:16.329Z] ---> b728a6e8ee11 [2021-05-01T08:54:16.329Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-01T08:54:16.329Z] ---> Running in dca1dae33357 [2021-05-01T08:54:16.934Z] Removing intermediate container dca1dae33357 [2021-05-01T08:54:16.934Z] ---> 1793e29902b9 [2021-05-01T08:54:16.934Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-01T08:54:17.535Z] ---> Running in 3c14961f0a2b [2021-05-01T08:54:18.546Z] Removing intermediate container 3c14961f0a2b [2021-05-01T08:54:18.546Z] ---> 2c73c57ac817 [2021-05-01T08:54:18.546Z] Step 15/23 : WORKDIR / [2021-05-01T08:54:18.826Z] ---> Running in 379342c0103b [2021-05-01T08:54:19.812Z] Removing intermediate container 379342c0103b [2021-05-01T08:54:19.812Z] ---> eac0717bd6ad [2021-05-01T08:54:19.812Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:54:20.248Z] 2021-05-01T08:54:17Z INFO Waiting for automatic snapd restart... [2021-05-01T08:54:20.420Z] Removing intermediate container d07ac6856b30 [2021-05-01T08:54:20.420Z] ---> 22839876ecf0 [2021-05-01T08:54:20.420Z] [2021-05-01T08:54:20.420Z] Step 10/21 : FROM alpine:3.12 [2021-05-01T08:54:20.420Z] ---> 9852663dfa18 [2021-05-01T08:54:20.420Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-01T08:54:20.420Z] ---> Running in fff0026d5174 [2021-05-01T08:54:21.025Z] ---> 0bf213ede0e4 [2021-05-01T08:54:21.025Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-01T08:54:23.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:54:23.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:54:24.080Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-01T08:54:24.080Z] ---> e02c292908cc [2021-05-01T08:54:24.080Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-01T08:54:24.080Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-01T08:54:24.080Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-01T08:54:24.359Z] (4/4) Installing curl (7.76.1-r0) [2021-05-01T08:54:24.359Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:54:24.359Z] Executing ca-certificates-20191127-r4.trigger [2021-05-01T08:54:24.636Z] OK: 7 MiB in 18 packages [2021-05-01T08:54:26.085Z] ---> e951238273d0 [2021-05-01T08:54:26.085Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-01T08:54:26.085Z] ---> Running in c9739ba3f5e2 [2021-05-01T08:54:27.541Z] Removing intermediate container c9739ba3f5e2 [2021-05-01T08:54:27.541Z] ---> c16b451a60ef [2021-05-01T08:54:27.541Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:54:28.147Z] ---> Running in 41bc258157c9 [2021-05-01T08:54:28.147Z] Removing intermediate container fff0026d5174 [2021-05-01T08:54:28.147Z] ---> c60a622bcf4a [2021-05-01T08:54:28.147Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-01T08:54:28.424Z] ---> Running in c74a5fdf1e71 [2021-05-01T08:54:28.702Z] Removing intermediate container 41bc258157c9 [2021-05-01T08:54:28.702Z] ---> 8fd03aef40d4 [2021-05-01T08:54:28.702Z] Step 21/23 : LABEL arch=arm64 [2021-05-01T08:54:28.981Z] ---> Running in 6f369fd5c4ed [2021-05-01T08:54:29.586Z] Removing intermediate container c74a5fdf1e71 [2021-05-01T08:54:29.586Z] ---> 7716a604f0a1 [2021-05-01T08:54:29.586Z] Step 13/21 : WORKDIR /edgex [2021-05-01T08:54:29.865Z] ---> Running in 3b1e0582303f [2021-05-01T08:54:30.144Z] Removing intermediate container 6f369fd5c4ed [2021-05-01T08:54:30.144Z] ---> b4360b7ab8b0 [2021-05-01T08:54:30.144Z] Step 22/23 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:54:30.423Z] ---> Running in 9d4e55839a41 [2021-05-01T08:54:31.032Z] Removing intermediate container 3b1e0582303f [2021-05-01T08:54:31.033Z] ---> 3095e38f8c9a [2021-05-01T08:54:31.033Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-01T08:54:31.033Z] Removing intermediate container c9ac1ec9332f [2021-05-01T08:54:31.033Z] ---> d38d8d1a01ba [2021-05-01T08:54:31.033Z] [2021-05-01T08:54:31.033Z] Step 10/22 : FROM alpine:3.12 [2021-05-01T08:54:31.033Z] ---> 9852663dfa18 [2021-05-01T08:54:31.033Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-01T08:54:31.033Z] ---> Using cache [2021-05-01T08:54:31.033Z] ---> 9179c544a00d [2021-05-01T08:54:31.033Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-01T08:54:31.033Z] ---> Using cache [2021-05-01T08:54:31.033Z] ---> b728a6e8ee11 [2021-05-01T08:54:31.033Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-01T08:54:31.306Z] Removing intermediate container 9d4e55839a41 [2021-05-01T08:54:31.306Z] ---> a12cdf2be793 [2021-05-01T08:54:31.306Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:54:31.306Z] ---> Running in 4fb936a3c95a [2021-05-01T08:54:31.584Z] ---> Running in b40bd397ac66 [2021-05-01T08:54:32.185Z] Removing intermediate container b40bd397ac66 [2021-05-01T08:54:32.185Z] ---> fa759e8b21fb [2021-05-01T08:54:32.185Z] [2021-05-01T08:54:32.185Z] Removing intermediate container 4fb936a3c95a [2021-05-01T08:54:32.185Z] ---> 294f1043eb8a [2021-05-01T08:54:32.185Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-01T08:54:32.462Z] ---> a34099e42a61 [2021-05-01T08:54:32.462Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-01T08:54:32.462Z] ---> Running in bec88ddadfe0 [2021-05-01T08:54:33.065Z] Successfully built fa759e8b21fb [2021-05-01T08:54:33.065Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-01T08:54:33.666Z]  Building docker-core-command-go ... done Removing intermediate container bec88ddadfe0 [2021-05-01T08:54:33.666Z] ---> 2031f55e1a1c [2021-05-01T08:54:33.666Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:54:34.653Z] ---> 6b5d49081ce2 [2021-05-01T08:54:34.653Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-01T08:54:34.653Z] ---> 240b57eeb108 [2021-05-01T08:54:34.653Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-01T08:54:36.642Z] ---> 29cf05e10340 [2021-05-01T08:54:36.642Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-01T08:54:36.642Z] ---> c4aaa19080ba [2021-05-01T08:54:36.642Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-01T08:54:36.642Z] ---> Running in e1b25a6db29a [2021-05-01T08:54:36.915Z] Removing intermediate container e1b25a6db29a [2021-05-01T08:54:36.915Z] ---> 4bed58cca4dd [2021-05-01T08:54:36.915Z] Step 18/21 : CMD ["--init=true"] [2021-05-01T08:54:37.184Z] ---> Running in 512e9a841876 [2021-05-01T08:54:37.461Z] ---> ec82eb017041 [2021-05-01T08:54:37.461Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-01T08:54:37.461Z] ---> Running in f2f8c2e3afd7 [2021-05-01T08:54:37.737Z] Removing intermediate container 512e9a841876 [2021-05-01T08:54:37.737Z] ---> 3b0fc077824e [2021-05-01T08:54:37.737Z] Step 19/21 : LABEL arch=arm64 [2021-05-01T08:54:38.013Z] ---> Running in e747191a21af [2021-05-01T08:54:38.013Z] Removing intermediate container f2f8c2e3afd7 [2021-05-01T08:54:38.013Z] ---> 9987ff51bbd6 [2021-05-01T08:54:38.013Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:54:38.290Z] ---> Running in e92011952776 [2021-05-01T08:54:38.408Z] lxd 4.13 from Canonical* installed [2021-05-01T08:54:38.408Z] + sudo lxd init --auto [2021-05-01T08:54:38.562Z] Removing intermediate container e747191a21af [2021-05-01T08:54:38.562Z] ---> 7e2df4af9701 [2021-05-01T08:54:38.562Z] Step 20/21 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:54:38.835Z] ---> Running in db0d6dd2d2ce [2021-05-01T08:54:39.110Z] Removing intermediate container e92011952776 [2021-05-01T08:54:39.110Z] ---> 89aebabafa62 [2021-05-01T08:54:39.110Z] Step 20/22 : LABEL arch=arm64 [2021-05-01T08:54:39.404Z] ---> Running in e0a4e0dd5c58 [2021-05-01T08:54:39.404Z] Removing intermediate container db0d6dd2d2ce [2021-05-01T08:54:39.404Z] ---> 95666b8d36a4 [2021-05-01T08:54:39.404Z] Step 21/21 : LABEL version=0.0.0 [2021-05-01T08:54:39.683Z] ---> Running in f7051d704207 [2021-05-01T08:54:39.960Z] Removing intermediate container e0a4e0dd5c58 [2021-05-01T08:54:39.960Z] ---> ea964662a232 [2021-05-01T08:54:39.960Z] Step 21/22 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:54:40.231Z] ---> Running in b7e9471ab61e [2021-05-01T08:54:40.509Z] Removing intermediate container f7051d704207 [2021-05-01T08:54:40.509Z] ---> c3f2e5e97a18 [2021-05-01T08:54:40.509Z] [2021-05-01T08:54:40.781Z] Successfully built c3f2e5e97a18 [2021-05-01T08:54:41.052Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-01T08:54:41.052Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b7e9471ab61e [2021-05-01T08:54:41.052Z] ---> 56f2bd4139c2 [2021-05-01T08:54:41.052Z] Step 22/22 : LABEL version=0.0.0 [2021-05-01T08:54:41.326Z] ---> Running in da162048c091 [2021-05-01T08:54:41.599Z] Removing intermediate container da162048c091 [2021-05-01T08:54:41.599Z] ---> 9e25ce8eb799 [2021-05-01T08:54:41.599Z] [2021-05-01T08:54:42.198Z] Successfully built 9e25ce8eb799 [2021-05-01T08:54:42.198Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-01T08:54:45.026Z] + sudo snap install --classic snapcraft [2021-05-01T08:54:46.495Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8a6bc8688a13 [2021-05-01T08:54:46.495Z] ---> e95d9c4c3dc2 [2021-05-01T08:54:46.496Z] [2021-05-01T08:54:46.496Z] Step 10/23 : FROM alpine:3.12 [2021-05-01T08:54:46.496Z] ---> 9852663dfa18 [2021-05-01T08:54:46.496Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-01T08:54:46.496Z] ---> Running in b02680fcfb32 [2021-05-01T08:54:46.767Z] Removing intermediate container b02680fcfb32 [2021-05-01T08:54:46.767Z] ---> 55ad0bc5bbc7 [2021-05-01T08:54:46.767Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-01T08:54:47.037Z] ---> Running in 9bee3709736f [2021-05-01T08:54:47.307Z] Removing intermediate container 9bee3709736f [2021-05-01T08:54:47.307Z] ---> 551a0d6df16a [2021-05-01T08:54:47.307Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-01T08:54:47.578Z] ---> Running in 4d04bb5f47ce [2021-05-01T08:54:47.848Z] Removing intermediate container 4d04bb5f47ce [2021-05-01T08:54:47.848Z] ---> 5b550ed51577 [2021-05-01T08:54:47.848Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-01T08:54:48.120Z] ---> Running in 0d335073e89c [2021-05-01T08:54:50.087Z] Removing intermediate container 0d335073e89c [2021-05-01T08:54:50.087Z] ---> 67c19db82999 [2021-05-01T08:54:50.087Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-01T08:54:50.358Z] ---> Running in 7542cebb0292 [2021-05-01T08:54:51.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-01T08:54:51.633Z] snapcraft 4.6.3 from Canonical* installed [2021-05-01T08:54:51.633Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-01T08:54:51.633Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-01T08:54:51.633Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-01T08:54:51.633Z] Dload Upload Total Spent Left Speed [2021-05-01T08:54:51.633Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4510 0 --:--:-- --:--:-- --:--:-- 4543 [2021-05-01T08:54:51.633Z] 100 3325k 100 3325k 0 0 9955k 0 --:--:-- --:--:-- --:--:-- 9955k [2021-05-01T08:54:51.633Z] ./yq_linux_amd64 [2021-05-01T08:54:51.633Z] + sudo snapcraft prime --use-lxd [2021-05-01T08:54:52.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-01T08:54:53.278Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-01T08:54:53.278Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-01T08:54:53.278Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-01T08:54:53.546Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-01T08:54:53.558Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-01T08:54:53.558Z] 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-01T08:54:53.558Z] - README.md [2021-05-01T08:54:53.558Z] [2021-05-01T08:54:53.558Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-01T08:54:53.819Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-01T08:54:53.819Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-01T08:54:53.819Z] Executing busybox-1.31.1-r20.trigger [2021-05-01T08:54:53.819Z] OK: 8 MiB in 20 packages [2021-05-01T08:54:54.132Z] Launching a container. [2021-05-01T08:54:55.248Z] Removing intermediate container 7542cebb0292 [2021-05-01T08:54:55.248Z] ---> e6ad10972a09 [2021-05-01T08:54:55.248Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-01T08:54:55.845Z] ---> a28c21be21fd [2021-05-01T08:54:55.845Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-01T08:54:57.275Z] ---> ffe77e4e2a9a [2021-05-01T08:54:57.275Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-01T08:54:57.873Z] ---> 093b5adc151e [2021-05-01T08:54:57.873Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-01T08:54:57.873Z] ---> Running in 48600c1f8758 [2021-05-01T08:54:58.466Z] Removing intermediate container 48600c1f8758 [2021-05-01T08:54:58.466Z] ---> ec72b818a2de [2021-05-01T08:54:58.466Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-01T08:54:58.737Z] ---> Running in fedc0767cacd [2021-05-01T08:54:59.011Z] Removing intermediate container fedc0767cacd [2021-05-01T08:54:59.011Z] ---> 4008451e2bf4 [2021-05-01T08:54:59.011Z] Step 21/23 : LABEL arch=arm64 [2021-05-01T08:54:59.282Z] ---> Running in 4103d275c67b [2021-05-01T08:54:59.554Z] Removing intermediate container 4103d275c67b [2021-05-01T08:54:59.554Z] ---> 31c36878dec2 [2021-05-01T08:54:59.554Z] Step 22/23 : LABEL git_sha=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [2021-05-01T08:54:59.827Z] ---> Running in 68c88507c5d7 [2021-05-01T08:55:00.098Z] Removing intermediate container 68c88507c5d7 [2021-05-01T08:55:00.098Z] ---> 2892b4900763 [2021-05-01T08:55:00.098Z] Step 23/23 : LABEL version=0.0.0 [2021-05-01T08:55:00.370Z] ---> Running in 5e6de24c668d [2021-05-01T08:55:00.644Z] Removing intermediate container 5e6de24c668d [2021-05-01T08:55:00.644Z] ---> dd2e1c4fc23b [2021-05-01T08:55:00.644Z] [2021-05-01T08:55:01.239Z] Successfully built dd2e1c4fc23b [2021-05-01T08:55:01.239Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-01T08:55:01.528Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-01T08:55:01.518Z] $ docker stop --time=1 6ee7e671fe3f291a593c6f495c9a2e25e84ecf073882f021e25117c8e6b29947 [2021-05-01T08:55:03.463Z] $ docker rm -f 6ee7e671fe3f291a593c6f495c9a2e25e84ecf073882f021e25117c8e6b29947 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-01T08:55:04.096Z] + docker images+ [2021-05-01T08:55:04.097Z] grep docker [2021-05-01T08:55:04.366Z] docker-core-data-go-arm64 latest dd2e1c4fc23b 4 seconds ago 20.3MB [2021-05-01T08:55:04.366Z] docker-support-scheduler-go-arm64 latest 9e25ce8eb799 23 seconds ago 16.1MB [2021-05-01T08:55:04.366Z] docker-security-proxy-setup-go-arm64 latest c3f2e5e97a18 24 seconds ago 23.9MB [2021-05-01T08:55:04.366Z] docker-core-command-go-arm64 latest fa759e8b21fb 33 seconds ago 16.1MB [2021-05-01T08:55:04.366Z] docker-sys-mgmt-agent-go-arm64 latest 5657478a91a7 2 minutes ago 299MB [2021-05-01T08:55:04.366Z] docker-security-bootstrapper-go-arm64 latest 08d489db7057 3 minutes ago 17.1MB [2021-05-01T08:55:04.366Z] docker-core-metadata-go-arm64 latest 686224d489c2 3 minutes ago 17.4MB [2021-05-01T08:55:04.366Z] docker-security-secretstore-setup-go-arm64 latest 86aeeafede7b 3 minutes ago 24.3MB [2021-05-01T08:55:04.366Z] docker-support-notifications-go-arm64 latest 8358150c0fd8 3 minutes ago 16.6MB [2021-05-01T08:55:04.366Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-01T08:55:04.897Z] ---> job-cost.sh [2021-05-01T08:55:04.897Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MoCx [2021-05-01T08:55:06.391Z] Waiting for container to be ready [2021-05-01T08:55:06.964Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-01T08:55:06.964Z] [2021-05-01T08:55:11.197Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-01T08:55:11.781Z] Waiting for network to be ready... [2021-05-01T08:55:12.364Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-01T08:55:12.364Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-01T08:55:12.364Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-01T08:55:12.364Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-01T08:55:12.633Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-01T08:55:12.633Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-01T08:55:12.633Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-01T08:55:12.633Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-01T08:55:12.633Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-01T08:55:12.633Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-01T08:55:12.895Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-01T08:55:12.895Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-01T08:55:13.469Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-01T08:55:13.469Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-01T08:55:13.469Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-01T08:55:13.470Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-01T08:55:13.470Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-01T08:55:13.470Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-01T08:55:13.732Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-01T08:55:13.994Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-05-01T08:55:13.994Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-01T08:55:13.994Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-01T08:55:13.994Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-01T08:55:13.994Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-05-01T08:55:14.257Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-05-01T08:55:14.257Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-01T08:55:14.257Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-01T08:55:17.581Z] Fetched 24.4 MB in 5s (4653 kB/s) [2021-05-01T08:55:18.972Z] Reading package lists... [2021-05-01T08:55:19.262Z] Reading package lists... [2021-05-01T08:55:19.262Z] Building dependency tree... [2021-05-01T08:55:19.262Z] Reading state information... [2021-05-01T08:55:19.526Z] The following additional packages will be installed: [2021-05-01T08:55:19.527Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-01T08:55:19.527Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-01T08:55:19.527Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-01T08:55:19.527Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-01T08:55:19.527Z] Suggested packages: [2021-05-01T08:55:19.527Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-01T08:55:19.527Z] Recommended packages: [2021-05-01T08:55:19.527Z] gnupg libsasl2-modules [2021-05-01T08:55:19.527Z] The following NEW packages will be installed: [2021-05-01T08:55:19.527Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-01T08:55:19.527Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-01T08:55:19.527Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-01T08:55:19.527Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-01T08:55:19.527Z] The following packages will be upgraded: [2021-05-01T08:55:19.527Z] gpg gpg-agent gpgconf libudev1 [2021-05-01T08:55:19.790Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-01T08:55:19.790Z] Need to get 3529 kB of archives. [2021-05-01T08:55:19.790Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-01T08:55:19.790Z] 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-01T08:55:19.790Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-01T08:55:19.790Z] Get:3 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-01T08:55:20.053Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-01T08:55:20.053Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-01T08:55:20.053Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-01T08:55:20.318Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-01T08:55:20.318Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-01T08:55:20.318Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-01T08:55:20.581Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-01T08:55:20.581Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-01T08:55:20.581Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-01T08:55:20.581Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-01T08:55:20.581Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-01T08:55:20.581Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-01T08:55:20.581Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-01T08:55:20.581Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-01T08:55:20.581Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-01T08:55:20.581Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-01T08:55:20.581Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-01T08:55:20.581Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-01T08:55:20.581Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-01T08:55:20.843Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T08:55:20.843Z] Fetched 3529 kB in 1s (3182 kB/s) [2021-05-01T08:55:20.843Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-01T08:55:20.843Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-01T08:55:20.843Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T08:55:21.105Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-01T08:55:21.105Z] Selecting previously unselected package udev. [2021-05-01T08:55:21.105Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-01T08:55:21.105Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-01T08:55:21.105Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-01T08:55:21.367Z] Selecting previously unselected package libfuse2:amd64. [2021-05-01T08:55:21.367Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-01T08:55:21.367Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-01T08:55:21.628Z] Selecting previously unselected package fuse. [2021-05-01T08:55:21.628Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-01T08:55:21.628Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-01T08:55:21.629Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T08:55:21.629Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T08:55:21.890Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T08:55:21.890Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T08:55:21.890Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T08:55:21.890Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T08:55:22.152Z] Selecting previously unselected package libksba8:amd64. [2021-05-01T08:55:22.152Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-01T08:55:22.152Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-01T08:55:22.152Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-01T08:55:22.152Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:55:22.152Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:22.415Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-01T08:55:22.415Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:55:22.415Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:22.415Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-01T08:55:22.415Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:55:22.415Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:22.415Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-01T08:55:22.415Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:55:22.415Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:22.678Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-01T08:55:22.678Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:55:22.678Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:22.678Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-01T08:55:22.678Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:55:22.678Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:22.940Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-01T08:55:22.940Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:55:22.940Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:22.940Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-01T08:55:22.940Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:55:22.940Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:22.940Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-01T08:55:22.940Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-01T08:55:22.940Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:23.204Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-01T08:55:23.204Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-01T08:55:23.204Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T08:55:23.204Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-01T08:55:23.204Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-01T08:55:23.204Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T08:55:23.466Z] Selecting previously unselected package libldap-common. [2021-05-01T08:55:23.466Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-01T08:55:23.466Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T08:55:23.466Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-01T08:55:23.466Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-01T08:55:23.466Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T08:55:23.466Z] Selecting previously unselected package dirmngr. [2021-05-01T08:55:23.466Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T08:55:23.729Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-01T08:55:23.730Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T08:55:23.730Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-01T08:55:23.730Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-01T08:55:23.730Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T08:55:23.993Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-01T08:55:23.993Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-01T08:55:23.993Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:23.993Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-01T08:55:23.993Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T08:55:24.257Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-01T08:55:24.520Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-01T08:55:24.783Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:24.783Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-01T08:55:25.045Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-01T08:55:25.045Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-01T08:55:25.045Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:25.045Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:25.045Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:25.045Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:25.045Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:25.045Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:25.307Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-01T08:55:25.307Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-01T08:55:25.307Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-01T08:55:25.307Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T08:55:25.882Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-01T08:55:25.882Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-01T08:55:25.882Z] This means they are not meant to be enabled using systemctl. [2021-05-01T08:55:25.882Z] Possible reasons for having this kind of units are: [2021-05-01T08:55:25.882Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-01T08:55:25.882Z] .wants/ or .requires/ directory. [2021-05-01T08:55:25.882Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-01T08:55:25.882Z] a requirement dependency on it. [2021-05-01T08:55:25.882Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-01T08:55:25.882Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-01T08:55:25.882Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-01T08:55:25.882Z] instance name specified. [2021-05-01T08:55:26.457Z] Reading package lists... [2021-05-01T08:55:26.457Z] Building dependency tree... [2021-05-01T08:55:26.457Z] Reading state information... [2021-05-01T08:55:26.719Z] The following additional packages will be installed: [2021-05-01T08:55:26.719Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-01T08:55:26.719Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-01T08:55:26.719Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-01T08:55:26.719Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-01T08:55:26.719Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-01T08:55:26.719Z] Suggested packages: [2021-05-01T08:55:26.719Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-01T08:55:26.719Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-01T08:55:26.719Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-01T08:55:26.719Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-01T08:55:26.719Z] systemd-container policykit-1 [2021-05-01T08:55:26.719Z] Recommended packages: [2021-05-01T08:55:26.719Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-01T08:55:26.719Z] The following NEW packages will be installed: [2021-05-01T08:55:26.719Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-01T08:55:26.719Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-01T08:55:26.719Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-01T08:55:26.719Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-01T08:55:26.719Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-01T08:55:26.719Z] The following packages will be upgraded: [2021-05-01T08:55:26.719Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-01T08:55:26.719Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-01T08:55:26.719Z] Need to get 35.2 MB of archives. [2021-05-01T08:55:26.719Z] After this operation, 141 MB of additional disk space will be used. [2021-05-01T08:55:26.719Z] 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-01T08:55:26.985Z] 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-01T08:55:26.985Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-01T08:55:26.985Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-01T08:55:26.985Z] 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-01T08:55:26.985Z] 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-01T08:55:26.985Z] 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-01T08:55:26.985Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-01T08:55:26.985Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-01T08:55:26.985Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-01T08:55:26.985Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-01T08:55:26.985Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-01T08:55:26.985Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-01T08:55:26.985Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-01T08:55:26.985Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-01T08:55:26.985Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-01T08:55:26.985Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-01T08:55:27.933Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-01T08:55:27.933Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-01T08:55:27.933Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-01T08:55:27.933Z] 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-01T08:55:27.933Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-01T08:55:27.933Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-01T08:55:27.933Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-01T08:55:27.933Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-01T08:55:27.933Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-01T08:55:27.933Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-01T08:55:27.933Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-01T08:55:27.933Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-01T08:55:27.933Z] 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-01T08:55:28.195Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T08:55:28.195Z] Fetched 35.2 MB in 1s (26.2 MB/s) [2021-05-01T08:55:28.457Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-01T08:55:28.457Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-01T08:55:28.457Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T08:55:29.032Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-01T08:55:29.032Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T08:55:29.294Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-01T08:55:29.294Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-01T08:55:29.294Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-01T08:55:29.294Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-01T08:55:29.556Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-01T08:55:29.817Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-01T08:55:29.817Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-01T08:55:29.817Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-01T08:55:30.390Z] Setting up apt (1.6.13) ... [2021-05-01T08:55:30.390Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-01T08:55:30.963Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-01T08:55:30.963Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-01T08:55:30.963Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-01T08:55:30.963Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-01T08:55:31.225Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-01T08:55:31.225Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T08:55:31.487Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:55:31.487Z] Selecting previously unselected package libexpat1:amd64. [2021-05-01T08:55:31.487Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-01T08:55:31.487Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-01T08:55:31.749Z] Selecting previously unselected package python3.6-minimal. [2021-05-01T08:55:31.749Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T08:55:31.749Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:55:32.010Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-01T08:55:32.010Z] Checking for services that may need to be restarted...done. [2021-05-01T08:55:32.271Z] Checking for services that may need to be restarted...done. [2021-05-01T08:55:32.271Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:55:32.271Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-01T08:55:32.271Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:55:32.844Z] Selecting previously unselected package python3-minimal. [2021-05-01T08:55:32.844Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-01T08:55:32.844Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-01T08:55:32.844Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-01T08:55:33.105Z] Selecting previously unselected package mime-support. [2021-05-01T08:55:33.105Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-01T08:55:33.105Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-01T08:55:33.105Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-01T08:55:33.105Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-01T08:55:33.105Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-01T08:55:33.368Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-01T08:55:33.368Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T08:55:33.368Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:55:33.630Z] Selecting previously unselected package python3.6. [2021-05-01T08:55:33.630Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-01T08:55:33.630Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:55:33.630Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-01T08:55:33.630Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-01T08:55:33.630Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-01T08:55:33.630Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-01T08:55:34.204Z] Selecting previously unselected package python3. [2021-05-01T08:55:34.204Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-01T08:55:34.204Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-01T08:55:34.204Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-01T08:55:34.204Z] Selecting previously unselected package multiarch-support. [2021-05-01T08:55:34.204Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T08:55:34.204Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-01T08:55:34.204Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-01T08:55:34.466Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-01T08:55:34.466Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-01T08:55:34.466Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-01T08:55:34.466Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-01T08:55:34.466Z] Selecting previously unselected package libbsd0:amd64. [2021-05-01T08:55:34.466Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-01T08:55:34.466Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-01T08:55:34.466Z] Selecting previously unselected package sudo. [2021-05-01T08:55:34.466Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-01T08:55:34.466Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-01T08:55:34.728Z] Selecting previously unselected package apparmor. [2021-05-01T08:55:34.728Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-01T08:55:34.728Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-01T08:55:34.990Z] Selecting previously unselected package libedit2:amd64. [2021-05-01T08:55:34.990Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-01T08:55:34.990Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-01T08:55:34.990Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-01T08:55:34.990Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T08:55:34.990Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:55:35.252Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-01T08:55:35.252Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T08:55:35.252Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:55:36.650Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-01T08:55:36.650Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-01T08:55:36.650Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-01T08:55:36.650Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-01T08:55:36.650Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T08:55:36.650Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:55:36.650Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-01T08:55:36.650Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-01T08:55:36.650Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:55:36.911Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-01T08:55:36.911Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-01T08:55:36.911Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-01T08:55:37.173Z] Selecting previously unselected package openssh-client. [2021-05-01T08:55:37.173Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-01T08:55:37.173Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-01T08:55:37.173Z] Selecting previously unselected package squashfs-tools. [2021-05-01T08:55:37.174Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-01T08:55:37.174Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-01T08:55:37.435Z] Selecting previously unselected package snapd. [2021-05-01T08:55:37.435Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-01T08:55:37.435Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-01T08:55:39.988Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-01T08:55:39.988Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-01T08:55:39.988Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-01T08:55:39.988Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-01T08:55:39.988Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-01T08:55:39.988Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:55:40.250Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T08:55:40.250Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-01T08:55:40.250Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-01T08:55:41.197Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-01T08:55:41.197Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-01T08:55:41.459Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-01T08:55:41.459Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:55:41.459Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:55:41.459Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-01T08:55:42.425Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-01T08:55:42.425Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:55:42.425Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-01T08:55:42.425Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-01T08:55:42.425Z] running python rtupdate hooks for python3.6... [2021-05-01T08:55:42.425Z] running python post-rtupdate hooks for python3.6... [2021-05-01T08:55:42.687Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-01T08:55:43.832Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-01T08:55:44.078Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-01T08:55:44.341Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-01T08:55:44.341Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-01T08:55:44.603Z] Setting up snapd (2.48.3+18.04) ... [2021-05-01T08:55:45.177Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-01T08:55:45.177Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-01T08:55:45.438Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-01T08:55:45.702Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-01T08:55:45.965Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-01T08:55:45.965Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-01T08:55:46.229Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-01T08:55:46.490Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-01T08:55:46.755Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-01T08:55:46.755Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-01T08:55:47.018Z] /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-01T08:55:47.018Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-01T08:55:47.018Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-01T08:55:48.415Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-01T08:55:48.415Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-01T08:55:48.415Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-01T08:55:50.066Z] Reading package lists... [2021-05-01T08:55:50.329Z] Reading package lists... [2021-05-01T08:55:50.592Z] Building dependency tree... [2021-05-01T08:55:50.592Z] Reading state information... [2021-05-01T08:55:50.592Z] Calculating upgrade... [2021-05-01T08:55:50.865Z] The following packages will be upgraded: [2021-05-01T08:55:50.865Z] advancecomp base-files bash binutils binutils-common [2021-05-01T08:55:50.865Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-01T08:55:50.865Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-01T08:55:50.865Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-01T08:55:50.865Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-01T08:55:50.865Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-01T08:55:50.865Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-01T08:55:50.865Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-01T08:55:50.865Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-01T08:55:50.865Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-01T08:55:50.865Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-01T08:55:50.865Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-01T08:55:50.865Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-01T08:55:50.865Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-01T08:55:50.865Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-01T08:55:51.126Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-01T08:55:51.126Z] Need to get 64.0 MB of archives. [2021-05-01T08:55:51.126Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-01T08:55:51.126Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-01T08:55:51.126Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-01T08:55:51.699Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-01T08:55:51.699Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-01T08:55:51.699Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-01T08:55:51.699Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-01T08:55:51.699Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-01T08:55:51.699Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-01T08:55:51.699Z] 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-01T08:55:51.699Z] 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-01T08:55:51.699Z] 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-01T08:55:51.699Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-01T08:55:51.699Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-01T08:55:51.699Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-01T08:55:51.699Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-01T08:55:51.699Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-01T08:55:51.699Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-01T08:55:51.966Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-01T08:55:51.967Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-01T08:55:51.967Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-01T08:55:51.967Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-01T08:55:51.967Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-01T08:55:51.967Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-01T08:55:51.967Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-01T08:55:51.967Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-01T08:55:51.967Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-01T08:55:51.967Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-01T08:55:51.967Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-01T08:55:51.967Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-01T08:55:51.967Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-01T08:55:51.967Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-01T08:55:51.967Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-01T08:55:51.967Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-01T08:55:52.230Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-01T08:55:52.230Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-01T08:55:52.230Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-01T08:55:52.230Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-01T08:55:52.230Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-01T08:55:52.230Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-01T08:55:52.230Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-01T08:55:52.230Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-01T08:55:52.230Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-01T08:55:52.230Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-01T08:55:52.230Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-01T08:55:52.230Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-01T08:55:52.230Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-01T08:55:52.230Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-01T08:55:52.230Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-01T08:55:52.230Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-01T08:55:52.230Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-01T08:55:52.230Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-01T08:55:52.230Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-01T08:55:52.230Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-01T08:55:52.230Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-01T08:55:52.230Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-01T08:55:52.494Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-01T08:55:52.494Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-01T08:55:52.494Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-01T08:55:52.494Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-01T08:55:52.494Z] Get:60 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-01T08:55:52.494Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-01T08:55:52.494Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-01T08:55:52.494Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-01T08:55:52.494Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-01T08:55:52.494Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-01T08:55:52.494Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-01T08:55:52.494Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-01T08:55:52.494Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-01T08:55:52.494Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-01T08:55:52.494Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-01T08:55:52.494Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-01T08:55:52.494Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-01T08:55:52.494Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-01T08:55:52.494Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-01T08:55:52.494Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-01T08:55:52.494Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-01T08:55:52.494Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-01T08:55:52.494Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-01T08:55:52.494Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-01T08:55:52.494Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-01T08:55:52.494Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-01T08:55:52.494Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-01T08:55:52.494Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-01T08:55:52.494Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-01T08:55:52.763Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-01T08:55:52.763Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-01T08:55:52.763Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-01T08:55:52.763Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-01T08:55:52.763Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-01T08:55:52.763Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-01T08:55:52.763Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-01T08:55:52.763Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-01T08:55:53.338Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-01T08:55:53.601Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-01T08:55:53.601Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-01T08:55:53.601Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-01T08:55:54.177Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-01T08:55:54.177Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-01T08:55:54.177Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-01T08:55:54.177Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-01T08:55:54.177Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-01T08:55:54.177Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T08:55:54.177Z] Fetched 64.0 MB in 3s (19.6 MB/s) [2021-05-01T08:55:54.440Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:55:54.440Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T08:55:54.440Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T08:55:55.013Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T08:55:55.013Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T08:55:55.280Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-01T08:55:55.280Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-01T08:55:56.226Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:56.226Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:55:56.226Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:56.226Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:55:56.488Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:56.488Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:55:56.488Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:56.488Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:55:56.488Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:56.751Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:55:56.751Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:56.751Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:55:56.751Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:57.015Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:55:57.015Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:55:57.015Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T08:55:57.015Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:57.300Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-01T08:55:57.300Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:55:57.300Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T08:55:57.300Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:57.562Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:55:57.562Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:57.562Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:55:57.825Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-01T08:55:57.825Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-01T08:55:58.087Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:55:58.087Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T08:55:58.087Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T08:55:58.349Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T08:55:58.924Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-01T08:55:59.187Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-01T08:55:59.187Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-01T08:55:59.187Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-01T08:55:59.187Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-01T08:55:59.187Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-01T08:55:59.450Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-01T08:55:59.450Z] Installing new version of config file /etc/issue ... [2021-05-01T08:55:59.450Z] Installing new version of config file /etc/issue.net ... [2021-05-01T08:55:59.712Z] Installing new version of config file /etc/lsb-release ... [2021-05-01T08:55:59.712Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-01T08:55:59.975Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-01T08:55:59.975Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-01T08:55:59.975Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-01T08:55:59.975Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:55:59.975Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-01T08:56:00.238Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-01T08:56:00.238Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-01T08:56:00.500Z] 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-01T08:56:00.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:00.500Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:56:00.500Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-01T08:56:00.500Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:56:00.762Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:00.762Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-01T08:56:00.762Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-01T08:56:00.762Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-01T08:56:01.025Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:01.025Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-01T08:56:01.025Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-01T08:56:01.287Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-01T08:56:01.550Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:01.550Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T08:56:01.550Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T08:56:01.550Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-01T08:56:01.813Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:01.813Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T08:56:01.813Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T08:56:01.813Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-01T08:56:02.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:02.075Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-01T08:56:02.075Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-01T08:56:02.337Z] Setting up grep (3.1-2build1) ... [2021-05-01T08:56:02.337Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:02.337Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-01T08:56:02.337Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-01T08:56:02.605Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-01T08:56:02.605Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:02.605Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T08:56:02.868Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T08:56:02.868Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-01T08:56:02.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:02.868Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-01T08:56:03.130Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T08:56:03.702Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-01T08:56:03.702Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T08:56:03.702Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-01T08:56:03.964Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T08:56:04.538Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-01T08:56:04.538Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:04.538Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-01T08:56:04.538Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-01T08:56:05.928Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-01T08:56:05.928Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-01T08:56:05.928Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-01T08:56:05.928Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-01T08:56:05.928Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-01T08:56:06.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:06.190Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-01T08:56:06.190Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-01T08:56:06.461Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-01T08:56:06.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:06.461Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:56:06.461Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:56:06.723Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:56:07.001Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:07.001Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:56:07.001Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:56:07.001Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:56:07.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:07.296Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:56:07.296Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:56:07.296Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:56:07.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:07.559Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:56:07.560Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:56:07.560Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:56:07.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:07.822Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T08:56:07.822Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T08:56:07.822Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T08:56:07.822Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T08:56:08.110Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-01T08:56:08.110Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:08.110Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-01T08:56:08.110Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T08:56:08.382Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-01T08:56:08.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:08.382Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:56:08.382Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:56:08.382Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:56:08.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:08.645Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:56:08.645Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:56:08.645Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:56:08.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:08.911Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:56:08.911Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:56:09.511Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:56:09.780Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-01T08:56:10.070Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-01T08:56:10.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:10.341Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-01T08:56:10.341Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-01T08:56:10.603Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-01T08:56:10.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-01T08:56:10.865Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-01T08:56:10.865Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-01T08:56:10.865Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-01T08:56:11.126Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:11.126Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-01T08:56:11.126Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-01T08:56:11.389Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-01T08:56:11.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:11.652Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-01T08:56:11.918Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-01T08:56:11.918Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-01T08:56:11.918Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:11.918Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-01T08:56:12.180Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-01T08:56:12.180Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-01T08:56:12.180Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:12.180Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-01T08:56:12.447Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T08:56:12.711Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T08:56:13.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:13.283Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-01T08:56:13.283Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T08:56:13.283Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T08:56:13.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:13.283Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-01T08:56:13.545Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T08:56:13.807Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T08:56:14.069Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:14.069Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-01T08:56:14.069Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-01T08:56:14.069Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-01T08:56:14.331Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-01T08:56:14.331Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T08:56:14.331Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T08:56:14.331Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-01T08:56:14.593Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:14.593Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-01T08:56:14.593Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-01T08:56:14.857Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-01T08:56:14.857Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:14.857Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-01T08:56:14.857Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-01T08:56:15.119Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-01T08:56:15.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:15.381Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-01T08:56:15.381Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-01T08:56:15.381Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-01T08:56:15.643Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:15.643Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-01T08:56:15.643Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-01T08:56:15.905Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-01T08:56:15.905Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:15.905Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-01T08:56:15.905Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-01T08:56:16.167Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-01T08:56:16.437Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:16.437Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-01T08:56:16.437Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-01T08:56:16.700Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-01T08:56:16.700Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:16.700Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-01T08:56:16.700Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-01T08:56:16.962Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-01T08:56:16.962Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:16.962Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-01T08:56:16.962Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-01T08:56:16.962Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-01T08:56:17.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:17.223Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-01T08:56:17.224Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-01T08:56:17.485Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-01T08:56:17.485Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:17.485Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-01T08:56:17.485Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-01T08:56:17.747Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-01T08:56:17.747Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:17.747Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-01T08:56:17.747Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-01T08:56:18.009Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-01T08:56:18.271Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:18.271Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-01T08:56:18.271Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-01T08:56:18.533Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-01T08:56:18.533Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:18.533Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-01T08:56:18.533Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-01T08:56:18.533Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-01T08:56:18.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-01T08:56:18.794Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-01T08:56:18.794Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-01T08:56:18.794Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-01T08:56:19.056Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-01T08:56:19.056Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-01T08:56:19.056Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-01T08:56:19.056Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-01T08:56:19.056Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-01T08:56:19.319Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-01T08:56:19.319Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-01T08:56:19.581Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-01T08:56:19.581Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-01T08:56:19.843Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-01T08:56:19.843Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-01T08:56:20.104Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-01T08:56:20.105Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-01T08:56:20.105Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-01T08:56:20.366Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-01T08:56:20.366Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-01T08:56:20.366Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-01T08:56:20.628Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-01T08:56:20.628Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-01T08:56:20.628Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-01T08:56:20.628Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-01T08:56:20.891Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-01T08:56:20.891Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-01T08:56:20.891Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-01T08:56:21.153Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-01T08:56:22.118Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-01T08:56:22.118Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-01T08:56:22.118Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-01T08:56:22.118Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-01T08:56:22.118Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T08:56:22.118Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T08:56:22.693Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T08:56:22.693Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T08:56:22.955Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T08:56:22.955Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T08:56:22.955Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-01T08:56:22.955Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-01T08:56:23.217Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:56:23.478Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:56:23.478Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:56:23.478Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:56:23.740Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:56:23.740Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:56:23.740Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:56:23.740Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:56:25.133Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:56:25.133Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:56:26.077Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:56:26.077Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:56:27.024Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:56:27.024Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:56:27.285Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:56:27.285Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:56:28.229Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-01T08:56:28.491Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-01T08:56:28.491Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-01T08:56:28.491Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-01T08:56:28.754Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-01T08:56:28.754Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-01T08:56:29.016Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-01T08:56:29.016Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-01T08:56:29.016Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-01T08:56:29.016Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-01T08:56:29.277Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-01T08:56:29.277Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-01T08:56:29.277Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-01T08:56:29.277Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-01T08:56:29.538Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-01T08:56:29.538Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-01T08:56:29.800Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:56:29.800Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-01T08:56:29.800Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:56:29.800Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:56:29.800Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:56:29.800Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-01T08:56:29.800Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-01T08:56:29.800Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-01T08:56:30.061Z] [2021-05-01T08:56:30.061Z] Current default time zone: 'Etc/UTC' [2021-05-01T08:56:30.061Z] Local time is now: Sat May 1 08:56:29 UTC 2021. [2021-05-01T08:56:30.061Z] Universal Time is now: Sat May 1 08:56:29 UTC 2021. [2021-05-01T08:56:30.061Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-01T08:56:30.061Z] [2021-05-01T08:56:30.061Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-01T08:56:30.061Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:56:30.061Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-01T08:56:30.061Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-01T08:56:30.326Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-01T08:56:30.326Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-01T08:56:30.326Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-01T08:56:30.326Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-01T08:56:30.326Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-01T08:56:30.326Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-01T08:56:30.326Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:56:30.589Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-01T08:56:30.589Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:56:30.850Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-01T08:56:30.850Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:56:30.850Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-01T08:56:30.850Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-01T08:56:30.850Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-01T08:56:30.850Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-01T08:56:30.850Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-01T08:56:30.850Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-01T08:56:30.850Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-01T08:56:30.850Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-01T08:56:32.768Z] Updating certificates in /etc/ssl/certs... [2021-05-01T08:56:33.715Z] 23 added, 27 removed; done. [2021-05-01T08:56:33.715Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-01T08:56:33.715Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-01T08:56:33.715Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-01T08:56:33.715Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-01T08:56:33.715Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-01T08:56:33.977Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:56:33.977Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-01T08:56:33.977Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:56:33.977Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:56:33.977Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:56:34.241Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:56:34.241Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:56:34.241Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-01T08:56:34.241Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-01T08:56:34.241Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-01T08:56:34.241Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-01T08:56:34.510Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-01T08:56:34.510Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:56:34.510Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-01T08:56:34.510Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-01T08:56:34.510Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-01T08:56:34.510Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-01T08:56:34.773Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-01T08:56:34.773Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-01T08:56:34.773Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-01T08:56:34.773Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-01T08:56:34.773Z] Updating certificates in /etc/ssl/certs... [2021-05-01T08:56:35.720Z] 0 added, 0 removed; done. [2021-05-01T08:56:35.720Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-01T08:56:35.720Z] done. [2021-05-01T08:56:36.293Z] Reading package lists... [2021-05-01T08:56:36.555Z] Building dependency tree... [2021-05-01T08:56:36.555Z] Reading state information... [2021-05-01T08:56:36.818Z] The following NEW packages will be installed: [2021-05-01T08:56:36.818Z] apt-transport-https [2021-05-01T08:56:37.082Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-01T08:56:37.082Z] Need to get 1692 B of archives. [2021-05-01T08:56:37.082Z] After this operation, 154 kB of additional disk space will be used. [2021-05-01T08:56:37.082Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-01T08:56:37.082Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T08:56:37.082Z] Fetched 1692 B in 0s (8541 B/s) [2021-05-01T08:56:37.082Z] Selecting previously unselected package apt-transport-https. [2021-05-01T08:56:37.082Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-01T08:56:37.082Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-01T08:56:37.082Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-01T08:56:37.344Z] Setting up apt-transport-https (1.6.13) ... [2021-05-01T08:56:37.606Z] Waiting for network to be ready... [2021-05-01T08:56:44.210Z] 2021-05-01T08:56:41Z INFO Waiting for automatic snapd restart... [2021-05-01T08:56:44.473Z] snapd 2.49.2 from Canonical* installed [2021-05-01T08:56:45.864Z] "snapd" switched to the "latest/stable" channel [2021-05-01T08:56:45.864Z] [2021-05-01T08:56:51.164Z] core18 20210309 from Canonical* installed [2021-05-01T08:56:51.164Z] "core18" switched to the "latest/stable" channel [2021-05-01T08:56:51.164Z] [2021-05-01T08:56:57.766Z] snapcraft 4.6.3 from Canonical* installed [2021-05-01T08:56:57.766Z] "snapcraft" switched to the "latest/stable" channel [2021-05-01T08:56:57.766Z] [2021-05-01T08:57:01.995Z] 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-01T08:57:01.995Z] - README.md [2021-05-01T08:57:01.995Z] [2021-05-01T08:57:01.995Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-01T08:57:09.216Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T08:57:09.216Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-01T08:57:09.216Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-01T08:57:09.216Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-01T08:57:10.169Z] Reading package lists... [2021-05-01T08:57:10.741Z] 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-01T08:57:17.338Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T08:57:17.338Z] Reading package lists... [2021-05-01T08:57:17.338Z] Building dependency tree... [2021-05-01T08:57:17.338Z] Reading state information... [2021-05-01T08:57:17.338Z] Suggested packages: [2021-05-01T08:57:17.338Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-01T08:57:17.338Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-01T08:57:17.338Z] Recommended packages: [2021-05-01T08:57:17.338Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-01T08:57:17.338Z] The following NEW packages will be installed: [2021-05-01T08:57:17.338Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-01T08:57:17.338Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-01T08:57:17.338Z] pkg-config zip [2021-05-01T08:57:17.338Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-01T08:57:17.338Z] Need to get 7663 kB of archives. [2021-05-01T08:57:17.338Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-01T08:57:17.338Z] 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-01T08:57:17.339Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-01T08:57:17.339Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-01T08:57:17.339Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-01T08:57:17.339Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-01T08:57:17.601Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-01T08:57:17.601Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-01T08:57:17.601Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-01T08:57:17.863Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-01T08:57:17.863Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-01T08:57:17.863Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-01T08:57:17.863Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-01T08:57:17.863Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-01T08:57:18.126Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-01T08:57:18.126Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-01T08:57:18.126Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-01T08:57:18.388Z] Fetched 7663 kB in 1s (9414 kB/s) [2021-05-01T08:57:18.388Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-01T08:57:18.388Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-01T08:57:18.388Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-01T08:57:18.388Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-01T08:57:18.650Z] Selecting previously unselected package libpsl5:amd64. [2021-05-01T08:57:18.650Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-01T08:57:18.650Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-01T08:57:18.650Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-01T08:57:18.650Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-01T08:57:18.912Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-01T08:57:18.912Z] Selecting previously unselected package librtmp1:amd64. [2021-05-01T08:57:18.912Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-01T08:57:18.912Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-01T08:57:18.912Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-01T08:57:18.912Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-01T08:57:18.912Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-01T08:57:19.174Z] Selecting previously unselected package liberror-perl. [2021-05-01T08:57:19.174Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-01T08:57:19.174Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-01T08:57:19.174Z] Selecting previously unselected package git-man. [2021-05-01T08:57:19.174Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-01T08:57:19.174Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-01T08:57:19.435Z] Selecting previously unselected package git. [2021-05-01T08:57:19.435Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-01T08:57:19.435Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-01T08:57:20.380Z] Selecting previously unselected package libnorm1:amd64. [2021-05-01T08:57:20.380Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-01T08:57:20.380Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-01T08:57:20.380Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-01T08:57:20.641Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-01T08:57:20.641Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-01T08:57:20.641Z] Selecting previously unselected package libsodium23:amd64. [2021-05-01T08:57:20.641Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-01T08:57:20.641Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-01T08:57:20.641Z] Selecting previously unselected package libzmq5:amd64. [2021-05-01T08:57:20.641Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-01T08:57:20.641Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T08:57:20.669Z] lf-activate-venv(): INFO: Adding /tmp/venv-MoCx/bin to PATH [2021-05-01T08:57:20.669Z] INFO: No Stack... [2021-05-01T08:57:20.669Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-01T08:57:20.669Z] INFO: Archiving Costs [Pipeline] sh [2021-05-01T08:57:20.904Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-01T08:57:20.904Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-01T08:57:20.904Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T08:57:20.904Z] Selecting previously unselected package pkg-config. [2021-05-01T08:57:20.904Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-01T08:57:20.904Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-01T08:57:21.003Z] + cat /w/workspace/edgex-go/11/archives/cost.csv [2021-05-01T08:57:21.003Z] + cut -d, -f6 [Pipeline] lock [2021-05-01T08:57:21.106Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-11-stack-cost] [2021-05-01T08:57:21.116Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3391-11-stack-cost] did not exist. Created. [2021-05-01T08:57:21.116Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-11-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-01T08:57:21.166Z] Selecting previously unselected package zip. [2021-05-01T08:57:21.166Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-01T08:57:21.166Z] Unpacking zip (3.0-11build1) ... [2021-05-01T08:57:21.166Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-01T08:57:21.166Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-01T08:57:21.166Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-01T08:57:21.166Z] Setting up liberror-perl (0.17025-1) ... [2021-05-01T08:57:21.455Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-01T08:57:21.455Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-01T08:57:21.455Z] No schema files found: doing nothing. [2021-05-01T08:57:21.455Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-01T08:57:21.455Z] Setting up zip (3.0-11build1) ... [2021-05-01T08:57:21.455Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-01T08:57:21.455Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-01T08:57:21.455Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-01T08:57:21.455Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T08:57:21.467Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-01T08:57:21.718Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-01T08:57:21.718Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-01T08:57:21.718Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-01T08:57:21.718Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-01T08:57:21.729Z] Stashed 1 file(s) [Pipeline] } [2021-05-01T08:57:21.748Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-11-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-01T08:57:28.315Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T08:57:28.577Z] git set to automatically installed. [2021-05-01T08:57:28.577Z] git-man set to automatically installed. [2021-05-01T08:57:28.577Z] libcurl3-gnutls set to automatically installed. [2021-05-01T08:57:28.577Z] liberror-perl set to automatically installed. [2021-05-01T08:57:28.577Z] libglib2.0-0 set to automatically installed. [2021-05-01T08:57:28.577Z] libnghttp2-14 set to automatically installed. [2021-05-01T08:57:28.577Z] libnorm1 set to automatically installed. [2021-05-01T08:57:28.577Z] libpgm-5.2-0 set to automatically installed. [2021-05-01T08:57:28.577Z] libpsl5 set to automatically installed. [2021-05-01T08:57:28.577Z] librtmp1 set to automatically installed. [2021-05-01T08:57:28.577Z] libsodium23 set to automatically installed. [2021-05-01T08:57:28.577Z] libzmq3-dev set to automatically installed. [2021-05-01T08:57:28.577Z] libzmq5 set to automatically installed. [2021-05-01T08:57:28.577Z] pkg-config set to automatically installed. [2021-05-01T08:57:28.577Z] zip set to automatically installed. [2021-05-01T08:57:31.134Z] snapd is not logged in, snap install commands will use sudo [2021-05-01T08:57:37.736Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T08:57:38.312Z] snap "core18" has no updates available [2021-05-01T08:57:39.259Z] snapd is not logged in, snap install commands will use sudo [2021-05-01T08:57:45.857Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-01T08:58:00.785Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-01T08:58:00.785Z] Pulling go-build-helper [2021-05-01T08:58:00.785Z] + snapcraftctl pull [2021-05-01T08:58:02.699Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-01T08:58:02.699Z] Skipping pull go-build-helper (already ran) [2021-05-01T08:58:02.699Z] Building go-build-helper [2021-05-01T08:58:02.699Z] + snapcraftctl build [2021-05-01T08:58:05.252Z] Staging go-build-helper [2021-05-01T08:58:05.252Z] + snapcraftctl stage [2021-05-01T08:58:17.495Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-01T08:58:17.495Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-01T08:58:17.495Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-01T08:58:17.495Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-01T08:58:17.495Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-01T08:58:17.495Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-01T08:58:17.495Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-01T08:58:17.495Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-01T08:58:17.495Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-01T08:58:17.495Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-01T08:58:17.495Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-01T08:58:17.495Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-01T08:58:17.495Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-01T08:58:17.495Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-01T08:58:17.495Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-01T08:58:17.495Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-01T08:58:17.495Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-01T08:58:17.495Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-01T08:58:17.495Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-01T08:58:17.495Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-05-01T08:58:17.495Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-01T08:58:17.495Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-01T08:58:17.495Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-01T08:58:17.495Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-05-01T08:58:17.495Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-05-01T08:58:17.495Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-01T08:58:17.495Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-01T08:58:17.495Z] Fetched 24.4 MB in 0s (0 B/s) [2021-05-01T08:58:17.495Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-01T08:58:17.495Z] Fetched 224 kB in 0s (0 B/s) [2021-05-01T08:58:17.495Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-01T08:58:17.495Z] Fetched 157 kB in 0s (0 B/s) [2021-05-01T08:58:17.495Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-01T08:58:17.495Z] Fetched 221 kB in 0s (0 B/s) [2021-05-01T08:58:17.495Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-01T08:58:17.495Z] Fetched 143 kB in 0s (0 B/s) [2021-05-01T08:58:17.495Z] Pulling app-service-config [2021-05-01T08:58:17.495Z] + snapcraftctl pull [2021-05-01T08:58:18.439Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-01T08:58:19.011Z] Pulling config-common [2021-05-01T08:58:19.011Z] + snapcraftctl pull [2021-05-01T08:58:24.309Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-01T08:58:24.309Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-01T08:58:24.309Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-01T08:58:24.309Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:58:24.309Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-01T08:58:24.309Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:58:24.309Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-01T08:58:24.309Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:58:24.309Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-01T08:58:24.309Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:58:24.309Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-01T08:58:24.309Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:58:24.309Z] Pulling edgex-go [2021-05-01T08:58:24.309Z] + snapcraftctl pull [2021-05-01T08:58:46.287Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-01T08:58:46.287Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-01T08:58:46.287Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-01T08:58:46.287Z] Fetched 0 B in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-01T08:58:46.287Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-01T08:58:46.287Z] Fetched 279 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-01T08:58:46.287Z] Fetched 122 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-01T08:58:46.287Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-01T08:58:46.287Z] Fetched 8848 B in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-01T08:58:46.287Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-01T08:58:46.287Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-01T08:58:46.287Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-01T08:58:46.287Z] Fetched 219 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-01T08:58:46.287Z] Fetched 154 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-01T08:58:46.287Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-01T08:58:46.287Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-01T08:58:46.287Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-01T08:58:46.287Z] Fetched 499 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-01T08:58:46.287Z] Fetched 111 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-01T08:58:46.287Z] Fetched 240 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-01T08:58:46.287Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-01T08:58:46.287Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-01T08:58:46.287Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-01T08:58:46.287Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-01T08:58:46.288Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-01T08:58:46.288Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-01T08:58:46.288Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-01T08:58:46.288Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-01T08:58:46.288Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-01T08:58:46.288Z] Fetched 8720 B in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-01T08:58:46.288Z] Fetched 137 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-01T08:58:46.288Z] Fetched 119 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-01T08:58:46.288Z] Fetched 110 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-01T08:58:46.288Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-01T08:58:46.288Z] Fetched 645 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-01T08:58:46.288Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-01T08:58:46.288Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-01T08:58:46.288Z] Fetched 368 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-01T08:58:46.288Z] Fetched 187 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-01T08:58:46.288Z] Fetched 175 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-01T08:58:46.288Z] Fetched 206 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-01T08:58:46.288Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-01T08:58:46.288Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-01T08:58:46.288Z] Fetched 159 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-01T08:58:46.288Z] Fetched 107 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-01T08:58:46.288Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-01T08:58:46.288Z] Pulling static-packages [2021-05-01T08:58:46.288Z] + snapcraftctl pull [2021-05-01T08:58:47.234Z] Pulling version [2021-05-01T08:58:47.234Z] + cd /root/project [2021-05-01T08:58:47.234Z] + [ -f VERSION ] [2021-05-01T08:58:47.234Z] + PROJECT_VERSION=local-dev [2021-05-01T08:58:47.234Z] + git rev-parse --short HEAD [2021-05-01T08:58:47.234Z] + GIT_REVISION=b812d8d8 [2021-05-01T08:58:47.234Z] + snapcraftctl set-version local-dev [2021-05-01T08:58:48.624Z] Skipping build go-build-helper (already ran) [2021-05-01T08:58:48.624Z] Building app-service-config [2021-05-01T08:58:48.624Z] + make build [2021-05-01T08:58:48.624Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-01T08:58:52.843Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-01T08:58:52.843Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-01T08:58:52.843Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-01T08:58:52.843Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-01T08:58:52.843Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-01T08:58:52.843Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-01T08:58:52.843Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-01T08:58:52.843Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-01T08:58:52.843Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-01T08:58:52.843Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-01T08:58:52.843Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-01T08:58:52.843Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-01T08:58:52.843Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-01T08:58:53.109Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-01T08:58:53.109Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-01T08:58:53.109Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-01T08:58:53.109Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-01T08:58:53.109Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-01T08:58:53.109Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-01T08:58:53.374Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-01T08:58:53.374Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-01T08:58:53.374Z] go: downloading golang.org/x/text v0.3.2 [2021-05-01T08:58:53.665Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-01T08:58:53.665Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-01T08:58:53.954Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-01T08:58:53.954Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-01T08:58:53.954Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-01T08:58:53.954Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-01T08:58:53.954Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-01T08:58:53.954Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-01T08:58:53.954Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-01T08:58:54.218Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-01T08:58:54.218Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-01T08:58:54.218Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-01T08:58:54.218Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-01T08:58:54.218Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-01T08:58:54.218Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-01T08:58:54.218Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-01T08:58:54.481Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-01T08:58:54.481Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-01T08:58:54.481Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-01T08:58:54.481Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-01T08:58:54.481Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-01T08:58:54.481Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-01T08:58:54.744Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-01T08:59:07.016Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-01T08:59:07.016Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-01T08:59:07.016Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-01T08:59:07.016Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-01T08:59:07.588Z] Building config-common [2021-05-01T08:59:07.588Z] + snapcraftctl build [2021-05-01T08:59:10.897Z] Building edgex-go [2021-05-01T08:59:11.844Z] + cd /root/parts/edgex-go/src [2021-05-01T08:59:11.844Z] + make build [2021-05-01T08:59:11.844Z] 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-01T08:59:13.232Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-05-01T08:59:13.232Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-05-01T08:59:13.232Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-01T08:59:13.232Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-01T08:59:13.232Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-01T08:59:18.534Z] 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-01T08:59:18.534Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-01T08:59:25.205Z] 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-01T08:59:26.620Z] 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-01T08:59:28.543Z] 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-01T08:59:29.134Z] 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-01T08:59:29.134Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-01T08:59:29.707Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-01T08:59:29.707Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-01T08:59:29.707Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-01T08:59:32.259Z] 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-01T08:59:32.259Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-01T08:59:32.259Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-01T08:59:34.181Z] 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-01T08:59:36.111Z] 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-01T08:59:36.111Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-01T08:59:38.036Z] 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-01T08:59:39.424Z] 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-01T08:59:40.814Z] 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-01T08:59:40.814Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-01T08:59:43.371Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-01T08:59:43.371Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-01T08:59:43.371Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-01T08:59:43.371Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-01T08:59:43.371Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-01T08:59:43.371Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-01T08:59:43.371Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-01T08:59:43.371Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-01T08:59:43.371Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-01T08:59:43.371Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-01T08:59:43.371Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-01T08:59:43.371Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-01T08:59:43.371Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-01T08:59:43.371Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-01T08:59:43.371Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-01T08:59:43.371Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-01T08:59:43.371Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-01T08:59:43.371Z] + 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-01T08:59:43.371Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-01T08:59:43.371Z] + 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-01T08:59:43.371Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-01T08:59:43.371Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-01T08:59:43.371Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-01T08:59:43.371Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-01T08:59:43.371Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-01T08:59:43.371Z] + 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-01T08:59:46.685Z] Building static-packages [2021-05-01T08:59:46.685Z] + snapcraftctl build [2021-05-01T08:59:49.996Z] Building version [2021-05-01T08:59:49.996Z] + snapcraftctl build [2021-05-01T08:59:52.564Z] Skipping stage go-build-helper (already ran) [2021-05-01T08:59:52.564Z] Staging app-service-config [2021-05-01T08:59:52.564Z] + snapcraftctl stage [2021-05-01T08:59:53.512Z] Staging config-common [2021-05-01T08:59:53.512Z] + snapcraftctl stage [2021-05-01T08:59:54.902Z] Staging edgex-go [2021-05-01T08:59:54.902Z] + snapcraftctl stage [2021-05-01T08:59:55.848Z] Staging static-packages [2021-05-01T08:59:55.848Z] + snapcraftctl stage [2021-05-01T08:59:57.237Z] Staging version [2021-05-01T08:59:57.237Z] + snapcraftctl stage [2021-05-01T08:59:58.626Z] Priming go-build-helper [2021-05-01T08:59:58.626Z] + snapcraftctl prime [2021-05-01T08:59:59.571Z] Priming app-service-config [2021-05-01T08:59:59.571Z] + snapcraftctl prime [2021-05-01T09:00:01.493Z] Priming config-common [2021-05-01T09:00:01.493Z] + snapcraftctl prime [2021-05-01T09:00:02.441Z] Priming edgex-go [2021-05-01T09:00:02.441Z] + snapcraftctl prime [2021-05-01T09:00:03.834Z] Priming static-packages [2021-05-01T09:00:03.834Z] + snapcraftctl prime [2021-05-01T09:00:06.382Z] Priming version [2021-05-01T09:00:06.382Z] + snapcraftctl prime [2021-05-01T09:00:07.771Z] 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-01T09:00:10.395Z] provisioning config files... [2021-05-01T09:00:10.414Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config8835992703515037058tmp [Pipeline] { [Pipeline] sh [2021-05-01T09:00:10.859Z] + set +x [2021-05-01T09:00:10.859Z] + curl -s https://codecov.io/bash [2021-05-01T09:00:10.859Z] + bash -s -- [2021-05-01T09:00:11.865Z] [2021-05-01T09:00:11.865Z] _____ _ [2021-05-01T09:00:11.865Z] / ____| | | [2021-05-01T09:00:11.865Z] | | ___ __| | ___ ___ _____ __ [2021-05-01T09:00:11.865Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-01T09:00:11.865Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-01T09:00:11.865Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-01T09:00:11.865Z] Bash-1.0.2 [2021-05-01T09:00:11.865Z] [2021-05-01T09:00:11.865Z] [2021-05-01T09:00:11.865Z] ==> git version 2.24.3 found [2021-05-01T09:00:11.865Z] ==> 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-01T09:00:11.865Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-01T09:00:11.865Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-01T09:00:11.865Z] ==> Jenkins CI detected. [2021-05-01T09:00:11.865Z] project root: . [2021-05-01T09:00:11.865Z] --> token set from env [2021-05-01T09:00:12.162Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-01T09:00:12.162Z] ==> Running gcov in . (disable via -X gcov) [2021-05-01T09:00:12.438Z] ==> Python coveragepy not found [2021-05-01T09:00:12.438Z] ==> Searching for coverage reports in: [2021-05-01T09:00:12.438Z] + . [2021-05-01T09:00:12.438Z] -> Found 1 reports [2021-05-01T09:00:12.438Z] ==> Detecting git/mercurial file structure [2021-05-01T09:00:12.718Z] ==> Reading reports [2021-05-01T09:00:12.718Z] + ./coverage.out bytes=699797 [2021-05-01T09:00:12.718Z] ==> Appending adjustments [2021-05-01T09:00:12.718Z] https://docs.codecov.io/docs/fixing-reports [2021-05-01T09:00:21.344Z] + Found adjustments [2021-05-01T09:00:21.344Z] ==> Gzipping contents [2021-05-01T09:00:21.344Z] 100K /tmp/codecov.Df4BAV.gz [2021-05-01T09:00:21.344Z] ==> Uploading reports [2021-05-01T09:00:21.344Z] url: https://codecov.io [2021-05-01T09:00:21.345Z] query: branch=PR-3391&commit=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-05-01T09:00:21.345Z] -> Pinging Codecov [2021-05-01T09:00:21.345Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-05-01T09:00:22.032Z] -> Uploading to [2021-05-01T09:00:22.032Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-01/00271124DB129430A58F1EEE437C3FCB/9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9/5a0ecbf4-aa1e-46f4-9d59-018a107671e8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210501%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210501T090021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ff1c323cf9df7a5047f2d8f73ff68018567ae1603c5fba083737e0d85461fcbe [2021-05-01T09:00:22.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-01T09:00:22.032Z] Dload Upload Total Spent Left Speed [2021-05-01T09:00:22.626Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 162k --:--:-- --:--:-- --:--:-- 162k [2021-05-01T09:00:22.626Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9a07ad66ccd732acc4c78d1408e0ed4fa42d2dd9 [Pipeline] } [2021-05-01T09:00:22.662Z] 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-01T09:00:23.952Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T09:00:25.840Z] ---> package-listing.sh [2021-05-01T09:00:25.840Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-01T09:00:25.840Z] ++ facter osfamily [2021-05-01T09:00:26.121Z] + OS_FAMILY=redhat [2021-05-01T09:00:26.121Z] + workspace=/w/workspace/edgex-go/11 [2021-05-01T09:00:26.121Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-01T09:00:26.121Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-01T09:00:26.121Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-01T09:00:26.121Z] + PACKAGES=/tmp/packages_start.txt [2021-05-01T09:00:26.121Z] + '[' /w/workspace/edgex-go/11 ']' [2021-05-01T09:00:26.121Z] + PACKAGES=/tmp/packages_end.txt [2021-05-01T09:00:26.121Z] + case "${OS_FAMILY}" in [2021-05-01T09:00:26.121Z] + sort [2021-05-01T09:00:26.121Z] + rpm -qa [2021-05-01T09:00:34.402Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-01T09:00:34.402Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-01T09:00:34.402Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-01T09:00:34.402Z] + '[' /w/workspace/edgex-go/11 ']' [2021-05-01T09:00:34.402Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2021-05-01T09:00:34.402Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2021-05-01T09:00:34.421Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-01T09:00:34.738Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-01T09:00:35.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-01T09:00:35.667Z] [2021-05-01T09:00:35.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-01T09:00:36.014Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-01T09:00:36.014Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-01T09:00:36.014Z] df20fa9351a1: Pulling fs layer [2021-05-01T09:00:36.014Z] 36b3adc4ff6f: Pulling fs layer [2021-05-01T09:00:36.014Z] 8ad3a11d3b57: Pulling fs layer [2021-05-01T09:00:36.014Z] 46f8f816bc3b: Pulling fs layer [2021-05-01T09:00:36.014Z] 93b61091891f: Pulling fs layer [2021-05-01T09:00:36.014Z] 93b9cdb0e59b: Pulling fs layer [2021-05-01T09:00:36.014Z] 5e14af77c1be: Pulling fs layer [2021-05-01T09:00:36.014Z] 01666e4c0597: Pulling fs layer [2021-05-01T09:00:36.014Z] aa168da1d23b: Pulling fs layer [2021-05-01T09:00:36.014Z] 93b9cdb0e59b: Waiting [2021-05-01T09:00:36.014Z] 5e14af77c1be: Waiting [2021-05-01T09:00:36.014Z] 01666e4c0597: Waiting [2021-05-01T09:00:36.014Z] 46f8f816bc3b: Waiting [2021-05-01T09:00:36.014Z] aa168da1d23b: Waiting [2021-05-01T09:00:36.014Z] 93b61091891f: Waiting [2021-05-01T09:00:36.298Z] 36b3adc4ff6f: Verifying Checksum [2021-05-01T09:00:36.298Z] 36b3adc4ff6f: Download complete [2021-05-01T09:00:36.298Z] 46f8f816bc3b: Verifying Checksum [2021-05-01T09:00:36.298Z] 46f8f816bc3b: Download complete [2021-05-01T09:00:36.298Z] df20fa9351a1: Verifying Checksum [2021-05-01T09:00:36.298Z] df20fa9351a1: Download complete [2021-05-01T09:00:36.298Z] 93b9cdb0e59b: Verifying Checksum [2021-05-01T09:00:36.298Z] 93b9cdb0e59b: Download complete [2021-05-01T09:00:36.298Z] 5e14af77c1be: Verifying Checksum [2021-05-01T09:00:36.298Z] 5e14af77c1be: Download complete [2021-05-01T09:00:36.298Z] 93b61091891f: Verifying Checksum [2021-05-01T09:00:36.298Z] 93b61091891f: Download complete [2021-05-01T09:00:36.298Z] 01666e4c0597: Verifying Checksum [2021-05-01T09:00:36.298Z] 01666e4c0597: Download complete [2021-05-01T09:00:36.907Z] 8ad3a11d3b57: Verifying Checksum [2021-05-01T09:00:36.907Z] 8ad3a11d3b57: Download complete [2021-05-01T09:00:37.177Z] df20fa9351a1: Pull complete [2021-05-01T09:00:37.784Z] 36b3adc4ff6f: Pull complete [2021-05-01T09:00:40.501Z] 8ad3a11d3b57: Pull complete [2021-05-01T09:00:40.810Z] 46f8f816bc3b: Pull complete [2021-05-01T09:00:41.918Z] aa168da1d23b: Verifying Checksum [2021-05-01T09:00:41.918Z] aa168da1d23b: Download complete [2021-05-01T09:00:42.188Z] 93b61091891f: Pull complete [2021-05-01T09:00:42.815Z] 93b9cdb0e59b: Pull complete [2021-05-01T09:00:43.098Z] 5e14af77c1be: Pull complete [2021-05-01T09:00:43.369Z] 01666e4c0597: Pull complete [2021-05-01T09:01:01.887Z] aa168da1d23b: Pull complete [2021-05-01T09:01:01.887Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-01T09:01:01.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-01T09:01:01.887Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-01T09:01:03.607Z] prd-centos7-docker-4c-2g-2581 does not seem to be running inside a container [2021-05-01T09:01:03.856Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-01T09:01:08.891Z] $ docker top 16906e1d815e76dffd421d3950d4e0750b6071f86fffb904db658ed4cbd817b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-01T09:01:10.191Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-01T09:01:10.865Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-01T09:01:11.221Z] + ls /var/log/sa-host [2021-05-01T09:01:11.221Z] + sadf -c /var/log/sa-host/sa01 [2021-05-01T09:01:11.221Z] file_magic: OK [2021-05-01T09:01:11.221Z] HZ: Using current value: 100 [2021-05-01T09:01:11.221Z] file_header: OK [2021-05-01T09:01:11.221Z] 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-01T09:01:11.221Z] Statistics: [2021-05-01T09:01:11.221Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-01T09:01:11.221Z] File successfully converted to sysstat format version 12.2.1 [2021-05-01T09:01:11.221Z] + sadf -c /var/log/sa-host/sa23 [2021-05-01T09:01:11.221Z] file_magic: OK [2021-05-01T09:01:11.221Z] HZ: Using current value: 100 [2021-05-01T09:01:11.221Z] file_header: OK [2021-05-01T09:01:11.221Z] 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-01T09:01:11.221Z] Statistics: [2021-05-01T09:01:11.221Z] Hnuu...uuuununununu... [2021-05-01T09:01:11.221Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-01T09:01:11.841Z] provisioning config files... [2021-05-01T09:01:11.870Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config1287574055968245167tmp [Pipeline] { [Pipeline] echo [2021-05-01T09:01:11.902Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T09:01:12.254Z] ---> create-netrc.sh [Pipeline] } [2021-05-01T09:01:12.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-01T09:01:12.301Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T09:01:12.699Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-01T09:01:12.744Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T09:01:13.144Z] ---> sudo-logs.sh [2021-05-01T09:01:13.144Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-01T09:01:13.199Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T09:01:13.873Z] ---> job-cost.sh [2021-05-01T09:01:13.874Z] lf-activate-venv: SKIPPING [2021-05-01T09:01:13.874Z] DEBUG: total: 0.20999999344348907 [2021-05-01T09:01:13.874Z] INFO: Retrieving Stack Cost... [2021-05-01T09:01:14.500Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-01T09:01:15.477Z] INFO: Archiving Costs [Pipeline] echo [2021-05-01T09:01:15.496Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-01T09:01:16.230Z] ---> logs-deploy.sh [2021-05-01T09:01:16.230Z] lf-activate-venv: SKIPPING [2021-05-01T09:01:16.230Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/11 [2021-05-01T09:01:16.230Z] INFO: archiving workspace using pattern(s): [2021-05-01T09:01:18.225Z] Archives upload complete. [2021-05-01T09:01:18.601Z] INFO: archiving logs to Nexus