Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d72be56757af4da853b0bfe6193b102efb83a4ef+d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf (bb3003fe84d58b19af738721acce4ad167b8a2c0) 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-2476 in /w/workspace/edgexfoundry_edgex-go_PR-3405 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3405/head:refs/remotes/origin/PR-3405 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit d72be56757af4da853b0bfe6193b102efb83a4ef Merge succeeded, producing e8c720464572a0338ad5b4b7f5607f9443ee6af0 Checking out Revision e8c720464572a0338ad5b4b7f5607f9443ee6af0 (PR-3405) > git config core.sparsecheckout # timeout=10 > git checkout -f d72be56757af4da853b0bfe6193b102efb83a4ef # 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 d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8c720464572a0338ad5b4b7f5607f9443ee6af0 # timeout=10 Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-30T08:30:12.063Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-30T08:30:12.172Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-30T08:30:12.212Z] ========================================================= [2021-04-30T08:30:12.212Z] EdgeX Global Pipelines Version Info [2021-04-30T08:30:12.212Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ec83d21fc83fdb0559ee16b98918fc40a6e046a7 # timeout=10 [2021-04-30T08:30:13.845Z] ------------------- [2021-04-30T08:30:13.845Z] stable info: [2021-04-30T08:30:13.845Z] ------------------- [2021-04-30T08:30:13.845Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-30T08:30:13.845Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T08:30:13.845Z] Message: update stable to v1.0.191 [2021-04-30T08:30:14.792Z] ------------------- [2021-04-30T08:30:14.792Z] experimental info: [2021-04-30T08:30:14.792Z] ------------------- [2021-04-30T08:30:14.792Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-30T08:30:14.792Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T08:30:14.792Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-30T08:30:14.913Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-30T08:30:14.940Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-30T08:30:14.961Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-30T08:30:14.982Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-30T08:30:15.005Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-30T08:30:15.027Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-04-30T08:30:15.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-04-30T08:30:15.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-30T08:30:15.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-30T08:30:15.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-30T08:30:15.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-30T08:30:15.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-30T08:30:15.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-30T08:30:15.226Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-30T08:30:15.246Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T08:30:15.268Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T08:30:15.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-30T08:30:15.312Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-30T08:30:15.342Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-30T08:30:15.362Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-30T08:30:15.383Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-30T08:30:15.403Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-30T08:30:15.447Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3405 [Pipeline] echo [2021-04-30T08:30:15.468Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3405 [Pipeline] echo [2021-04-30T08:30:15.505Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3405 [Pipeline] echo [2021-04-30T08:30:15.527Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e8c720464572a0338ad5b4b7f5607f9443ee6af0 [Pipeline] echo [2021-04-30T08:30:15.549Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e8c7204 [Pipeline] echo [2021-04-30T08:30:15.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T08:30:15.640Z] provisioning config files... [2021-04-30T08:30:15.670Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8213305062231692780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:30:15.991Z] ---> docker-login.sh [2021-04-30T08:30:15.991Z] nexus3.edgexfoundry.org:10001 [2021-04-30T08:30:16.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:30:16.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:30:16.518Z] Configure a credential helper to remove this warning. See [2021-04-30T08:30:16.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:30:16.518Z] [2021-04-30T08:30:16.518Z] Login Succeeded [2021-04-30T08:30:16.518Z] nexus3.edgexfoundry.org:10002 [2021-04-30T08:30:16.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:30:16.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:30:16.518Z] Configure a credential helper to remove this warning. See [2021-04-30T08:30:16.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:30:16.518Z] [2021-04-30T08:30:16.518Z] Login Succeeded [2021-04-30T08:30:16.518Z] nexus3.edgexfoundry.org:10003 [2021-04-30T08:30:16.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:30:16.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:30:16.781Z] Configure a credential helper to remove this warning. See [2021-04-30T08:30:16.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:30:16.781Z] [2021-04-30T08:30:16.781Z] Login Succeeded [2021-04-30T08:30:16.781Z] nexus3.edgexfoundry.org:10004 [2021-04-30T08:30:17.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:30:17.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:30:17.043Z] Configure a credential helper to remove this warning. See [2021-04-30T08:30:17.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:30:17.043Z] [2021-04-30T08:30:17.043Z] Login Succeeded [2021-04-30T08:30:17.043Z] docker.io [2021-04-30T08:30:17.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:30:17.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:30:17.307Z] Configure a credential helper to remove this warning. See [2021-04-30T08:30:17.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:30:17.307Z] [2021-04-30T08:30:17.307Z] Login Succeeded [2021-04-30T08:30:17.307Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T08:30:17.316Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T08:30:17.649Z] ++ 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-04-30T08:30:17.649Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:17.649Z] ++ dirname cmd/core-command/Dockerfile [2021-04-30T08:30:17.649Z] ++ cut -d/ -f2 [2021-04-30T08:30:17.649Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-30T08:30:17.649Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:17.649Z] ++ dirname cmd/core-data/Dockerfile [2021-04-30T08:30:17.649Z] ++ cut -d/ -f2 [2021-04-30T08:30:17.649Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-30T08:30:17.649Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:17.649Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-30T08:30:17.649Z] ++ cut -d/ -f2 [2021-04-30T08:30:17.649Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-30T08:30:17.649Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:17.649Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-30T08:30:17.649Z] ++ cut -d/ -f2 [2021-04-30T08:30:17.649Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-30T08:30:17.649Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:17.649Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-30T08:30:17.649Z] ++ cut -d/ -f2 [2021-04-30T08:30:17.649Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-30T08:30:17.649Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:17.649Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-30T08:30:17.649Z] ++ cut -d/ -f2 [2021-04-30T08:30:17.649Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-30T08:30:17.649Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:17.649Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-30T08:30:17.649Z] ++ cut -d/ -f2 [2021-04-30T08:30:17.649Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-30T08:30:17.649Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:17.649Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-30T08:30:17.649Z] ++ cut -d/ -f2 [2021-04-30T08:30:17.649Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-30T08:30:17.649Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:17.649Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-30T08:30:17.649Z] ++ cut -d/ -f2 [2021-04-30T08:30:17.649Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-30T08:30:17.735Z] 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-04-30T08:30:18.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:30:18.347Z] [2021-04-30T08:30:18.347Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:30:18.665Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:30:18.665Z] latest: Pulling from edgex-devops/git-semver [2021-04-30T08:30:18.665Z] 31603596830f: Pulling fs layer [2021-04-30T08:30:18.665Z] 54011a49482f: Pulling fs layer [2021-04-30T08:30:18.665Z] a6820b24f6d8: Pulling fs layer [2021-04-30T08:30:18.665Z] f581987b2513: Pulling fs layer [2021-04-30T08:30:18.665Z] f581987b2513: Waiting [2021-04-30T08:30:18.665Z] 54011a49482f: Verifying Checksum [2021-04-30T08:30:18.665Z] 54011a49482f: Download complete [2021-04-30T08:30:18.665Z] 31603596830f: Download complete [2021-04-30T08:30:18.937Z] f581987b2513: Verifying Checksum [2021-04-30T08:30:18.937Z] f581987b2513: Download complete [2021-04-30T08:30:18.937Z] a6820b24f6d8: Verifying Checksum [2021-04-30T08:30:18.937Z] a6820b24f6d8: Download complete [2021-04-30T08:30:19.205Z] 31603596830f: Pull complete [2021-04-30T08:30:19.206Z] 54011a49482f: Pull complete [2021-04-30T08:30:20.176Z] a6820b24f6d8: Pull complete [2021-04-30T08:30:20.441Z] f581987b2513: Pull complete [2021-04-30T08:30:20.441Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-30T08:30:20.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:30:20.441Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-30T08:30:20.551Z] prd-centos7-docker-4c-2g-2476 does not seem to be running inside a container [2021-04-30T08:30:20.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-30T08:30:23.134Z] $ docker top f61a0ec2778f3e1d2c7e89d5e3d9ab9eb57fcc1359d49b605e261c0ed22e1dfe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T08:30:23.351Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T08:30:23.352Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T08:30:23.600Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T08:30:23.605Z] $ docker exec f61a0ec2778f3e1d2c7e89d5e3d9ab9eb57fcc1359d49b605e261c0ed22e1dfe ssh-agent [2021-04-30T08:30:23.786Z] SSH_AUTH_SOCK=/tmp/ssh-6B5uMJV3xyjZ/agent.13 [2021-04-30T08:30:23.786Z] SSH_AGENT_PID=19 [2021-04-30T08:30:23.797Z] Running ssh-add (command line suppressed) [2021-04-30T08:30:23.931Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7213112597446643028.key (/w/workspace/edgex-go/3@tmp/private_key_7213112597446643028.key) [2021-04-30T08:30:23.982Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T08:30:24.283Z] + git tag --points-at HEAD [Pipeline] } [2021-04-30T08:30:24.307Z] $ docker exec --env ******** --env ******** f61a0ec2778f3e1d2c7e89d5e3d9ab9eb57fcc1359d49b605e261c0ed22e1dfe ssh-agent -k [2021-04-30T08:30:24.423Z] unset SSH_AUTH_SOCK; [2021-04-30T08:30:24.424Z] unset SSH_AGENT_PID; [2021-04-30T08:30:24.424Z] echo Agent pid 19 killed; [2021-04-30T08:30:24.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-30T08:30:24.524Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T08:30:24.524Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T08:30:24.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T08:30:24.721Z] $ docker exec f61a0ec2778f3e1d2c7e89d5e3d9ab9eb57fcc1359d49b605e261c0ed22e1dfe ssh-agent [2021-04-30T08:30:24.887Z] SSH_AUTH_SOCK=/tmp/ssh-Dx0AYCFUqckB/agent.48 [2021-04-30T08:30:24.887Z] SSH_AGENT_PID=53 [2021-04-30T08:30:24.893Z] Running ssh-add (command line suppressed) [2021-04-30T08:30:25.042Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6455139358107762043.key (/w/workspace/edgex-go/3@tmp/private_key_6455139358107762043.key) [2021-04-30T08:30:25.094Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T08:30:25.398Z] + git semver init [2021-04-30T08:30:25.398Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T08:30:25.398Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-04-30T08:30:25.398Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-04-30T08:30:25.398Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T08:30:25.398Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T08:30:25.398Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T08:30:25.398Z] # $SEMVER_BRANCH = PR-3405 [2021-04-30T08:30:25.398Z] # $SEMVER_TEMP = /tmp/semver-548971806 [2021-04-30T08:30:25.398Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-30T08:30:47.427Z] # '/tmp/semver-548971806' -> '/w/workspace/edgex-go/3/.semver' [2021-04-30T08:30:48.380Z] # -> Force: false [2021-04-30T08:30:48.380Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-04-30T08:30:48.399Z] $ docker exec --env ******** --env ******** f61a0ec2778f3e1d2c7e89d5e3d9ab9eb57fcc1359d49b605e261c0ed22e1dfe ssh-agent -k [2021-04-30T08:30:48.629Z] unset SSH_AUTH_SOCK; [2021-04-30T08:30:48.630Z] unset SSH_AGENT_PID; [2021-04-30T08:30:48.630Z] echo Agent pid 53 killed; [2021-04-30T08:30:48.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T08:30:49.078Z] + git semver [Pipeline] } [2021-04-30T08:30:49.099Z] $ docker stop --time=1 f61a0ec2778f3e1d2c7e89d5e3d9ab9eb57fcc1359d49b605e261c0ed22e1dfe [2021-04-30T08:30:50.686Z] $ docker rm -f f61a0ec2778f3e1d2c7e89d5e3d9ab9eb57fcc1359d49b605e261c0ed22e1dfe [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:30:51.159Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-30T08:30:51.595Z] Stashed 1 file(s) [Pipeline] echo [2021-04-30T08:30:51.599Z] [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-04-30T08:30:52.127Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:30:52.424Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:30:52.724Z] + sudo service docker restart [2021-04-30T08:30:52.724Z] + true [2021-04-30T08:30:52.724Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-30T08:30:53.330Z] ========================================================= [2021-04-30T08:30:53.331Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-04-30T08:30:53.331Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:30:53.648Z] + 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-04-30T08:30:57.883Z] Sending build context to Docker daemon 329.7MB [2021-04-30T08:30:57.883Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T08:30:57.883Z] Step 2/6 : FROM ${BASE} [2021-04-30T08:30:57.883Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-30T08:30:57.883Z] 540db60ca938: Pulling fs layer [2021-04-30T08:30:57.883Z] adcc1eea9eea: Pulling fs layer [2021-04-30T08:30:57.883Z] 4c4ab2625f07: Pulling fs layer [2021-04-30T08:30:57.883Z] 0510c868ecb4: Pulling fs layer [2021-04-30T08:30:57.883Z] afea3b2eda06: Pulling fs layer [2021-04-30T08:30:57.883Z] 7809a108b3ef: Pulling fs layer [2021-04-30T08:30:57.883Z] f706445af74f: Pulling fs layer [2021-04-30T08:30:57.883Z] afea3b2eda06: Waiting [2021-04-30T08:30:57.883Z] 7809a108b3ef: Waiting [2021-04-30T08:30:57.883Z] f706445af74f: Waiting [2021-04-30T08:30:57.883Z] 0510c868ecb4: Waiting [2021-04-30T08:30:57.883Z] 4c4ab2625f07: Verifying Checksum [2021-04-30T08:30:57.883Z] 4c4ab2625f07: Download complete [2021-04-30T08:30:57.883Z] adcc1eea9eea: Verifying Checksum [2021-04-30T08:30:57.883Z] adcc1eea9eea: Download complete [2021-04-30T08:30:57.883Z] afea3b2eda06: Download complete [2021-04-30T08:30:57.883Z] 540db60ca938: Verifying Checksum [2021-04-30T08:30:57.883Z] 540db60ca938: Download complete [2021-04-30T08:30:57.883Z] 7809a108b3ef: Verifying Checksum [2021-04-30T08:30:57.883Z] 7809a108b3ef: Download complete [2021-04-30T08:30:58.162Z] 540db60ca938: Pull complete [2021-04-30T08:30:58.746Z] adcc1eea9eea: Pull complete [2021-04-30T08:30:59.325Z] f706445af74f: Verifying Checksum [2021-04-30T08:30:59.325Z] f706445af74f: Download complete [2021-04-30T08:30:59.925Z] 4c4ab2625f07: Pull complete [2021-04-30T08:31:00.199Z] 0510c868ecb4: Verifying Checksum [2021-04-30T08:31:00.199Z] 0510c868ecb4: Download complete [2021-04-30T08:31:05.765Z] 0510c868ecb4: Pull complete [2021-04-30T08:31:06.035Z] afea3b2eda06: Pull complete [2021-04-30T08:31:06.035Z] 7809a108b3ef: Pull complete [2021-04-30T08:31:06.756Z] Still waiting to schedule task [2021-04-30T08:31:06.756Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-04-30T08:31:11.385Z] f706445af74f: Pull complete [2021-04-30T08:31:11.385Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-04-30T08:31:11.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-04-30T08:31:11.385Z] ---> b068be0155e3 [2021-04-30T08:31:11.385Z] 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-04-30T08:31:11.385Z] ---> Running in fdaf95539c2e [2021-04-30T08:31:12.337Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:31:13.292Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:31:13.868Z] (1/12) Installing libmagic (5.39-r0) [2021-04-30T08:31:14.131Z] (2/12) Installing file (5.39-r0) [2021-04-30T08:31:14.131Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-30T08:31:14.131Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-04-30T08:31:26.394Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-30T08:31:26.394Z] (6/12) Installing patch (2.7.6-r6) [2021-04-30T08:31:26.394Z] (7/12) Installing build-base (0.5-r2) [2021-04-30T08:31:26.394Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-30T08:31:26.394Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-04-30T08:31:26.394Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-30T08:31:26.394Z] (11/12) Installing libzmq (4.3.3-r1) [2021-04-30T08:31:26.394Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-04-30T08:31:26.394Z] Executing busybox-1.32.1-r6.trigger [2021-04-30T08:31:26.394Z] OK: 219 MiB in 52 packages [2021-04-30T08:31:29.711Z] Removing intermediate container fdaf95539c2e [2021-04-30T08:31:29.711Z] ---> 3b963b6bee3b [2021-04-30T08:31:29.711Z] Step 4/6 : WORKDIR /edgex-go [2021-04-30T08:31:29.711Z] ---> Running in b2162948e75b [2021-04-30T08:31:29.711Z] Removing intermediate container b2162948e75b [2021-04-30T08:31:29.711Z] ---> a2b76fe51487 [2021-04-30T08:31:29.711Z] Step 5/6 : COPY go.mod . [2021-04-30T08:31:29.977Z] ---> ab96e9d886ac [2021-04-30T08:31:29.977Z] Step 6/6 : RUN go mod download [2021-04-30T08:31:30.243Z] ---> Running in 9ab3f31c4992 [2021-04-30T08:31:56.890Z] Removing intermediate container 9ab3f31c4992 [2021-04-30T08:31:56.890Z] ---> 6bd203e9e221 [2021-04-30T08:31:56.890Z] Successfully built 6bd203e9e221 [2021-04-30T08:31:56.890Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:31:57.210Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T08:31:57.210Z] . [Pipeline] withDockerContainer [2021-04-30T08:31:57.585Z] prd-centos7-docker-4c-2g-2476 does not seem to be running inside a container [2021-04-30T08:31:57.645Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-04-30T08:31:58.488Z] $ docker top c308cb82b160252fa756ec6a77c3a52a72f0a853fbd2f8941282da316d5f026e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:31:58.910Z] + go version [2021-04-30T08:31:58.910Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-04-30T08:31:58.936Z] $ docker stop --time=1 c308cb82b160252fa756ec6a77c3a52a72f0a853fbd2f8941282da316d5f026e [2021-04-30T08:32:00.425Z] $ docker rm -f c308cb82b160252fa756ec6a77c3a52a72f0a853fbd2f8941282da316d5f026e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:32:00.955Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T08:32:00.955Z] . [Pipeline] withDockerContainer [2021-04-30T08:32:01.063Z] prd-centos7-docker-4c-2g-2476 does not seem to be running inside a container [2021-04-30T08:32:01.120Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-04-30T08:32:02.441Z] $ docker top b211099a634b6d0669726c812fbd69e90f134d9df1a534e1bf9a960ac51a24b1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-30T08:32:02.629Z] ========================================================= [2021-04-30T08:32:02.629Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-30T08:32:02.629Z] ========================================================= [Pipeline] sh [2021-04-30T08:32:02.930Z] + go mod tidy [Pipeline] sh [2021-04-30T08:32:04.667Z] + make test [2021-04-30T08:32:04.667Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-30T08:32:14.744Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-30T08:32:33.009Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-30T08:32:41.320Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-30T08:32:41.320Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-30T08:32:41.320Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-30T08:32:44.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-30T08:32:44.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-30T08:32:44.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-30T08:32:44.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-30T08:32:46.116Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-30T08:32:46.393Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-30T08:32:49.743Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-30T08:32:49.743Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-30T08:32:49.743Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-30T08:32:50.954Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2483 in /w/workspace/edgexfoundry_edgex-go_PR-3405 [Pipeline] { [Pipeline] ws [2021-04-30T08:32:50.974Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-30T08:32:51.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 45.9% of statements [2021-04-30T08:32:51.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-30T08:32:51.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-30T08:32:51.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-30T08:32:51.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-30T08:32:51.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-30T08:32:51.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-30T08:32:51.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.048s coverage: 19.8% of statements [2021-04-30T08:32:51.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.109s coverage: 100.0% of statements [2021-04-30T08:32:54.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.223s coverage: 27.1% of statements [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-30T08:32:54.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-30T08:32:54.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-30T08:32:54.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.110s coverage: 71.3% of statements [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-30T08:32:54.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-30T08:32:55.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.174s coverage: 87.7% of statements [2021-04-30T08:32:55.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-30T08:32:55.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:32:55.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-04-30T08:32:55.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-30T08:32:56.528Z] using credential edgex-jenkins-ssh [2021-04-30T08:32:56.551Z] Cloning the remote Git repository [2021-04-30T08:32:56.642Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:32:56.843Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-30T08:32:56.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:32:56.982Z] > git --version # timeout=10 [2021-04-30T08:32:57.041Z] > git --version # 'git version 2.17.1' [2021-04-30T08:32:57.043Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:32:57.122Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:32:59.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-30T08:32:59.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-30T08:32:59.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.109s coverage: 100.0% of statements [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-30T08:32:59.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.163s coverage: 86.7% of statements [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-30T08:32:59.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-30T08:32:59.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.114s coverage: 78.3% of statements [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-30T08:32:59.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-30T08:33:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.444s coverage: 95.1% of statements [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-30T08:33:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-30T08:33:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 0.9% of statements [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-30T08:33:01.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-30T08:33:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 47.1% of statements [2021-04-30T08:33:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2021-04-30T08:33:01.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-04-30T08:33:03.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.204s coverage: 96.3% of statements [2021-04-30T08:33:03.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-04-30T08:33:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2021-04-30T08:33:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-04-30T08:33:16.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.263s coverage: 81.8% of statements [2021-04-30T08:33:16.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-30T08:33:19.867Z] Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit d72be56757af4da853b0bfe6193b102efb83a4ef [2021-04-30T08:33:19.100Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:33:19.120Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:33:19.153Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:33:19.187Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:33:19.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:33:19.200Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3405/head:refs/remotes/origin/PR-3405 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T08:33:19.891Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:33:19.907Z] > git checkout -f d72be56757af4da853b0bfe6193b102efb83a4ef # timeout=10 [2021-04-30T08:33:20.526Z] Merge succeeded, producing c1e79055cefd6e50a18e6b5062969d85db514f2a [2021-04-30T08:33:20.527Z] Checking out Revision c1e79055cefd6e50a18e6b5062969d85db514f2a (PR-3405) [2021-04-30T08:33:20.219Z] > git remote # timeout=10 [2021-04-30T08:33:20.239Z] > git config --get remote.origin.url # timeout=10 [2021-04-30T08:33:20.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:33:20.265Z] > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 [2021-04-30T08:33:20.517Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-30T08:33:20.538Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:33:20.549Z] > git checkout -f c1e79055cefd6e50a18e6b5062969d85db514f2a # timeout=10 [2021-04-30T08:33:24.883Z] Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" [2021-04-30T08:33:24.905Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T08:33:26.273Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:33:26.672Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.071s coverage: 87.2% of statements [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.6% of statements [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.6% of statements [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 64.4% of statements [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.371s coverage: 69.0% of statements [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.176s coverage: 40.5% of statements [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-30T08:33:26.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2021-04-30T08:33:26.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-30T08:33:26.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements [2021-04-30T08:33:26.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-30T08:33:26.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-30T08:33:26.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-30T08:33:26.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.059s coverage: 9.6% of statements [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-30T08:33:26.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.150s coverage: 92.6% of statements [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:33:26.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-30T08:33:27.008Z] + true [2021-04-30T08:33:27.008Z] + sudo service docker restart [2021-04-30T08:33:27.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.823s coverage: 28.7% of statements [2021-04-30T08:33:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-30T08:33:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-30T08:33:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-30T08:33:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-30T08:33:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-30T08:33:27.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements [2021-04-30T08:33:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-30T08:33:27.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-04-30T08:33:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-30T08:33:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-30T08:33:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-30T08:33:27.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.073s coverage: 64.6% of statements [2021-04-30T08:33:27.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-30T08:33:27.442Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.114s coverage: 97.6% of statements [2021-04-30T08:33:27.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-30T08:33:27.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:33:27.442Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-30T08:33:27.442Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-30T08:33:27.442Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-30T08:33:27.442Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-04-30T08:33:27.442Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-30T08:33:27.442Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-30T08:33:27.442Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-30T08:33:27.442Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-30T08:33:24.895Z] > git rev-list --no-walk ec83d21fc83fdb0559ee16b98918fc40a6e046a7 # timeout=10 [2021-04-30T08:33:27.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-04-30T08:33:27.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-30T08:33:27.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-30T08:33:27.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-04-30T08:33:27.972Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-04-30T08:33:28.235Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-30T08:33:28.812Z] GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T08:33:29.010Z] provisioning config files... [2021-04-30T08:33:29.055Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4412712748796161243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:33:29.420Z] ---> docker-login.sh [2021-04-30T08:33:29.421Z] nexus3.edgexfoundry.org:10001 [2021-04-30T08:33:30.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:33:30.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:33:30.672Z] Configure a credential helper to remove this warning. See [2021-04-30T08:33:30.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:33:30.672Z] [2021-04-30T08:33:30.672Z] Login Succeeded [2021-04-30T08:33:30.672Z] nexus3.edgexfoundry.org:10002 [2021-04-30T08:33:30.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:33:31.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:33:31.222Z] Configure a credential helper to remove this warning. See [2021-04-30T08:33:31.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:33:31.222Z] [2021-04-30T08:33:31.222Z] Login Succeeded [2021-04-30T08:33:31.222Z] nexus3.edgexfoundry.org:10003 [2021-04-30T08:33:31.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:33:31.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:33:31.764Z] Configure a credential helper to remove this warning. See [2021-04-30T08:33:31.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:33:31.764Z] [2021-04-30T08:33:31.764Z] Login Succeeded [2021-04-30T08:33:31.764Z] nexus3.edgexfoundry.org:10004 [2021-04-30T08:33:32.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:33:32.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:33:32.037Z] Configure a credential helper to remove this warning. See [2021-04-30T08:33:32.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:33:32.037Z] [2021-04-30T08:33:32.037Z] Login Succeeded [2021-04-30T08:33:32.037Z] docker.io [2021-04-30T08:33:32.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:33:32.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:33:32.902Z] Configure a credential helper to remove this warning. See [2021-04-30T08:33:32.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:33:32.902Z] [2021-04-30T08:33:32.902Z] Login Succeeded [2021-04-30T08:33:32.902Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T08:33:32.919Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-30T08:33:33.223Z] ========================================================= [2021-04-30T08:33:33.223Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-04-30T08:33:33.223Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:33:33.565Z] + 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-04-30T08:33:36.209Z] Sending build context to Docker daemon 167.4MB [2021-04-30T08:33:36.209Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T08:33:36.209Z] Step 2/6 : FROM ${BASE} [2021-04-30T08:33:36.209Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-30T08:33:36.209Z] 595b0fe564bb: Pulling fs layer [2021-04-30T08:33:36.209Z] 7186ed65a4f7: Pulling fs layer [2021-04-30T08:33:36.209Z] 316046926c0a: Pulling fs layer [2021-04-30T08:33:36.209Z] 4ebd0625c992: Pulling fs layer [2021-04-30T08:33:36.209Z] 207e8628e3a3: Pulling fs layer [2021-04-30T08:33:36.209Z] c791037a9be2: Pulling fs layer [2021-04-30T08:33:36.209Z] ffd874e62e21: Pulling fs layer [2021-04-30T08:33:36.209Z] 4ebd0625c992: Waiting [2021-04-30T08:33:36.209Z] 207e8628e3a3: Waiting [2021-04-30T08:33:36.209Z] c791037a9be2: Waiting [2021-04-30T08:33:36.209Z] ffd874e62e21: Waiting [2021-04-30T08:33:36.209Z] 316046926c0a: Verifying Checksum [2021-04-30T08:33:36.209Z] 316046926c0a: Download complete [2021-04-30T08:33:36.209Z] 7186ed65a4f7: Verifying Checksum [2021-04-30T08:33:36.209Z] 7186ed65a4f7: Download complete [2021-04-30T08:33:36.209Z] 207e8628e3a3: Verifying Checksum [2021-04-30T08:33:36.209Z] 207e8628e3a3: Download complete [2021-04-30T08:33:36.209Z] c791037a9be2: Verifying Checksum [2021-04-30T08:33:36.209Z] c791037a9be2: Download complete [2021-04-30T08:33:36.209Z] 595b0fe564bb: Verifying Checksum [2021-04-30T08:33:36.209Z] 595b0fe564bb: Download complete [2021-04-30T08:33:36.817Z] 595b0fe564bb: Pull complete [2021-04-30T08:33:37.420Z] 7186ed65a4f7: Pull complete [2021-04-30T08:33:38.019Z] 316046926c0a: Pull complete [2021-04-30T08:33:38.617Z] ffd874e62e21: Verifying Checksum [2021-04-30T08:33:38.617Z] ffd874e62e21: Download complete [2021-04-30T08:33:40.055Z] 4ebd0625c992: Verifying Checksum [2021-04-30T08:33:40.055Z] 4ebd0625c992: Download complete [2021-04-30T08:33:50.221Z] 4ebd0625c992: Pull complete [2021-04-30T08:33:50.221Z] 207e8628e3a3: Pull complete [2021-04-30T08:33:50.221Z] c791037a9be2: Pull complete [2021-04-30T08:33:52.841Z] ffd874e62e21: Pull complete [2021-04-30T08:33:52.841Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-04-30T08:33:52.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-04-30T08:33:52.841Z] ---> cfc18b08335c [2021-04-30T08:33:52.841Z] 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-04-30T08:33:56.223Z] ---> Running in 8cec744d63bb [2021-04-30T08:33:57.660Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:33:58.640Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:33:59.244Z] (1/12) Installing libmagic (5.39-r0) [2021-04-30T08:33:59.832Z] (2/12) Installing file (5.39-r0) [2021-04-30T08:33:59.832Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-30T08:34:00.103Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-04-30T08:34:05.499Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-30T08:34:05.499Z] (6/12) Installing patch (2.7.6-r6) [2021-04-30T08:34:05.499Z] (7/12) Installing build-base (0.5-r2) [2021-04-30T08:34:05.499Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-30T08:34:05.499Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-04-30T08:34:05.772Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-30T08:34:05.772Z] (11/12) Installing libzmq (4.3.3-r1) [2021-04-30T08:34:05.772Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-04-30T08:34:06.044Z] Executing busybox-1.32.1-r6.trigger [2021-04-30T08:34:06.044Z] OK: 218 MiB in 52 packages [2021-04-30T08:34:07.736Z] gofmt -l . [2021-04-30T08:34:07.736Z] [ "`gofmt -l .`" = "" ] [2021-04-30T08:34:07.736Z] ./bin/test-go-mod-tidy.sh [2021-04-30T08:34:07.736Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-30T08:34:08.124Z] + ls -al . [2021-04-30T08:34:08.124Z] total 800 [2021-04-30T08:34:08.124Z] drwxrwxr-x 10 1001 1001 4096 Apr 30 08:34 . [2021-04-30T08:34:08.124Z] drwxr-xr-x 4 root root 28 Apr 30 08:32 .. [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 11 Apr 30 08:30 .dockerignore [2021-04-30T08:34:08.124Z] drwxrwxr-x 8 1001 1001 179 Apr 30 08:30 .git [2021-04-30T08:34:08.124Z] drwxrwxr-x 3 1001 1001 125 Apr 30 08:30 .github [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 818 Apr 30 08:30 .gitignore [2021-04-30T08:34:08.124Z] drwx------ 3 1001 1001 60 Apr 30 08:30 .semver [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 166 Apr 30 08:30 .sonarcloud.properties [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:30 Attribution.txt [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:30 CONTRIBUTING.md [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 931 Apr 30 08:30 Dockerfile.build [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 863 Apr 30 08:30 Jenkinsfile [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:30 LICENSE [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:30 Makefile [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:30 README.md [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:30 SECURITY.md [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 5 Apr 30 08:30 VERSION [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:30 ZMQWindows.md [2021-04-30T08:34:08.124Z] drwxrwxr-x 2 1001 1001 117 Apr 30 08:30 bin [2021-04-30T08:34:08.124Z] drwxrwxr-x 14 1001 1001 4096 Apr 30 08:30 cmd [2021-04-30T08:34:08.124Z] -rw-r--r-- 1 root root 691485 Apr 30 08:33 coverage.out [2021-04-30T08:34:08.124Z] -rw-r--r-- 1 root root 1060 Apr 30 08:34 go.mod [2021-04-30T08:34:08.124Z] -rw-r--r-- 1 root root 22538 Apr 30 08:32 go.sum [2021-04-30T08:34:08.124Z] drwxrwxr-x 8 1001 1001 127 Apr 30 08:30 internal [2021-04-30T08:34:08.124Z] drwxrwxr-x 4 1001 1001 26 Apr 30 08:30 openapi [2021-04-30T08:34:08.124Z] drwxrwxr-x 4 1001 1001 71 Apr 30 08:30 snap [2021-04-30T08:34:08.124Z] -rw-rw-r-- 1 1001 1001 168 Apr 30 08:30 version.go [Pipeline] sh [2021-04-30T08:34:08.492Z] + '[' -e coverage.out ] [2021-04-30T08:34:08.492Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-30T08:34:08.716Z] Stashed 1 file(s) [Pipeline] sh [2021-04-30T08:34:09.050Z] + make build [2021-04-30T08:34:09.050Z] 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-04-30T08:34:10.354Z] Removing intermediate container 8cec744d63bb [2021-04-30T08:34:10.354Z] ---> 286d3cf72b54 [2021-04-30T08:34:10.354Z] Step 4/6 : WORKDIR /edgex-go [2021-04-30T08:34:10.354Z] ---> Running in 4ffeba06e238 [2021-04-30T08:34:10.950Z] Removing intermediate container 4ffeba06e238 [2021-04-30T08:34:10.950Z] ---> 2ee051a8283c [2021-04-30T08:34:10.950Z] Step 5/6 : COPY go.mod . [2021-04-30T08:34:11.549Z] ---> d78f4eecfc9a [2021-04-30T08:34:11.549Z] Step 6/6 : RUN go mod download [2021-04-30T08:34:11.549Z] ---> Running in f40e8ef068ba [2021-04-30T08:34:11.710Z] 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-04-30T08:34:21.885Z] 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-04-30T08:34:22.849Z] 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-04-30T08:34:24.255Z] 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-04-30T08:34:24.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-04-30T08:34:26.257Z] 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-04-30T08:34:27.680Z] 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-04-30T08:34:29.082Z] 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-04-30T08:34:30.035Z] 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-04-30T08:34:31.443Z] 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-04-30T08:34:32.403Z] 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-04-30T08:34:35.015Z] $ docker stop --time=1 b211099a634b6d0669726c812fbd69e90f134d9df1a534e1bf9a960ac51a24b1 [2021-04-30T08:34:36.735Z] $ docker rm -f b211099a634b6d0669726c812fbd69e90f134d9df1a534e1bf9a960ac51a24b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-30T08:34:38.353Z] Removing intermediate container f40e8ef068ba [2021-04-30T08:34:38.353Z] ---> 42410de16526 [2021-04-30T08:34:38.353Z] Successfully built 42410de16526 [2021-04-30T08:34:38.353Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:34:39.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:34:39.989Z] [2021-04-30T08:34:39.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:34:40.058Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T08:34:40.058Z] . [Pipeline] withDockerContainer [2021-04-30T08:34:40.308Z] prd-ubuntu18.04-docker-arm64-4c-16g-2483 does not seem to be running inside a container [2021-04-30T08:34:40.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:34:40.318Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-30T08:34:40.318Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-30T08:34:40.318Z] ca9280d653b3: Pulling fs layer [2021-04-30T08:34:40.318Z] 7e9c9ca2126c: Pulling fs layer [2021-04-30T08:34:40.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-04-30T08:34:40.585Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-30T08:34:40.585Z] cbdbe7a5bc2a: Download complete [2021-04-30T08:34:41.171Z] ca9280d653b3: Verifying Checksum [2021-04-30T08:34:41.171Z] ca9280d653b3: Download complete [2021-04-30T08:34:41.171Z] cbdbe7a5bc2a: Pull complete [2021-04-30T08:34:42.056Z] $ docker top 1f8e1605cc5d7d0cb72694a698349ec9e3c63cd9a51304675d574f7969dfb8a4 -eo pid,comm [2021-04-30T08:34:42.128Z] 7e9c9ca2126c: Download complete [2021-04-30T08:34:42.128Z] ca9280d653b3: Pull complete [Pipeline] { [Pipeline] sh [2021-04-30T08:34:42.991Z] + go version [2021-04-30T08:34:42.991Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-04-30T08:34:43.016Z] $ docker stop --time=1 1f8e1605cc5d7d0cb72694a698349ec9e3c63cd9a51304675d574f7969dfb8a4 [2021-04-30T08:34:44.919Z] $ docker rm -f 1f8e1605cc5d7d0cb72694a698349ec9e3c63cd9a51304675d574f7969dfb8a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:34:45.611Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T08:34:45.611Z] . [Pipeline] withDockerContainer [2021-04-30T08:34:45.851Z] prd-ubuntu18.04-docker-arm64-4c-16g-2483 does not seem to be running inside a container [2021-04-30T08:34:45.938Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-04-30T08:34:47.456Z] $ docker top fa73c09a5ebbeb5d990b0d32129e7ccfaf88339b2b5e03aec1bd59dd0934f88d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-30T08:34:47.742Z] ========================================================= [2021-04-30T08:34:47.742Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-30T08:34:47.742Z] ========================================================= [Pipeline] sh [2021-04-30T08:34:48.385Z] + go mod tidy [2021-04-30T08:34:48.783Z] 7e9c9ca2126c: Pull complete [2021-04-30T08:34:48.784Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-30T08:34:48.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:34:48.784Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-30T08:34:48.930Z] prd-centos7-docker-4c-2g-2476 does not seem to be running inside a container [2021-04-30T08:34:49.017Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-30T08:34:51.121Z] $ docker top bfde6968826b0ddab66a5c25db29ca5b1aafc2585803b958f5d3f46b6ef1defc -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-30T08:34:51.683Z] + docker-compose build --help [2021-04-30T08:34:51.683Z] + grep parallel [2021-04-30T08:34:51.972Z] + make test [2021-04-30T08:34:51.972Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-30T08:34:52.629Z] --parallel Build images in parallel. [Pipeline] } [2021-04-30T08:34:52.910Z] $ docker stop --time=1 bfde6968826b0ddab66a5c25db29ca5b1aafc2585803b958f5d3f46b6ef1defc [2021-04-30T08:34:54.305Z] $ docker rm -f bfde6968826b0ddab66a5c25db29ca5b1aafc2585803b958f5d3f46b6ef1defc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:34:54.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:34:54.808Z] . [Pipeline] withDockerContainer [2021-04-30T08:34:54.927Z] prd-centos7-docker-4c-2g-2476 does not seem to be running inside a container [2021-04-30T08:34:54.992Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-30T08:34:55.863Z] $ docker top be64fec7d8c1553ee7cbce0ff173aa5fd47de665d1aeed36764999eff33fc3a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:34:56.284Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-30T08:34:57.239Z] Building docker-core-command-go ... [2021-04-30T08:34:57.239Z] Building docker-core-data-go ... [2021-04-30T08:34:57.239Z] Building docker-core-metadata-go ... [2021-04-30T08:34:57.239Z] Building docker-security-bootstrapper-go ... [2021-04-30T08:34:57.239Z] Building docker-security-proxy-setup-go ... [2021-04-30T08:34:57.239Z] Building docker-security-secretstore-setup-go ... [2021-04-30T08:34:57.239Z] Building docker-support-notifications-go ... [2021-04-30T08:34:57.239Z] Building docker-support-scheduler-go ... [2021-04-30T08:34:57.239Z] Building docker-sys-mgmt-agent-go ... [2021-04-30T08:34:57.239Z] Building docker-support-notifications-go [2021-04-30T08:34:57.239Z] Building docker-support-scheduler-go [2021-04-30T08:34:57.239Z] Building docker-sys-mgmt-agent-go [2021-04-30T08:34:57.239Z] Building docker-security-secretstore-setup-go [2021-04-30T08:34:57.239Z] Building docker-security-proxy-setup-go [2021-04-30T08:35:18.924Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-30T08:35:36.444Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:36.444Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:35:36.444Z] ---> 6bd203e9e221 [2021-04-30T08:35:36.444Z] Step 3/21 : WORKDIR /edgex-go [2021-04-30T08:35:36.444Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:36.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:35:36.444Z] ---> 6bd203e9e221 [2021-04-30T08:35:36.444Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:35:36.445Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:36.445Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:35:36.445Z] ---> 6bd203e9e221 [2021-04-30T08:35:36.445Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:35:36.445Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:36.445Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:35:36.445Z] ---> 6bd203e9e221 [2021-04-30T08:35:36.445Z] Step 3/24 : WORKDIR /edgex-go [2021-04-30T08:35:36.445Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:36.445Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:35:36.445Z] ---> 6bd203e9e221 [2021-04-30T08:35:36.445Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:35:36.445Z] ---> Running in 16be2155dc87 [2021-04-30T08:35:36.445Z] ---> Running in d72f15be586d [2021-04-30T08:35:36.445Z] ---> Running in 2f6f3fd401b5 [2021-04-30T08:35:36.445Z] ---> Running in 68e98b12975e [2021-04-30T08:35:36.445Z] ---> Running in 19568e907123 [2021-04-30T08:35:36.445Z] Removing intermediate container 19568e907123 [2021-04-30T08:35:36.445Z] ---> fcf05b469798 [2021-04-30T08:35:36.445Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:35:36.445Z] Removing intermediate container d72f15be586d [2021-04-30T08:35:36.445Z] ---> 8493e6a33893 [2021-04-30T08:35:36.445Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:35:36.445Z] Removing intermediate container 68e98b12975e [2021-04-30T08:35:36.445Z] ---> fbbc314c1cb1 [2021-04-30T08:35:36.445Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:35:36.445Z] Removing intermediate container 16be2155dc87 [2021-04-30T08:35:36.445Z] ---> 7cd63089261b [2021-04-30T08:35:36.445Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:35:36.445Z] Removing intermediate container 2f6f3fd401b5 [2021-04-30T08:35:36.445Z] ---> 2de915480430 [2021-04-30T08:35:36.445Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:35:36.445Z] ---> Running in 871da9870b03 [2021-04-30T08:35:36.445Z] ---> Running in c5b4aacb5a39 [2021-04-30T08:35:36.445Z] ---> Running in 473ebd26d7e8 [2021-04-30T08:35:36.445Z] ---> Running in 8c2ec27ce847 [2021-04-30T08:35:36.445Z] ---> Running in 0906baf7c147 [2021-04-30T08:35:37.433Z] Removing intermediate container c5b4aacb5a39 [2021-04-30T08:35:37.433Z] ---> 5414afaaa7a3 [2021-04-30T08:35:37.433Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-30T08:35:37.433Z] ---> Running in 4e4c05947a8e [2021-04-30T08:35:37.433Z] Removing intermediate container 473ebd26d7e8 [2021-04-30T08:35:37.433Z] ---> c4806db02aca [2021-04-30T08:35:37.433Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-30T08:35:37.698Z] ---> Running in b03f2546ade6 [2021-04-30T08:35:37.961Z] Removing intermediate container 871da9870b03 [2021-04-30T08:35:37.961Z] ---> 6ce38fc11709 [2021-04-30T08:35:37.961Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-30T08:35:37.961Z] Removing intermediate container 0906baf7c147 [2021-04-30T08:35:37.961Z] ---> 0f4caf2b2468 [2021-04-30T08:35:37.961Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-30T08:35:38.236Z] ---> Running in cc8200b75fd4 [2021-04-30T08:35:38.236Z] ---> Running in cc8a89d6f5b6 [2021-04-30T08:35:38.236Z] Removing intermediate container 8c2ec27ce847 [2021-04-30T08:35:38.236Z] ---> e65a3c1c8bd7 [2021-04-30T08:35:38.236Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-30T08:35:38.499Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:38.499Z] ---> Running in dcc3544c56dc [2021-04-30T08:35:38.766Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:39.029Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:39.306Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:39.306Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:39.306Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:39.601Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:39.944Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:39.944Z] OK: 219 MiB in 52 packages [2021-04-30T08:35:39.944Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:40.352Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:35:40.352Z] OK: 219 MiB in 52 packages [2021-04-30T08:35:40.643Z] OK: 219 MiB in 52 packages [2021-04-30T08:35:40.643Z] OK: 219 MiB in 52 packages [2021-04-30T08:35:40.643Z] Removing intermediate container 4e4c05947a8e [2021-04-30T08:35:40.643Z] ---> 795387705776 [2021-04-30T08:35:40.643Z] Step 6/24 : COPY go.mod . [2021-04-30T08:35:40.643Z] OK: 219 MiB in 52 packages [2021-04-30T08:35:40.909Z] Removing intermediate container b03f2546ade6 [2021-04-30T08:35:40.909Z] ---> ba4c782defb2 [2021-04-30T08:35:40.909Z] Step 6/21 : COPY go.mod . [2021-04-30T08:35:40.909Z] ---> 4510c24558ee [2021-04-30T08:35:40.909Z] Step 7/24 : RUN go mod download [2021-04-30T08:35:41.173Z] ---> Running in 49988552235e [2021-04-30T08:35:41.458Z] Removing intermediate container cc8200b75fd4 [2021-04-30T08:35:41.458Z] ---> 4906f84d0324 [2021-04-30T08:35:41.458Z] Step 6/22 : COPY go.mod . [2021-04-30T08:35:41.458Z] ---> 88b4f28fee98 [2021-04-30T08:35:41.458Z] Step 7/21 : RUN go mod download [2021-04-30T08:35:41.724Z] ---> Running in 7ab1a8488e13 [2021-04-30T08:35:41.724Z] Removing intermediate container dcc3544c56dc [2021-04-30T08:35:41.724Z] ---> 529fcbfe769a [2021-04-30T08:35:41.724Z] Step 6/22 : COPY go.mod . [2021-04-30T08:35:41.997Z] ---> 7cebc1eb9016 [2021-04-30T08:35:41.997Z] Step 7/22 : RUN go mod download [2021-04-30T08:35:41.997Z] Removing intermediate container cc8a89d6f5b6 [2021-04-30T08:35:41.997Z] ---> b2672c21adc4 [2021-04-30T08:35:41.997Z] Step 6/23 : COPY go.mod . [2021-04-30T08:35:41.997Z] ---> Running in c5366d1e2b0a [2021-04-30T08:35:42.265Z] ---> 7c9986f0ec8d [2021-04-30T08:35:42.265Z] Step 7/22 : RUN go mod download [2021-04-30T08:35:42.528Z] ---> 9202715c3292 [2021-04-30T08:35:42.528Z] Step 7/23 : RUN go mod download [2021-04-30T08:35:42.528Z] ---> Running in 693219fbd664 [2021-04-30T08:35:42.528Z] ---> Running in e2e31b299764 [2021-04-30T08:35:43.483Z] Removing intermediate container 49988552235e [2021-04-30T08:35:43.483Z] ---> ea57a84d297c [2021-04-30T08:35:43.483Z] Step 8/24 : COPY . . [2021-04-30T08:35:43.752Z] Removing intermediate container 7ab1a8488e13 [2021-04-30T08:35:43.753Z] ---> abddf52311c8 [2021-04-30T08:35:43.753Z] Step 8/21 : COPY . . [2021-04-30T08:35:45.721Z] Removing intermediate container c5366d1e2b0a [2021-04-30T08:35:45.721Z] ---> 86b12b8c563a [2021-04-30T08:35:45.721Z] Step 8/22 : COPY . . [2021-04-30T08:35:49.992Z] Removing intermediate container 693219fbd664 [2021-04-30T08:35:49.992Z] ---> 8a32f9e66f80 [2021-04-30T08:35:49.992Z] Step 8/22 : COPY . . [2021-04-30T08:35:50.590Z] Removing intermediate container e2e31b299764 [2021-04-30T08:35:50.590Z] ---> 72059178d858 [2021-04-30T08:35:50.590Z] Step 8/23 : COPY . . [2021-04-30T08:36:15.570Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-30T08:36:23.885Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-30T08:36:29.545Z] ---> f71df520d43d [2021-04-30T08:36:29.545Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-30T08:36:29.545Z] ---> 9288c0b43df1 [2021-04-30T08:36:29.545Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-30T08:36:29.545Z] ---> 3fd80634ab1a [2021-04-30T08:36:29.545Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-30T08:36:29.545Z] ---> Running in c65d997eb051 [2021-04-30T08:36:29.545Z] ---> Running in e392788e5e41 [2021-04-30T08:36:29.545Z] ---> Running in d4769d04405b [2021-04-30T08:36:29.545Z] ---> bfe08d2915b4 [2021-04-30T08:36:29.545Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-30T08:36:29.545Z] ---> 747d96b7687b [2021-04-30T08:36:29.545Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-30T08:36:29.545Z] ---> Running in 16334fadd0c8 [2021-04-30T08:36:29.545Z] ---> Running in 453d8f7e7c13 [2021-04-30T08:36:29.545Z] 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-04-30T08:36:29.545Z] 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-04-30T08:36:29.545Z] 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-04-30T08:36:29.545Z] 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-04-30T08:36:29.545Z] 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-04-30T08:36:34.094Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-30T08:36:34.094Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-30T08:36:37.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-30T08:36:37.494Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-30T08:36:37.495Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-30T08:36:37.495Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-30T08:36:41.811Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-30T08:36:42.801Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-30T08:36:51.093Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-30T08:36:51.093Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-30T08:36:51.093Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-30T08:36:56.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.307s coverage: 45.9% of statements [2021-04-30T08:36:56.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-30T08:36:56.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-30T08:36:56.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-30T08:36:56.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-30T08:36:56.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-30T08:36:56.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-30T08:36:56.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.117s coverage: 19.8% of statements [2021-04-30T08:36:56.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.236s coverage: 100.0% of statements [2021-04-30T08:37:04.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.550s coverage: 27.1% of statements [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-30T08:37:04.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.131s coverage: 100.0% of statements [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-30T08:37:04.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.173s coverage: 100.0% of statements [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-30T08:37:04.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 71.3% of statements [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-30T08:37:04.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-30T08:37:06.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.502s coverage: 87.7% of statements [2021-04-30T08:37:06.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-30T08:37:06.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:37:06.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.142s coverage: 78.9% of statements [2021-04-30T08:37:06.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-30T08:37:08.452Z] 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-04-30T08:37:08.452Z] 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-04-30T08:37:09.863Z] Removing intermediate container 16334fadd0c8 [2021-04-30T08:37:09.863Z] ---> fb4b142d28e0 [2021-04-30T08:37:09.863Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-30T08:37:09.864Z] ---> Running in ff5d0bcc30a9 [2021-04-30T08:37:10.823Z] 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-04-30T08:37:16.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.322s coverage: 28.6% of statements [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-30T08:37:16.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.268s coverage: 100.0% of statements [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-30T08:37:16.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.206s coverage: 100.0% of statements [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-30T08:37:16.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.401s coverage: 86.7% of statements [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-30T08:37:16.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.466s coverage: 97.5% of statements [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-30T08:37:16.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.273s coverage: 78.3% of statements [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-30T08:37:16.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-30T08:37:17.444Z] Removing intermediate container e392788e5e41 [2021-04-30T08:37:17.444Z] ---> 4137158660f9 [2021-04-30T08:37:17.444Z] [2021-04-30T08:37:17.444Z] Step 10/21 : FROM alpine:3.12 [2021-04-30T08:37:17.444Z] Removing intermediate container 453d8f7e7c13 [2021-04-30T08:37:17.444Z] ---> b15d2851c7e6 [2021-04-30T08:37:17.444Z] [2021-04-30T08:37:17.444Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:37:17.444Z] Removing intermediate container d4769d04405b [2021-04-30T08:37:17.444Z] ---> 7f8fc8c3f479 [2021-04-30T08:37:17.444Z] [2021-04-30T08:37:17.444Z] Step 10/24 : FROM alpine:3.12 [2021-04-30T08:37:17.444Z] Removing intermediate container c65d997eb051 [2021-04-30T08:37:17.444Z] ---> bd8093d9e46b [2021-04-30T08:37:17.444Z] [2021-04-30T08:37:17.444Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:37:17.444Z] 3.12: Pulling from library/alpine [2021-04-30T08:37:17.444Z] 3.12: Pulling from library/alpine [2021-04-30T08:37:17.444Z] 3.12: Pulling from library/alpine [2021-04-30T08:37:17.444Z] 3.12: Pulling from library/alpine [2021-04-30T08:37:17.707Z] Removing intermediate container ff5d0bcc30a9 [2021-04-30T08:37:17.707Z] ---> 22882191d663 [2021-04-30T08:37:17.707Z] [2021-04-30T08:37:17.707Z] Step 11/23 : FROM docker:20.10.0 [2021-04-30T08:37:17.971Z] 20.10.0: Pulling from library/docker [2021-04-30T08:37:18.550Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:37:18.550Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:37:18.550Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:37:18.550Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T08:37:18.550Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T08:37:18.550Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:37:18.550Z] Status: Image is up to date for alpine:3.12 [2021-04-30T08:37:18.550Z] ---> 13621d1b12d4 [2021-04-30T08:37:18.550Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:37:18.550Z] ---> 13621d1b12d4 [2021-04-30T08:37:18.550Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-30T08:37:18.550Z] Status: Image is up to date for alpine:3.12 [2021-04-30T08:37:18.550Z] ---> 13621d1b12d4 [2021-04-30T08:37:18.550Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-30T08:37:18.550Z] ---> 13621d1b12d4 [2021-04-30T08:37:18.550Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-30T08:37:18.813Z] ---> Running in 8363b8910f97 [2021-04-30T08:37:18.813Z] ---> Running in 0bbda5166689 [2021-04-30T08:37:18.813Z] ---> Running in 0458a8b7350c [2021-04-30T08:37:18.813Z] ---> Running in 4dd9168253fc [2021-04-30T08:37:20.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:20.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:20.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:20.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:21.026Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-30T08:37:21.026Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:37:21.026Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:37:21.026Z] OK: 6 MiB in 15 packages [2021-04-30T08:37:21.026Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:37:21.026Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-30T08:37:21.026Z] (4/6) Installing curl (7.76.1-r0) [2021-04-30T08:37:21.026Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:37:21.026Z] (6/6) Installing su-exec (0.2-r1) [2021-04-30T08:37:21.026Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:37:21.026Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:37:21.026Z] OK: 7 MiB in 20 packages [2021-04-30T08:37:21.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:21.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:21.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:21.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:21.567Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-30T08:37:21.567Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:37:21.567Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:37:21.567Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:37:21.567Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-30T08:37:21.567Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:37:21.567Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-30T08:37:21.567Z] (4/4) Installing curl (7.76.1-r0) [2021-04-30T08:37:21.567Z] OK: 6 MiB in 16 packages [2021-04-30T08:37:21.567Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:37:21.567Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:37:21.567Z] OK: 7 MiB in 18 packages [2021-04-30T08:37:22.975Z] Removing intermediate container 8363b8910f97 [2021-04-30T08:37:22.975Z] ---> df34e920942d [2021-04-30T08:37:22.975Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:37:23.716Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.446s coverage: 95.1% of statements [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-30T08:37:23.716Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.133s coverage: 58.8% of statements [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-30T08:37:23.716Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.249s coverage: 0.9% of statements [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-30T08:37:23.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-30T08:37:23.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.161s coverage: 47.1% of statements [2021-04-30T08:37:23.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.180s coverage: 79.5% of statements [2021-04-30T08:37:23.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.195s coverage: 94.1% of statements [2021-04-30T08:37:23.934Z] ---> Running in 3cb3c7cfceb9 [2021-04-30T08:37:23.934Z] Removing intermediate container 0bbda5166689 [2021-04-30T08:37:23.934Z] ---> 1e8442b9cb1e [2021-04-30T08:37:23.934Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:37:24.200Z] Removing intermediate container 0458a8b7350c [2021-04-30T08:37:24.200Z] ---> de0841240177 [2021-04-30T08:37:24.200Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:37:24.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.168s coverage: 96.3% of statements [2021-04-30T08:37:25.160Z] ---> Running in 97356061049b [2021-04-30T08:37:25.160Z] Removing intermediate container 3cb3c7cfceb9 [2021-04-30T08:37:25.160Z] ---> 3ddc7a3944ee [2021-04-30T08:37:25.160Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-30T08:37:25.160Z] ---> Running in 7d5ebd994358 [2021-04-30T08:37:25.160Z] Removing intermediate container 4dd9168253fc [2021-04-30T08:37:25.160Z] ---> 00a0234d0f09 [2021-04-30T08:37:25.160Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:37:25.160Z] ---> Running in a68b8c703324 [2021-04-30T08:37:25.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements [2021-04-30T08:37:25.428Z] ---> Running in 5a6f03dee598 [2021-04-30T08:37:25.428Z] Removing intermediate container 97356061049b [2021-04-30T08:37:25.428Z] ---> a04691c409d5 [2021-04-30T08:37:25.428Z] Step 13/24 : WORKDIR / [2021-04-30T08:37:25.428Z] Removing intermediate container 7d5ebd994358 [2021-04-30T08:37:25.428Z] ---> d1831db93a4b [2021-04-30T08:37:25.428Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-30T08:37:25.695Z] ---> Running in 8dce94a8ce85 [2021-04-30T08:37:25.695Z] Removing intermediate container 5a6f03dee598 [2021-04-30T08:37:25.695Z] ---> 6123468193e3 [2021-04-30T08:37:25.695Z] Step 13/21 : WORKDIR /edgex [2021-04-30T08:37:25.695Z] Removing intermediate container a68b8c703324 [2021-04-30T08:37:25.695Z] ---> 078139687521 [2021-04-30T08:37:25.695Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:37:25.695Z] ---> Running in bb37b3c9cc9a [2021-04-30T08:37:25.695Z] ---> Running in 21b374595885 [2021-04-30T08:37:25.695Z] ---> Running in dbc88f26f165 [2021-04-30T08:37:25.957Z] Removing intermediate container 8dce94a8ce85 [2021-04-30T08:37:25.957Z] ---> d5bf923f3fc9 [2021-04-30T08:37:25.957Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-30T08:37:25.957Z] Removing intermediate container bb37b3c9cc9a [2021-04-30T08:37:25.957Z] ---> c24c089d7bdf [2021-04-30T08:37:25.957Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:37:26.230Z] ---> Running in 2dbd58e95ad4 [2021-04-30T08:37:26.231Z] Removing intermediate container dbc88f26f165 [2021-04-30T08:37:26.231Z] ---> 5bc8aeb9226b [2021-04-30T08:37:26.231Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-30T08:37:26.231Z] Removing intermediate container 21b374595885 [2021-04-30T08:37:26.231Z] ---> 23b4337f8527 [2021-04-30T08:37:26.231Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:37:26.497Z] ---> 82c830e0cce9 [2021-04-30T08:37:26.497Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-30T08:37:26.497Z] Removing intermediate container 2dbd58e95ad4 [2021-04-30T08:37:26.497Z] ---> 8420f79ab9c9 [2021-04-30T08:37:26.497Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:37:26.766Z] ---> 2eaf3b9ac0db [2021-04-30T08:37:26.766Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-30T08:37:26.766Z] ---> e377bee57ec5 [2021-04-30T08:37:26.766Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-30T08:37:26.766Z] ---> a2950cae6a1b [2021-04-30T08:37:26.766Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-30T08:37:27.040Z] ---> d2d2d47f3b72 [2021-04-30T08:37:27.041Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-30T08:37:27.041Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-30T08:37:27.041Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-30T08:37:27.041Z] ---> aefe523efa57 [2021-04-30T08:37:27.041Z] 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-04-30T08:37:27.315Z] ---> Running in cdb064461126 [2021-04-30T08:37:27.585Z] ---> 58bc9946a024 [2021-04-30T08:37:27.585Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-30T08:37:27.585Z] ---> cff5fe6b90f0 [2021-04-30T08:37:27.585Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-30T08:37:27.585Z] ---> 56504aed7fcf [2021-04-30T08:37:27.585Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-30T08:37:27.585Z] Removing intermediate container cdb064461126 [2021-04-30T08:37:27.585Z] ---> 365fbc1efa31 [2021-04-30T08:37:27.585Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-30T08:37:27.585Z] ---> e2bb2d4ba0ef [2021-04-30T08:37:27.585Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-30T08:37:27.856Z] ---> Running in 3abe0a6fd175 [2021-04-30T08:37:28.119Z] ---> 70ebca3b08c8 [2021-04-30T08:37:28.119Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-30T08:37:28.703Z] ---> Running in 17b78b191841 [2021-04-30T08:37:28.703Z] ---> ca7ab678f27f [2021-04-30T08:37:28.703Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-30T08:37:28.703Z] ---> 98a70668e9ff [2021-04-30T08:37:28.703Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-30T08:37:28.703Z] ---> 0e85eb0538ac [2021-04-30T08:37:28.703Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-30T08:37:28.703Z] ---> Running in dd7e76bcbeb9 [2021-04-30T08:37:28.703Z] ---> Running in 61d002026be3 [2021-04-30T08:37:28.973Z] Removing intermediate container 17b78b191841 [2021-04-30T08:37:28.973Z] ---> 832641409d8f [2021-04-30T08:37:28.973Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:37:28.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:28.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:37:28.973Z] Removing intermediate container dd7e76bcbeb9 [2021-04-30T08:37:28.973Z] ---> 45819859b614 [2021-04-30T08:37:28.973Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:37:28.973Z] ---> Running in 0a09048f1664 [2021-04-30T08:37:29.237Z] Removing intermediate container 61d002026be3 [2021-04-30T08:37:29.237Z] ---> 0d907f48dd7f [2021-04-30T08:37:29.237Z] Step 18/21 : CMD ["--init=true"] [2021-04-30T08:37:29.237Z] (1/39) Installing readline (8.0.4-r0) [2021-04-30T08:37:29.237Z] (2/39) Installing bash (5.0.17-r0) [2021-04-30T08:37:29.237Z] Executing bash-5.0.17-r0.post-install [2021-04-30T08:37:29.237Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:37:29.237Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-30T08:37:29.237Z] (5/39) Installing curl (7.76.1-r0) [2021-04-30T08:37:29.237Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-30T08:37:29.237Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-30T08:37:29.237Z] (8/39) Installing expat (2.2.9-r1) [2021-04-30T08:37:29.237Z] ---> Running in 7b385190a818 [2021-04-30T08:37:29.237Z] (9/39) Installing libffi (3.3-r2) [2021-04-30T08:37:29.237Z] (10/39) Installing gdbm (1.13-r1) [2021-04-30T08:37:29.237Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-30T08:37:29.237Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-30T08:37:29.237Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-30T08:37:31.815Z] ---> b47c764c6b2b [2021-04-30T08:37:31.815Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-30T08:37:32.079Z] ---> Running in ecf37e98fa34 [2021-04-30T08:37:32.079Z] Removing intermediate container 0a09048f1664 [2021-04-30T08:37:32.079Z] ---> 610cb54bd491 [2021-04-30T08:37:32.079Z] Step 20/22 : LABEL arch=x86_64 [2021-04-30T08:37:33.026Z] Removing intermediate container 7b385190a818 [2021-04-30T08:37:33.026Z] ---> 0b8e772f5e13 [2021-04-30T08:37:33.026Z] Step 20/22 : LABEL arch=x86_64 [2021-04-30T08:37:33.026Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-30T08:37:33.026Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-30T08:37:33.026Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-30T08:37:33.026Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-30T08:37:33.026Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-30T08:37:33.026Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-30T08:37:33.026Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-30T08:37:33.665Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-30T08:37:33.665Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-30T08:37:33.665Z] ---> Running in 49f741a73407 [2021-04-30T08:37:33.929Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-30T08:37:33.929Z] Removing intermediate container ecf37e98fa34 [2021-04-30T08:37:33.929Z] ---> 7ee9b93570e7 [2021-04-30T08:37:33.929Z] Step 19/21 : LABEL arch=x86_64 [2021-04-30T08:37:34.193Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-30T08:37:34.193Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-30T08:37:34.193Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-30T08:37:34.193Z] ---> Running in be83b30dbe73 [2021-04-30T08:37:34.193Z] ---> d64a55c6d609 [2021-04-30T08:37:34.193Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-30T08:37:34.193Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-30T08:37:34.456Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-30T08:37:34.456Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-30T08:37:34.456Z] ---> Running in 3fc886ba7e62 [2021-04-30T08:37:34.721Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-30T08:37:34.721Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-30T08:37:34.721Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-30T08:37:34.721Z] ---> Running in 1745d69e5833 [2021-04-30T08:37:34.721Z] Removing intermediate container 49f741a73407 [2021-04-30T08:37:34.721Z] ---> 4066cebd7cb6 [2021-04-30T08:37:34.721Z] Step 21/22 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:37:34.721Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-30T08:37:35.302Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-30T08:37:35.302Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-30T08:37:35.302Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-30T08:37:35.302Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-30T08:37:35.302Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-30T08:37:35.302Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-30T08:37:35.302Z] Removing intermediate container be83b30dbe73 [2021-04-30T08:37:35.302Z] ---> 0b5f5db2310f [2021-04-30T08:37:35.302Z] Step 21/22 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:37:35.887Z] Removing intermediate container 3fc886ba7e62 [2021-04-30T08:37:35.887Z] ---> 439c78742bd0 [2021-04-30T08:37:35.887Z] Step 20/21 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:37:35.887Z] ---> Running in 9a39663a5853 [2021-04-30T08:37:36.159Z] Executing busybox-1.31.1-r19.trigger [2021-04-30T08:37:36.159Z] OK: 72 MiB in 59 packages [2021-04-30T08:37:36.159Z] ---> Running in 059ef653b14a [2021-04-30T08:37:36.159Z] ---> Running in 6d0945bf353f [2021-04-30T08:37:36.159Z] Removing intermediate container 9a39663a5853 [2021-04-30T08:37:36.159Z] ---> 2d4f874a98d5 [2021-04-30T08:37:36.159Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:37:36.425Z] ---> Running in 285fc6bc7ec5 [2021-04-30T08:37:36.425Z] Removing intermediate container 6d0945bf353f [2021-04-30T08:37:36.425Z] ---> 8527b6f081c6 [2021-04-30T08:37:36.425Z] Step 21/21 : LABEL version=0.0.0 [2021-04-30T08:37:37.380Z] Removing intermediate container 059ef653b14a [2021-04-30T08:37:37.380Z] ---> 3f79b48d030b [2021-04-30T08:37:37.380Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:37:37.380Z] Removing intermediate container 285fc6bc7ec5 [2021-04-30T08:37:37.380Z] ---> 8f70c9527112 [2021-04-30T08:37:37.380Z] [2021-04-30T08:37:37.380Z] ---> Running in 2f4daeca0ae6 [2021-04-30T08:37:37.380Z] ---> Running in a4a99ccde150 [2021-04-30T08:37:37.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.153s coverage: 94.4% of statements [2021-04-30T08:37:37.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.133s coverage: 44.8% of statements [2021-04-30T08:37:37.974Z] Removing intermediate container 2f4daeca0ae6 [2021-04-30T08:37:37.974Z] Successfully built 8f70c9527112 [2021-04-30T08:37:37.974Z] ---> 423ea3680c29 [2021-04-30T08:37:37.974Z] [2021-04-30T08:37:37.974Z] Removing intermediate container a4a99ccde150 [2021-04-30T08:37:37.974Z] ---> 81d75e75c985 [2021-04-30T08:37:37.974Z] [2021-04-30T08:37:37.974Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-30T08:37:37.974Z] Building docker-core-metadata-go [2021-04-30T08:37:37.974Z]  Building docker-support-scheduler-go ... done Collecting docker-compose==1.23.2 [2021-04-30T08:37:37.974Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-30T08:37:38.239Z] Successfully built 81d75e75c985 [2021-04-30T08:37:38.239Z] Successfully built 423ea3680c29 [2021-04-30T08:37:38.239Z] Removing intermediate container 1745d69e5833 [2021-04-30T08:37:38.239Z] ---> 27a8e3e0000b [2021-04-30T08:37:38.239Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-30T08:37:38.239Z] Successfully tagged docker-support-notifications-go:latest [2021-04-30T08:37:38.239Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-04-30T08:37:38.239Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-30T08:37:38.239Z] Building docker-core-data-go [2021-04-30T08:37:38.239Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 0f43edb3ef00 [2021-04-30T08:37:38.239Z] Collecting docopt<0.7,>=0.6.1 [2021-04-30T08:37:38.239Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-30T08:37:38.512Z] Removing intermediate container 0f43edb3ef00 [2021-04-30T08:37:38.512Z] ---> 436c0450c7a2 [2021-04-30T08:37:38.512Z] Step 22/24 : LABEL arch=x86_64 [2021-04-30T08:37:38.512Z] ---> Running in 8631bc234afa [2021-04-30T08:37:38.781Z] Removing intermediate container 8631bc234afa [2021-04-30T08:37:38.781Z] ---> ff861edcc5f2 [2021-04-30T08:37:38.781Z] Step 23/24 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:37:38.781Z] ---> Running in d8d050b0c90b [2021-04-30T08:37:38.781Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-30T08:37:39.048Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-30T08:37:39.048Z] Removing intermediate container d8d050b0c90b [2021-04-30T08:37:39.048Z] ---> 3462f5ba7876 [2021-04-30T08:37:39.048Z] Step 24/24 : LABEL version=0.0.0 [2021-04-30T08:37:39.048Z] Collecting docker<4.0,>=3.6.0 [2021-04-30T08:37:40.000Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-30T08:37:41.405Z] ---> Running in cdbe144d986a [2021-04-30T08:37:42.824Z] Collecting jsonschema<3,>=2.5.1 [2021-04-30T08:37:42.824Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-30T08:37:42.824Z] Removing intermediate container cdbe144d986a [2021-04-30T08:37:42.824Z] ---> de5e54f6159b [2021-04-30T08:37:42.824Z] [2021-04-30T08:37:43.089Z] Collecting PyYAML<4,>=3.10 [2021-04-30T08:37:43.089Z] Successfully built de5e54f6159b [2021-04-30T08:37:43.089Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-30T08:37:43.089Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-30T08:37:43.089Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-04-30T08:37:44.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.542s coverage: 81.8% of statements [2021-04-30T08:37:44.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-30T08:37:46.429Z] 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-04-30T08:37:46.693Z] Collecting texttable<0.10,>=0.9.0 [2021-04-30T08:37:46.958Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-30T08:37:47.536Z] Collecting cached-property<2,>=1.2.0 [2021-04-30T08:37:47.536Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-30T08:37:48.121Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-30T08:37:48.121Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-30T08:37:49.087Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-30T08:37:49.087Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-30T08:37:49.087Z] Collecting docker-pycreds>=0.4.0 [2021-04-30T08:37:49.087Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-30T08:37:49.350Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-30T08:37:49.350Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-30T08:37:49.614Z] Collecting idna<2.8,>=2.5 [2021-04-30T08:37:49.614Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-30T08:37:49.614Z] 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-04-30T08:37:49.614Z] 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-04-30T08:37:49.614Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-30T08:37:49.614Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-30T08:37:49.614Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-30T08:37:49.614Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-30T08:37:49.876Z] Installing collected packages: docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, texttable, cached-property, dockerpty, docker-compose [2021-04-30T08:37:49.876Z] Running setup.py install for docopt: started [2021-04-30T08:37:50.826Z] Running setup.py install for docopt: finished with status 'done' [2021-04-30T08:37:50.826Z] Attempting uninstall: urllib3 [2021-04-30T08:37:50.826Z] Found existing installation: urllib3 1.25.9 [2021-04-30T08:37:50.826Z] Uninstalling urllib3-1.25.9: [2021-04-30T08:37:50.826Z] Successfully uninstalled urllib3-1.25.9 [2021-04-30T08:37:51.091Z] Attempting uninstall: idna [2021-04-30T08:37:51.092Z] Found existing installation: idna 2.9 [2021-04-30T08:37:51.092Z] Uninstalling idna-2.9: [2021-04-30T08:37:51.092Z] Successfully uninstalled idna-2.9 [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.221s coverage: 92.9% of statements [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.142s coverage: 80.8% of statements [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.181s coverage: 87.2% of statements [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.200s coverage: 84.6% of statements [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.266s coverage: 91.6% of statements [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.580s coverage: 64.4% of statements [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-30T08:37:51.177Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements [2021-04-30T08:37:51.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-04-30T08:37:51.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-04-30T08:37:51.357Z] Attempting uninstall: requests [2021-04-30T08:37:51.357Z] Found existing installation: requests 2.23.0 [2021-04-30T08:37:51.357Z] Uninstalling requests-2.23.0: [2021-04-30T08:37:51.357Z] Successfully uninstalled requests-2.23.0 [2021-04-30T08:37:51.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2021-04-30T08:37:51.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-04-30T08:37:55.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.122s coverage: 69.0% of statements [2021-04-30T08:37:55.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-30T08:37:55.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-30T08:37:55.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-30T08:37:57.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.654s coverage: 40.5% of statements [2021-04-30T08:37:57.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-30T08:37:57.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-30T08:37:57.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements [2021-04-30T08:37:57.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-30T08:37:57.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.119s coverage: 84.8% of statements [2021-04-30T08:38:01.464Z] Running setup.py install for PyYAML: started [2021-04-30T08:38:03.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.508s coverage: 47.0% of statements [2021-04-30T08:38:03.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-30T08:38:03.814Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-30T08:38:03.814Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-30T08:38:03.814Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.134s coverage: 9.6% of statements [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-30T08:38:03.814Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.537s coverage: 92.6% of statements [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:38:03.814Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-30T08:38:08.156Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-30T08:38:08.156Z] Running setup.py install for texttable: started [2021-04-30T08:38:08.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:08.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:08.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:08.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:08.156Z] ---> 6bd203e9e221 [2021-04-30T08:38:08.156Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:38:08.156Z] ---> 6bd203e9e221 [2021-04-30T08:38:08.156Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:38:08.156Z] ---> Using cache [2021-04-30T08:38:08.156Z] ---> 8493e6a33893 [2021-04-30T08:38:08.156Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:08.156Z] ---> Using cache [2021-04-30T08:38:08.156Z] ---> 8493e6a33893 [2021-04-30T08:38:08.156Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:08.156Z] ---> Using cache [2021-04-30T08:38:08.156Z] ---> 6ce38fc11709 [2021-04-30T08:38:08.156Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:38:08.156Z] ---> Using cache [2021-04-30T08:38:08.156Z] ---> 6ce38fc11709 [2021-04-30T08:38:08.156Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-30T08:38:08.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:08.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:08.156Z] ---> 6bd203e9e221 [2021-04-30T08:38:08.156Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:38:08.156Z] ---> Using cache [2021-04-30T08:38:08.156Z] ---> 8493e6a33893 [2021-04-30T08:38:08.156Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:08.156Z] ---> Using cache [2021-04-30T08:38:08.156Z] ---> 6ce38fc11709 [2021-04-30T08:38:08.156Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:38:09.564Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:09.564Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:09.564Z] ---> 6bd203e9e221 [2021-04-30T08:38:09.564Z] Step 3/31 : WORKDIR /edgex-go [2021-04-30T08:38:09.564Z] ---> Using cache [2021-04-30T08:38:09.564Z] ---> 8493e6a33893 [2021-04-30T08:38:09.564Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:09.564Z] ---> Using cache [2021-04-30T08:38:09.564Z] ---> 6ce38fc11709 [2021-04-30T08:38:09.564Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-30T08:38:09.564Z] Running setup.py install for texttable: finished with status 'done' [2021-04-30T08:38:09.827Z] ---> Running in 1e205d36cbcd [2021-04-30T08:38:09.827Z] ---> Running in 38d99ccece69 [2021-04-30T08:38:09.827Z] ---> Running in d5ead402960b [2021-04-30T08:38:09.827Z] Running setup.py install for dockerpty: started [2021-04-30T08:38:10.090Z] ---> Running in 674e2002e1e3 [2021-04-30T08:38:10.354Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-30T08:38:10.946Z] 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-04-30T08:38:11.209Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:11.209Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:11.209Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:11.209Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:12.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.788s coverage: 28.7% of statements [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-30T08:38:12.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.236s coverage: 99.0% of statements [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-30T08:38:12.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.153s coverage: 100.0% of statements [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-30T08:38:12.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.191s coverage: 64.6% of statements [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-30T08:38:12.146Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.430s coverage: 97.6% of statements [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-30T08:38:12.146Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-30T08:38:12.146Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.080s coverage: 100.0% of statements [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-30T08:38:12.146Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-30T08:38:12.146Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-30T08:38:12.146Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-04-30T08:38:12.176Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:12.176Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:12.176Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:12.176Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:12.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 28.1% of statements [2021-04-30T08:38:12.773Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:12.774Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:12.774Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:12.774Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:13.486Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-30T08:38:14.500Z] GO111MODULE=on go vet ./... [2021-04-30T08:38:15.347Z] Removing intermediate container 1e205d36cbcd [2021-04-30T08:38:15.348Z] ---> 9733b3ad64a7 [2021-04-30T08:38:15.348Z] Step 6/23 : COPY go.mod . [2021-04-30T08:38:15.923Z] Removing intermediate container 38d99ccece69 [2021-04-30T08:38:15.923Z] ---> 4a42783ec2ca [2021-04-30T08:38:15.923Z] Step 6/23 : COPY go.mod . [2021-04-30T08:38:15.923Z] Removing intermediate container d5ead402960b [2021-04-30T08:38:15.923Z] ---> db358414320b [2021-04-30T08:38:15.923Z] Step 6/23 : COPY go.mod . [2021-04-30T08:38:16.499Z] ---> 7a13ff91e67b [2021-04-30T08:38:16.499Z] Step 7/23 : RUN go mod download [2021-04-30T08:38:17.892Z] Removing intermediate container 674e2002e1e3 [2021-04-30T08:38:17.892Z] ---> e83a8345e275 [2021-04-30T08:38:17.892Z] Step 6/31 : COPY go.mod . [2021-04-30T08:38:18.157Z] ---> e0fbdef1ec3c [2021-04-30T08:38:18.157Z] Step 7/23 : RUN go mod download [2021-04-30T08:38:18.157Z] ---> 3e0cdb58bb78 [2021-04-30T08:38:18.157Z] Step 7/23 : RUN go mod download [2021-04-30T08:38:18.429Z] ---> Running in 3372f858837a [2021-04-30T08:38:19.881Z] ---> Running in 4fd1d7bbf9d0 [2021-04-30T08:38:19.881Z] ---> a1378f332046 [2021-04-30T08:38:19.881Z] Step 7/31 : RUN go mod download [2021-04-30T08:38:19.881Z] ---> Running in d38bb81646ed [2021-04-30T08:38:21.906Z] ---> Running in 284e4d3a9204 [2021-04-30T08:38:23.507Z] Removing intermediate container 3abe0a6fd175 [2021-04-30T08:38:23.507Z] ---> 7262d96bcc73 [2021-04-30T08:38:23.507Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-30T08:38:23.507Z] ---> Running in 0cf86702f5e2 [2021-04-30T08:38:23.773Z] Removing intermediate container 3372f858837a [2021-04-30T08:38:23.773Z] ---> 03b4a607454f [2021-04-30T08:38:23.773Z] Step 8/23 : COPY . . [2021-04-30T08:38:23.773Z] Removing intermediate container 0cf86702f5e2 [2021-04-30T08:38:23.773Z] ---> 751f5cdd8bd3 [2021-04-30T08:38:23.773Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-30T08:38:24.039Z] ---> Running in 4e375597de71 [2021-04-30T08:38:24.039Z] Removing intermediate container d38bb81646ed [2021-04-30T08:38:24.039Z] ---> e6ad1d70be4b [2021-04-30T08:38:24.039Z] Step 8/23 : COPY . . [2021-04-30T08:38:24.303Z] Removing intermediate container 4fd1d7bbf9d0 [2021-04-30T08:38:24.303Z] ---> e698415d9d27 [2021-04-30T08:38:24.303Z] Step 8/23 : COPY . . [2021-04-30T08:38:26.867Z] Removing intermediate container 284e4d3a9204 [2021-04-30T08:38:26.867Z] ---> 7d57adaed53a [2021-04-30T08:38:26.867Z] Step 8/31 : COPY . . [2021-04-30T08:38:27.446Z] Removing intermediate container 4e375597de71 [2021-04-30T08:38:27.446Z] ---> edfd92439e73 [2021-04-30T08:38:27.446Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-30T08:38:31.701Z] ---> 9febc275a254 [2021-04-30T08:38:31.701Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-30T08:38:37.027Z] ---> 87d8900cddd1 [2021-04-30T08:38:37.027Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-30T08:38:42.372Z] ---> e7a21823f52b [2021-04-30T08:38:42.372Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-30T08:38:45.728Z] ---> Running in 0c1e7259d6a7 [2021-04-30T08:38:50.158Z] Removing intermediate container 0c1e7259d6a7 [2021-04-30T08:38:50.158Z] ---> ecf4dc2c33e5 [2021-04-30T08:38:50.158Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:38:50.748Z] ---> Running in d367a6e34fd8 [2021-04-30T08:38:56.090Z] Removing intermediate container d367a6e34fd8 [2021-04-30T08:38:56.091Z] ---> ee1d21378409 [2021-04-30T08:38:56.091Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:38:58.053Z] ---> Running in c79515c34210 [2021-04-30T08:38:58.660Z] Removing intermediate container c79515c34210 [2021-04-30T08:38:58.660Z] ---> 092547e34101 [2021-04-30T08:38:58.660Z] Step 22/23 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:39:00.303Z] ---> Running in c4e2d7159497 [2021-04-30T08:39:05.643Z] Removing intermediate container c4e2d7159497 [2021-04-30T08:39:05.643Z] ---> f7f79e62cde0 [2021-04-30T08:39:05.643Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:39:06.223Z] ---> Running in 9ccca9d86844 [2021-04-30T08:39:06.487Z] ---> 8d17ed12c281 [2021-04-30T08:39:06.487Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-30T08:39:06.487Z] ---> f803edff97d2 [2021-04-30T08:39:06.487Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-30T08:39:07.064Z] ---> 4e04bf4a7766 [2021-04-30T08:39:07.064Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-30T08:39:07.064Z] Removing intermediate container 9ccca9d86844 [2021-04-30T08:39:07.064Z] ---> 73a31177b0c9 [2021-04-30T08:39:07.064Z] [2021-04-30T08:39:07.064Z] ---> 820238a8ad06 [2021-04-30T08:39:07.064Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-30T08:39:07.064Z] ---> Running in 48c2f3a1b9d8 [2021-04-30T08:39:07.064Z] ---> Running in b46e0946b190 [2021-04-30T08:39:07.330Z] ---> Running in 8bc773f498ca [2021-04-30T08:39:07.330Z] Successfully built 73a31177b0c9 [2021-04-30T08:39:07.330Z] ---> Running in b12099b7295f [2021-04-30T08:39:07.330Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-30T08:39:08.740Z]  Building docker-sys-mgmt-agent-go ... done 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-04-30T08:39:08.740Z] 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-04-30T08:39:08.740Z] 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-04-30T08:39:08.740Z] 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-04-30T08:39:47.665Z] Removing intermediate container 48c2f3a1b9d8 [2021-04-30T08:39:47.665Z] ---> a2478f1512a5 [2021-04-30T08:39:47.665Z] [2021-04-30T08:39:47.665Z] Step 10/31 : FROM alpine:3.12 [2021-04-30T08:39:47.665Z] ---> 13621d1b12d4 [2021-04-30T08:39:47.665Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-30T08:39:47.665Z] ---> Running in 4e0bb04a87a1 [2021-04-30T08:39:47.665Z] Removing intermediate container 4e0bb04a87a1 [2021-04-30T08:39:47.665Z] ---> ce495c239aa3 [2021-04-30T08:39:47.665Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-30T08:39:47.665Z] ---> Running in b61bb66f84e6 [2021-04-30T08:39:47.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:47.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:47.928Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:39:47.928Z] (2/2) Installing su-exec (0.2-r1) [2021-04-30T08:39:47.928Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:39:49.529Z] OK: 6 MiB in 16 packages [2021-04-30T08:39:51.451Z] gofmt -l . [2021-04-30T08:39:51.451Z] [ "`gofmt -l .`" = "" ] [2021-04-30T08:39:51.460Z] Removing intermediate container 8bc773f498ca [2021-04-30T08:39:51.460Z] ---> d018809a9a77 [2021-04-30T08:39:51.460Z] [2021-04-30T08:39:51.460Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:39:51.460Z] ---> 13621d1b12d4 [2021-04-30T08:39:51.460Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:39:51.460Z] ---> Using cache [2021-04-30T08:39:51.460Z] ---> df34e920942d [2021-04-30T08:39:51.460Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:39:51.460Z] ---> Using cache [2021-04-30T08:39:51.460Z] ---> 3ddc7a3944ee [2021-04-30T08:39:51.460Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-30T08:39:53.385Z] ---> Running in 27eec3807d64 [2021-04-30T08:39:53.385Z] Removing intermediate container b46e0946b190 [2021-04-30T08:39:53.385Z] ---> 5d84eabcaa34 [2021-04-30T08:39:53.385Z] [2021-04-30T08:39:53.385Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:39:53.385Z] ---> 13621d1b12d4 [2021-04-30T08:39:53.385Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:39:53.385Z] ---> Using cache [2021-04-30T08:39:53.385Z] ---> df34e920942d [2021-04-30T08:39:53.385Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:39:53.385Z] ---> Using cache [2021-04-30T08:39:53.385Z] ---> 3ddc7a3944ee [2021-04-30T08:39:53.385Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-30T08:39:53.385Z] Removing intermediate container b12099b7295f [2021-04-30T08:39:53.385Z] ---> c241d73c3657 [2021-04-30T08:39:53.385Z] [2021-04-30T08:39:53.385Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:39:53.385Z] ---> 13621d1b12d4 [2021-04-30T08:39:53.385Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-30T08:39:53.385Z] ---> Running in 12fdbe6e1d67 [2021-04-30T08:39:53.649Z] ---> Running in 2b3d061ab95e [2021-04-30T08:39:53.649Z] Removing intermediate container b61bb66f84e6 [2021-04-30T08:39:53.649Z] ---> 79197d4f4833 [2021-04-30T08:39:53.649Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-30T08:39:53.649Z] Removing intermediate container 27eec3807d64 [2021-04-30T08:39:53.649Z] ---> 508b563e42f6 [2021-04-30T08:39:53.649Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:39:53.649Z] Removing intermediate container 12fdbe6e1d67 [2021-04-30T08:39:53.649Z] ---> e7fcece0944e [2021-04-30T08:39:53.649Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:39:53.912Z] ---> Running in a409613b718e [2021-04-30T08:39:53.912Z] ---> Running in 10e8972ad7fc [2021-04-30T08:39:53.912Z] ---> Running in 5b553814bcb1 [2021-04-30T08:39:53.912Z] Removing intermediate container 2b3d061ab95e [2021-04-30T08:39:53.912Z] ---> abb967028c4d [2021-04-30T08:39:53.912Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-30T08:39:54.069Z] ./bin/test-go-mod-tidy.sh [2021-04-30T08:39:54.176Z] ---> Running in 64afd45dbe12 [2021-04-30T08:39:54.177Z] Removing intermediate container a409613b718e [2021-04-30T08:39:54.177Z] ---> ab141df1cc8c [2021-04-30T08:39:54.177Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-30T08:39:54.177Z] Removing intermediate container 10e8972ad7fc [2021-04-30T08:39:54.177Z] ---> bcf0d546065a [2021-04-30T08:39:54.177Z] Step 15/23 : WORKDIR / [2021-04-30T08:39:54.177Z] Removing intermediate container 5b553814bcb1 [2021-04-30T08:39:54.177Z] ---> 9fc4ee8f9a4a [2021-04-30T08:39:54.177Z] Step 15/23 : WORKDIR / [2021-04-30T08:39:54.440Z] ---> Running in 59581f9feb25 [2021-04-30T08:39:54.440Z] ---> Running in b23eaf81f2a4 [2021-04-30T08:39:54.440Z] ---> Running in e51f51508d03 [2021-04-30T08:39:54.440Z] Removing intermediate container 64afd45dbe12 [2021-04-30T08:39:54.440Z] ---> 96dc855476d2 [2021-04-30T08:39:54.440Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-30T08:39:54.672Z] ./bin/test-attribution-txt.sh [2021-04-30T08:39:54.709Z] Removing intermediate container 59581f9feb25 [2021-04-30T08:39:54.709Z] ---> fd0c3492f847 [2021-04-30T08:39:54.709Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-30T08:39:54.709Z] ---> Running in a4e0ae89b20b [2021-04-30T08:39:54.709Z] Removing intermediate container b23eaf81f2a4 [2021-04-30T08:39:54.709Z] ---> eca17ecf3aa0 [2021-04-30T08:39:54.709Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:39:54.709Z] ---> Running in a851df206363 [2021-04-30T08:39:54.980Z] Removing intermediate container e51f51508d03 [2021-04-30T08:39:54.980Z] ---> 778c4bf506dd [2021-04-30T08:39:54.980Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:39:55.245Z] Removing intermediate container a4e0ae89b20b [2021-04-30T08:39:55.246Z] ---> c3f28f52ffe3 [2021-04-30T08:39:55.246Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:39:55.246Z] ---> Running in 889f7778c899 [2021-04-30T08:39:55.246Z] ---> 4b4c7b5186dc [2021-04-30T08:39:55.246Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-30T08:39:55.246Z] ---> 6d80053882f5 [2021-04-30T08:39:55.246Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-30T08:39:56.200Z] ---> dc25a4c53d8a [2021-04-30T08:39:56.200Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-30T08:39:56.200Z] ---> 0e304f015d34 [2021-04-30T08:39:56.200Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-30T08:39:56.463Z] Removing intermediate container a851df206363 [2021-04-30T08:39:56.463Z] ---> d65bc343644c [2021-04-30T08:39:56.463Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-30T08:39:56.463Z] ---> Running in de95747996aa [2021-04-30T08:39:56.758Z] ---> d3d6fad9baf9 [2021-04-30T08:39:56.758Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-30T08:39:56.758Z] ---> 7182ccf399e1 [2021-04-30T08:39:56.758Z] Step 19/23 : ENTRYPOINT ["/core-command"] [Pipeline] sh [2021-04-30T08:39:57.704Z] ---> Running in c1f2271994d5 [2021-04-30T08:39:57.704Z] Removing intermediate container 889f7778c899 [2021-04-30T08:39:57.704Z] ---> d311deda71c8 [2021-04-30T08:39:57.704Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-30T08:39:57.941Z] + ls -al . [2021-04-30T08:39:57.941Z] total 828 [2021-04-30T08:39:57.942Z] drwxrwxr-x 9 1001 1001 4096 Apr 30 08:39 . [2021-04-30T08:39:57.942Z] drwxr-xr-x 4 root root 4096 Apr 30 08:34 .. [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 11 Apr 30 08:33 .dockerignore [2021-04-30T08:39:57.942Z] drwxrwxr-x 8 1001 1001 4096 Apr 30 08:33 .git [2021-04-30T08:39:57.942Z] drwxrwxr-x 3 1001 1001 4096 Apr 30 08:33 .github [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 818 Apr 30 08:33 .gitignore [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 166 Apr 30 08:33 .sonarcloud.properties [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:33 Attribution.txt [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:33 CONTRIBUTING.md [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 931 Apr 30 08:33 Dockerfile.build [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 863 Apr 30 08:33 Jenkinsfile [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:33 LICENSE [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:33 Makefile [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:33 README.md [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:33 SECURITY.md [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 5 Apr 30 08:30 VERSION [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:33 ZMQWindows.md [2021-04-30T08:39:57.942Z] drwxrwxr-x 2 1001 1001 4096 Apr 30 08:33 bin [2021-04-30T08:39:57.942Z] drwxrwxr-x 14 1001 1001 4096 Apr 30 08:33 cmd [2021-04-30T08:39:57.942Z] -rw-r--r-- 1 root root 691485 Apr 30 08:38 coverage.out [2021-04-30T08:39:57.942Z] -rw-r--r-- 1 root root 1060 Apr 30 08:39 go.mod [2021-04-30T08:39:57.942Z] -rw-r--r-- 1 root root 22538 Apr 30 08:34 go.sum [2021-04-30T08:39:57.942Z] drwxrwxr-x 8 1001 1001 4096 Apr 30 08:33 internal [2021-04-30T08:39:57.942Z] drwxrwxr-x 4 1001 1001 4096 Apr 30 08:33 openapi [2021-04-30T08:39:57.942Z] drwxrwxr-x 4 1001 1001 4096 Apr 30 08:33 snap [2021-04-30T08:39:57.942Z] -rw-rw-r-- 1 1001 1001 168 Apr 30 08:33 version.go [Pipeline] sh [2021-04-30T08:39:57.969Z] ---> Running in 2cb696662eb0 [2021-04-30T08:39:57.969Z] Removing intermediate container de95747996aa [2021-04-30T08:39:57.969Z] ---> 947fd50559d5 [2021-04-30T08:39:57.969Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-30T08:39:57.969Z] ---> Running in 239e3064989d [2021-04-30T08:39:58.231Z] Removing intermediate container c1f2271994d5 [2021-04-30T08:39:58.231Z] ---> b6ff19a799fd [2021-04-30T08:39:58.231Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:39:58.231Z] Removing intermediate container 2cb696662eb0 [2021-04-30T08:39:58.231Z] ---> f6c3f668d5f1 [2021-04-30T08:39:58.231Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:39:58.497Z] ---> 29bf9be5d7f9 [2021-04-30T08:39:58.497Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-30T08:39:58.497Z] ---> Running in e34cbd7f7938 [2021-04-30T08:39:58.497Z] ---> Running in eafb6304cc6e [2021-04-30T08:39:58.497Z] ---> Running in c0059e8610cf [2021-04-30T08:39:58.598Z] + '[' -e coverage.out ] [2021-04-30T08:39:58.599Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-30T08:39:58.620Z] Warning: overwriting stash ‘coverage-report’ [2021-04-30T08:39:58.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:58.759Z] Removing intermediate container e34cbd7f7938 [2021-04-30T08:39:58.759Z] ---> e3d8e438c83c [2021-04-30T08:39:58.759Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:39:59.022Z] Removing intermediate container eafb6304cc6e [2021-04-30T08:39:59.022Z] ---> 3afe74a6e4ba [2021-04-30T08:39:59.022Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:39:59.022Z] ---> Running in 5dab86435f78 [2021-04-30T08:39:59.022Z] ---> Running in 3c0c357a5e4a [2021-04-30T08:39:59.287Z] Removing intermediate container 5dab86435f78 [2021-04-30T08:39:59.287Z] ---> c7c3dd9e233c [2021-04-30T08:39:59.287Z] Step 22/23 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:39:59.287Z] ---> Running in 6e05be0c7a93 [2021-04-30T08:39:59.287Z] Removing intermediate container 3c0c357a5e4a [2021-04-30T08:39:59.287Z] ---> 99c21ed75876 [2021-04-30T08:39:59.287Z] Step 22/23 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:39:59.287Z] ---> Running in 285550109dd1 [2021-04-30T08:39:59.557Z] Removing intermediate container 6e05be0c7a93 [2021-04-30T08:39:59.557Z] ---> 7cd14ca1ae54 [2021-04-30T08:39:59.557Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:39:59.557Z] ---> Running in 318f766e2191 [2021-04-30T08:39:59.824Z] Removing intermediate container 285550109dd1 [2021-04-30T08:39:59.824Z] ---> cbb33be7b114 [2021-04-30T08:39:59.824Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:39:59.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:39:59.824Z] ---> Running in 582e6ea57e03 [2021-04-30T08:39:59.824Z] Removing intermediate container 318f766e2191 [2021-04-30T08:39:59.824Z] ---> 575551bab3e9 [2021-04-30T08:39:59.824Z] [2021-04-30T08:39:59.969Z] Stashed 1 file(s) [Pipeline] sh [2021-04-30T08:40:00.410Z] Removing intermediate container c0059e8610cf [2021-04-30T08:40:00.410Z] ---> df4f021ecb2a [2021-04-30T08:40:00.410Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:40:00.410Z] Removing intermediate container 582e6ea57e03 [2021-04-30T08:40:00.410Z] ---> 709dfd76aa1e [2021-04-30T08:40:00.410Z] [2021-04-30T08:40:00.410Z] Successfully built 575551bab3e9 [2021-04-30T08:40:00.410Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:40:00.410Z] Successfully tagged docker-core-metadata-go:latest [2021-04-30T08:40:00.410Z]  Building docker-core-metadata-go ... done (2/6) Installing libgcc (9.3.0-r2) [2021-04-30T08:40:00.410Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-30T08:40:00.410Z] Successfully built 709dfd76aa1e [2021-04-30T08:40:00.410Z] Successfully tagged docker-core-command-go:latest [2021-04-30T08:40:00.616Z] + make build [2021-04-30T08:40:00.616Z] 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-04-30T08:40:00.675Z]  Building docker-core-command-go ... done  ---> 60176a50ba54 [2021-04-30T08:40:00.675Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-30T08:40:00.675Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-30T08:40:00.675Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-30T08:40:00.939Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-30T08:40:00.940Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:40:00.940Z] OK: 8 MiB in 20 packages [2021-04-30T08:40:01.202Z] ---> 6cbeef1857cf [2021-04-30T08:40:01.202Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-30T08:40:01.468Z] ---> 5b76fecb2863 [2021-04-30T08:40:01.468Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-30T08:40:01.468Z] Removing intermediate container 239e3064989d [2021-04-30T08:40:01.468Z] ---> 02e67c663542 [2021-04-30T08:40:01.468Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:40:01.737Z] ---> 8f08cfd72681 [2021-04-30T08:40:01.737Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-30T08:40:01.737Z] ---> f7a5a0c63666 [2021-04-30T08:40:01.737Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-30T08:40:02.005Z] ---> e170081da528 [2021-04-30T08:40:02.005Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-30T08:40:02.267Z] ---> Running in 5a905990a52c [2021-04-30T08:40:02.267Z] ---> db3316f44d4b [2021-04-30T08:40:02.267Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-30T08:40:02.532Z] Removing intermediate container 5a905990a52c [2021-04-30T08:40:02.532Z] ---> c36407e3a7ba [2021-04-30T08:40:02.532Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-30T08:40:02.532Z] ---> 26475710510c [2021-04-30T08:40:02.532Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-30T08:40:02.796Z] ---> Running in 840fc96b22d5 [2021-04-30T08:40:02.796Z] ---> 857611a1ab89 [2021-04-30T08:40:02.796Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-30T08:40:02.796Z] ---> Running in 830e24502b34 [2021-04-30T08:40:03.059Z] Removing intermediate container 840fc96b22d5 [2021-04-30T08:40:03.059Z] ---> 192b111cf2ae [2021-04-30T08:40:03.059Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:40:03.059Z] ---> Running in 33f4a38d7deb [2021-04-30T08:40:03.325Z] Removing intermediate container 33f4a38d7deb [2021-04-30T08:40:03.325Z] ---> 281fbd39b799 [2021-04-30T08:40:03.325Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:40:03.325Z] ---> Running in 3c4983d9cefa [2021-04-30T08:40:03.591Z] Removing intermediate container 3c4983d9cefa [2021-04-30T08:40:03.591Z] ---> daf01eb71b2a [2021-04-30T08:40:03.591Z] Step 22/23 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:40:03.591Z] ---> Running in 67f66dda2885 [2021-04-30T08:40:03.854Z] Removing intermediate container 67f66dda2885 [2021-04-30T08:40:03.854Z] ---> 68c9adba2617 [2021-04-30T08:40:03.854Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:40:03.854Z] ---> Running in 01dea3f0d0c7 [2021-04-30T08:40:03.854Z] Removing intermediate container 830e24502b34 [2021-04-30T08:40:03.854Z] ---> 9e4ea17f3981 [2021-04-30T08:40:03.854Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-30T08:40:04.115Z] ---> Running in 72fc536c14b7 [2021-04-30T08:40:04.115Z] Removing intermediate container 01dea3f0d0c7 [2021-04-30T08:40:04.115Z] ---> eba20c5c62d6 [2021-04-30T08:40:04.115Z] [2021-04-30T08:40:04.690Z] Successfully built eba20c5c62d6 [2021-04-30T08:40:04.690Z] Removing intermediate container 72fc536c14b7 [2021-04-30T08:40:04.690Z] ---> 68371ffddd2a [2021-04-30T08:40:04.690Z] Step 28/31 : CMD ["gate"] [2021-04-30T08:40:04.690Z] Successfully tagged docker-core-data-go:latest [2021-04-30T08:40:04.690Z]  Building docker-core-data-go ... done  ---> Running in 4666442eb2fc [2021-04-30T08:40:04.953Z] Removing intermediate container 4666442eb2fc [2021-04-30T08:40:04.953Z] ---> 92184f16e4d5 [2021-04-30T08:40:04.953Z] Step 29/31 : LABEL arch=x86_64 [2021-04-30T08:40:05.215Z] ---> Running in 4a45c1837a93 [2021-04-30T08:40:05.215Z] Removing intermediate container 4a45c1837a93 [2021-04-30T08:40:05.215Z] ---> c3cc25f1c198 [2021-04-30T08:40:05.215Z] Step 30/31 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:40:05.476Z] ---> Running in 5c2416c5a4dc [2021-04-30T08:40:05.477Z] Removing intermediate container 5c2416c5a4dc [2021-04-30T08:40:05.477Z] ---> 0680077bcc79 [2021-04-30T08:40:05.477Z] Step 31/31 : LABEL version=0.0.0 [2021-04-30T08:40:05.739Z] ---> Running in 4e4307fc23f2 [2021-04-30T08:40:05.739Z] Removing intermediate container 4e4307fc23f2 [2021-04-30T08:40:05.739Z] ---> a1a6670e7d3c [2021-04-30T08:40:05.739Z] [2021-04-30T08:40:06.011Z] Successfully built a1a6670e7d3c [2021-04-30T08:40:06.011Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-30T08:40:06.600Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-04-30T08:40:06.622Z] $ docker stop --time=1 be64fec7d8c1553ee7cbce0ff173aa5fd47de665d1aeed36764999eff33fc3a5 [2021-04-30T08:40:07.322Z] 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-04-30T08:40:08.252Z] $ docker rm -f be64fec7d8c1553ee7cbce0ff173aa5fd47de665d1aeed36764999eff33fc3a5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:40:08.783Z] + grep docker [2021-04-30T08:40:08.784Z] + docker images [2021-04-30T08:40:09.053Z] docker-security-bootstrapper-go latest a1a6670e7d3c 3 seconds ago 18.2MB [2021-04-30T08:40:09.053Z] docker-core-data-go latest eba20c5c62d6 4 seconds ago 21.5MB [2021-04-30T08:40:09.053Z] docker-core-command-go latest 709dfd76aa1e 9 seconds ago 17MB [2021-04-30T08:40:09.053Z] docker-core-metadata-go latest 575551bab3e9 9 seconds ago 18.6MB [2021-04-30T08:40:09.053Z] docker-sys-mgmt-agent-go latest 73a31177b0c9 About a minute ago 312MB [2021-04-30T08:40:09.053Z] docker-security-secretstore-setup-go latest de5e54f6159b 2 minutes ago 25.6MB [2021-04-30T08:40:09.053Z] docker-security-proxy-setup-go latest 423ea3680c29 2 minutes ago 25.3MB [2021-04-30T08:40:09.053Z] docker-support-scheduler-go latest 8f70c9527112 2 minutes ago 17.1MB [2021-04-30T08:40:09.053Z] docker-support-notifications-go latest 81d75e75c985 2 minutes ago 17.6MB [2021-04-30T08:40:09.053Z] 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-04-30T08:40:24.336Z] Still waiting to schedule task [2021-04-30T08:40:24.336Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-30T08:40:39.716Z] 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-04-30T08:40:41.150Z] 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-04-30T08:40:46.555Z] 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-04-30T08:40:47.534Z] 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-04-30T08:40:52.944Z] 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-04-30T08:40:57.256Z] 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-04-30T08:41:00.638Z] 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-04-30T08:41:04.034Z] 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-04-30T08:41:07.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-04-30T08:41:10.810Z] 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-04-30T08:41:16.214Z] $ docker stop --time=1 fa73c09a5ebbeb5d990b0d32129e7ccfaf88339b2b5e03aec1bd59dd0934f88d [2021-04-30T08:41:18.766Z] $ docker rm -f fa73c09a5ebbeb5d990b0d32129e7ccfaf88339b2b5e03aec1bd59dd0934f88d [2021-04-30T08:41:19.962Z] Running on prd-ubuntu18.04-docker-8c-8g-2491 in /w/workspace/edgexfoundry_edgex-go_PR-3405 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-04-30T08:41:20.152Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:41:20.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:41:20.593Z] [2021-04-30T08:41:20.593Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:41:20.967Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:41:20.967Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-30T08:41:20.967Z] 29e5d40040c1: Pulling fs layer [2021-04-30T08:41:20.967Z] 1ce36da41761: Pulling fs layer [2021-04-30T08:41:20.967Z] 25b303627fd3: Pulling fs layer [2021-04-30T08:41:21.244Z] 29e5d40040c1: Verifying Checksum [2021-04-30T08:41:21.244Z] 29e5d40040c1: Download complete [2021-04-30T08:41:21.843Z] 1ce36da41761: Verifying Checksum [2021-04-30T08:41:21.843Z] 1ce36da41761: Download complete [2021-04-30T08:41:21.843Z] 29e5d40040c1: Pull complete [2021-04-30T08:41:22.565Z] using credential edgex-jenkins-ssh [2021-04-30T08:41:22.579Z] Cloning the remote Git repository [2021-04-30T08:41:23.281Z] 1ce36da41761: Pull complete [2021-04-30T08:41:23.560Z] 25b303627fd3: Download complete [2021-04-30T08:41:22.599Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:41:22.673Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-30T08:41:22.699Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:41:22.699Z] > git --version # timeout=10 [2021-04-30T08:41:22.705Z] > git --version # 'git version 2.17.1' [2021-04-30T08:41:22.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:41:22.728Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:41:28.662Z] Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit d72be56757af4da853b0bfe6193b102efb83a4ef [2021-04-30T08:41:28.095Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:41:28.100Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:41:28.126Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:41:28.139Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:41:28.142Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:41:28.151Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3405/head:refs/remotes/origin/PR-3405 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T08:41:28.669Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:41:28.674Z] > git checkout -f d72be56757af4da853b0bfe6193b102efb83a4ef # timeout=10 [2021-04-30T08:41:28.931Z] Merge succeeded, producing f9f77954acc2154543bd7112beb64ff48df5e9d0 [2021-04-30T08:41:28.932Z] Checking out Revision f9f77954acc2154543bd7112beb64ff48df5e9d0 (PR-3405) [2021-04-30T08:41:28.798Z] > git remote # timeout=10 [2021-04-30T08:41:28.806Z] > git config --get remote.origin.url # timeout=10 [2021-04-30T08:41:28.814Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:41:28.818Z] > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 [2021-04-30T08:41:28.926Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-30T08:41:28.933Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:41:28.936Z] > git checkout -f f9f77954acc2154543bd7112beb64ff48df5e9d0 # timeout=10 [2021-04-30T08:41:32.563Z] Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" [2021-04-30T08:41:32.572Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:41:32.565Z] > git rev-list --no-walk ec83d21fc83fdb0559ee16b98918fc40a6e046a7 # timeout=10 [2021-04-30T08:41:33.709Z] + echo snap-build.sh [2021-04-30T08:41:33.709Z] snap-build.sh [2021-04-30T08:41:33.709Z] + SNAP_BASE_DIR=. [2021-04-30T08:41:33.709Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-04-30T08:41:33.709Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-04-30T08:41:33.709Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-04-30T08:41:33.709Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-04-30T08:41:33.709Z] + cd /w/workspace/edgex-go/3 [2021-04-30T08:41:33.709Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-30T08:41:33.709Z] Reading package lists... [2021-04-30T08:41:33.712Z] 25b303627fd3: Pull complete [2021-04-30T08:41:33.712Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-30T08:41:33.712Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:41:33.712Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-30T08:41:33.980Z] Building dependency tree... [2021-04-30T08:41:33.980Z] Reading state information... [2021-04-30T08:41:33.980Z] The following packages were automatically installed and are no longer required: [2021-04-30T08:41:33.980Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-30T08:41:33.980Z] uidmap xdelta3 [2021-04-30T08:41:33.980Z] Use 'sudo apt autoremove' to remove them. [2021-04-30T08:41:33.980Z] The following packages will be REMOVED: [2021-04-30T08:41:33.980Z] lxd* lxd-client* [2021-04-30T08:41:33.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-2483 does not seem to be running inside a container [2021-04-30T08:41:34.072Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-30T08:41:34.551Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-30T08:41:34.551Z] After this operation, 31.7 MB disk space will be freed. [2021-04-30T08:41:35.861Z] (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-04-30T08:41:35.861Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-30T08:41:36.804Z] Removing lxd dnsmasq configuration [2021-04-30T08:41:36.804Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-30T08:41:37.065Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-30T08:41:37.536Z] $ docker top 49707729834b0cb96053e1c5358e2bf5291116adb55db442607571c3b2279c50 -eo pid,comm [2021-04-30T08:41:37.640Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [Pipeline] { [Pipeline] sh [2021-04-30T08:41:37.902Z] (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-04-30T08:41:37.902Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-30T08:41:38.539Z] + docker-compose build --help [2021-04-30T08:41:38.539Z] + grep parallel [2021-04-30T08:41:39.294Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-30T08:41:39.294Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-30T08:41:40.679Z] + sudo snap remove --purge lxd [2021-04-30T08:41:40.943Z] snap "lxd" is not installed [2021-04-30T08:41:40.943Z] + sudo groupadd --force --system lxd [2021-04-30T08:41:40.943Z] ++ whoami [2021-04-30T08:41:40.943Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-30T08:41:40.943Z] + newgrp - lxd [2021-04-30T08:41:40.943Z] + sudo snap install lxd [2021-04-30T08:41:43.928Z] --parallel Build images in parallel. [Pipeline] } [2021-04-30T08:41:43.947Z] $ docker stop --time=1 49707729834b0cb96053e1c5358e2bf5291116adb55db442607571c3b2279c50 [2021-04-30T08:41:45.934Z] $ docker rm -f 49707729834b0cb96053e1c5358e2bf5291116adb55db442607571c3b2279c50 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:41:46.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:41:46.623Z] . [Pipeline] withDockerContainer [2021-04-30T08:41:46.886Z] prd-ubuntu18.04-docker-arm64-4c-16g-2483 does not seem to be running inside a container [2021-04-30T08:41:46.957Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-30T08:41:48.453Z] $ docker top fa2388b803006d6be49ed4189384d1cd5f63d250bd36720233f7aab580ed8007 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:41:49.087Z] 2021-04-30T08:41:46Z INFO Waiting for automatic snapd restart... [2021-04-30T08:41:49.427Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-30T08:41:53.818Z] Building docker-core-command-go ... [2021-04-30T08:41:53.818Z] Building docker-core-data-go ... [2021-04-30T08:41:53.818Z] Building docker-core-metadata-go ... [2021-04-30T08:41:53.818Z] Building docker-security-bootstrapper-go ... [2021-04-30T08:41:53.818Z] Building docker-security-proxy-setup-go ... [2021-04-30T08:41:53.818Z] Building docker-security-secretstore-setup-go ... [2021-04-30T08:41:53.818Z] Building docker-support-notifications-go ... [2021-04-30T08:41:53.818Z] Building docker-support-scheduler-go ... [2021-04-30T08:41:53.818Z] Building docker-sys-mgmt-agent-go ... [2021-04-30T08:41:53.818Z] Building docker-security-bootstrapper-go [2021-04-30T08:41:53.818Z] Building docker-core-data-go [2021-04-30T08:41:53.818Z] Building docker-core-metadata-go [2021-04-30T08:41:53.818Z] Building docker-security-secretstore-setup-go [2021-04-30T08:41:53.818Z] Building docker-support-notifications-go [2021-04-30T08:42:07.237Z] lxd 4.13 from Canonical* installed [2021-04-30T08:42:07.237Z] + sudo lxd init --auto [2021-04-30T08:42:13.861Z] + sudo snap install --classic snapcraft [2021-04-30T08:42:19.184Z] snapcraft 4.6.3 from Canonical* installed [2021-04-30T08:42:19.184Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-30T08:42:19.184Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-30T08:42:19.184Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-30T08:42:19.184Z] Dload Upload Total Spent Left Speed [2021-04-30T08:42:19.184Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 [2021-04-30T08:42:19.184Z] 71 3325k 71 2369k 0 0 8678k 0 --:--:-- --:--:-- --:--:-- 8678k 100 3325k 100 3325k 0 0 11.3M 0 --:--:-- --:--:-- --:--:-- 84.8M [2021-04-30T08:42:19.184Z] ./yq_linux_amd64 [2021-04-30T08:42:19.184Z] + sudo snapcraft prime --use-lxd [2021-04-30T08:42:21.102Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-30T08:42:21.102Z] 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-04-30T08:42:21.102Z] - README.md [2021-04-30T08:42:21.102Z] [2021-04-30T08:42:21.102Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-30T08:42:22.051Z] Launching a container. [2021-04-30T08:42:34.309Z] Waiting for container to be ready [2021-04-30T08:42:34.309Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-30T08:42:34.309Z] [2021-04-30T08:42:38.517Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-30T08:42:38.778Z] Waiting for network to be ready... [2021-04-30T08:42:39.043Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-30T08:42:39.305Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-30T08:42:39.305Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-30T08:42:39.305Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-30T08:42:39.305Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-30T08:42:39.305Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-30T08:42:39.305Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-30T08:42:39.305Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-30T08:42:39.305Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-30T08:42:39.305Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-30T08:42:39.879Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-30T08:42:39.879Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-30T08:42:40.141Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-30T08:42:40.141Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-30T08:42:40.141Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-30T08:42:40.141Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-30T08:42:40.141Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-30T08:42:40.141Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-30T08:42:40.402Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-30T08:42:40.663Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-30T08:42:40.663Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-30T08:42:40.663Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-30T08:42:40.663Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-30T08:42:40.663Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-30T08:42:40.663Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-30T08:42:40.663Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-30T08:42:40.925Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-30T08:42:44.240Z] Fetched 24.4 MB in 5s (4740 kB/s) [2021-04-30T08:42:45.627Z] Reading package lists... [2021-04-30T08:42:45.627Z] Reading package lists... [2021-04-30T08:42:45.890Z] Building dependency tree... [2021-04-30T08:42:45.890Z] Reading state information... [2021-04-30T08:42:45.890Z] The following additional packages will be installed: [2021-04-30T08:42:45.890Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-30T08:42:45.890Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-30T08:42:45.890Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-30T08:42:45.890Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-30T08:42:46.154Z] Suggested packages: [2021-04-30T08:42:46.154Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-30T08:42:46.154Z] Recommended packages: [2021-04-30T08:42:46.154Z] gnupg libsasl2-modules [2021-04-30T08:42:46.154Z] The following NEW packages will be installed: [2021-04-30T08:42:46.154Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-30T08:42:46.154Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-30T08:42:46.154Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-30T08:42:46.154Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-30T08:42:46.154Z] The following packages will be upgraded: [2021-04-30T08:42:46.154Z] gpg gpg-agent gpgconf libudev1 [2021-04-30T08:42:46.416Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-30T08:42:46.416Z] Need to get 3529 kB of archives. [2021-04-30T08:42:46.416Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-30T08:42:46.416Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-30T08:42:46.416Z] Get:2 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-04-30T08:42:46.416Z] 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-04-30T08:42:46.678Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-30T08:42:46.678Z] 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-04-30T08:42:46.678Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-30T08:42:46.940Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-30T08:42:46.940Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-30T08:42:46.940Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-30T08:42:46.940Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-30T08:42:46.940Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-30T08:42:46.940Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-30T08:42:47.202Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-30T08:42:47.202Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-30T08:42:47.202Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-30T08:42:47.202Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-30T08:42:47.202Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-30T08:42:47.202Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-30T08:42:47.202Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-30T08:42:47.202Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-30T08:42:47.202Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-30T08:42:47.202Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-30T08:42:47.202Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:42:47.464Z] Fetched 3529 kB in 1s (3171 kB/s) [2021-04-30T08:42:47.464Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-30T08:42:47.464Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:42:47.464Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:42:47.464Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-30T08:42:47.727Z] Selecting previously unselected package udev. [2021-04-30T08:42:47.727Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-30T08:42:47.727Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:42:47.727Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-30T08:42:47.988Z] Selecting previously unselected package libfuse2:amd64. [2021-04-30T08:42:47.989Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-30T08:42:47.989Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-30T08:42:47.989Z] Selecting previously unselected package fuse. [2021-04-30T08:42:47.989Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-30T08:42:47.989Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-30T08:42:47.989Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:42:47.989Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:42:48.250Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:42:48.250Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:42:48.250Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:42:48.250Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:42:48.512Z] Selecting previously unselected package libksba8:amd64. [2021-04-30T08:42:48.512Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-30T08:42:48.512Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-30T08:42:48.512Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-30T08:42:48.512Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:42:48.512Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:48.774Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-30T08:42:48.774Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:42:48.774Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:48.774Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-30T08:42:48.774Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:42:48.774Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:48.774Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-30T08:42:48.774Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:42:48.774Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:49.036Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-30T08:42:49.036Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:42:49.036Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:49.036Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-30T08:42:49.036Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:42:49.036Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:49.299Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-30T08:42:49.299Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:42:49.299Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:49.299Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-30T08:42:49.299Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:42:49.299Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:49.299Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-30T08:42:49.299Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-30T08:42:49.299Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:49.299Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-30T08:42:49.299Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-30T08:42:49.299Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:42:49.564Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-30T08:42:49.564Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-30T08:42:49.564Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:42:49.825Z] Selecting previously unselected package libldap-common. [2021-04-30T08:42:49.825Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-30T08:42:49.825Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:42:50.086Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-30T08:42:50.086Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-30T08:42:50.086Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:42:50.086Z] Selecting previously unselected package dirmngr. [2021-04-30T08:42:50.086Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:42:50.086Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-30T08:42:50.353Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:42:50.353Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-30T08:42:50.353Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-30T08:42:50.353Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:42:50.353Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-30T08:42:50.353Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-30T08:42:50.353Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:50.353Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-30T08:42:50.614Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:42:50.614Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-30T08:42:50.876Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-30T08:42:51.139Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:51.139Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-30T08:42:51.139Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-30T08:42:51.139Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-30T08:42:51.139Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:51.401Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:51.401Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:51.401Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:51.401Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:51.401Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:51.401Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-30T08:42:51.401Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-30T08:42:51.401Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-30T08:42:51.401Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:42:51.974Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-30T08:42:51.974Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-30T08:42:51.974Z] This means they are not meant to be enabled using systemctl. [2021-04-30T08:42:51.974Z] Possible reasons for having this kind of units are: [2021-04-30T08:42:51.974Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-30T08:42:51.974Z] .wants/ or .requires/ directory. [2021-04-30T08:42:51.974Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-30T08:42:51.974Z] a requirement dependency on it. [2021-04-30T08:42:51.974Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-30T08:42:51.974Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-30T08:42:51.974Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-30T08:42:51.974Z] instance name specified. [2021-04-30T08:42:52.545Z] Reading package lists... [2021-04-30T08:42:52.545Z] Building dependency tree... [2021-04-30T08:42:52.545Z] Reading state information... [2021-04-30T08:42:52.805Z] The following additional packages will be installed: [2021-04-30T08:42:52.805Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-30T08:42:52.805Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-30T08:42:52.805Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-30T08:42:52.805Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-30T08:42:52.805Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-30T08:42:52.805Z] Suggested packages: [2021-04-30T08:42:52.805Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-30T08:42:52.805Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-30T08:42:52.805Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-30T08:42:52.805Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-30T08:42:52.805Z] systemd-container policykit-1 [2021-04-30T08:42:52.805Z] Recommended packages: [2021-04-30T08:42:52.805Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-30T08:42:52.805Z] The following NEW packages will be installed: [2021-04-30T08:42:52.806Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-30T08:42:52.806Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-30T08:42:52.806Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-30T08:42:52.806Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-30T08:42:52.806Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-30T08:42:52.806Z] The following packages will be upgraded: [2021-04-30T08:42:52.806Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-30T08:42:52.806Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-30T08:42:52.806Z] Need to get 35.2 MB of archives. [2021-04-30T08:42:52.806Z] After this operation, 141 MB of additional disk space will be used. [2021-04-30T08:42:52.806Z] 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-04-30T08:42:53.067Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-30T08:42:53.067Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-30T08:42:53.067Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-30T08:42:53.067Z] 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-04-30T08:42:53.067Z] 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-04-30T08:42:53.067Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-30T08:42:53.068Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-30T08:42:53.068Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-30T08:42:53.068Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-30T08:42:53.068Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-30T08:42:53.068Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-30T08:42:53.068Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-30T08:42:53.068Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-30T08:42:53.068Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-30T08:42:53.329Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-30T08:42:53.329Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-30T08:42:53.901Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-30T08:42:53.901Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-30T08:42:53.901Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-30T08:42:53.901Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-30T08:42:53.901Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-30T08:42:53.901Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-30T08:42:53.901Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-30T08:42:53.901Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-30T08:42:53.901Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-30T08:42:53.901Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-30T08:42:53.901Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-30T08:42:54.163Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-30T08:42:54.163Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-30T08:42:54.163Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:42:54.163Z] Fetched 35.2 MB in 1s (29.2 MB/s) [2021-04-30T08:42:54.423Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-30T08:42:54.423Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:42:54.423Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:42:55.370Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:42:55.370Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:42:55.370Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-30T08:42:55.633Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-30T08:42:55.633Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-30T08:42:55.633Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-30T08:42:55.894Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-30T08:42:55.894Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-30T08:42:55.894Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-30T08:42:56.156Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-30T08:42:56.418Z] Setting up apt (1.6.13) ... [2021-04-30T08:42:56.418Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-30T08:42:56.988Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-30T08:42:56.988Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-30T08:42:56.988Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-30T08:42:56.988Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-30T08:42:57.249Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-30T08:42:57.249Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:42:57.249Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:42:57.510Z] Selecting previously unselected package libexpat1:amd64. [2021-04-30T08:42:57.510Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-30T08:42:57.510Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-30T08:42:57.510Z] Selecting previously unselected package python3.6-minimal. [2021-04-30T08:42:57.510Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:42:57.771Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:42:58.031Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-30T08:42:58.031Z] Checking for services that may need to be restarted...done. [2021-04-30T08:42:58.031Z] Checking for services that may need to be restarted...done. [2021-04-30T08:42:58.031Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:42:58.292Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-30T08:42:58.292Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:42:58.863Z] Selecting previously unselected package python3-minimal. [2021-04-30T08:42:58.863Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-30T08:42:58.863Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-30T08:42:58.863Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-30T08:42:58.863Z] Selecting previously unselected package mime-support. [2021-04-30T08:42:58.863Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-30T08:42:58.863Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-30T08:42:59.123Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-30T08:42:59.123Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-30T08:42:59.123Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-30T08:42:59.123Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-30T08:42:59.123Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:42:59.123Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:42:59.384Z] Selecting previously unselected package python3.6. [2021-04-30T08:42:59.384Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-30T08:42:59.384Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:42:59.646Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-30T08:42:59.646Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-30T08:42:59.646Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-30T08:42:59.646Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-30T08:42:59.909Z] Selecting previously unselected package python3. [2021-04-30T08:42:59.909Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-30T08:42:59.909Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-30T08:42:59.909Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-30T08:42:59.909Z] Selecting previously unselected package multiarch-support. [2021-04-30T08:42:59.909Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:42:59.909Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-30T08:43:01.059Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-30T08:43:01.059Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-30T08:43:01.059Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-30T08:43:01.059Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-30T08:43:01.059Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-30T08:43:01.059Z] Selecting previously unselected package libbsd0:amd64. [2021-04-30T08:43:01.059Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-30T08:43:01.059Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-30T08:43:01.324Z] Selecting previously unselected package sudo. [2021-04-30T08:43:01.324Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-30T08:43:01.324Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-30T08:43:01.324Z] Selecting previously unselected package apparmor. [2021-04-30T08:43:01.324Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-30T08:43:01.324Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-30T08:43:01.585Z] Selecting previously unselected package libedit2:amd64. [2021-04-30T08:43:01.585Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-30T08:43:01.585Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-30T08:43:01.585Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-30T08:43:01.585Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:43:01.585Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:01.809Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:43:01.809Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:43:01.809Z] ---> 42410de16526 [2021-04-30T08:43:01.809Z] Step 3/24 : WORKDIR /edgex-go [2021-04-30T08:43:01.809Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:43:01.809Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:43:01.809Z] ---> 42410de16526 [2021-04-30T08:43:01.809Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:43:01.809Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:43:01.809Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:43:01.809Z] ---> 42410de16526 [2021-04-30T08:43:01.809Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:43:01.846Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-30T08:43:01.846Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:43:01.846Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:01.846Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-30T08:43:01.846Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-30T08:43:01.846Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-30T08:43:01.846Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-30T08:43:01.846Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:43:01.846Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:02.087Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:43:02.087Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:43:02.087Z] ---> 42410de16526 [2021-04-30T08:43:02.087Z] Step 3/31 : WORKDIR /edgex-go [2021-04-30T08:43:02.107Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-30T08:43:02.107Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-30T08:43:02.107Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:02.107Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-30T08:43:02.107Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-30T08:43:02.107Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-30T08:43:02.364Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:43:02.364Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:43:02.364Z] ---> 42410de16526 [2021-04-30T08:43:02.364Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:43:02.369Z] Selecting previously unselected package openssh-client. [2021-04-30T08:43:02.369Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-30T08:43:02.369Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-30T08:43:02.630Z] Selecting previously unselected package squashfs-tools. [2021-04-30T08:43:02.630Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-30T08:43:02.630Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-30T08:43:02.630Z] Selecting previously unselected package snapd. [2021-04-30T08:43:02.630Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-30T08:43:02.630Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-30T08:43:04.973Z] ---> Running in 50237d624b41 [2021-04-30T08:43:04.973Z] ---> Running in 7191edc324ff [2021-04-30T08:43:04.973Z] ---> Running in 6471f26cd9ff [2021-04-30T08:43:04.973Z] ---> Running in f0e41871889a [2021-04-30T08:43:04.973Z] ---> Running in 140acee40947 [2021-04-30T08:43:05.183Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-30T08:43:05.183Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-30T08:43:05.183Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-30T08:43:05.183Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-30T08:43:05.183Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-30T08:43:05.183Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:05.255Z] Removing intermediate container f0e41871889a [2021-04-30T08:43:05.255Z] ---> 77fd7d0addf7 [2021-04-30T08:43:05.255Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:43:05.255Z] Removing intermediate container 6471f26cd9ff [2021-04-30T08:43:05.255Z] ---> 02ce34591d28 [2021-04-30T08:43:05.255Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:43:05.255Z] Removing intermediate container 7191edc324ff [2021-04-30T08:43:05.255Z] ---> b6c497ddc3c2 [2021-04-30T08:43:05.255Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:43:05.255Z] Removing intermediate container 50237d624b41 [2021-04-30T08:43:05.255Z] ---> 427e62ff985f [2021-04-30T08:43:05.255Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:43:05.255Z] Removing intermediate container 140acee40947 [2021-04-30T08:43:05.255Z] ---> bce1ac33cc0e [2021-04-30T08:43:05.255Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:43:05.444Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:43:05.444Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-30T08:43:05.444Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-30T08:43:05.530Z] ---> Running in 42ba09768d28 [2021-04-30T08:43:05.530Z] ---> Running in 6ec28043a5e2 [2021-04-30T08:43:05.530Z] ---> Running in 572ffa3b31e2 [2021-04-30T08:43:05.530Z] ---> Running in b49ea43211e2 [2021-04-30T08:43:05.530Z] ---> Running in b0176f2504d0 [2021-04-30T08:43:06.401Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-30T08:43:06.664Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-30T08:43:06.664Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-30T08:43:06.664Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:43:06.664Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:06.664Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-30T08:43:07.615Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-30T08:43:07.615Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:07.615Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-30T08:43:07.615Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-30T08:43:07.615Z] running python rtupdate hooks for python3.6... [2021-04-30T08:43:07.615Z] running python post-rtupdate hooks for python3.6... [2021-04-30T08:43:07.615Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-30T08:43:08.962Z] Removing intermediate container 42ba09768d28 [2021-04-30T08:43:08.962Z] ---> aca19eba11d9 [2021-04-30T08:43:08.962Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-30T08:43:09.538Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-30T08:43:09.538Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-30T08:43:09.538Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-30T08:43:09.538Z] Setting up snapd (2.48.3+18.04) ... [2021-04-30T08:43:09.556Z] Removing intermediate container 6ec28043a5e2 [2021-04-30T08:43:09.556Z] ---> 60648355b242 [2021-04-30T08:43:09.556Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git ---> Running in e8ae08685fcd [2021-04-30T08:43:09.556Z] [2021-04-30T08:43:09.556Z] Removing intermediate container b0176f2504d0 [2021-04-30T08:43:09.556Z] ---> fd6c1548af36 [2021-04-30T08:43:09.556Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:43:09.831Z] ---> Running in 4b35521eeea7 [2021-04-30T08:43:09.831Z] Removing intermediate container b49ea43211e2 [2021-04-30T08:43:09.831Z] ---> e7fa0747127a [2021-04-30T08:43:09.831Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-30T08:43:09.831Z] ---> Running in d70dc25e897b [2021-04-30T08:43:10.112Z] ---> Running in 66fa9c459304 [2021-04-30T08:43:10.112Z] Removing intermediate container 572ffa3b31e2 [2021-04-30T08:43:10.112Z] ---> a44576104ec4 [2021-04-30T08:43:10.112Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-30T08:43:10.116Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-30T08:43:10.378Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-30T08:43:10.378Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-30T08:43:10.388Z] ---> Running in 7648c3b1b7d2 [2021-04-30T08:43:10.642Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-30T08:43:10.903Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-30T08:43:10.903Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-30T08:43:11.165Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-30T08:43:11.392Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:43:11.428Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-30T08:43:11.676Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:43:11.691Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-30T08:43:11.691Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-30T08:43:11.952Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:43:11.953Z] /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-04-30T08:43:12.214Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-30T08:43:12.214Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-30T08:43:12.225Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:43:12.225Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:43:12.498Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:43:12.771Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:43:13.043Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:43:13.158Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:43:13.158Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:43:13.316Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:43:13.419Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:43:13.590Z] OK: 218 MiB in 52 packages [2021-04-30T08:43:13.872Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:43:14.152Z] OK: 218 MiB in 52 packages [2021-04-30T08:43:14.152Z] OK: 218 MiB in 52 packages [2021-04-30T08:43:14.431Z] OK: 218 MiB in 52 packages [2021-04-30T08:43:14.720Z] OK: 218 MiB in 52 packages [2021-04-30T08:43:14.808Z] Reading package lists... [2021-04-30T08:43:15.069Z] Reading package lists... [2021-04-30T08:43:15.319Z] Removing intermediate container e8ae08685fcd [2021-04-30T08:43:15.319Z] ---> 70170f7cd4d4 [2021-04-30T08:43:15.319Z] Step 6/22 : COPY go.mod . [2021-04-30T08:43:15.338Z] Building dependency tree... [2021-04-30T08:43:15.338Z] Reading state information... [2021-04-30T08:43:15.599Z] Calculating upgrade... [2021-04-30T08:43:15.599Z] The following packages will be upgraded: [2021-04-30T08:43:15.599Z] advancecomp base-files bash binutils binutils-common [2021-04-30T08:43:15.599Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-30T08:43:15.599Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-30T08:43:15.599Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-30T08:43:15.599Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-30T08:43:15.599Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-30T08:43:15.599Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-30T08:43:15.599Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-30T08:43:15.599Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-30T08:43:15.599Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-30T08:43:15.599Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-30T08:43:15.599Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-30T08:43:15.599Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-30T08:43:15.599Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-30T08:43:15.599Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-30T08:43:15.861Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-30T08:43:15.861Z] Need to get 64.0 MB of archives. [2021-04-30T08:43:15.861Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-30T08:43:15.861Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-30T08:43:15.861Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-30T08:43:16.309Z] Removing intermediate container 7648c3b1b7d2 [2021-04-30T08:43:16.309Z] ---> cfaf7cb11417 [2021-04-30T08:43:16.309Z] Step 6/31 : COPY go.mod . [2021-04-30T08:43:16.309Z] ---> 80b56cb77178 [2021-04-30T08:43:16.309Z] Step 7/22 : RUN go mod download [2021-04-30T08:43:16.436Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-30T08:43:16.436Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-30T08:43:16.436Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-30T08:43:16.436Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-30T08:43:16.436Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-30T08:43:16.436Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-30T08:43:16.436Z] 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-04-30T08:43:16.436Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-30T08:43:16.436Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-30T08:43:16.601Z] Removing intermediate container 4b35521eeea7 [2021-04-30T08:43:16.601Z] ---> 0c34ab18d503 [2021-04-30T08:43:16.601Z] Step 6/23 : COPY go.mod . [2021-04-30T08:43:16.601Z] Removing intermediate container 66fa9c459304 [2021-04-30T08:43:16.601Z] ---> 96cab8791e08 [2021-04-30T08:43:16.601Z] Step 6/24 : COPY go.mod . [2021-04-30T08:43:16.601Z] ---> Running in ce5e346d947a [2021-04-30T08:43:16.699Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-30T08:43:16.699Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-30T08:43:16.699Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-30T08:43:16.699Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-30T08:43:16.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-04-30T08:43:16.699Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-30T08:43:16.699Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-30T08:43:16.699Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-30T08:43:16.699Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-30T08:43:16.699Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-30T08:43:16.699Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-30T08:43:16.699Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-30T08:43:16.699Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-30T08:43:16.699Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-30T08:43:16.699Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-30T08:43:16.699Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-30T08:43:16.699Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-30T08:43:16.699Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-30T08:43:16.874Z] Removing intermediate container d70dc25e897b [2021-04-30T08:43:16.874Z] ---> 8e7946de1cbb [2021-04-30T08:43:16.874Z] Step 6/23 : COPY go.mod . [2021-04-30T08:43:16.963Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-30T08:43:16.963Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-30T08:43:16.963Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-30T08:43:16.963Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-30T08:43:16.963Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-30T08:43:16.964Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-30T08:43:16.964Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-30T08:43:16.964Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-30T08:43:16.964Z] Get:38 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-04-30T08:43:16.964Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-30T08:43:16.964Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-30T08:43:16.964Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-30T08:43:16.964Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-30T08:43:16.964Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-30T08:43:16.964Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-30T08:43:16.964Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-30T08:43:17.154Z] ---> 7ad6bd9fc489 [2021-04-30T08:43:17.154Z] Step 7/31 : RUN go mod download [2021-04-30T08:43:17.225Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-30T08:43:17.225Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-30T08:43:17.225Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-30T08:43:17.225Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-30T08:43:17.225Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-30T08:43:17.225Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-30T08:43:17.225Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-30T08:43:17.225Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-30T08:43:17.225Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-30T08:43:17.225Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-30T08:43:17.225Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-30T08:43:17.225Z] 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-04-30T08:43:17.226Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-30T08:43:17.226Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-30T08:43:17.226Z] 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-04-30T08:43:17.226Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-30T08:43:17.226Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-30T08:43:17.226Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-30T08:43:17.226Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-30T08:43:17.226Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-30T08:43:17.226Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-30T08:43:17.226Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-30T08:43:17.226Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-30T08:43:17.439Z] ---> Running in 297fbfe21c46 [2021-04-30T08:43:17.487Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-30T08:43:17.487Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-30T08:43:17.488Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-30T08:43:17.488Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-30T08:43:17.488Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-30T08:43:17.488Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-30T08:43:17.488Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-30T08:43:17.488Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-30T08:43:17.488Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-30T08:43:17.488Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-30T08:43:17.488Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-30T08:43:17.488Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-30T08:43:17.488Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-30T08:43:17.488Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-30T08:43:17.488Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-30T08:43:17.488Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-30T08:43:17.488Z] 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-04-30T08:43:17.715Z] ---> 269c471603d6 [2021-04-30T08:43:17.715Z] Step 7/23 : RUN go mod download [2021-04-30T08:43:17.748Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-30T08:43:17.748Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-30T08:43:17.748Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-30T08:43:17.748Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-30T08:43:17.748Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-30T08:43:17.748Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-30T08:43:17.748Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-30T08:43:17.988Z] ---> c4bd3d0cc966 [2021-04-30T08:43:17.988Z] Step 7/24 : RUN go mod download [2021-04-30T08:43:17.988Z] ---> Running in 01fe2255e4db [2021-04-30T08:43:18.263Z] ---> 87fbc2f628a6 [2021-04-30T08:43:18.263Z] Step 7/23 : RUN go mod download [2021-04-30T08:43:18.263Z] ---> Running in 60f364eeb160 [2021-04-30T08:43:18.320Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-30T08:43:18.538Z] ---> Running in 57986925b5f4 [2021-04-30T08:43:18.580Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-30T08:43:18.580Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-30T08:43:18.580Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-30T08:43:18.841Z] 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-04-30T08:43:18.841Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-30T08:43:18.841Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-30T08:43:18.841Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-30T08:43:18.841Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-30T08:43:19.153Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:43:19.153Z] Fetched 64.0 MB in 3s (19.6 MB/s) [2021-04-30T08:43:19.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:19.415Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:43:19.415Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:43:19.985Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:43:19.985Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:43:20.246Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-30T08:43:20.246Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-30T08:43:20.519Z] Removing intermediate container ce5e346d947a [2021-04-30T08:43:20.519Z] ---> 630639295ae8 [2021-04-30T08:43:20.519Z] Step 8/22 : COPY . . [2021-04-30T08:43:21.189Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:21.189Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:43:21.189Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:21.189Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:43:21.189Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:21.451Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:43:21.451Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:21.451Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:43:21.506Z] Removing intermediate container 297fbfe21c46 [2021-04-30T08:43:21.506Z] ---> 5e5b706b143c [2021-04-30T08:43:21.506Z] Step 8/31 : COPY . . [2021-04-30T08:43:21.713Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:21.713Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:43:21.713Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:21.713Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:43:21.975Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:21.975Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:43:21.975Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:22.235Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:43:22.235Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:22.235Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-30T08:43:22.235Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:22.496Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:43:22.496Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:22.496Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:43:22.496Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:22.496Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:43:22.758Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:22.758Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-30T08:43:22.944Z] Removing intermediate container 01fe2255e4db [2021-04-30T08:43:22.945Z] ---> 3c39d9a8d5d4 [2021-04-30T08:43:22.945Z] Step 8/23 : COPY . . [2021-04-30T08:43:23.020Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:23.217Z] Removing intermediate container 57986925b5f4 [2021-04-30T08:43:23.217Z] ---> 5413c60f195e [2021-04-30T08:43:23.217Z] Step 8/23 : COPY . . [2021-04-30T08:43:23.281Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:43:23.281Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:43:23.493Z] Removing intermediate container 60f364eeb160 [2021-04-30T08:43:23.493Z] ---> 7c20af727acd [2021-04-30T08:43:23.493Z] Step 8/24 : COPY . . [2021-04-30T08:43:23.543Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:43:24.121Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-30T08:43:24.382Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-30T08:43:24.382Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-30T08:43:24.382Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-30T08:43:24.382Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-30T08:43:24.382Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-30T08:43:24.643Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-30T08:43:24.643Z] Installing new version of config file /etc/issue ... [2021-04-30T08:43:24.643Z] Installing new version of config file /etc/issue.net ... [2021-04-30T08:43:24.904Z] Installing new version of config file /etc/lsb-release ... [2021-04-30T08:43:24.904Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-30T08:43:25.164Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-30T08:43:25.164Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-30T08:43:25.164Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-30T08:43:25.425Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:25.425Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-30T08:43:25.425Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-30T08:43:25.425Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-30T08:43:25.690Z] 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-04-30T08:43:25.690Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:25.690Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:43:25.690Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-30T08:43:25.951Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:43:25.951Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:25.951Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-30T08:43:25.951Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-30T08:43:26.212Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-30T08:43:26.212Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:26.212Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-30T08:43:26.477Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-30T08:43:26.748Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-30T08:43:27.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:27.050Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:43:27.050Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:43:27.050Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-30T08:43:27.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:27.342Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:43:27.342Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:43:27.611Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-30T08:43:27.611Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:27.611Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-30T08:43:27.611Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-30T08:43:27.878Z] Setting up grep (3.1-2build1) ... [2021-04-30T08:43:27.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:27.878Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-30T08:43:27.878Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-30T08:43:28.147Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-30T08:43:28.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:28.147Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:43:28.147Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:43:28.412Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-30T08:43:28.412Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:28.412Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-30T08:43:28.412Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:43:29.367Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-30T08:43:29.367Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:43:29.367Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-30T08:43:29.367Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:43:29.964Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-30T08:43:29.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:29.964Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-30T08:43:29.964Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-30T08:43:31.361Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-30T08:43:31.361Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-30T08:43:31.361Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-30T08:43:31.361Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-30T08:43:31.361Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-30T08:43:31.361Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:31.361Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-30T08:43:31.361Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-30T08:43:31.622Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-30T08:43:31.622Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:31.622Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:43:31.883Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:43:31.883Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:43:31.883Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:31.883Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:43:32.147Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:43:32.147Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:43:32.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:32.147Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:43:32.147Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:43:32.408Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:43:32.671Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:32.671Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:43:32.671Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:43:32.671Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:43:32.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:32.935Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:43:32.935Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:43:32.935Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:43:32.935Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:43:33.197Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-30T08:43:33.197Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:33.197Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-30T08:43:33.197Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:43:33.457Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-30T08:43:33.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:33.457Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:43:33.457Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:43:33.457Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:43:33.718Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:33.718Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:43:33.718Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:43:33.718Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:43:33.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:33.980Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:43:33.980Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:43:34.551Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:43:34.813Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-30T08:43:35.073Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-30T08:43:35.073Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:35.073Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-30T08:43:35.073Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-30T08:43:35.334Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:43:35.596Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-30T08:43:35.596Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-30T08:43:35.596Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-30T08:43:35.596Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-30T08:43:35.857Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:35.857Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-30T08:43:35.857Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-30T08:43:35.857Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-30T08:43:36.119Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:36.119Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-30T08:43:36.381Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-30T08:43:36.381Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-30T08:43:36.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:36.381Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-30T08:43:36.644Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-30T08:43:36.644Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-30T08:43:36.644Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:36.644Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-30T08:43:36.644Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:43:36.906Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:43:37.169Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:37.169Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-30T08:43:37.169Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:43:37.169Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:43:37.169Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:37.169Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-30T08:43:37.742Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:43:38.004Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:43:38.276Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:38.276Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-30T08:43:38.276Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-30T08:43:38.276Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-30T08:43:38.276Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-30T08:43:38.547Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:43:38.547Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:43:38.547Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-30T08:43:38.809Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:38.809Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-30T08:43:38.809Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-30T08:43:39.071Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-30T08:43:39.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:39.071Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-30T08:43:39.071Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-30T08:43:39.333Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-30T08:43:39.609Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:39.609Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-30T08:43:39.609Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-30T08:43:39.873Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-30T08:43:39.873Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:39.873Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-30T08:43:39.873Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-30T08:43:40.138Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-30T08:43:40.138Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:40.138Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-30T08:43:40.138Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-30T08:43:40.717Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-30T08:43:40.717Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:40.717Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-30T08:43:40.717Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-30T08:43:40.980Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-30T08:43:40.980Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:40.980Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-30T08:43:41.249Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-30T08:43:41.249Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-30T08:43:41.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:41.529Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-30T08:43:41.529Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-30T08:43:41.529Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-30T08:43:41.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:41.791Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-30T08:43:41.791Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-30T08:43:41.791Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-30T08:43:42.052Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:42.052Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-30T08:43:42.052Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-30T08:43:42.314Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-30T08:43:42.314Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:42.314Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-30T08:43:42.314Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-30T08:43:42.576Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-30T08:43:42.576Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:42.576Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-30T08:43:42.576Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-30T08:43:42.839Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-30T08:43:43.100Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:43.100Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-30T08:43:43.100Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-30T08:43:43.100Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-30T08:43:43.374Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-30T08:43:43.374Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-30T08:43:43.374Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-30T08:43:43.374Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-30T08:43:43.648Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-30T08:43:43.648Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-30T08:43:43.648Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-30T08:43:43.648Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-30T08:43:43.648Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-30T08:43:43.911Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-30T08:43:43.911Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-30T08:43:44.173Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-30T08:43:44.173Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-30T08:43:44.435Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-30T08:43:44.435Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-30T08:43:44.695Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-30T08:43:44.695Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-30T08:43:44.959Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-30T08:43:44.959Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-30T08:43:44.959Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-30T08:43:45.227Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-30T08:43:45.227Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-30T08:43:45.227Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-30T08:43:45.227Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-30T08:43:45.227Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-30T08:43:45.487Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-30T08:43:45.487Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-30T08:43:45.487Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-30T08:43:45.749Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-30T08:43:46.692Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-30T08:43:46.692Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-30T08:43:46.692Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-30T08:43:46.692Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-30T08:43:46.953Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:43:46.953Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:43:47.269Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:43:47.269Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:43:47.534Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:43:47.534Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:43:47.534Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-30T08:43:47.534Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-30T08:43:47.795Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:47.795Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:43:47.795Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:47.795Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:43:48.057Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:48.318Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:43:48.318Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:48.318Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:43:49.288Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:49.288Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:43:50.302Z] ---> 053f3f65c094 [2021-04-30T08:43:50.302Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-30T08:43:50.302Z] ---> 50f431b31e10 [2021-04-30T08:43:50.302Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-30T08:43:50.302Z] ---> a2799c5e5959 [2021-04-30T08:43:50.302Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-30T08:43:50.302Z] ---> 3d0f0f5a6a6c [2021-04-30T08:43:50.302Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-30T08:43:50.302Z] ---> 26b04e42bb99 [2021-04-30T08:43:50.302Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-30T08:43:50.302Z] ---> Running in aeeba6cb49f9 [2021-04-30T08:43:50.302Z] ---> Running in 1070812ff07e [2021-04-30T08:43:50.302Z] ---> Running in e35819f7bdd5 [2021-04-30T08:43:50.302Z] ---> Running in 25d62e0b424f [2021-04-30T08:43:50.302Z] ---> Running in 681026b9838b [2021-04-30T08:43:50.302Z] 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-04-30T08:43:50.302Z] 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-04-30T08:43:50.302Z] 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-04-30T08:43:50.302Z] 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-04-30T08:43:50.302Z] 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-04-30T08:43:50.678Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:50.678Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:43:51.251Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:51.251Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:43:51.517Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:51.778Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:43:52.723Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-30T08:43:52.723Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-30T08:43:52.985Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-30T08:43:52.985Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-30T08:43:52.985Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-30T08:43:53.256Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-30T08:43:53.256Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-30T08:43:53.257Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-30T08:43:53.518Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-30T08:43:53.518Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-30T08:43:53.518Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-30T08:43:53.518Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-30T08:43:53.787Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-30T08:43:53.787Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-30T08:43:53.787Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-30T08:43:54.049Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-30T08:43:54.049Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:54.049Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-30T08:43:54.314Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:54.314Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:54.314Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:54.314Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-30T08:43:54.576Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-30T08:43:54.576Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-30T08:43:54.576Z] [2021-04-30T08:43:54.576Z] Current default time zone: 'Etc/UTC' [2021-04-30T08:43:54.838Z] Local time is now: Fri Apr 30 08:43:54 UTC 2021. [2021-04-30T08:43:54.838Z] Universal Time is now: Fri Apr 30 08:43:54 UTC 2021. [2021-04-30T08:43:54.838Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-30T08:43:54.838Z] [2021-04-30T08:43:54.838Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-30T08:43:54.838Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:54.838Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-30T08:43:54.838Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-30T08:43:55.099Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-30T08:43:55.099Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-30T08:43:55.099Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-30T08:43:55.099Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-30T08:43:55.099Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-30T08:43:55.099Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-30T08:43:55.099Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:55.099Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-30T08:43:55.360Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:43:55.360Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:43:55.360Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:55.360Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-30T08:43:55.621Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-30T08:43:55.621Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-30T08:43:55.621Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-30T08:43:55.621Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-30T08:43:55.621Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-30T08:43:55.621Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:43:55.621Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-30T08:43:57.536Z] Updating certificates in /etc/ssl/certs... [2021-04-30T08:43:58.482Z] 23 added, 27 removed; done. [2021-04-30T08:43:58.482Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-30T08:43:58.482Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-30T08:43:58.482Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-30T08:43:58.482Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-30T08:43:58.482Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-30T08:43:58.743Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:43:58.743Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:43:58.743Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:43:58.743Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:43:58.743Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:43:58.743Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:43:58.743Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:43:58.743Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-30T08:43:59.005Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:43:59.005Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-30T08:43:59.005Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-30T08:43:59.005Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-30T08:43:59.005Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:43:59.005Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-30T08:43:59.273Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-30T08:43:59.273Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-30T08:43:59.273Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-30T08:43:59.273Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:43:59.535Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-30T08:43:59.535Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-30T08:43:59.535Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-30T08:43:59.535Z] Updating certificates in /etc/ssl/certs... [2021-04-30T08:44:00.108Z] 0 added, 0 removed; done. [2021-04-30T08:44:00.108Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-30T08:44:00.108Z] done. [2021-04-30T08:44:01.056Z] Reading package lists... [2021-04-30T08:44:01.056Z] Building dependency tree... [2021-04-30T08:44:01.056Z] Reading state information... [2021-04-30T08:44:01.318Z] The following NEW packages will be installed: [2021-04-30T08:44:01.318Z] apt-transport-https [2021-04-30T08:44:01.580Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-30T08:44:01.580Z] Need to get 1692 B of archives. [2021-04-30T08:44:01.580Z] After this operation, 154 kB of additional disk space will be used. [2021-04-30T08:44:01.580Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-30T08:44:01.580Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:44:01.580Z] Fetched 1692 B in 0s (9303 B/s) [2021-04-30T08:44:01.580Z] Selecting previously unselected package apt-transport-https. [2021-04-30T08:44:01.580Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-30T08:44:01.580Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-30T08:44:01.842Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-30T08:44:01.842Z] Setting up apt-transport-https (1.6.13) ... [2021-04-30T08:44:02.104Z] Waiting for network to be ready... [2021-04-30T08:44:08.704Z] 2021-04-30T08:44:05Z INFO Waiting for automatic snapd restart... [2021-04-30T08:44:08.965Z] snapd 2.49.2 from Canonical* installed [2021-04-30T08:44:09.907Z] "snapd" switched to the "latest/stable" channel [2021-04-30T08:44:09.907Z] [2021-04-30T08:44:15.201Z] core18 20210309 from Canonical* installed [2021-04-30T08:44:15.201Z] "core18" switched to the "latest/stable" channel [2021-04-30T08:44:15.201Z] [2021-04-30T08:44:21.858Z] snapcraft 4.6.3 from Canonical* installed [2021-04-30T08:44:21.858Z] "snapcraft" switched to the "latest/stable" channel [2021-04-30T08:44:21.858Z] [2021-04-30T08:44:25.277Z] 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-04-30T08:44:25.277Z] - README.md [2021-04-30T08:44:25.277Z] [2021-04-30T08:44:25.277Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-30T08:44:31.867Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:44:31.867Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:44:31.868Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:44:32.129Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:44:33.780Z] Reading package lists... [2021-04-30T08:44:34.040Z] 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-04-30T08:44:40.622Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:44:40.622Z] Reading package lists... [2021-04-30T08:44:40.622Z] Building dependency tree... [2021-04-30T08:44:40.622Z] Reading state information... [2021-04-30T08:44:40.622Z] Suggested packages: [2021-04-30T08:44:40.622Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-30T08:44:40.622Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-30T08:44:40.622Z] Recommended packages: [2021-04-30T08:44:40.622Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-30T08:44:40.622Z] The following NEW packages will be installed: [2021-04-30T08:44:40.622Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-30T08:44:40.622Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-30T08:44:40.622Z] pkg-config zip [2021-04-30T08:44:40.622Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-30T08:44:40.622Z] Need to get 7663 kB of archives. [2021-04-30T08:44:40.622Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-30T08:44:40.622Z] 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-04-30T08:44:40.622Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-30T08:44:40.622Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-30T08:44:40.622Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-30T08:44:40.622Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-30T08:44:40.884Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-30T08:44:40.884Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-30T08:44:40.884Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-30T08:44:40.884Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-30T08:44:41.146Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-30T08:44:41.146Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-30T08:44:41.146Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-30T08:44:41.146Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-30T08:44:41.146Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-30T08:44:41.146Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-30T08:44:41.407Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-30T08:44:41.407Z] Fetched 7663 kB in 1s (10.2 MB/s) [2021-04-30T08:44:41.407Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-30T08:44:41.407Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-30T08:44:41.407Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-30T08:44:41.667Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-30T08:44:41.667Z] Selecting previously unselected package libpsl5:amd64. [2021-04-30T08:44:41.667Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-30T08:44:41.667Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-30T08:44:41.927Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-30T08:44:41.928Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-30T08:44:41.928Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-30T08:44:41.928Z] Selecting previously unselected package librtmp1:amd64. [2021-04-30T08:44:41.928Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-30T08:44:41.928Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-30T08:44:41.928Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-30T08:44:42.189Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-30T08:44:42.189Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-30T08:44:42.189Z] Selecting previously unselected package liberror-perl. [2021-04-30T08:44:42.189Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-30T08:44:42.189Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-30T08:44:42.189Z] Selecting previously unselected package git-man. [2021-04-30T08:44:42.189Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-30T08:44:42.189Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:44:42.449Z] Selecting previously unselected package git. [2021-04-30T08:44:42.449Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-30T08:44:42.449Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:44:43.392Z] Selecting previously unselected package libnorm1:amd64. [2021-04-30T08:44:43.392Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-30T08:44:43.392Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-30T08:44:43.392Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-30T08:44:43.392Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-30T08:44:43.392Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-30T08:44:43.392Z] Selecting previously unselected package libsodium23:amd64. [2021-04-30T08:44:43.392Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-30T08:44:43.392Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-30T08:44:43.657Z] Selecting previously unselected package libzmq5:amd64. [2021-04-30T08:44:43.657Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-30T08:44:43.657Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:44:43.657Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-30T08:44:43.657Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-30T08:44:43.657Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:44:43.919Z] Selecting previously unselected package pkg-config. [2021-04-30T08:44:43.919Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-30T08:44:43.919Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-30T08:44:43.919Z] Selecting previously unselected package zip. [2021-04-30T08:44:43.919Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-30T08:44:43.919Z] Unpacking zip (3.0-11build1) ... [2021-04-30T08:44:43.919Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-30T08:44:43.919Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:44:43.919Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-30T08:44:43.919Z] Setting up liberror-perl (0.17025-1) ... [2021-04-30T08:44:44.180Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-30T08:44:44.180Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-30T08:44:44.180Z] No schema files found: doing nothing. [2021-04-30T08:44:44.180Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-30T08:44:44.180Z] Setting up zip (3.0-11build1) ... [2021-04-30T08:44:44.180Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-30T08:44:44.180Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-30T08:44:44.180Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-30T08:44:44.180Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:44:44.180Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-30T08:44:44.180Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-30T08:44:44.440Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-30T08:44:44.440Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-30T08:44:51.045Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:44:51.045Z] git set to automatically installed. [2021-04-30T08:44:51.045Z] git-man set to automatically installed. [2021-04-30T08:44:51.045Z] libcurl3-gnutls set to automatically installed. [2021-04-30T08:44:51.045Z] liberror-perl set to automatically installed. [2021-04-30T08:44:51.045Z] libglib2.0-0 set to automatically installed. [2021-04-30T08:44:51.045Z] libnghttp2-14 set to automatically installed. [2021-04-30T08:44:51.045Z] libnorm1 set to automatically installed. [2021-04-30T08:44:51.045Z] libpgm-5.2-0 set to automatically installed. [2021-04-30T08:44:51.045Z] libpsl5 set to automatically installed. [2021-04-30T08:44:51.045Z] librtmp1 set to automatically installed. [2021-04-30T08:44:51.045Z] libsodium23 set to automatically installed. [2021-04-30T08:44:51.045Z] libzmq3-dev set to automatically installed. [2021-04-30T08:44:51.045Z] libzmq5 set to automatically installed. [2021-04-30T08:44:51.045Z] pkg-config set to automatically installed. [2021-04-30T08:44:51.045Z] zip set to automatically installed. [2021-04-30T08:44:52.962Z] snapd is not logged in, snap install commands will use sudo [2021-04-30T08:44:59.550Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:45:17.702Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-30T08:45:17.702Z] snapd is not logged in, snap install commands will use sudo [2021-04-30T08:45:21.908Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-30T08:45:22.169Z] snap "core18" has no updates available [2021-04-30T08:45:23.111Z] Pulling go-build-helper [2021-04-30T08:45:23.111Z] + snapcraftctl pull [2021-04-30T08:45:24.499Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-30T08:45:24.499Z] Skipping pull go-build-helper (already ran) [2021-04-30T08:45:24.499Z] Building go-build-helper [2021-04-30T08:45:24.499Z] + snapcraftctl build [2021-04-30T08:45:27.046Z] Staging go-build-helper [2021-04-30T08:45:27.046Z] + snapcraftctl stage [2021-04-30T08:45:39.278Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-30T08:45:39.278Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-30T08:45:39.278Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-30T08:45:39.278Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-30T08:45:39.278Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-30T08:45:39.278Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-30T08:45:39.278Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-30T08:45:39.278Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-30T08:45:39.278Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-30T08:45:39.278Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-30T08:45:39.278Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-30T08:45:39.278Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-30T08:45:39.278Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-30T08:45:39.278Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-30T08:45:39.278Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-30T08:45:39.278Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-30T08:45:39.278Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-30T08:45:39.278Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-30T08:45:39.278Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-30T08:45:39.278Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-30T08:45:39.278Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-30T08:45:39.278Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-30T08:45:39.278Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-30T08:45:39.278Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-30T08:45:39.278Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-30T08:45:39.278Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-30T08:45:39.278Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-30T08:45:39.278Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-30T08:45:39.278Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-30T08:45:39.278Z] Fetched 224 kB in 0s (0 B/s) [2021-04-30T08:45:39.278Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-30T08:45:39.278Z] Fetched 157 kB in 0s (0 B/s) [2021-04-30T08:45:39.278Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-30T08:45:39.278Z] Fetched 221 kB in 0s (0 B/s) [2021-04-30T08:45:39.278Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-30T08:45:39.278Z] Fetched 143 kB in 0s (0 B/s) [2021-04-30T08:45:39.278Z] Pulling app-service-config [2021-04-30T08:45:39.278Z] + snapcraftctl pull [2021-04-30T08:45:40.222Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-30T08:45:41.165Z] Pulling config-common [2021-04-30T08:45:41.165Z] + snapcraftctl pull [2021-04-30T08:45:42.157Z] 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-04-30T08:45:46.460Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:45:46.460Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:45:46.460Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:45:46.460Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:45:46.460Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-30T08:45:46.460Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:45:46.460Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-30T08:45:46.460Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:45:46.460Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-30T08:45:46.460Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:45:46.460Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-30T08:45:46.460Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:45:46.460Z] Pulling edgex-go [2021-04-30T08:45:46.460Z] + snapcraftctl pull [2021-04-30T08:45:50.552Z] Removing intermediate container aeeba6cb49f9 [2021-04-30T08:45:50.552Z] ---> 1a1482bc68ec [2021-04-30T08:45:50.552Z] [2021-04-30T08:45:50.552Z] Step 10/31 : FROM alpine:3.12 [2021-04-30T08:45:50.552Z] Removing intermediate container 681026b9838b [2021-04-30T08:45:50.552Z] ---> 8945db85d815 [2021-04-30T08:45:50.552Z] [2021-04-30T08:45:50.552Z] Step 10/24 : FROM alpine:3.12 [2021-04-30T08:45:50.552Z] 3.12: Pulling from library/alpine [2021-04-30T08:45:50.552Z] 3.12: Pulling from library/alpine [2021-04-30T08:45:52.007Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:45:52.007Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:45:52.008Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T08:45:52.008Z] ---> 9852663dfa18 [2021-04-30T08:45:52.008Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-30T08:45:52.008Z] Status: Image is up to date for alpine:3.12 [2021-04-30T08:45:52.008Z] ---> 9852663dfa18 [2021-04-30T08:45:52.008Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-30T08:45:52.616Z] ---> Running in 6b924aa349ff [2021-04-30T08:45:52.616Z] ---> Running in 77caa353c3c1 [2021-04-30T08:45:53.619Z] Removing intermediate container 6b924aa349ff [2021-04-30T08:45:53.619Z] ---> ca2a8b5f8778 [2021-04-30T08:45:53.619Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-30T08:45:53.904Z] ---> Running in 68282df1457f [2021-04-30T08:45:55.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:55.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:56.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:56.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:45:56.862Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-30T08:45:56.862Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:45:56.862Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-30T08:45:56.862Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:45:56.862Z] (2/2) Installing su-exec (0.2-r1) [2021-04-30T08:45:56.862Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:45:56.862Z] (4/6) Installing curl (7.76.1-r0) [2021-04-30T08:45:56.862Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:45:56.862Z] (6/6) Installing su-exec (0.2-r1) [2021-04-30T08:45:56.862Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:45:56.862Z] OK: 5 MiB in 16 packages [2021-04-30T08:45:56.862Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:45:57.471Z] OK: 7 MiB in 20 packages [2021-04-30T08:46:00.114Z] Removing intermediate container e35819f7bdd5 [2021-04-30T08:46:00.114Z] ---> 15cf74bcb872 [2021-04-30T08:46:00.114Z] [2021-04-30T08:46:00.114Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:46:00.114Z] ---> 9852663dfa18 [2021-04-30T08:46:00.114Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-30T08:46:00.114Z] Removing intermediate container 68282df1457f [2021-04-30T08:46:00.114Z] ---> 3a3b3676e18b [2021-04-30T08:46:00.114Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-30T08:46:00.114Z] ---> Running in dc1669158e74 [2021-04-30T08:46:00.389Z] ---> Running in 67f9accbbac5 [2021-04-30T08:46:00.989Z] Removing intermediate container 77caa353c3c1 [2021-04-30T08:46:00.989Z] ---> d9ad8a536582 [2021-04-30T08:46:00.989Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:46:01.262Z] ---> Running in 6bc5e909bc26 [2021-04-30T08:46:01.262Z] Removing intermediate container 67f9accbbac5 [2021-04-30T08:46:01.262Z] ---> ae9d4baf5178 [2021-04-30T08:46:01.262Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-30T08:46:01.536Z] ---> Running in 26a2888cca93 [2021-04-30T08:46:02.138Z] Removing intermediate container 6bc5e909bc26 [2021-04-30T08:46:02.138Z] ---> c3ded4ce3888 [2021-04-30T08:46:02.138Z] Step 13/24 : WORKDIR / [2021-04-30T08:46:02.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:02.413Z] ---> Running in 764c5e17013f [2021-04-30T08:46:02.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:02.695Z] Removing intermediate container 26a2888cca93 [2021-04-30T08:46:02.695Z] ---> 03e04e2ad429 [2021-04-30T08:46:02.695Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-30T08:46:02.986Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-30T08:46:02.986Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:46:02.986Z] ---> Running in 79c42ef363df [2021-04-30T08:46:02.986Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:46:03.259Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:46:03.535Z] OK: 6 MiB in 16 packages [2021-04-30T08:46:03.535Z] Removing intermediate container 764c5e17013f [2021-04-30T08:46:03.535Z] ---> 7059c0a1e061 [2021-04-30T08:46:03.535Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-30T08:46:04.979Z] ---> 4c37e2b56004 [2021-04-30T08:46:04.979Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-30T08:46:08.237Z] ---> 273847cba133 [2021-04-30T08:46:08.237Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-30T08:46:08.439Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-30T08:46:08.439Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-30T08:46:08.439Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-30T08:46:08.439Z] Fetched 0 B in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-30T08:46:08.439Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-30T08:46:08.439Z] Fetched 279 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-30T08:46:08.439Z] Fetched 122 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-30T08:46:08.439Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-30T08:46:08.439Z] Fetched 8848 B in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-30T08:46:08.439Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-30T08:46:08.439Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-30T08:46:08.439Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-30T08:46:08.439Z] Fetched 219 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-30T08:46:08.439Z] Fetched 154 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-30T08:46:08.439Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-30T08:46:08.439Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-30T08:46:08.439Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-30T08:46:08.439Z] Fetched 499 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-30T08:46:08.439Z] Fetched 111 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-30T08:46:08.439Z] Fetched 240 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-30T08:46:08.439Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-30T08:46:08.439Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-30T08:46:08.439Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-30T08:46:08.439Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-30T08:46:08.439Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-30T08:46:08.439Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-30T08:46:08.439Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-30T08:46:08.439Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-30T08:46:08.439Z] Fetched 8720 B in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-30T08:46:08.439Z] Fetched 137 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-30T08:46:08.439Z] Fetched 119 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-30T08:46:08.439Z] Fetched 110 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-30T08:46:08.439Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-30T08:46:08.439Z] Fetched 645 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-30T08:46:08.439Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-30T08:46:08.439Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-30T08:46:08.439Z] Fetched 368 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-30T08:46:08.439Z] Fetched 187 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-30T08:46:08.439Z] Fetched 175 kB in 0s (0 B/s) [2021-04-30T08:46:08.439Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-30T08:46:08.440Z] Fetched 206 kB in 0s (0 B/s) [2021-04-30T08:46:08.440Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-30T08:46:08.440Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-30T08:46:08.440Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-30T08:46:08.440Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-30T08:46:08.440Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-30T08:46:08.440Z] Fetched 159 kB in 0s (0 B/s) [2021-04-30T08:46:08.440Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-30T08:46:08.440Z] Fetched 107 kB in 0s (0 B/s) [2021-04-30T08:46:08.440Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-30T08:46:08.440Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-30T08:46:08.440Z] Pulling static-packages [2021-04-30T08:46:08.440Z] + snapcraftctl pull [2021-04-30T08:46:08.513Z] Removing intermediate container dc1669158e74 [2021-04-30T08:46:08.513Z] ---> 9eea55d48ce1 [2021-04-30T08:46:08.513Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:46:08.789Z] ---> Running in 2ae87f2215ab [2021-04-30T08:46:09.063Z] Removing intermediate container 25d62e0b424f [2021-04-30T08:46:09.063Z] ---> de6b09b25fa9 [2021-04-30T08:46:09.063Z] [2021-04-30T08:46:09.063Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:46:09.063Z] ---> 9852663dfa18 [2021-04-30T08:46:09.063Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:46:09.063Z] Removing intermediate container 79c42ef363df [2021-04-30T08:46:09.063Z] ---> fa244f1ead5d [2021-04-30T08:46:09.063Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-30T08:46:09.336Z] ---> Running in a8bfe7f34659 [2021-04-30T08:46:09.336Z] ---> Running in dd91e6356820 [2021-04-30T08:46:09.336Z] ---> 4530c66a59e6 [2021-04-30T08:46:09.336Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-30T08:46:09.608Z] Removing intermediate container 2ae87f2215ab [2021-04-30T08:46:09.608Z] ---> 3d019b1616c4 [2021-04-30T08:46:09.608Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-30T08:46:09.825Z] Pulling version [2021-04-30T08:46:09.825Z] + cd /root/project [2021-04-30T08:46:09.826Z] + [ -f VERSION ] [2021-04-30T08:46:09.826Z] + PROJECT_VERSION=local-dev [2021-04-30T08:46:09.826Z] + git rev-parse --short HEAD [2021-04-30T08:46:09.826Z] + GIT_REVISION=f9f77954 [2021-04-30T08:46:09.826Z] + snapcraftctl set-version local-dev [2021-04-30T08:46:10.210Z] ---> Running in 749205e4c150 [2021-04-30T08:46:10.210Z] Removing intermediate container dd91e6356820 [2021-04-30T08:46:10.210Z] ---> 7b05dfb13a1a [2021-04-30T08:46:10.210Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-30T08:46:11.196Z] Removing intermediate container 749205e4c150 [2021-04-30T08:46:11.196Z] ---> 139764cf8581 [2021-04-30T08:46:11.196Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:46:11.196Z] ---> 454b4577e5e3 [2021-04-30T08:46:11.196Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-30T08:46:11.196Z] ---> Running in 73205971e0c6 [2021-04-30T08:46:11.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:11.212Z] Skipping build go-build-helper (already ran) [2021-04-30T08:46:11.212Z] Building app-service-config [2021-04-30T08:46:11.212Z] + make build [2021-04-30T08:46:11.212Z] 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-04-30T08:46:11.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:11.475Z] ---> ce8a7cd47c1e [2021-04-30T08:46:11.475Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-30T08:46:12.099Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:46:12.099Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:46:12.099Z] OK: 5 MiB in 15 packages [2021-04-30T08:46:12.099Z] ---> Running in 71ae43c46810 [2021-04-30T08:46:12.375Z] Removing intermediate container 73205971e0c6 [2021-04-30T08:46:12.375Z] ---> 7d99277429a2 [2021-04-30T08:46:12.376Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:46:13.355Z] ---> 3590a13e9dee [2021-04-30T08:46:13.355Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-30T08:46:13.635Z] ---> 2cf022a3ac96 [2021-04-30T08:46:13.635Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-30T08:46:13.757Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-04-30T08:46:13.757Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-04-30T08:46:13.757Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-04-30T08:46:13.757Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-30T08:46:14.018Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-30T08:46:14.018Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-30T08:46:14.018Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-30T08:46:14.018Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-30T08:46:14.018Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-30T08:46:14.018Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-30T08:46:14.241Z] Removing intermediate container a8bfe7f34659 [2021-04-30T08:46:14.241Z] ---> 0ff9e637645e [2021-04-30T08:46:14.241Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:46:14.286Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-30T08:46:14.286Z] go: downloading golang.org/x/text v0.3.2 [2021-04-30T08:46:14.286Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-30T08:46:14.555Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-30T08:46:14.555Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-30T08:46:14.555Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-30T08:46:14.555Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-30T08:46:14.816Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-30T08:46:14.816Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-30T08:46:14.816Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-30T08:46:14.816Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-30T08:46:14.816Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-30T08:46:14.816Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-30T08:46:14.816Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-30T08:46:14.842Z] ---> e1d50948db6c [2021-04-30T08:46:14.842Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-30T08:46:15.077Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-30T08:46:15.077Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-30T08:46:15.077Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-30T08:46:15.077Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-30T08:46:15.077Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-30T08:46:15.077Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-30T08:46:15.077Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-30T08:46:15.120Z] ---> Running in d34ab70b2092 [2021-04-30T08:46:15.347Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-30T08:46:15.347Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-30T08:46:15.347Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-30T08:46:15.347Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-30T08:46:15.347Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-30T08:46:15.347Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-30T08:46:15.347Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-30T08:46:15.347Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-30T08:46:15.347Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-30T08:46:15.347Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-30T08:46:15.347Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-30T08:46:15.347Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-30T08:46:15.390Z] ---> Running in 704373daf45b [2021-04-30T08:46:15.390Z] ---> c7baf215eb53 [2021-04-30T08:46:15.390Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-30T08:46:15.611Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-30T08:46:15.611Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-30T08:46:15.984Z] Removing intermediate container d34ab70b2092 [2021-04-30T08:46:15.985Z] ---> f16e69dee321 [2021-04-30T08:46:15.985Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-30T08:46:15.985Z] Removing intermediate container 1070812ff07e [2021-04-30T08:46:15.985Z] ---> 167e5bf9d23d [2021-04-30T08:46:15.985Z] [2021-04-30T08:46:15.985Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:46:15.985Z] ---> 9852663dfa18 [2021-04-30T08:46:15.985Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-30T08:46:15.985Z] Removing intermediate container 71ae43c46810 [2021-04-30T08:46:15.985Z] ---> 52db2c5f078f [2021-04-30T08:46:15.985Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:46:16.257Z] ---> Running in 1385b29a0242 [2021-04-30T08:46:16.257Z] ---> Running in aa5fd52e6a1b [2021-04-30T08:46:16.536Z] ---> b9ca3f6e489c [2021-04-30T08:46:16.536Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-30T08:46:16.809Z] ---> Running in 393bffb9a266 [2021-04-30T08:46:16.809Z] Removing intermediate container 1385b29a0242 [2021-04-30T08:46:16.809Z] ---> 7fa0dba60e00 [2021-04-30T08:46:16.809Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:46:16.809Z] Removing intermediate container aa5fd52e6a1b [2021-04-30T08:46:16.809Z] ---> 26de5fc3a31b [2021-04-30T08:46:16.809Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-30T08:46:17.082Z] ---> Running in 12a5c2fb0bbd [2021-04-30T08:46:17.082Z] ---> 83eacffc41ee [2021-04-30T08:46:17.082Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-30T08:46:17.082Z] ---> Running in a65b3ce132d1 [2021-04-30T08:46:17.354Z] Removing intermediate container 393bffb9a266 [2021-04-30T08:46:17.354Z] ---> d7ceeaf21f9c [2021-04-30T08:46:17.354Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:46:17.626Z] ---> Running in a94c0d22d1ef [2021-04-30T08:46:17.907Z] Removing intermediate container 12a5c2fb0bbd [2021-04-30T08:46:17.907Z] ---> d96b2eabbda3 [2021-04-30T08:46:17.907Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-30T08:46:18.182Z] Removing intermediate container a65b3ce132d1 [2021-04-30T08:46:18.182Z] ---> 6812da09afa7 [2021-04-30T08:46:18.182Z] Step 15/23 : WORKDIR / [2021-04-30T08:46:18.182Z] Removing intermediate container a94c0d22d1ef [2021-04-30T08:46:18.182Z] ---> adc32c30cf66 [2021-04-30T08:46:18.182Z] Step 20/22 : LABEL arch=arm64 [2021-04-30T08:46:18.453Z] ---> Running in adc3f9daa03b [2021-04-30T08:46:18.453Z] ---> Running in 1ea47c8cde77 [2021-04-30T08:46:18.453Z] ---> Running in 2e0287838363 [2021-04-30T08:46:18.724Z] Removing intermediate container 704373daf45b [2021-04-30T08:46:18.725Z] ---> 106ff74163e6 [2021-04-30T08:46:18.725Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-30T08:46:18.725Z] ---> 648cc5d03536 [2021-04-30T08:46:18.725Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-30T08:46:18.996Z] ---> Running in 853e1a172e6c [2021-04-30T08:46:18.996Z] Removing intermediate container adc3f9daa03b [2021-04-30T08:46:18.996Z] ---> f8081231c142 [2021-04-30T08:46:18.996Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:46:18.996Z] Removing intermediate container 1ea47c8cde77 [2021-04-30T08:46:18.996Z] ---> 154e11634b56 [2021-04-30T08:46:18.996Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:46:19.266Z] ---> Running in 8b63c5978300 [2021-04-30T08:46:19.266Z] Removing intermediate container 2e0287838363 [2021-04-30T08:46:19.266Z] ---> 459942a0d4f9 [2021-04-30T08:46:19.267Z] Step 21/22 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:46:19.540Z] ---> Running in 37983e9ef9b3 [2021-04-30T08:46:19.540Z] Removing intermediate container 853e1a172e6c [2021-04-30T08:46:19.540Z] ---> 130aa344e6e0 [2021-04-30T08:46:19.540Z] Step 22/24 : LABEL arch=arm64 [2021-04-30T08:46:19.540Z] ---> 3a243488eeb7 [2021-04-30T08:46:19.540Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-30T08:46:19.819Z] ---> Running in 73a48d38fae7 [2021-04-30T08:46:20.097Z] Removing intermediate container 37983e9ef9b3 [2021-04-30T08:46:20.097Z] ---> 14200c1a47d7 [2021-04-30T08:46:20.097Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:46:20.097Z] ---> 43e4316e20cf [2021-04-30T08:46:20.097Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-30T08:46:20.374Z] ---> Running in 36eaf8f6e08a [2021-04-30T08:46:20.654Z] Removing intermediate container 73a48d38fae7 [2021-04-30T08:46:20.654Z] ---> eeaab989c5cf [2021-04-30T08:46:20.654Z] Step 23/24 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:46:20.654Z] ---> Running in 0c7f0159100c [2021-04-30T08:46:20.654Z] ---> ace48bc09536 [2021-04-30T08:46:20.940Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-30T08:46:21.212Z] Removing intermediate container 36eaf8f6e08a [2021-04-30T08:46:21.212Z] ---> e18c9be3a519 [2021-04-30T08:46:21.212Z] [2021-04-30T08:46:21.489Z] Removing intermediate container 0c7f0159100c [2021-04-30T08:46:21.489Z] ---> 855da5879f32 [2021-04-30T08:46:21.489Z] Step 24/24 : LABEL version=0.0.0 [2021-04-30T08:46:21.759Z] Successfully built e18c9be3a519 [2021-04-30T08:46:21.759Z] ---> Running in 48537fec202c [2021-04-30T08:46:22.029Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-30T08:46:22.029Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-04-30T08:46:22.029Z] ---> 241968f3eb9e [2021-04-30T08:46:22.029Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-30T08:46:22.302Z] ---> 18ee75716ee0 [2021-04-30T08:46:22.302Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-30T08:46:22.302Z] Removing intermediate container 8b63c5978300 [2021-04-30T08:46:22.302Z] ---> 9b3b30502b35 [2021-04-30T08:46:22.302Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-30T08:46:22.573Z] ---> Running in 6b6a1c251b12 [2021-04-30T08:46:22.573Z] Removing intermediate container 48537fec202c [2021-04-30T08:46:22.573Z] ---> d6c46b32ac44 [2021-04-30T08:46:22.573Z] [2021-04-30T08:46:22.573Z] ---> Running in 11b8b03ae4a4 [2021-04-30T08:46:23.184Z] ---> 0847b69eca3e [2021-04-30T08:46:23.184Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-30T08:46:23.474Z] Successfully built d6c46b32ac44 [2021-04-30T08:46:23.474Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-30T08:46:23.474Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-30T08:46:23.747Z] Removing intermediate container 6b6a1c251b12 [2021-04-30T08:46:23.747Z] ---> 4c351b83335d [2021-04-30T08:46:23.747Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-30T08:46:23.747Z] ---> Running in f13c08dbdb01 [2021-04-30T08:46:24.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:24.623Z] Removing intermediate container f13c08dbdb01 [2021-04-30T08:46:24.623Z] ---> 12bd49a9735e [2021-04-30T08:46:24.623Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:46:24.623Z] ---> Running in 267631eeae6b [2021-04-30T08:46:24.623Z] ---> 1ea1cba900d3 [2021-04-30T08:46:24.623Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-30T08:46:24.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:46:25.502Z] ---> Running in 9bdd07282dce [2021-04-30T08:46:25.778Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:46:26.059Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-30T08:46:26.059Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-30T08:46:26.059Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-30T08:46:26.345Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-30T08:46:26.345Z] Removing intermediate container 267631eeae6b [2021-04-30T08:46:26.345Z] ---> f1fd320ab279 [2021-04-30T08:46:26.345Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:46:26.345Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-30T08:46:26.624Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:46:26.624Z] OK: 8 MiB in 20 packages [2021-04-30T08:46:27.642Z] ---> Running in f0c41019ff10 [2021-04-30T08:46:27.867Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-30T08:46:27.867Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-30T08:46:27.867Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-30T08:46:27.867Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-30T08:46:28.244Z] Removing intermediate container f0c41019ff10 [2021-04-30T08:46:28.244Z] ---> 9f2751312d73 [2021-04-30T08:46:28.244Z] Step 22/23 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:46:28.438Z] Building config-common [2021-04-30T08:46:28.438Z] + snapcraftctl build [2021-04-30T08:46:28.518Z] ---> Running in e9379307e4ca [2021-04-30T08:46:29.119Z] Removing intermediate container 11b8b03ae4a4 [2021-04-30T08:46:29.119Z] ---> fafd54be9d20 [2021-04-30T08:46:29.120Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:46:29.120Z] Removing intermediate container e9379307e4ca [2021-04-30T08:46:29.120Z] ---> 3344a64b1e2a [2021-04-30T08:46:29.120Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:46:29.393Z] ---> Running in 231cc50a4e34 [2021-04-30T08:46:30.852Z] ---> 563d1f9fcd4d [2021-04-30T08:46:30.852Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-30T08:46:30.852Z] Removing intermediate container 9bdd07282dce [2021-04-30T08:46:30.852Z] ---> 8a15fe7feb34 [2021-04-30T08:46:30.852Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-30T08:46:31.128Z] Removing intermediate container 231cc50a4e34 [2021-04-30T08:46:31.128Z] ---> 167a3639a50c [2021-04-30T08:46:31.128Z] [2021-04-30T08:46:31.730Z] Successfully built 167a3639a50c [2021-04-30T08:46:31.779Z] Building edgex-go [2021-04-30T08:46:32.010Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-30T08:46:32.010Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-04-30T08:46:32.010Z] ---> Running in 243f3b6eb479 [2021-04-30T08:46:32.355Z] + cd /root/parts/edgex-go/src [2021-04-30T08:46:32.355Z] + make build [2021-04-30T08:46:32.355Z] 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-04-30T08:46:32.606Z] ---> c0868ad8a16f [2021-04-30T08:46:32.607Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-30T08:46:32.877Z] Removing intermediate container 243f3b6eb479 [2021-04-30T08:46:32.877Z] ---> 6f575885a094 [2021-04-30T08:46:32.877Z] Step 28/31 : CMD ["gate"] [2021-04-30T08:46:33.042Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-30T08:46:33.042Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-30T08:46:33.042Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-04-30T08:46:33.042Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 [2021-04-30T08:46:33.042Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-30T08:46:33.042Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-30T08:46:33.148Z] ---> Running in d14460298eb7 [2021-04-30T08:46:33.426Z] ---> fe2d7c59c361 [2021-04-30T08:46:33.426Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-30T08:46:33.426Z] ---> Running in 62311c3dcfec [2021-04-30T08:46:33.703Z] Removing intermediate container d14460298eb7 [2021-04-30T08:46:33.703Z] ---> 73e8042558a8 [2021-04-30T08:46:33.703Z] Step 29/31 : LABEL arch=arm64 [2021-04-30T08:46:33.976Z] ---> Running in c003533f9280 [2021-04-30T08:46:34.255Z] Removing intermediate container 62311c3dcfec [2021-04-30T08:46:34.255Z] ---> 86fb0073f1ab [2021-04-30T08:46:34.255Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:46:34.531Z] ---> Running in b395fd4669a6 [2021-04-30T08:46:34.531Z] Removing intermediate container c003533f9280 [2021-04-30T08:46:34.531Z] ---> 743ba480906a [2021-04-30T08:46:34.531Z] Step 30/31 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:46:35.125Z] ---> Running in 888c51d8f0fe [2021-04-30T08:46:35.125Z] Removing intermediate container b395fd4669a6 [2021-04-30T08:46:35.125Z] ---> 8deae1f8a7e7 [2021-04-30T08:46:35.125Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:46:35.404Z] ---> Running in 6fa48409dc6d [2021-04-30T08:46:35.673Z] Removing intermediate container 888c51d8f0fe [2021-04-30T08:46:35.673Z] ---> facb0cbfa46a [2021-04-30T08:46:35.673Z] Step 31/31 : LABEL version=0.0.0 [2021-04-30T08:46:35.971Z] ---> Running in 9959a69e6af4 [2021-04-30T08:46:35.971Z] Removing intermediate container 6fa48409dc6d [2021-04-30T08:46:35.971Z] ---> 0ca16586c322 [2021-04-30T08:46:35.971Z] Step 22/23 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:46:36.251Z] ---> Running in 3f901abc29aa [2021-04-30T08:46:36.540Z] Removing intermediate container 9959a69e6af4 [2021-04-30T08:46:36.540Z] ---> df9fc5b70270 [2021-04-30T08:46:36.540Z] [2021-04-30T08:46:37.133Z] Successfully built df9fc5b70270 [2021-04-30T08:46:37.133Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-30T08:46:37.133Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-04-30T08:46:37.133Z] Removing intermediate container 3f901abc29aa [2021-04-30T08:46:37.133Z] ---> 4f8a6c133ab5 [2021-04-30T08:46:37.133Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:46:37.379Z] 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-04-30T08:46:37.403Z] ---> Running in 3d22266ecc4e [2021-04-30T08:46:37.640Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-30T08:46:37.994Z] Removing intermediate container 3d22266ecc4e [2021-04-30T08:46:37.995Z] ---> 14d55ab0e353 [2021-04-30T08:46:37.995Z] [2021-04-30T08:46:38.274Z] Successfully built 14d55ab0e353 [2021-04-30T08:46:38.274Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-30T08:46:44.232Z] 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-04-30T08:46:45.176Z] 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-04-30T08:46:47.091Z] 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-04-30T08:46:47.662Z] 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-04-30T08:46:47.662Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-30T08:46:47.924Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-30T08:46:47.924Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-30T08:46:47.924Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-30T08:46:49.860Z] 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-04-30T08:46:49.860Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-30T08:46:50.121Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-30T08:46:52.036Z] 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-04-30T08:46:53.421Z] 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-04-30T08:46:54.805Z] 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-04-30T08:46:56.217Z] 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-04-30T08:46:56.217Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-30T08:46:57.611Z] 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-04-30T08:46:57.611Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-30T08:47:00.160Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-30T08:47:00.160Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-30T08:47:00.160Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-30T08:47:00.160Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-30T08:47:00.160Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-30T08:47:00.160Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-30T08:47:00.160Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-30T08:47:00.160Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-30T08:47:00.160Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-30T08:47:00.160Z] + 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-04-30T08:47:00.160Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-30T08:47:00.160Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-30T08:47:00.160Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-30T08:47:00.160Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-30T08:47:00.160Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-30T08:47:00.160Z] + 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-04-30T08:47:03.472Z] Building static-packages [2021-04-30T08:47:03.472Z] + snapcraftctl build [2021-04-30T08:47:06.019Z] Building version [2021-04-30T08:47:06.019Z] + snapcraftctl build [2021-04-30T08:47:08.562Z] Skipping stage go-build-helper (already ran) [2021-04-30T08:47:08.562Z] Staging app-service-config [2021-04-30T08:47:08.562Z] + snapcraftctl stage [2021-04-30T08:47:09.946Z] Staging config-common [2021-04-30T08:47:09.946Z] + snapcraftctl stage [2021-04-30T08:47:10.887Z] Staging edgex-go [2021-04-30T08:47:10.887Z] + snapcraftctl stage [2021-04-30T08:47:12.273Z] Staging static-packages [2021-04-30T08:47:12.273Z] + snapcraftctl stage [2021-04-30T08:47:13.657Z] Staging version [2021-04-30T08:47:13.657Z] + snapcraftctl stage [2021-04-30T08:47:15.050Z] Priming go-build-helper [2021-04-30T08:47:15.050Z] + snapcraftctl prime [2021-04-30T08:47:15.993Z] Priming app-service-config [2021-04-30T08:47:15.993Z] + snapcraftctl prime [2021-04-30T08:47:17.247Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:47:17.247Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:47:17.247Z] ---> 42410de16526 [2021-04-30T08:47:17.247Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:47:17.247Z] ---> Using cache [2021-04-30T08:47:17.247Z] ---> bce1ac33cc0e [2021-04-30T08:47:17.247Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:47:17.247Z] ---> Using cache [2021-04-30T08:47:17.247Z] ---> e7fa0747127a [2021-04-30T08:47:17.247Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-30T08:47:17.247Z] ---> Using cache [2021-04-30T08:47:17.247Z] ---> 96cab8791e08 [2021-04-30T08:47:17.247Z] Step 6/22 : COPY go.mod . [2021-04-30T08:47:17.247Z] ---> Using cache [2021-04-30T08:47:17.247Z] ---> c4bd3d0cc966 [2021-04-30T08:47:17.247Z] Step 7/22 : RUN go mod download [2021-04-30T08:47:17.247Z] ---> Using cache [2021-04-30T08:47:17.247Z] ---> 7c20af727acd [2021-04-30T08:47:17.247Z] Step 8/22 : COPY . . [2021-04-30T08:47:17.247Z] ---> Using cache [2021-04-30T08:47:17.247Z] ---> 26b04e42bb99 [2021-04-30T08:47:17.247Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-30T08:47:17.247Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:47:17.247Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:47:17.247Z] ---> 42410de16526 [2021-04-30T08:47:17.247Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:47:17.247Z] ---> Using cache [2021-04-30T08:47:17.247Z] ---> bce1ac33cc0e [2021-04-30T08:47:17.247Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:47:17.247Z] ---> Using cache [2021-04-30T08:47:17.247Z] ---> e7fa0747127a [2021-04-30T08:47:17.247Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-30T08:47:17.379Z] Priming config-common [2021-04-30T08:47:17.379Z] + snapcraftctl prime [2021-04-30T08:47:17.847Z] ---> Running in beadcb46c14f [2021-04-30T08:47:17.847Z] ---> Running in a06b597f42f2 [2021-04-30T08:47:18.766Z] Priming edgex-go [2021-04-30T08:47:18.766Z] + snapcraftctl prime [2021-04-30T08:47:19.834Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:47:19.834Z] 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-04-30T08:47:20.160Z] Priming static-packages [2021-04-30T08:47:20.160Z] + snapcraftctl prime [2021-04-30T08:47:20.434Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:47:21.426Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:47:21.426Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:47:21.426Z] ---> 42410de16526 [2021-04-30T08:47:21.426Z] Step 3/21 : WORKDIR /edgex-go [2021-04-30T08:47:21.426Z] ---> Using cache [2021-04-30T08:47:21.426Z] ---> bce1ac33cc0e [2021-04-30T08:47:21.426Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:47:21.426Z] ---> Using cache [2021-04-30T08:47:21.426Z] ---> e7fa0747127a [2021-04-30T08:47:21.426Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-30T08:47:21.426Z] ---> Using cache [2021-04-30T08:47:21.426Z] ---> 96cab8791e08 [2021-04-30T08:47:21.426Z] Step 6/21 : COPY go.mod . [2021-04-30T08:47:21.426Z] ---> Using cache [2021-04-30T08:47:21.426Z] ---> c4bd3d0cc966 [2021-04-30T08:47:21.426Z] Step 7/21 : RUN go mod download [2021-04-30T08:47:21.426Z] ---> Using cache [2021-04-30T08:47:21.426Z] ---> 7c20af727acd [2021-04-30T08:47:21.426Z] Step 8/21 : COPY . . [2021-04-30T08:47:21.426Z] OK: 218 MiB in 52 packages [2021-04-30T08:47:21.703Z] ---> Using cache [2021-04-30T08:47:21.703Z] ---> 26b04e42bb99 [2021-04-30T08:47:21.703Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-30T08:47:22.694Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:47:22.694Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:47:22.694Z] ---> 42410de16526 [2021-04-30T08:47:22.694Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:47:22.694Z] ---> Using cache [2021-04-30T08:47:22.694Z] ---> bce1ac33cc0e [2021-04-30T08:47:22.694Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:47:22.694Z] ---> Using cache [2021-04-30T08:47:22.694Z] ---> e7fa0747127a [2021-04-30T08:47:22.694Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:47:22.694Z] ---> Using cache [2021-04-30T08:47:22.694Z] ---> 96cab8791e08 [2021-04-30T08:47:22.694Z] Step 6/23 : COPY go.mod . [2021-04-30T08:47:22.694Z] ---> Using cache [2021-04-30T08:47:22.694Z] ---> c4bd3d0cc966 [2021-04-30T08:47:22.694Z] Step 7/23 : RUN go mod download [2021-04-30T08:47:22.694Z] ---> Using cache [2021-04-30T08:47:22.694Z] ---> 7c20af727acd [2021-04-30T08:47:22.694Z] Step 8/23 : COPY . . [2021-04-30T08:47:22.694Z] ---> Using cache [2021-04-30T08:47:22.694Z] ---> 26b04e42bb99 [2021-04-30T08:47:22.694Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-30T08:47:22.708Z] Priming version [2021-04-30T08:47:22.708Z] + snapcraftctl prime [2021-04-30T08:47:23.677Z] ---> Running in bb0901707998 [2021-04-30T08:47:23.678Z] ---> Running in be6683963e3f [2021-04-30T08:47:24.101Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-30T08:47:24.668Z] Removing intermediate container beadcb46c14f [2021-04-30T08:47:24.668Z] ---> 52b937b39f88 [2021-04-30T08:47:24.668Z] Step 6/23 : COPY go.mod . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-04-30T08:47:26.108Z] 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-04-30T08:47:26.108Z] 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-04-30T08:47:26.108Z] ---> e3e4aa17f6fc [2021-04-30T08:47:26.108Z] Step 7/23 : RUN go mod download [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-30T08:47:26.381Z] ---> Running in 7192b2005dbe [2021-04-30T08:47:30.702Z] Removing intermediate container 7192b2005dbe [2021-04-30T08:47:30.702Z] ---> 0f197bdc838a [2021-04-30T08:47:30.702Z] Step 8/23 : COPY . . [2021-04-30T08:47:49.144Z] ---> 995912d18de5 [2021-04-30T08:47:49.145Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-30T08:47:49.145Z] ---> Running in cc9ac18bee72 [2021-04-30T08:47:51.126Z] 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-04-30T08:48:59.637Z] 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-04-30T08:48:59.637Z] Removing intermediate container a06b597f42f2 [2021-04-30T08:48:59.637Z] ---> eec92bf3383f [2021-04-30T08:48:59.637Z] [2021-04-30T08:48:59.637Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:48:59.637Z] ---> 9852663dfa18 [2021-04-30T08:48:59.637Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:48:59.637Z] ---> Using cache [2021-04-30T08:48:59.637Z] ---> 0ff9e637645e [2021-04-30T08:48:59.637Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:48:59.637Z] ---> Using cache [2021-04-30T08:48:59.637Z] ---> f16e69dee321 [2021-04-30T08:48:59.637Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-30T08:48:59.637Z] ---> Running in 3f48ac1122b1 [2021-04-30T08:48:59.936Z] Removing intermediate container 3f48ac1122b1 [2021-04-30T08:48:59.936Z] ---> 4c99b5f98250 [2021-04-30T08:48:59.936Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:49:00.222Z] ---> Running in f58e1daa9f1b [2021-04-30T08:49:01.203Z] Removing intermediate container f58e1daa9f1b [2021-04-30T08:49:01.203Z] ---> 1c568b9ec298 [2021-04-30T08:49:01.203Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:49:03.851Z] ---> 1b238c78c77b [2021-04-30T08:49:03.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-30T08:49:05.294Z] Removing intermediate container be6683963e3f [2021-04-30T08:49:05.294Z] ---> 284db447897a [2021-04-30T08:49:05.294Z] [2021-04-30T08:49:05.294Z] Step 10/21 : FROM alpine:3.12 [2021-04-30T08:49:05.294Z] ---> 9852663dfa18 [2021-04-30T08:49:05.294Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-30T08:49:05.892Z] ---> Running in ce304923cdfa [2021-04-30T08:49:05.892Z] ---> db76170a2e3f [2021-04-30T08:49:05.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-30T08:49:07.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:07.876Z] ---> 50a87fdfbd7f [2021-04-30T08:49:07.876Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-30T08:49:07.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:08.152Z] ---> Running in 378cabda34c4 [2021-04-30T08:49:08.426Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-30T08:49:08.700Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:49:08.700Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-30T08:49:08.700Z] (4/4) Installing curl (7.76.1-r0) [2021-04-30T08:49:08.700Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:49:08.700Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:49:08.700Z] Removing intermediate container 378cabda34c4 [2021-04-30T08:49:08.700Z] ---> cd8c093bdef5 [2021-04-30T08:49:08.700Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:49:08.700Z] OK: 7 MiB in 18 packages [2021-04-30T08:49:08.988Z] Removing intermediate container bb0901707998 [2021-04-30T08:49:08.988Z] ---> ce98d7958231 [2021-04-30T08:49:08.988Z] [2021-04-30T08:49:08.988Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:49:08.988Z] ---> 9852663dfa18 [2021-04-30T08:49:08.988Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:49:08.988Z] ---> Using cache [2021-04-30T08:49:08.988Z] ---> 0ff9e637645e [2021-04-30T08:49:08.988Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:49:08.988Z] ---> Using cache [2021-04-30T08:49:08.988Z] ---> f16e69dee321 [2021-04-30T08:49:08.988Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-30T08:49:08.988Z] ---> Running in 28b391badca0 [2021-04-30T08:49:08.988Z] ---> Running in 0c88929cf6a5 [2021-04-30T08:49:09.591Z] Removing intermediate container 28b391badca0 [2021-04-30T08:49:09.591Z] ---> 573c80bf1d47 [2021-04-30T08:49:09.591Z] Step 20/22 : LABEL arch=arm64 [2021-04-30T08:49:09.868Z] ---> Running in 8d414b8d035d [2021-04-30T08:49:10.145Z] Removing intermediate container 0c88929cf6a5 [2021-04-30T08:49:10.145Z] ---> f13b0c6ade18 [2021-04-30T08:49:10.145Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:49:10.418Z] ---> Running in 51212d844a9b [2021-04-30T08:49:10.694Z] Removing intermediate container 8d414b8d035d [2021-04-30T08:49:10.694Z] ---> 60f4539b5a04 [2021-04-30T08:49:10.694Z] Step 21/22 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:49:10.970Z] Removing intermediate container ce304923cdfa [2021-04-30T08:49:10.970Z] ---> e6a86e885944 [2021-04-30T08:49:10.970Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:49:11.245Z] ---> Running in 2080e09f3636 [2021-04-30T08:49:11.245Z] Removing intermediate container 51212d844a9b [2021-04-30T08:49:11.245Z] ---> 588484527f60 [2021-04-30T08:49:11.245Z] Step 15/23 : WORKDIR / [2021-04-30T08:49:11.245Z] ---> Running in 9a2e342a01b0 [2021-04-30T08:49:11.245Z] ---> Running in e82f8162e2d6 [2021-04-30T08:49:11.857Z] Removing intermediate container 2080e09f3636 [2021-04-30T08:49:11.857Z] ---> 0aa197a875fc [2021-04-30T08:49:11.857Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:49:11.857Z] Removing intermediate container 9a2e342a01b0 [2021-04-30T08:49:11.857Z] ---> 36e79c9b826f [2021-04-30T08:49:11.857Z] Step 13/21 : WORKDIR /edgex [2021-04-30T08:49:12.129Z] ---> Running in 350888a3b6bf [2021-04-30T08:49:12.129Z] Removing intermediate container e82f8162e2d6 [2021-04-30T08:49:12.129Z] ---> dbc07f834930 [2021-04-30T08:49:12.129Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:49:12.409Z] ---> Running in 64dbb3fbb62d [2021-04-30T08:49:12.687Z] Removing intermediate container 350888a3b6bf [2021-04-30T08:49:12.687Z] ---> 2462b6c0cc77 [2021-04-30T08:49:12.687Z] [2021-04-30T08:49:13.290Z] Successfully built 2462b6c0cc77 [2021-04-30T08:49:13.290Z] Removing intermediate container 64dbb3fbb62d [2021-04-30T08:49:13.290Z] ---> 6a3dfcccd38b [2021-04-30T08:49:13.290Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-30T08:49:13.290Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-30T08:49:13.573Z]  Building docker-support-scheduler-go ... done  ---> 9c5131931717 [2021-04-30T08:49:13.573Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-30T08:49:14.175Z] Removing intermediate container cc9ac18bee72 [2021-04-30T08:49:14.175Z] ---> 65558c0b7828 [2021-04-30T08:49:14.175Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-30T08:49:14.175Z] ---> 713a62df1eb6 [2021-04-30T08:49:14.175Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-30T08:49:14.175Z] ---> Running in b78784702064 [2021-04-30T08:49:15.166Z] ---> 4ff656331bbf [2021-04-30T08:49:15.166Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-30T08:49:15.440Z] 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-04-30T08:49:15.440Z] ---> 730875b35422 [2021-04-30T08:49:15.440Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-30T08:49:16.040Z] ---> 96bab99a66b6 [2021-04-30T08:49:16.040Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-30T08:49:16.312Z] ---> Running in d1f57c659054 [2021-04-30T08:49:16.908Z] Removing intermediate container d1f57c659054 [2021-04-30T08:49:16.908Z] ---> 7859f296ef91 [2021-04-30T08:49:16.908Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:49:16.908Z] ---> 2d69f722a2e6 [2021-04-30T08:49:16.908Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-30T08:49:16.908Z] ---> Running in de1386ad8fb0 [2021-04-30T08:49:17.185Z] ---> Running in 5212877c2026 [2021-04-30T08:49:17.457Z] Removing intermediate container de1386ad8fb0 [2021-04-30T08:49:17.457Z] ---> 78ba0d7666cb [2021-04-30T08:49:17.457Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:49:17.729Z] Removing intermediate container 5212877c2026 [2021-04-30T08:49:17.729Z] ---> 0de84d20a6ad [2021-04-30T08:49:17.729Z] Step 18/21 : CMD ["--init=true"] [2021-04-30T08:49:17.729Z] ---> Running in 67b9244ae22f [2021-04-30T08:49:18.002Z] ---> Running in 3512c40fab53 [2021-04-30T08:49:18.002Z] Removing intermediate container b78784702064 [2021-04-30T08:49:18.002Z] ---> 0f18d1d9a797 [2021-04-30T08:49:18.002Z] [2021-04-30T08:49:18.002Z] Step 11/23 : FROM docker:20.10.0 [2021-04-30T08:49:18.290Z] 20.10.0: Pulling from library/docker [2021-04-30T08:49:18.290Z] Removing intermediate container 67b9244ae22f [2021-04-30T08:49:18.290Z] ---> c8b19cc2f837 [2021-04-30T08:49:18.290Z] Step 22/23 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:49:18.564Z] Removing intermediate container 3512c40fab53 [2021-04-30T08:49:18.564Z] ---> ac984e16c3f0 [2021-04-30T08:49:18.564Z] Step 19/21 : LABEL arch=arm64 [2021-04-30T08:49:18.564Z] ---> Running in 10363420d6a5 [2021-04-30T08:49:18.838Z] ---> Running in ae8c6e9ce9b1 [2021-04-30T08:49:19.115Z] Removing intermediate container 10363420d6a5 [2021-04-30T08:49:19.115Z] ---> 6236897e37dc [2021-04-30T08:49:19.115Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:49:19.390Z] ---> Running in 067117ad3c5e [2021-04-30T08:49:19.663Z] Removing intermediate container ae8c6e9ce9b1 [2021-04-30T08:49:19.663Z] ---> eac069a9b038 [2021-04-30T08:49:19.663Z] Step 20/21 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:49:19.934Z] ---> Running in e251b55e2a05 [2021-04-30T08:49:20.533Z] Removing intermediate container 067117ad3c5e [2021-04-30T08:49:20.533Z] ---> a8a0431c6177 [2021-04-30T08:49:20.533Z] [2021-04-30T08:49:21.132Z] Successfully built a8a0431c6177 [2021-04-30T08:49:21.132Z] Removing intermediate container e251b55e2a05 [2021-04-30T08:49:21.132Z] ---> 211cfdc3cdec [2021-04-30T08:49:21.132Z] Step 21/21 : LABEL version=0.0.0 [2021-04-30T08:49:21.132Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-30T08:49:21.405Z]  Building docker-core-command-go ... done  ---> Running in c433cf8c3f39 [2021-04-30T08:49:22.381Z] Removing intermediate container c433cf8c3f39 [2021-04-30T08:49:22.381Z] ---> 648fc0be297c [2021-04-30T08:49:22.381Z] [2021-04-30T08:49:22.653Z] Successfully built 648fc0be297c [2021-04-30T08:49:22.653Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-30T08:49:28.046Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-30T08:49:28.046Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-30T08:49:28.046Z] ---> eeaf43b92773 [2021-04-30T08:49:28.047Z] 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-04-30T08:49:28.319Z] ---> Running in a6f3ef3bd2e8 [2021-04-30T08:49:28.931Z] Removing intermediate container a6f3ef3bd2e8 [2021-04-30T08:49:28.931Z] ---> 32f1d268a092 [2021-04-30T08:49:28.931Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-30T08:49:28.931Z] ---> Running in c8b8e45d5be3 [2021-04-30T08:49:29.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:30.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:30.774Z] (1/39) Installing readline (8.0.4-r0) [2021-04-30T08:49:30.774Z] (2/39) Installing bash (5.0.17-r0) [2021-04-30T08:49:30.774Z] Executing bash-5.0.17-r0.post-install [2021-04-30T08:49:30.774Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:49:30.774Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-30T08:49:30.774Z] (5/39) Installing curl (7.76.1-r0) [2021-04-30T08:49:30.774Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-30T08:49:30.774Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-30T08:49:30.774Z] (8/39) Installing expat (2.2.9-r1) [2021-04-30T08:49:30.774Z] (9/39) Installing libffi (3.3-r2) [2021-04-30T08:49:30.774Z] (10/39) Installing gdbm (1.13-r1) [2021-04-30T08:49:30.774Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-30T08:49:30.774Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-30T08:49:31.053Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-30T08:49:33.011Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-30T08:49:33.011Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-30T08:49:33.011Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-30T08:49:33.011Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-30T08:49:33.011Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-30T08:49:33.011Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-30T08:49:33.011Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-30T08:49:33.011Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-30T08:49:33.011Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-30T08:49:33.011Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-30T08:49:33.011Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-30T08:49:33.011Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-30T08:49:33.011Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-30T08:49:33.011Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-30T08:49:33.011Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-30T08:49:33.011Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-30T08:49:33.011Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-30T08:49:33.011Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-30T08:49:33.011Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-30T08:49:33.011Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-30T08:49:33.011Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-30T08:49:33.011Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-30T08:49:33.011Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-30T08:49:33.011Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-30T08:49:33.011Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-30T08:49:33.011Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-30T08:49:33.281Z] Executing busybox-1.31.1-r19.trigger [2021-04-30T08:49:33.282Z] OK: 72 MiB in 59 packages [2021-04-30T08:49:37.554Z] Collecting docker-compose==1.23.2 [2021-04-30T08:49:37.554Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-30T08:49:38.145Z] Collecting PyYAML<4,>=3.10 [2021-04-30T08:49:38.145Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-30T08:49:41.517Z] Collecting cached-property<2,>=1.2.0 [2021-04-30T08:49:41.517Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-30T08:49:41.517Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-30T08:49:41.517Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-30T08:49:42.108Z] Collecting docker<4.0,>=3.6.0 [2021-04-30T08:49:42.108Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-30T08:49:42.703Z] Collecting jsonschema<3,>=2.5.1 [2021-04-30T08:49:42.703Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-30T08:49:43.292Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-30T08:49:43.292Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-30T08:49:45.258Z] Collecting docopt<0.7,>=0.6.1 [2021-04-30T08:49:45.258Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-30T08:49:47.864Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-30T08:49:47.864Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-30T08:49:47.864Z] Collecting texttable<0.10,>=0.9.0 [2021-04-30T08:49:47.864Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-30T08:49:49.825Z] 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-04-30T08:49:49.825Z] Collecting docker-pycreds>=0.4.0 [2021-04-30T08:49:49.825Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-30T08:49:49.825Z] 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-04-30T08:49:50.413Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-30T08:49:50.413Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-30T08:49:50.413Z] 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-04-30T08:49:50.682Z] Collecting idna<2.8,>=2.5 [2021-04-30T08:49:50.682Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-30T08:49:50.682Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-30T08:49:50.682Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-30T08:49:50.682Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-30T08:49:50.682Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-30T08:49:51.649Z] Installing collected packages: PyYAML, cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, dockerpty, docopt, texttable, docker-compose [2021-04-30T08:49:51.649Z] Running setup.py install for PyYAML: started [2021-04-30T08:49:53.660Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-30T08:49:54.273Z] Attempting uninstall: urllib3 [2021-04-30T08:49:54.273Z] Found existing installation: urllib3 1.25.9 [2021-04-30T08:49:54.273Z] Uninstalling urllib3-1.25.9: [2021-04-30T08:49:54.273Z] Successfully uninstalled urllib3-1.25.9 [2021-04-30T08:49:54.867Z] Attempting uninstall: idna [2021-04-30T08:49:54.867Z] Found existing installation: idna 2.9 [2021-04-30T08:49:54.867Z] Uninstalling idna-2.9: [2021-04-30T08:49:54.867Z] Successfully uninstalled idna-2.9 [2021-04-30T08:49:55.457Z] Attempting uninstall: requests [2021-04-30T08:49:55.457Z] Found existing installation: requests 2.23.0 [2021-04-30T08:49:55.457Z] Uninstalling requests-2.23.0: [2021-04-30T08:49:55.457Z] Successfully uninstalled requests-2.23.0 [2021-04-30T08:49:56.879Z] Running setup.py install for dockerpty: started [2021-04-30T08:49:58.831Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-30T08:49:58.831Z] Running setup.py install for docopt: started [2021-04-30T08:50:00.248Z] Running setup.py install for docopt: finished with status 'done' [2021-04-30T08:50:00.248Z] Running setup.py install for texttable: started [2021-04-30T08:50:02.201Z] Running setup.py install for texttable: finished with status 'done' [2021-04-30T08:50:02.792Z] 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-04-30T08:50:11.045Z] Removing intermediate container c8b8e45d5be3 [2021-04-30T08:50:11.045Z] ---> dbce4c2eeac1 [2021-04-30T08:50:11.045Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-30T08:50:11.322Z] ---> Running in d150f44b8246 [2021-04-30T08:50:11.916Z] Removing intermediate container d150f44b8246 [2021-04-30T08:50:11.916Z] ---> 4d9314e534bf [2021-04-30T08:50:11.916Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-30T08:50:11.916Z] ---> Running in 723037b10979 [2021-04-30T08:50:12.507Z] Removing intermediate container 723037b10979 [2021-04-30T08:50:12.507Z] ---> fffabc89896e [2021-04-30T08:50:12.507Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-30T08:50:13.487Z] ---> 4a209562ddad [2021-04-30T08:50:13.487Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-30T08:50:14.463Z] ---> 1ad6e261a1d2 [2021-04-30T08:50:14.463Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-30T08:50:15.057Z] ---> b443d11f8eb8 [2021-04-30T08:50:15.057Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-30T08:50:15.328Z] ---> Running in 02696454515e [2021-04-30T08:50:15.598Z] Removing intermediate container 02696454515e [2021-04-30T08:50:15.598Z] ---> 6ed5ae4774d3 [2021-04-30T08:50:15.598Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:50:15.871Z] ---> Running in b5b118490d30 [2021-04-30T08:50:16.142Z] Removing intermediate container b5b118490d30 [2021-04-30T08:50:16.142Z] ---> 59a44c6adf15 [2021-04-30T08:50:16.142Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:50:16.414Z] ---> Running in 81b9fdc74387 [2021-04-30T08:50:16.685Z] Removing intermediate container 81b9fdc74387 [2021-04-30T08:50:16.685Z] ---> 42793eb5bfaf [2021-04-30T08:50:16.685Z] Step 22/23 : LABEL git_sha=e8c720464572a0338ad5b4b7f5607f9443ee6af0 [2021-04-30T08:50:16.957Z] ---> Running in 9803665cf5a8 [2021-04-30T08:50:17.231Z] Removing intermediate container 9803665cf5a8 [2021-04-30T08:50:17.231Z] ---> 9519252e4fa3 [2021-04-30T08:50:17.231Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:50:17.503Z] ---> Running in b7e483973896 [2021-04-30T08:50:17.771Z] Removing intermediate container b7e483973896 [2021-04-30T08:50:17.771Z] ---> 676e479da68f [2021-04-30T08:50:17.771Z] [2021-04-30T08:50:18.362Z] Successfully built 676e479da68f [2021-04-30T08:50:18.362Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-30T08:50:18.648Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-30T08:50:18.640Z] $ docker stop --time=1 fa2388b803006d6be49ed4189384d1cd5f63d250bd36720233f7aab580ed8007 [2021-04-30T08:50:20.496Z] $ docker rm -f fa2388b803006d6be49ed4189384d1cd5f63d250bd36720233f7aab580ed8007 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:50:21.116Z] + grep docker [2021-04-30T08:50:21.116Z] + docker images [2021-04-30T08:50:21.386Z] docker-sys-mgmt-agent-go-arm64 latest 676e479da68f 4 seconds ago 299MB [2021-04-30T08:50:21.386Z] docker-security-proxy-setup-go-arm64 latest 648fc0be297c About a minute ago 23.9MB [2021-04-30T08:50:21.386Z] docker-core-command-go-arm64 latest a8a0431c6177 About a minute ago 16.1MB [2021-04-30T08:50:21.386Z] docker-support-scheduler-go-arm64 latest 2462b6c0cc77 About a minute ago 16.1MB [2021-04-30T08:50:21.386Z] docker-core-data-go-arm64 latest 14d55ab0e353 3 minutes ago 20.3MB [2021-04-30T08:50:21.386Z] docker-security-bootstrapper-go-arm64 latest df9fc5b70270 3 minutes ago 17.1MB [2021-04-30T08:50:21.386Z] docker-core-metadata-go-arm64 latest 167a3639a50c 3 minutes ago 17.4MB [2021-04-30T08:50:21.386Z] docker-security-secretstore-setup-go-arm64 latest d6c46b32ac44 3 minutes ago 24.1MB [2021-04-30T08:50:21.386Z] docker-support-notifications-go-arm64 latest e18c9be3a519 4 minutes ago 16.6MB [2021-04-30T08:50:21.386Z] 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-04-30T08:50:21.982Z] ---> job-cost.sh [2021-04-30T08:50:21.983Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IHSY [2021-04-30T08:51:00.894Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-30T08:52:37.625Z] lf-activate-venv(): INFO: Adding /tmp/venv-IHSY/bin to PATH [2021-04-30T08:52:37.625Z] INFO: No Stack... [2021-04-30T08:52:37.625Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-30T08:52:37.625Z] INFO: Archiving Costs [Pipeline] sh [2021-04-30T08:52:37.963Z] + cut -d, -f6+ [2021-04-30T08:52:37.963Z] cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-04-30T08:52:38.097Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3405-3-stack-cost] [2021-04-30T08:52:38.105Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3405-3-stack-cost] did not exist. Created. [2021-04-30T08:52:38.105Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3405-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-30T08:52:38.468Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-30T08:52:38.741Z] Stashed 1 file(s) [Pipeline] } [2021-04-30T08:52:38.752Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3405-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-30T08:52:39.669Z] provisioning config files... [2021-04-30T08:52:39.680Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7551590700255737663tmp [Pipeline] { [Pipeline] sh [2021-04-30T08:52:40.001Z] + set +x [2021-04-30T08:52:40.001Z] + curl -s https://codecov.io/bash [2021-04-30T08:52:40.001Z] + bash -s -- [2021-04-30T08:52:40.583Z] [2021-04-30T08:52:40.583Z] _____ _ [2021-04-30T08:52:40.583Z] / ____| | | [2021-04-30T08:52:40.583Z] | | ___ __| | ___ ___ _____ __ [2021-04-30T08:52:40.583Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-30T08:52:40.583Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-30T08:52:40.583Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-30T08:52:40.583Z] Bash-1.0.2 [2021-04-30T08:52:40.583Z] [2021-04-30T08:52:40.583Z] [2021-04-30T08:52:40.583Z] ==> git version 2.24.3 found [2021-04-30T08:52:40.583Z] ==> 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-04-30T08:52:40.583Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-30T08:52:40.583Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-30T08:52:40.583Z] ==> Jenkins CI detected. [2021-04-30T08:52:40.583Z] project root: . [2021-04-30T08:52:40.583Z] --> token set from env [2021-04-30T08:52:40.583Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-30T08:52:40.583Z] ==> Running gcov in . (disable via -X gcov) [2021-04-30T08:52:40.583Z] ==> Python coveragepy not found [2021-04-30T08:52:40.583Z] ==> Searching for coverage reports in: [2021-04-30T08:52:40.583Z] + . [2021-04-30T08:52:40.846Z] -> Found 1 reports [2021-04-30T08:52:40.846Z] ==> Detecting git/mercurial file structure [2021-04-30T08:52:40.846Z] ==> Reading reports [2021-04-30T08:52:40.846Z] + ./coverage.out bytes=691485 [2021-04-30T08:52:40.846Z] ==> Appending adjustments [2021-04-30T08:52:40.846Z] https://docs.codecov.io/docs/fixing-reports [2021-04-30T08:52:45.066Z] + Found adjustments [2021-04-30T08:52:45.066Z] ==> Gzipping contents [2021-04-30T08:52:45.066Z] 100K /tmp/codecov.T8EKzn.gz [2021-04-30T08:52:45.066Z] ==> Uploading reports [2021-04-30T08:52:45.066Z] url: https://codecov.io [2021-04-30T08:52:45.066Z] query: branch=PR-3405&commit=e8c720464572a0338ad5b4b7f5607f9443ee6af0&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3405%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3405&job=&cmd_args= [2021-04-30T08:52:45.066Z] -> Pinging Codecov [2021-04-30T08:52:45.066Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3405&commit=e8c720464572a0338ad5b4b7f5607f9443ee6af0&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3405%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3405&job=&cmd_args= [2021-04-30T08:52:45.641Z] -> Uploading to [2021-04-30T08:52:45.642Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-30/00271124DB129430A58F1EEE437C3FCB/e8c720464572a0338ad5b4b7f5607f9443ee6af0/d62695c1-f50d-48be-9319-70cb7fd01ab1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210430%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210430T085245Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=209b585eec70f88421e0a543f219dcffbd683ed1beb9f271f6221238e33fe6bd [2021-04-30T08:52:45.642Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-30T08:52:45.642Z] Dload Upload Total Spent Left Speed [2021-04-30T08:52:46.216Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99400 0 0 100 99400 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-04-30T08:52:46.216Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e8c720464572a0338ad5b4b7f5607f9443ee6af0 [Pipeline] } [2021-04-30T08:52:46.226Z] 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-04-30T08:52:47.014Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:52:47.896Z] ---> package-listing.sh [2021-04-30T08:52:47.896Z] ++ facter osfamily [2021-04-30T08:52:47.896Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-30T08:52:47.896Z] + OS_FAMILY=redhat [2021-04-30T08:52:47.896Z] + workspace=/w/workspace/edgex-go/3 [2021-04-30T08:52:47.896Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-30T08:52:47.896Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-30T08:52:47.896Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-30T08:52:47.896Z] + PACKAGES=/tmp/packages_start.txt [2021-04-30T08:52:47.896Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-30T08:52:47.896Z] + PACKAGES=/tmp/packages_end.txt [2021-04-30T08:52:47.896Z] + case "${OS_FAMILY}" in [2021-04-30T08:52:47.896Z] + rpm -qa [2021-04-30T08:52:47.896Z] + sort [2021-04-30T08:52:53.204Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-30T08:52:53.204Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-30T08:52:53.204Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-30T08:52:53.204Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-30T08:52:53.204Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-04-30T08:52:53.204Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-04-30T08:52:53.220Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-30T08:52:53.518Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:52:53.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T08:52:53.825Z] [2021-04-30T08:52:53.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:52:54.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T08:52:54.154Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-30T08:52:54.154Z] df20fa9351a1: Pulling fs layer [2021-04-30T08:52:54.154Z] 36b3adc4ff6f: Pulling fs layer [2021-04-30T08:52:54.154Z] 8ad3a11d3b57: Pulling fs layer [2021-04-30T08:52:54.154Z] 46f8f816bc3b: Pulling fs layer [2021-04-30T08:52:54.154Z] 93b61091891f: Pulling fs layer [2021-04-30T08:52:54.154Z] 93b9cdb0e59b: Pulling fs layer [2021-04-30T08:52:54.154Z] 5e14af77c1be: Pulling fs layer [2021-04-30T08:52:54.154Z] 01666e4c0597: Pulling fs layer [2021-04-30T08:52:54.154Z] aa168da1d23b: Pulling fs layer [2021-04-30T08:52:54.154Z] 46f8f816bc3b: Waiting [2021-04-30T08:52:54.154Z] 93b61091891f: Waiting [2021-04-30T08:52:54.154Z] 5e14af77c1be: Waiting [2021-04-30T08:52:54.154Z] 01666e4c0597: Waiting [2021-04-30T08:52:54.154Z] 36b3adc4ff6f: Verifying Checksum [2021-04-30T08:52:54.154Z] 36b3adc4ff6f: Download complete [2021-04-30T08:52:54.154Z] 46f8f816bc3b: Verifying Checksum [2021-04-30T08:52:54.154Z] 46f8f816bc3b: Download complete [2021-04-30T08:52:54.417Z] df20fa9351a1: Verifying Checksum [2021-04-30T08:52:54.417Z] df20fa9351a1: Download complete [2021-04-30T08:52:54.417Z] 93b9cdb0e59b: Verifying Checksum [2021-04-30T08:52:54.417Z] 93b9cdb0e59b: Download complete [2021-04-30T08:52:54.417Z] 5e14af77c1be: Verifying Checksum [2021-04-30T08:52:54.417Z] 5e14af77c1be: Download complete [2021-04-30T08:52:54.417Z] 01666e4c0597: Verifying Checksum [2021-04-30T08:52:54.417Z] 01666e4c0597: Download complete [2021-04-30T08:52:54.417Z] 8ad3a11d3b57: Verifying Checksum [2021-04-30T08:52:54.417Z] 8ad3a11d3b57: Download complete [2021-04-30T08:52:54.681Z] 93b61091891f: Verifying Checksum [2021-04-30T08:52:54.681Z] 93b61091891f: Download complete [2021-04-30T08:52:54.944Z] df20fa9351a1: Pull complete [2021-04-30T08:52:55.214Z] 36b3adc4ff6f: Pull complete [2021-04-30T08:52:56.179Z] 8ad3a11d3b57: Pull complete [2021-04-30T08:52:56.179Z] 46f8f816bc3b: Pull complete [2021-04-30T08:52:56.759Z] aa168da1d23b: Verifying Checksum [2021-04-30T08:52:56.759Z] aa168da1d23b: Download complete [2021-04-30T08:52:57.336Z] 93b61091891f: Pull complete [2021-04-30T08:52:57.336Z] 93b9cdb0e59b: Pull complete [2021-04-30T08:52:57.599Z] 5e14af77c1be: Pull complete [2021-04-30T08:52:57.599Z] 01666e4c0597: Pull complete [2021-04-30T08:53:07.697Z] aa168da1d23b: Pull complete [2021-04-30T08:53:07.697Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-30T08:53:07.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T08:53:07.697Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-30T08:53:07.907Z] prd-centos7-docker-4c-2g-2476 does not seem to be running inside a container [2021-04-30T08:53:07.968Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-30T08:53:11.840Z] $ docker top 53f2b3dfd10f5ac8d37f36837a7cd4d69929cc9cc21b4cc50753ae9aa004ec54 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:53:12.331Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-30T08:53:12.630Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-30T08:53:12.933Z] + ls /var/log/sa-host [2021-04-30T08:53:12.933Z] + sadf -c /var/log/sa-host/sa23 [2021-04-30T08:53:12.933Z] file_magic: OK [2021-04-30T08:53:12.933Z] HZ: Using current value: 100 [2021-04-30T08:53:12.933Z] file_header: OK [2021-04-30T08:53:12.933Z] 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-04-30T08:53:12.933Z] Statistics: [2021-04-30T08:53:12.933Z] Hnuu...uuuununununu... [2021-04-30T08:53:12.933Z] File successfully converted to sysstat format version 12.2.1 [2021-04-30T08:53:12.933Z] + sadf -c /var/log/sa-host/sa30 [2021-04-30T08:53:12.933Z] file_magic: OK [2021-04-30T08:53:12.933Z] HZ: Using current value: 100 [2021-04-30T08:53:12.933Z] file_header: OK [2021-04-30T08:53:12.933Z] 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-04-30T08:53:12.933Z] Statistics: [2021-04-30T08:53:12.933Z] 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... [2021-04-30T08:53:12.933Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-30T08:53:13.108Z] provisioning config files... [2021-04-30T08:53:13.128Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6730133834350085478tmp [Pipeline] { [Pipeline] echo [2021-04-30T08:53:13.153Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:53:13.452Z] ---> create-netrc.sh [Pipeline] } [2021-04-30T08:53:13.462Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-30T08:53:13.486Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:53:13.788Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-30T08:53:13.799Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:53:14.100Z] ---> sudo-logs.sh [2021-04-30T08:53:14.100Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-30T08:53:14.131Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:53:14.432Z] ---> job-cost.sh [2021-04-30T08:53:14.432Z] lf-activate-venv: SKIPPING [2021-04-30T08:53:14.432Z] DEBUG: total: 0.20999999344348907 [2021-04-30T08:53:14.432Z] INFO: Retrieving Stack Cost... [2021-04-30T08:53:15.377Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-30T08:53:15.952Z] INFO: Archiving Costs [Pipeline] echo [2021-04-30T08:53:15.967Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:53:16.267Z] ---> logs-deploy.sh [2021-04-30T08:53:16.267Z] lf-activate-venv: SKIPPING [2021-04-30T08:53:16.267Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3405/3 [2021-04-30T08:53:16.267Z] INFO: archiving workspace using pattern(s): [2021-04-30T08:53:18.190Z] Archives upload complete. [2021-04-30T08:53:18.190Z] INFO: archiving logs to Nexus