Pull request #3441 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ccf29088b5b98faae79f08bb7310339dd53814c4+ab13ab81583b0f3a529d0965ed09deb9ecbbd99b (68d0d38f0900ef1110b1f0af7936dcb140a0c8e2) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3881 in /w/workspace/edgexfoundry_edgex-go_PR-3441 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3441/head:refs/remotes/origin/PR-3441 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ab13ab81583b0f3a529d0965ed09deb9ecbbd99b into PR head commit ccf29088b5b98faae79f08bb7310339dd53814c4 Merge succeeded, producing ccf29088b5b98faae79f08bb7310339dd53814c4 Checking out Revision ccf29088b5b98faae79f08bb7310339dd53814c4 (PR-3441) > git config core.sparsecheckout # timeout=10 > git checkout -f ccf29088b5b98faae79f08bb7310339dd53814c4 # 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 ab13ab81583b0f3a529d0965ed09deb9ecbbd99b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ccf29088b5b98faae79f08bb7310339dd53814c4 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T01:21:13.163Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T01:21:13.246Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T01:21:13.280Z] ========================================================= [2021-05-10T01:21:13.280Z] EdgeX Global Pipelines Version Info [2021-05-10T01:21:13.281Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a57cf9c4f4c06e0487161f3a27f3cfccc160748c # timeout=10 [2021-05-10T01:21:15.808Z] ------------------- [2021-05-10T01:21:15.808Z] stable info: [2021-05-10T01:21:15.808Z] ------------------- [2021-05-10T01:21:15.808Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T01:21:15.808Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T01:21:15.808Z] Message: update stable to v1.0.191 [2021-05-10T01:21:16.775Z] ------------------- [2021-05-10T01:21:16.775Z] experimental info: [2021-05-10T01:21:16.775Z] ------------------- [2021-05-10T01:21:16.775Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T01:21:16.775Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T01:21:16.775Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T01:21:16.914Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-10T01:21:16.936Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-10T01:21:16.958Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T01:21:16.978Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T01:21:17.000Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T01:21:17.021Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T01:21:17.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T01:21:17.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-10T01:21:17.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-10T01:21:17.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-10T01:21:17.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T01:21:17.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T01:21:17.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T01:21:17.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T01:21:17.308Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T01:21:17.330Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T01:21:17.351Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T01:21:17.390Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T01:21:17.411Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T01:21:17.481Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T01:21:17.507Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-10T01:21:17.529Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T01:21:17.562Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3441 [Pipeline] echo [2021-05-10T01:21:17.584Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3441 [Pipeline] echo [2021-05-10T01:21:17.605Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3441 [Pipeline] echo [2021-05-10T01:21:17.627Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ccf29088b5b98faae79f08bb7310339dd53814c4 [Pipeline] echo [2021-05-10T01:21:17.666Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ccf2908 [Pipeline] echo [2021-05-10T01:21:17.688Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T01:21:17.755Z] provisioning config files... [2021-05-10T01:21:17.812Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1052678358548802712tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:21:18.202Z] ---> docker-login.sh [2021-05-10T01:21:18.202Z] nexus3.edgexfoundry.org:10001 [2021-05-10T01:21:18.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:21:19.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:21:19.155Z] Configure a credential helper to remove this warning. See [2021-05-10T01:21:19.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:21:19.155Z] [2021-05-10T01:21:19.155Z] Login Succeeded [2021-05-10T01:21:19.155Z] nexus3.edgexfoundry.org:10002 [2021-05-10T01:21:19.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:21:19.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:21:19.433Z] Configure a credential helper to remove this warning. See [2021-05-10T01:21:19.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:21:19.433Z] [2021-05-10T01:21:19.433Z] Login Succeeded [2021-05-10T01:21:19.433Z] nexus3.edgexfoundry.org:10003 [2021-05-10T01:21:20.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:21:20.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:21:20.337Z] Configure a credential helper to remove this warning. See [2021-05-10T01:21:20.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:21:20.337Z] [2021-05-10T01:21:20.337Z] Login Succeeded [2021-05-10T01:21:20.337Z] nexus3.edgexfoundry.org:10004 [2021-05-10T01:21:20.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:21:20.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:21:20.943Z] Configure a credential helper to remove this warning. See [2021-05-10T01:21:20.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:21:20.943Z] [2021-05-10T01:21:20.943Z] Login Succeeded [2021-05-10T01:21:20.943Z] docker.io [2021-05-10T01:21:21.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:21:21.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:21:21.863Z] Configure a credential helper to remove this warning. See [2021-05-10T01:21:21.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:21:21.864Z] [2021-05-10T01:21:21.864Z] Login Succeeded [2021-05-10T01:21:21.864Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T01:21:21.907Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T01:21:22.267Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-05-10T01:21:22.267Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:22.267Z] ++ cut -d/ -f2 [2021-05-10T01:21:22.267Z] ++ dirname cmd/core-command/Dockerfile [2021-05-10T01:21:22.267Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-10T01:21:22.267Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:22.267Z] ++ dirname cmd/core-data/Dockerfile [2021-05-10T01:21:22.267Z] ++ cut -d/ -f2 [2021-05-10T01:21:22.267Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-10T01:21:22.267Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:22.267Z] ++ cut -d/ -f2 [2021-05-10T01:21:22.267Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-10T01:21:22.267Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-10T01:21:22.267Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:22.267Z] ++ cut -d/ -f2 [2021-05-10T01:21:22.267Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-10T01:21:22.267Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-10T01:21:22.267Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:22.267Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-10T01:21:22.267Z] ++ cut -d/ -f2 [2021-05-10T01:21:22.267Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-10T01:21:22.267Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:22.267Z] ++ cut -d/ -f2 [2021-05-10T01:21:22.267Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-10T01:21:22.267Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-10T01:21:22.267Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:22.267Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-10T01:21:22.267Z] ++ cut -d/ -f2 [2021-05-10T01:21:22.267Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-10T01:21:22.267Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:22.267Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-10T01:21:22.267Z] ++ cut -d/ -f2 [2021-05-10T01:21:22.267Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-10T01:21:22.267Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:21:22.267Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-10T01:21:22.267Z] ++ cut -d/ -f2 [2021-05-10T01:21:22.267Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-10T01:21:22.443Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:21:23.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T01:21:23.148Z] [2021-05-10T01:21:23.148Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:21:23.577Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T01:21:23.877Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T01:21:23.877Z] 31603596830f: Pulling fs layer [2021-05-10T01:21:23.877Z] 54011a49482f: Pulling fs layer [2021-05-10T01:21:23.877Z] a6820b24f6d8: Pulling fs layer [2021-05-10T01:21:23.877Z] f581987b2513: Pulling fs layer [2021-05-10T01:21:23.877Z] 54011a49482f: Verifying Checksum [2021-05-10T01:21:23.877Z] 54011a49482f: Download complete [2021-05-10T01:21:24.172Z] 31603596830f: Download complete [2021-05-10T01:21:24.448Z] f581987b2513: Verifying Checksum [2021-05-10T01:21:24.448Z] f581987b2513: Download complete [2021-05-10T01:21:24.731Z] a6820b24f6d8: Verifying Checksum [2021-05-10T01:21:24.731Z] a6820b24f6d8: Download complete [2021-05-10T01:21:25.023Z] 31603596830f: Pull complete [2021-05-10T01:21:25.297Z] 54011a49482f: Pull complete [2021-05-10T01:21:26.821Z] a6820b24f6d8: Pull complete [2021-05-10T01:21:27.411Z] f581987b2513: Pull complete [2021-05-10T01:21:27.411Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T01:21:27.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T01:21:27.411Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T01:21:27.690Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2021-05-10T01:21:27.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T01:21:30.237Z] $ docker top 732086c8305c2f87d6469b8e5e7d7768e73ce4b5831deaeb5a457d79752af987 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T01:21:30.510Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T01:21:30.510Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T01:21:31.046Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T01:21:31.058Z] $ docker exec 732086c8305c2f87d6469b8e5e7d7768e73ce4b5831deaeb5a457d79752af987 ssh-agent [2021-05-10T01:21:31.614Z] SSH_AUTH_SOCK=/tmp/ssh-QnSsJIwbGMVZ/agent.12 [2021-05-10T01:21:31.614Z] SSH_AGENT_PID=18 [2021-05-10T01:21:31.671Z] Running ssh-add (command line suppressed) [2021-05-10T01:21:31.921Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_7125245837388144715.key (/w/workspace/edgex-go/4@tmp/private_key_7125245837388144715.key) [2021-05-10T01:21:32.026Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T01:21:32.381Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T01:21:32.471Z] $ docker exec --env ******** --env ******** 732086c8305c2f87d6469b8e5e7d7768e73ce4b5831deaeb5a457d79752af987 ssh-agent -k [2021-05-10T01:21:32.822Z] unset SSH_AUTH_SOCK; [2021-05-10T01:21:32.822Z] unset SSH_AGENT_PID; [2021-05-10T01:21:32.822Z] echo Agent pid 18 killed; [2021-05-10T01:21:32.943Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T01:21:32.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T01:21:32.982Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T01:21:33.602Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T01:21:33.617Z] $ docker exec 732086c8305c2f87d6469b8e5e7d7768e73ce4b5831deaeb5a457d79752af987 ssh-agent [2021-05-10T01:21:34.158Z] SSH_AUTH_SOCK=/tmp/ssh-XiOP5JyY3b41/agent.47 [2021-05-10T01:21:34.158Z] SSH_AGENT_PID=52 [2021-05-10T01:21:34.206Z] Running ssh-add (command line suppressed) [2021-05-10T01:21:34.603Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2614025076427473040.key (/w/workspace/edgex-go/4@tmp/private_key_2614025076427473040.key) [2021-05-10T01:21:34.742Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T01:21:35.422Z] + git semver init [2021-05-10T01:21:35.422Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T01:21:35.422Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-05-10T01:21:35.422Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-05-10T01:21:35.422Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T01:21:35.422Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T01:21:35.422Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T01:21:35.422Z] # $SEMVER_BRANCH = PR-3441 [2021-05-10T01:21:35.422Z] # $SEMVER_TEMP = /tmp/semver-567297090 [2021-05-10T01:21:35.422Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-10T01:22:22.720Z] # '/tmp/semver-567297090' -> '/w/workspace/edgex-go/4/.semver' [2021-05-10T01:22:22.720Z] # -> Force: false [2021-05-10T01:22:22.720Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-05-10T01:22:22.746Z] $ docker exec --env ******** --env ******** 732086c8305c2f87d6469b8e5e7d7768e73ce4b5831deaeb5a457d79752af987 ssh-agent -k [2021-05-10T01:22:23.135Z] unset SSH_AUTH_SOCK; [2021-05-10T01:22:23.137Z] unset SSH_AGENT_PID; [2021-05-10T01:22:23.137Z] echo Agent pid 52 killed; [2021-05-10T01:22:23.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T01:22:23.722Z] + git semver [Pipeline] } [2021-05-10T01:22:24.013Z] $ docker stop --time=1 732086c8305c2f87d6469b8e5e7d7768e73ce4b5831deaeb5a457d79752af987 [2021-05-10T01:22:25.891Z] $ docker rm -f 732086c8305c2f87d6469b8e5e7d7768e73ce4b5831deaeb5a457d79752af987 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T01:22:26.444Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T01:22:27.010Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T01:22:27.013Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T01:22:27.526Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T01:22:27.838Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T01:22:28.259Z] + sudo service docker restart [2021-05-10T01:22:28.259Z] + true [2021-05-10T01:22:28.259Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-10T01:22:29.388Z] ========================================================= [2021-05-10T01:22:29.388Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T01:22:29.388Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:22:29.704Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T01:22:35.131Z] Sending build context to Docker daemon 330MB [2021-05-10T01:22:35.131Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T01:22:35.131Z] Step 2/6 : FROM ${BASE} [2021-05-10T01:22:35.131Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T01:22:35.131Z] 540db60ca938: Pulling fs layer [2021-05-10T01:22:35.131Z] adcc1eea9eea: Pulling fs layer [2021-05-10T01:22:35.131Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T01:22:35.131Z] 0510c868ecb4: Pulling fs layer [2021-05-10T01:22:35.131Z] afea3b2eda06: Pulling fs layer [2021-05-10T01:22:35.131Z] 7809a108b3ef: Pulling fs layer [2021-05-10T01:22:35.131Z] f706445af74f: Pulling fs layer [2021-05-10T01:22:35.131Z] 0510c868ecb4: Waiting [2021-05-10T01:22:35.131Z] afea3b2eda06: Waiting [2021-05-10T01:22:35.131Z] 7809a108b3ef: Waiting [2021-05-10T01:22:35.131Z] f706445af74f: Waiting [2021-05-10T01:22:35.131Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T01:22:35.131Z] 4c4ab2625f07: Download complete [2021-05-10T01:22:35.131Z] adcc1eea9eea: Download complete [2021-05-10T01:22:35.131Z] afea3b2eda06: Verifying Checksum [2021-05-10T01:22:35.131Z] afea3b2eda06: Download complete [2021-05-10T01:22:35.131Z] 7809a108b3ef: Verifying Checksum [2021-05-10T01:22:35.131Z] 7809a108b3ef: Download complete [2021-05-10T01:22:35.131Z] 540db60ca938: Verifying Checksum [2021-05-10T01:22:35.131Z] 540db60ca938: Download complete [2021-05-10T01:22:35.746Z] 540db60ca938: Pull complete [2021-05-10T01:22:36.025Z] adcc1eea9eea: Pull complete [2021-05-10T01:22:36.025Z] 4c4ab2625f07: Pull complete [2021-05-10T01:22:39.489Z] f706445af74f: Verifying Checksum [2021-05-10T01:22:39.489Z] f706445af74f: Download complete [2021-05-10T01:22:41.495Z] 0510c868ecb4: Verifying Checksum [2021-05-10T01:22:41.495Z] 0510c868ecb4: Download complete [2021-05-10T01:22:42.142Z] Still waiting to schedule task [2021-05-10T01:22:42.142Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-10T01:22:51.880Z] 0510c868ecb4: Pull complete [2021-05-10T01:22:51.880Z] afea3b2eda06: Pull complete [2021-05-10T01:22:51.880Z] 7809a108b3ef: Pull complete [2021-05-10T01:22:57.431Z] f706445af74f: Pull complete [2021-05-10T01:22:57.431Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T01:22:57.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T01:22:57.431Z] ---> b068be0155e3 [2021-05-10T01:22:57.431Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-10T01:22:57.431Z] ---> Running in ba9d31b90ed7 [2021-05-10T01:22:58.927Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:23:01.014Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:23:03.155Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T01:23:04.124Z] (2/12) Installing file (5.39-r0) [2021-05-10T01:23:04.124Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T01:23:04.427Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T01:24:01.345Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T01:24:01.346Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T01:24:01.346Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T01:24:01.346Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T01:24:01.346Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T01:24:01.346Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T01:24:01.346Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T01:24:01.346Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T01:24:01.346Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T01:24:01.346Z] OK: 219 MiB in 52 packages [2021-05-10T01:24:01.346Z] Removing intermediate container ba9d31b90ed7 [2021-05-10T01:24:01.346Z] ---> aa7eb401a9ac [2021-05-10T01:24:01.346Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T01:24:01.346Z] ---> Running in 0285fb88162a [2021-05-10T01:24:01.346Z] Removing intermediate container 0285fb88162a [2021-05-10T01:24:01.346Z] ---> ebfbdd4d782b [2021-05-10T01:24:01.346Z] Step 5/6 : COPY go.mod . [2021-05-10T01:24:01.346Z] ---> 63d9dd852ad2 [2021-05-10T01:24:01.346Z] Step 6/6 : RUN go mod download [2021-05-10T01:24:01.346Z] ---> Running in 34187192af1b [2021-05-10T01:24:23.474Z] Removing intermediate container 34187192af1b [2021-05-10T01:24:23.474Z] ---> d4df317bd424 [2021-05-10T01:24:23.741Z] Successfully built d4df317bd424 [2021-05-10T01:24:23.741Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:24:24.103Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T01:24:24.372Z] . [Pipeline] withDockerContainer [2021-05-10T01:24:24.532Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2021-05-10T01:24:24.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T01:24:26.289Z] $ docker top 35d443d1db55ee9d921c9400117895d6290f888c279628e91e9aa64a02eb7542 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:24:26.810Z] + go version [2021-05-10T01:24:26.810Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T01:24:26.831Z] $ docker stop --time=1 35d443d1db55ee9d921c9400117895d6290f888c279628e91e9aa64a02eb7542 [2021-05-10T01:24:28.360Z] $ docker rm -f 35d443d1db55ee9d921c9400117895d6290f888c279628e91e9aa64a02eb7542 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:24:28.920Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T01:24:28.920Z] . [Pipeline] withDockerContainer [2021-05-10T01:24:29.106Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2021-05-10T01:24:29.171Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T01:24:30.620Z] $ docker top a26fcca475a1bf7447e701cf0dab5b75ed5ee5bb64f53783f51de31934eb048a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T01:24:30.874Z] ========================================================= [2021-05-10T01:24:30.874Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T01:24:30.875Z] ========================================================= [Pipeline] sh [2021-05-10T01:24:31.202Z] + go mod tidy [Pipeline] sh [2021-05-10T01:24:33.461Z] + make test [2021-05-10T01:24:33.461Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T01:24:45.869Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T01:24:46.821Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3887 in /w/workspace/edgexfoundry_edgex-go_PR-3441 [Pipeline] { [Pipeline] ws [2021-05-10T01:24:46.838Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-05-10T01:24:53.027Z] using credential edgex-jenkins-ssh [2021-05-10T01:24:53.050Z] Cloning the remote Git repository [2021-05-10T01:24:53.112Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:24:53.234Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-05-10T01:24:53.320Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:24:53.322Z] > git --version # timeout=10 [2021-05-10T01:24:53.343Z] > git --version # 'git version 2.17.1' [2021-05-10T01:24:53.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:24:53.395Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T01:25:13.307Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T01:25:13.328Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T01:25:13.350Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T01:25:13.386Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:25:13.386Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:25:13.403Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3441/head:refs/remotes/origin/PR-3441 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T01:25:14.129Z] Merging remotes/origin/master commit ab13ab81583b0f3a529d0965ed09deb9ecbbd99b into PR head commit ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:25:14.539Z] Merge succeeded, producing ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:25:14.540Z] Checking out Revision ccf29088b5b98faae79f08bb7310339dd53814c4 (PR-3441) [2021-05-10T01:25:14.149Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T01:25:14.160Z] > git checkout -f ccf29088b5b98faae79f08bb7310339dd53814c4 # timeout=10 [2021-05-10T01:25:14.464Z] > git remote # timeout=10 [2021-05-10T01:25:14.480Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T01:25:14.493Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:25:14.504Z] > git merge ab13ab81583b0f3a529d0965ed09deb9ecbbd99b # timeout=10 [2021-05-10T01:25:14.526Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T01:25:14.549Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T01:25:14.574Z] > git checkout -f ccf29088b5b98faae79f08bb7310339dd53814c4 # timeout=10 [2021-05-10T01:25:19.059Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T01:25:20.535Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T01:25:20.950Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T01:25:21.313Z] + true [2021-05-10T01:25:21.313Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T01:25:23.329Z] provisioning config files... [2021-05-10T01:25:23.380Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3311123616348644458tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:25:23.756Z] ---> docker-login.sh [2021-05-10T01:25:23.756Z] nexus3.edgexfoundry.org:10001 [2021-05-10T01:25:24.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:25:25.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:25:25.028Z] Configure a credential helper to remove this warning. See [2021-05-10T01:25:25.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:25:25.028Z] [2021-05-10T01:25:25.028Z] Login Succeeded [2021-05-10T01:25:25.028Z] nexus3.edgexfoundry.org:10002 [2021-05-10T01:25:25.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:25:25.540Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T01:25:25.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:25:25.580Z] Configure a credential helper to remove this warning. See [2021-05-10T01:25:25.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:25:25.580Z] [2021-05-10T01:25:25.580Z] Login Succeeded [2021-05-10T01:25:25.580Z] nexus3.edgexfoundry.org:10003 [2021-05-10T01:25:25.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:25:26.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:25:26.124Z] Configure a credential helper to remove this warning. See [2021-05-10T01:25:26.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:25:26.125Z] [2021-05-10T01:25:26.125Z] Login Succeeded [2021-05-10T01:25:26.125Z] nexus3.edgexfoundry.org:10004 [2021-05-10T01:25:26.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:25:26.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:25:26.723Z] Configure a credential helper to remove this warning. See [2021-05-10T01:25:26.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:25:26.723Z] [2021-05-10T01:25:26.723Z] Login Succeeded [2021-05-10T01:25:26.723Z] docker.io [2021-05-10T01:25:26.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:25:27.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:25:27.599Z] Configure a credential helper to remove this warning. See [2021-05-10T01:25:27.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:25:27.599Z] [2021-05-10T01:25:27.599Z] Login Succeeded [2021-05-10T01:25:27.599Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T01:25:27.616Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T01:25:27.937Z] ========================================================= [2021-05-10T01:25:27.937Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T01:25:27.937Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:25:28.280Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-10T01:25:30.922Z] Sending build context to Docker daemon 167.6MB [2021-05-10T01:25:30.922Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T01:25:30.922Z] Step 2/6 : FROM ${BASE} [2021-05-10T01:25:30.922Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T01:25:30.922Z] 595b0fe564bb: Pulling fs layer [2021-05-10T01:25:30.922Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T01:25:30.922Z] 316046926c0a: Pulling fs layer [2021-05-10T01:25:30.922Z] 4ebd0625c992: Pulling fs layer [2021-05-10T01:25:30.922Z] 207e8628e3a3: Pulling fs layer [2021-05-10T01:25:30.922Z] c791037a9be2: Pulling fs layer [2021-05-10T01:25:30.922Z] ffd874e62e21: Pulling fs layer [2021-05-10T01:25:30.922Z] 4ebd0625c992: Waiting [2021-05-10T01:25:30.922Z] ffd874e62e21: Waiting [2021-05-10T01:25:30.922Z] 207e8628e3a3: Waiting [2021-05-10T01:25:30.922Z] c791037a9be2: Waiting [2021-05-10T01:25:30.922Z] 316046926c0a: Download complete [2021-05-10T01:25:30.922Z] 7186ed65a4f7: Verifying Checksum [2021-05-10T01:25:30.922Z] 7186ed65a4f7: Download complete [2021-05-10T01:25:30.922Z] 207e8628e3a3: Download complete [2021-05-10T01:25:30.922Z] c791037a9be2: Verifying Checksum [2021-05-10T01:25:30.922Z] c791037a9be2: Download complete [2021-05-10T01:25:30.922Z] 595b0fe564bb: Verifying Checksum [2021-05-10T01:25:30.922Z] 595b0fe564bb: Download complete [2021-05-10T01:25:31.293Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T01:25:31.293Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T01:25:31.293Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T01:25:31.528Z] 595b0fe564bb: Pull complete [2021-05-10T01:25:32.136Z] 7186ed65a4f7: Pull complete [2021-05-10T01:25:32.417Z] 316046926c0a: Pull complete [2021-05-10T01:25:33.025Z] ffd874e62e21: Verifying Checksum [2021-05-10T01:25:33.025Z] ffd874e62e21: Download complete [2021-05-10T01:25:34.010Z] 4ebd0625c992: Verifying Checksum [2021-05-10T01:25:34.010Z] 4ebd0625c992: Download complete [2021-05-10T01:25:37.074Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T01:25:37.074Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T01:25:37.074Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T01:25:37.075Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-10T01:25:39.890Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T01:25:40.883Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T01:25:46.432Z] 4ebd0625c992: Pull complete [2021-05-10T01:25:46.432Z] 207e8628e3a3: Pull complete [2021-05-10T01:25:46.432Z] c791037a9be2: Pull complete [2021-05-10T01:25:46.823Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T01:25:46.823Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T01:25:46.823Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T01:25:48.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.232s coverage: 45.9% of statements [2021-05-10T01:25:48.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T01:25:48.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T01:25:48.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T01:25:48.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T01:25:48.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T01:25:48.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T01:25:48.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.104s coverage: 19.8% of statements [2021-05-10T01:25:49.058Z] ffd874e62e21: Pull complete [2021-05-10T01:25:49.058Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T01:25:49.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T01:25:49.058Z] ---> cfc18b08335c [2021-05-10T01:25:49.058Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-10T01:25:49.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.278s coverage: 100.0% of statements [2021-05-10T01:25:52.167Z] ---> Running in d74f11f039e5 [2021-05-10T01:25:53.656Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:25:54.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.340s coverage: 27.1% of statements [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T01:25:54.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T01:25:54.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.178s coverage: 100.0% of statements [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T01:25:54.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.319s coverage: 71.3% of statements [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T01:25:54.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.272s coverage: 87.7% of statements [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:25:54.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements [2021-05-10T01:25:54.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T01:25:55.088Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:25:56.526Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T01:25:56.526Z] (2/12) Installing file (5.39-r0) [2021-05-10T01:25:56.799Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T01:25:56.799Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T01:26:03.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.014s coverage: 28.6% of statements [2021-05-10T01:26:03.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T01:26:03.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T01:26:03.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T01:26:03.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T01:26:03.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T01:26:03.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.266s coverage: 100.0% of statements [2021-05-10T01:26:03.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T01:26:03.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.178s coverage: 100.0% of statements [2021-05-10T01:26:03.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T01:26:03.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.400s coverage: 86.7% of statements [2021-05-10T01:26:03.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T01:26:03.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.300s coverage: 97.5% of statements [2021-05-10T01:26:03.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T01:26:03.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements [2021-05-10T01:26:03.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T01:26:03.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T01:26:03.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T01:26:03.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T01:26:09.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.094s coverage: 95.1% of statements [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T01:26:09.071Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.158s coverage: 58.8% of statements [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T01:26:09.071Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.9% of statements [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T01:26:09.071Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.111s coverage: 22.6% of statements [2021-05-10T01:26:09.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T01:26:09.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements [2021-05-10T01:26:09.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.125s coverage: 79.5% of statements [2021-05-10T01:26:09.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements [2021-05-10T01:26:11.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-05-10T01:26:11.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-05-10T01:26:11.886Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T01:26:11.886Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T01:26:11.886Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T01:26:11.886Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T01:26:11.886Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T01:26:12.159Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T01:26:12.159Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T01:26:12.757Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T01:26:12.757Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T01:26:12.757Z] OK: 218 MiB in 52 packages [2021-05-10T01:26:18.196Z] Removing intermediate container d74f11f039e5 [2021-05-10T01:26:18.196Z] ---> fc1fc43d3b86 [2021-05-10T01:26:18.196Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T01:26:18.196Z] ---> Running in f132a020eef6 [2021-05-10T01:26:18.196Z] Removing intermediate container f132a020eef6 [2021-05-10T01:26:18.196Z] ---> 913fe2e1bbab [2021-05-10T01:26:18.196Z] Step 5/6 : COPY go.mod . [2021-05-10T01:26:18.473Z] ---> b93caadf7dae [2021-05-10T01:26:18.473Z] Step 6/6 : RUN go mod download [2021-05-10T01:26:18.749Z] ---> Running in d040cdeb3f83 [2021-05-10T01:26:23.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.125s coverage: 94.4% of statements [2021-05-10T01:26:23.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements [2021-05-10T01:26:27.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.693s coverage: 81.8% of statements [2021-05-10T01:26:27.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.259s coverage: 92.9% of statements [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 65.1% of statements [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.111s coverage: 87.2% of statements [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.143s coverage: 100.0% of statements [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.195s coverage: 76.0% of statements [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.0% of statements [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.173s coverage: 85.4% of statements [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.142s coverage: 91.2% of statements [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.575s coverage: 64.4% of statements [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T01:26:34.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T01:26:34.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-05-10T01:26:34.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-05-10T01:26:34.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-05-10T01:26:34.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-05-10T01:26:34.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2021-05-10T01:26:37.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.919s coverage: 66.9% of statements [2021-05-10T01:26:37.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T01:26:37.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T01:26:37.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T01:26:38.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.434s coverage: 43.4% of statements [2021-05-10T01:26:38.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T01:26:38.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T01:26:38.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements [2021-05-10T01:26:38.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T01:26:38.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements [2021-05-10T01:26:41.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.291s coverage: 47.0% of statements [2021-05-10T01:26:41.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T01:26:41.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T01:26:41.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T01:26:41.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T01:26:41.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T01:26:41.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements [2021-05-10T01:26:41.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T01:26:41.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements [2021-05-10T01:26:41.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T01:26:41.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T01:26:41.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.081s coverage: 9.6% of statements [2021-05-10T01:26:41.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T01:26:43.137Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.311s coverage: 92.6% of statements [2021-05-10T01:26:43.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T01:26:43.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:26:43.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T01:26:45.617Z] Removing intermediate container d040cdeb3f83 [2021-05-10T01:26:45.617Z] ---> 3443abb5ca13 [2021-05-10T01:26:45.617Z] Successfully built 3443abb5ca13 [2021-05-10T01:26:45.617Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:26:45.964Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T01:26:45.964Z] . [2021-05-10T01:26:45.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.098s coverage: 28.7% of statements [2021-05-10T01:26:45.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T01:26:45.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T01:26:45.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T01:26:45.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T01:26:45.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T01:26:45.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.138s coverage: 99.0% of statements [2021-05-10T01:26:45.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T01:26:45.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements [2021-05-10T01:26:45.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T01:26:45.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T01:26:45.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T01:26:45.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.142s coverage: 64.6% of statements [2021-05-10T01:26:45.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [Pipeline] withDockerContainer [2021-05-10T01:26:46.222Z] prd-ubuntu18.04-docker-arm64-4c-16g-3887 does not seem to be running inside a container [2021-05-10T01:26:46.330Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T01:26:47.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.180s coverage: 97.6% of statements [2021-05-10T01:26:47.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T01:26:47.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:26:47.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T01:26:47.045Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements [2021-05-10T01:26:47.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T01:26:47.045Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-05-10T01:26:47.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T01:26:47.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T01:26:47.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T01:26:47.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T01:26:47.045Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements [2021-05-10T01:26:47.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T01:26:47.045Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T01:26:47.045Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-05-10T01:26:47.729Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.072s coverage: 28.1% of statements [2021-05-10T01:26:47.729Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T01:26:48.003Z] $ docker top 61052fbc6a63d2c0d0edb22a1935e02c62c4f3ca7b9e36f36952e13076f68af9 -eo pid,comm [Pipeline] { [2021-05-10T01:26:48.329Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.157s coverage: 100.0% of statements [Pipeline] sh [2021-05-10T01:26:48.928Z] GO111MODULE=on go vet ./... [2021-05-10T01:26:48.999Z] + go version [2021-05-10T01:26:48.999Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T01:26:49.028Z] $ docker stop --time=1 61052fbc6a63d2c0d0edb22a1935e02c62c4f3ca7b9e36f36952e13076f68af9 [2021-05-10T01:26:51.146Z] $ docker rm -f 61052fbc6a63d2c0d0edb22a1935e02c62c4f3ca7b9e36f36952e13076f68af9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:26:51.886Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T01:26:51.886Z] . [Pipeline] withDockerContainer [2021-05-10T01:26:52.168Z] prd-ubuntu18.04-docker-arm64-4c-16g-3887 does not seem to be running inside a container [2021-05-10T01:26:52.259Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-10T01:26:53.823Z] $ docker top 9b89490ce2b8095af5b7c3f884e1996011a2ac6d9f4dc1de858e1aeac0937ced -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T01:26:54.157Z] ========================================================= [2021-05-10T01:26:54.157Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T01:26:54.157Z] ========================================================= [Pipeline] sh [2021-05-10T01:26:54.813Z] + go mod tidy [Pipeline] sh [2021-05-10T01:26:56.475Z] + make test [2021-05-10T01:26:56.475Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T01:27:28.840Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T01:27:57.795Z] gofmt -l . [2021-05-10T01:27:57.795Z] [ "`gofmt -l .`" = "" ] [2021-05-10T01:27:57.795Z] ./bin/test-go-mod-tidy.sh [2021-05-10T01:27:57.795Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T01:27:58.536Z] + ls -al . [2021-05-10T01:27:58.536Z] total 816 [2021-05-10T01:27:58.536Z] drwxrwxr-x 10 1001 1001 4096 May 10 01:27 . [2021-05-10T01:27:58.536Z] drwxr-xr-x 4 root root 28 May 10 01:24 .. [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 11 May 10 01:21 .dockerignore [2021-05-10T01:27:58.536Z] drwxrwxr-x 8 1001 1001 179 May 10 01:21 .git [2021-05-10T01:27:58.536Z] drwxrwxr-x 3 1001 1001 125 May 10 01:21 .github [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 818 May 10 01:21 .gitignore [2021-05-10T01:27:58.536Z] drwx------ 3 1001 1001 60 May 10 01:22 .semver [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 166 May 10 01:21 .sonarcloud.properties [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 8609 May 10 01:21 Attribution.txt [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 3804 May 10 01:21 CONTRIBUTING.md [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 931 May 10 01:21 Dockerfile.build [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 863 May 10 01:21 Jenkinsfile [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 10775 May 10 01:21 LICENSE [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 5774 May 10 01:21 Makefile [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 7978 May 10 01:21 README.md [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 6755 May 10 01:21 SECURITY.md [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 5 May 10 01:22 VERSION [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 4131 May 10 01:21 ZMQWindows.md [2021-05-10T01:27:58.536Z] drwxrwxr-x 2 1001 1001 117 May 10 01:21 bin [2021-05-10T01:27:58.536Z] drwxrwxr-x 14 1001 1001 4096 May 10 01:21 cmd [2021-05-10T01:27:58.536Z] -rw-r--r-- 1 root root 705232 May 10 01:26 coverage.out [2021-05-10T01:27:58.536Z] -rw-r--r-- 1 root root 1060 May 10 01:27 go.mod [2021-05-10T01:27:58.536Z] -rw-r--r-- 1 root root 22051 May 10 01:24 go.sum [2021-05-10T01:27:58.536Z] drwxrwxr-x 8 1001 1001 127 May 10 01:21 internal [2021-05-10T01:27:58.536Z] drwxrwxr-x 4 1001 1001 26 May 10 01:21 openapi [2021-05-10T01:27:58.536Z] drwxrwxr-x 4 1001 1001 71 May 10 01:21 snap [2021-05-10T01:27:58.536Z] -rw-rw-r-- 1 1001 1001 168 May 10 01:21 version.go [Pipeline] sh [2021-05-10T01:27:58.862Z] + '[' -e coverage.out ] [2021-05-10T01:27:58.862Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T01:27:59.162Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T01:27:59.489Z] + make build [2021-05-10T01:27:59.490Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-10T01:28:02.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-10T01:28:18.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-10T01:28:21.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-10T01:28:24.023Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-10T01:28:25.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-10T01:28:30.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-10T01:28:33.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-10T01:28:37.033Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T01:28:37.033Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T01:28:37.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-10T01:28:41.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-10T01:28:44.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T01:28:47.238Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T01:28:47.239Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T01:28:48.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-10T01:28:50.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T01:28:50.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T01:28:50.946Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T01:28:50.946Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] } [2021-05-10T01:28:54.484Z] $ docker stop --time=1 a26fcca475a1bf7447e701cf0dab5b75ed5ee5bb64f53783f51de31934eb048a [2021-05-10T01:28:55.288Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T01:28:56.752Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T01:28:56.770Z] $ docker rm -f a26fcca475a1bf7447e701cf0dab5b75ed5ee5bb64f53783f51de31934eb048a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:28:59.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T01:28:59.479Z] [2021-05-10T01:28:59.479Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:29:00.336Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T01:29:00.712Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-10T01:29:00.712Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-10T01:29:00.712Z] ca9280d653b3: Pulling fs layer [2021-05-10T01:29:00.712Z] 7e9c9ca2126c: Pulling fs layer [2021-05-10T01:29:01.081Z] cbdbe7a5bc2a: Download complete [2021-05-10T01:29:01.963Z] ca9280d653b3: Verifying Checksum [2021-05-10T01:29:01.963Z] ca9280d653b3: Download complete [2021-05-10T01:29:01.963Z] cbdbe7a5bc2a: Pull complete [2021-05-10T01:29:05.514Z] 7e9c9ca2126c: Verifying Checksum [2021-05-10T01:29:05.514Z] 7e9c9ca2126c: Download complete [2021-05-10T01:29:05.514Z] ca9280d653b3: Pull complete [2021-05-10T01:29:06.975Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T01:29:06.975Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T01:29:06.975Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T01:29:12.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.407s coverage: 45.9% of statements [2021-05-10T01:29:12.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T01:29:12.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T01:29:12.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T01:29:12.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T01:29:12.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T01:29:12.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T01:29:12.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.151s coverage: 19.8% of statements [2021-05-10T01:29:12.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.296s coverage: 100.0% of statements [2021-05-10T01:29:16.164Z] 7e9c9ca2126c: Pull complete [2021-05-10T01:29:16.164Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-10T01:29:16.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T01:29:16.164Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-10T01:29:16.596Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2021-05-10T01:29:16.772Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T01:29:20.671Z] $ docker top 7e3446b376adce4d952017105f59d70fd0ecadadf1f6f5b5439799a5007a8da4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:29:22.536Z] + docker-compose build --help [2021-05-10T01:29:22.536Z] + grep parallel [2021-05-10T01:29:22.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.610s coverage: 27.1% of statements [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T01:29:22.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.132s coverage: 100.0% of statements [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T01:29:22.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.169s coverage: 100.0% of statements [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T01:29:22.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.384s coverage: 71.3% of statements [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T01:29:22.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T01:29:23.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.555s coverage: 87.7% of statements [2021-05-10T01:29:23.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T01:29:23.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:29:23.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.365s coverage: 78.9% of statements [2021-05-10T01:29:23.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T01:29:24.828Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T01:29:24.912Z] $ docker stop --time=1 7e3446b376adce4d952017105f59d70fd0ecadadf1f6f5b5439799a5007a8da4 [2021-05-10T01:29:27.539Z] $ docker rm -f 7e3446b376adce4d952017105f59d70fd0ecadadf1f6f5b5439799a5007a8da4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:29:28.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T01:29:28.523Z] . [Pipeline] withDockerContainer [2021-05-10T01:29:29.016Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2021-05-10T01:29:29.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T01:29:31.208Z] $ docker top f3af88b221fe9384d1a720c57193bad51438e52093eff63c0c7c09104e831c47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:29:31.745Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T01:29:33.785Z] Building docker-core-command-go ... [2021-05-10T01:29:33.786Z] Building docker-core-data-go ... [2021-05-10T01:29:33.786Z] Building docker-core-metadata-go ... [2021-05-10T01:29:33.786Z] Building docker-security-bootstrapper-go ... [2021-05-10T01:29:33.786Z] Building docker-security-proxy-setup-go ... [2021-05-10T01:29:33.786Z] Building docker-security-secretstore-setup-go ... [2021-05-10T01:29:33.786Z] Building docker-support-notifications-go ... [2021-05-10T01:29:33.786Z] Building docker-support-scheduler-go ... [2021-05-10T01:29:33.786Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T01:29:33.786Z] Building docker-sys-mgmt-agent-go [2021-05-10T01:29:33.786Z] Building docker-core-data-go [2021-05-10T01:29:33.786Z] Building docker-support-scheduler-go [2021-05-10T01:29:33.786Z] Building docker-support-notifications-go [2021-05-10T01:29:33.786Z] Building docker-security-bootstrapper-go [2021-05-10T01:29:35.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.395s coverage: 28.6% of statements [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T01:29:35.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.347s coverage: 100.0% of statements [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T01:29:35.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.255s coverage: 100.0% of statements [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T01:29:35.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.446s coverage: 86.7% of statements [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T01:29:35.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.530s coverage: 97.5% of statements [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T01:29:35.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.256s coverage: 78.3% of statements [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T01:29:35.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T01:29:42.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.421s coverage: 95.1% of statements [2021-05-10T01:29:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T01:29:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:29:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T01:29:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T01:29:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T01:29:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T01:29:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T01:29:42.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T01:29:42.530Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.174s coverage: 58.8% of statements [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T01:29:42.530Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.280s coverage: 0.9% of statements [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T01:29:42.530Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.173s coverage: 22.6% of statements [2021-05-10T01:29:42.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T01:29:42.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.206s coverage: 47.1% of statements [2021-05-10T01:29:42.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.206s coverage: 79.5% of statements [2021-05-10T01:29:42.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.166s coverage: 94.1% of statements [2021-05-10T01:29:44.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.228s coverage: 96.3% of statements [2021-05-10T01:29:44.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.141s coverage: 87.5% of statements [2021-05-10T01:29:56.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.176s coverage: 94.4% of statements [2021-05-10T01:29:56.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.130s coverage: 44.8% of statements [2021-05-10T01:30:03.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.607s coverage: 81.8% of statements [2021-05-10T01:30:03.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T01:30:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.187s coverage: 92.9% of statements [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T01:30:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.105s coverage: 65.1% of statements [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T01:30:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T01:30:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T01:30:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.188s coverage: 76.0% of statements [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T01:30:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.144s coverage: 80.0% of statements [2021-05-10T01:30:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.214s coverage: 87.2% of statements [2021-05-10T01:30:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.236s coverage: 85.4% of statements [2021-05-10T01:30:10.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.245s coverage: 91.2% of statements [2021-05-10T01:30:10.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T01:30:11.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.787s coverage: 64.4% of statements [2021-05-10T01:30:11.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T01:30:11.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T01:30:11.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.149s coverage: 100.0% of statements [2021-05-10T01:30:11.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.144s coverage: 91.3% of statements [2021-05-10T01:30:12.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-05-10T01:30:13.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-05-10T01:30:13.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements [2021-05-10T01:30:17.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.114s coverage: 66.9% of statements [2021-05-10T01:30:17.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T01:30:17.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T01:30:17.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T01:30:19.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.679s coverage: 43.4% of statements [2021-05-10T01:30:19.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T01:30:19.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T01:30:19.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.140s coverage: 89.5% of statements [2021-05-10T01:30:19.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T01:30:19.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.091s coverage: 84.8% of statements [2021-05-10T01:30:26.407Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.580s coverage: 47.0% of statements [2021-05-10T01:30:26.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T01:30:26.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T01:30:26.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T01:30:26.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T01:30:26.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T01:30:26.407Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-05-10T01:30:26.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T01:30:26.407Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-05-10T01:30:26.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T01:30:26.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T01:30:26.407Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.166s coverage: 9.6% of statements [2021-05-10T01:30:26.407Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T01:30:27.405Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.477s coverage: 92.6% of statements [2021-05-10T01:30:27.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T01:30:27.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:30:27.405Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T01:30:31.350Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:30:31.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:30:31.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:30:31.350Z] [2021-05-10T01:30:31.350Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:30:31.350Z] [2021-05-10T01:30:31.350Z] ---> d4df317bd424 [2021-05-10T01:30:31.350Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T01:30:31.350Z] ---> d4df317bd424 [2021-05-10T01:30:31.350Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:30:31.350Z] ---> d4df317bd424 [2021-05-10T01:30:31.350Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:30:31.350Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:30:31.350Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:30:31.350Z] ---> d4df317bd424 [2021-05-10T01:30:31.350Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T01:30:31.350Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:30:31.350Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:30:31.350Z] ---> d4df317bd424 [2021-05-10T01:30:31.350Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T01:30:31.350Z] ---> Running in 0fb6fe335b87 [2021-05-10T01:30:31.350Z] ---> Running in a5bc3eedcfdc [2021-05-10T01:30:31.350Z] ---> Running in ac90b71d6d62 [2021-05-10T01:30:31.350Z] ---> Running in c786cc6ae56d [2021-05-10T01:30:31.350Z] ---> Running in 08c0a80ccf34 [2021-05-10T01:30:31.350Z] Removing intermediate container a5bc3eedcfdc [2021-05-10T01:30:31.350Z] ---> 152ea3aaebbf [2021-05-10T01:30:31.350Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:30:31.350Z] Removing intermediate container c786cc6ae56d [2021-05-10T01:30:31.350Z] ---> f8cac75be509 [2021-05-10T01:30:31.350Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:30:31.350Z] Removing intermediate container 0fb6fe335b87 [2021-05-10T01:30:31.350Z] ---> 1fed70cb3d0f [2021-05-10T01:30:31.350Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:30:31.350Z] Removing intermediate container ac90b71d6d62 [2021-05-10T01:30:31.350Z] ---> 486ea638d21a [2021-05-10T01:30:31.350Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:30:31.350Z] Removing intermediate container 08c0a80ccf34 [2021-05-10T01:30:31.351Z] ---> 84189226ea5a [2021-05-10T01:30:31.351Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:30:31.351Z] ---> Running in 019435e84f4e [2021-05-10T01:30:31.351Z] ---> Running in cc244904938a [2021-05-10T01:30:31.351Z] ---> Running in 12a8d9361abd [2021-05-10T01:30:31.351Z] ---> Running in 8ec4f7824fa0 [2021-05-10T01:30:31.351Z] ---> Running in 9af20609ac2b [2021-05-10T01:30:34.162Z] Removing intermediate container 019435e84f4e [2021-05-10T01:30:34.162Z] ---> 75bf67171663 [2021-05-10T01:30:34.162Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T01:30:34.434Z] Removing intermediate container 12a8d9361abd [2021-05-10T01:30:34.434Z] ---> 37c6da704443 [2021-05-10T01:30:34.434Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T01:30:34.434Z] Removing intermediate container cc244904938a [2021-05-10T01:30:34.434Z] ---> 68c0e0daf70a [2021-05-10T01:30:34.434Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T01:30:34.434Z] Removing intermediate container 8ec4f7824fa0 [2021-05-10T01:30:34.434Z] ---> c05c26ec0c95 [2021-05-10T01:30:34.434Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T01:30:34.434Z] ---> Running in bf8187d299a4 [2021-05-10T01:30:34.434Z] ---> Running in 3d315e1feee1 [2021-05-10T01:30:34.434Z] ---> Running in 2fc29bf9cd65 [2021-05-10T01:30:34.697Z] ---> Running in dbe85344838c [2021-05-10T01:30:34.697Z] Removing intermediate container 9af20609ac2b [2021-05-10T01:30:34.697Z] ---> f483b0e8f335 [2021-05-10T01:30:34.697Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T01:30:34.697Z] ---> Running in 454421ebaf3d [2021-05-10T01:30:36.113Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:36.379Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:36.379Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:36.662Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:36.662Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.165s coverage: 28.7% of statements [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.214s coverage: 100.0% of statements [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.197s coverage: 64.6% of statements [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.397s coverage: 97.6% of statements [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.125s coverage: 28.1% of statements [2021-05-10T01:30:37.608Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T01:30:37.608Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-05-10T01:30:37.639Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:37.938Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:38.205Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:38.589Z] GO111MODULE=on go vet ./... [2021-05-10T01:30:38.853Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:38.853Z] OK: 219 MiB in 52 packages [2021-05-10T01:30:38.853Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:39.192Z] OK: 219 MiB in 52 packages [2021-05-10T01:30:39.192Z] OK: 219 MiB in 52 packages [2021-05-10T01:30:39.871Z] OK: 219 MiB in 52 packages [2021-05-10T01:30:40.178Z] Removing intermediate container bf8187d299a4 [2021-05-10T01:30:40.178Z] ---> 981082c77e1f [2021-05-10T01:30:40.178Z] Step 6/22 : COPY go.mod . [2021-05-10T01:30:40.471Z] Removing intermediate container 3d315e1feee1 [2021-05-10T01:30:40.471Z] ---> f4a553b65ece [2021-05-10T01:30:40.471Z] Step 6/23 : COPY go.mod . [2021-05-10T01:30:40.471Z] Removing intermediate container 2fc29bf9cd65 [2021-05-10T01:30:40.471Z] ---> 3efa1e7aa410 [2021-05-10T01:30:40.471Z] Step 6/31 : COPY go.mod . [2021-05-10T01:30:40.748Z] ---> 6010da0e7538 [2021-05-10T01:30:40.748Z] Step 7/22 : RUN go mod download [2021-05-10T01:30:40.748Z] ---> Running in a4141ed5f1c0 [2021-05-10T01:30:41.023Z] Removing intermediate container 454421ebaf3d [2021-05-10T01:30:41.023Z] ---> 13af81b5d557 [2021-05-10T01:30:41.023Z] Step 6/23 : COPY go.mod . [2021-05-10T01:30:41.299Z] ---> db4f3a33c58b [2021-05-10T01:30:41.299Z] Step 7/23 : RUN go mod download [2021-05-10T01:30:41.299Z] OK: 219 MiB in 52 packages [2021-05-10T01:30:41.299Z] ---> a436d9bc0216 [2021-05-10T01:30:41.299Z] Step 7/31 : RUN go mod download [2021-05-10T01:30:41.605Z] ---> Running in 3e8619bbc557 [2021-05-10T01:30:41.605Z] ---> Running in 816a1abe8f49 [2021-05-10T01:30:41.917Z] ---> 0b0b444c8ea0 [2021-05-10T01:30:41.917Z] Step 7/23 : RUN go mod download [2021-05-10T01:30:41.917Z] ---> Running in b46a5f10c493 [2021-05-10T01:30:42.963Z] Removing intermediate container dbe85344838c [2021-05-10T01:30:42.963Z] ---> 9dfa05f2e71e [2021-05-10T01:30:42.963Z] Step 6/22 : COPY go.mod . [2021-05-10T01:30:43.231Z] ---> e2bb6013b724 [2021-05-10T01:30:43.231Z] Step 7/22 : RUN go mod download [2021-05-10T01:30:43.510Z] ---> Running in 2aae6d50bddb [2021-05-10T01:30:44.534Z] Removing intermediate container a4141ed5f1c0 [2021-05-10T01:30:44.534Z] ---> 3e8274c5688e [2021-05-10T01:30:44.534Z] Step 8/22 : COPY . . [2021-05-10T01:30:44.534Z] Removing intermediate container 816a1abe8f49 [2021-05-10T01:30:44.534Z] ---> 0e96bfcd4cc3 [2021-05-10T01:30:44.534Z] Step 8/31 : COPY . . [2021-05-10T01:30:44.534Z] Removing intermediate container 3e8619bbc557 [2021-05-10T01:30:44.534Z] ---> 8963b7469335 [2021-05-10T01:30:44.534Z] Step 8/23 : COPY . . [2021-05-10T01:30:44.845Z] Removing intermediate container b46a5f10c493 [2021-05-10T01:30:44.845Z] ---> 1631222ccfb1 [2021-05-10T01:30:44.845Z] Step 8/23 : COPY . . [2021-05-10T01:30:49.267Z] Removing intermediate container 2aae6d50bddb [2021-05-10T01:30:49.267Z] ---> bbcb0ed87254 [2021-05-10T01:30:49.267Z] Step 8/22 : COPY . . [2021-05-10T01:31:28.545Z] ---> 52e4a8de4928 [2021-05-10T01:31:28.545Z] ---> 9dfae1eaeb1a [2021-05-10T01:31:28.545Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T01:31:28.545Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T01:31:28.545Z] ---> b26b645c3e16 [2021-05-10T01:31:28.545Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T01:31:28.545Z] ---> Running in 3a61bbe62e1a [2021-05-10T01:31:28.815Z] ---> Running in 6cac98d9eb12 [2021-05-10T01:31:28.815Z] ---> 2537eccdc2e6 [2021-05-10T01:31:28.815Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T01:31:29.397Z] ---> Running in 116da77fd4f4 [2021-05-10T01:31:29.674Z] ---> Running in 44a538098c2e [2021-05-10T01:31:29.939Z] ---> 81a0b529a121 [2021-05-10T01:31:29.939Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T01:31:30.242Z] ---> Running in 06cc14e414db [2021-05-10T01:31:31.202Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-10T01:31:31.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-10T01:31:31.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-10T01:31:31.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-10T01:31:31.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-10T01:32:27.900Z] Removing intermediate container 3a61bbe62e1a [2021-05-10T01:32:27.900Z] ---> 81971d8211a9 [2021-05-10T01:32:27.900Z] [2021-05-10T01:32:27.900Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T01:32:27.900Z] 3.12: Pulling from library/alpine [2021-05-10T01:32:27.900Z] Removing intermediate container 44a538098c2e [2021-05-10T01:32:27.900Z] ---> c6101847fac7 [2021-05-10T01:32:27.900Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T01:32:28.867Z] Removing intermediate container 06cc14e414db [2021-05-10T01:32:28.867Z] ---> bd56ed293f2a [2021-05-10T01:32:28.867Z] [2021-05-10T01:32:28.867Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T01:32:28.867Z] 3.12: Pulling from library/alpine [2021-05-10T01:32:29.462Z] ---> Running in eeaf819c6eb5 [2021-05-10T01:32:29.462Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T01:32:29.462Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T01:32:29.462Z] Status: Image is up to date for alpine:3.12 [2021-05-10T01:32:29.462Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T01:32:29.462Z] ---> 13621d1b12d4 [2021-05-10T01:32:29.462Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T01:32:29.462Z] ---> 13621d1b12d4 [2021-05-10T01:32:29.462Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T01:32:29.812Z] Removing intermediate container 6cac98d9eb12 [2021-05-10T01:32:29.812Z] ---> 80ec3e09ccdb [2021-05-10T01:32:29.812Z] [2021-05-10T01:32:29.812Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T01:32:29.812Z] ---> 13621d1b12d4 [2021-05-10T01:32:29.812Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T01:32:29.812Z] ---> Running in 3313d3d52f89 [2021-05-10T01:32:29.812Z] ---> Running in c10a1159f473 [2021-05-10T01:32:31.209Z] gofmt -l . [2021-05-10T01:32:31.209Z] [ "`gofmt -l .`" = "" ] [2021-05-10T01:32:31.209Z] ./bin/test-go-mod-tidy.sh [2021-05-10T01:32:31.209Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T01:32:31.275Z] ---> Running in 0b017c479861 [2021-05-10T01:32:31.275Z] Removing intermediate container c10a1159f473 [2021-05-10T01:32:31.275Z] ---> 96d518e9f7c1 [2021-05-10T01:32:31.275Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T01:32:31.275Z] ---> Running in 2d5844bc0f51 [2021-05-10T01:32:31.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-10T01:32:31.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:32:31.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:32:31.897Z] + ls -al . [2021-05-10T01:32:31.897Z] total 844 [2021-05-10T01:32:31.897Z] drwxrwxr-x 9 1001 1001 4096 May 10 01:32 . [2021-05-10T01:32:31.897Z] drwxr-xr-x 4 root root 4096 May 10 01:26 .. [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 11 May 10 01:25 .dockerignore [2021-05-10T01:32:31.897Z] drwxrwxr-x 8 1001 1001 4096 May 10 01:25 .git [2021-05-10T01:32:31.897Z] drwxrwxr-x 3 1001 1001 4096 May 10 01:25 .github [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 818 May 10 01:25 .gitignore [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 166 May 10 01:25 .sonarcloud.properties [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 8609 May 10 01:25 Attribution.txt [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 3804 May 10 01:25 CONTRIBUTING.md [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 931 May 10 01:25 Dockerfile.build [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 863 May 10 01:25 Jenkinsfile [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 10775 May 10 01:25 LICENSE [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 5774 May 10 01:25 Makefile [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 7978 May 10 01:25 README.md [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 6755 May 10 01:25 SECURITY.md [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 5 May 10 01:22 VERSION [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 4131 May 10 01:25 ZMQWindows.md [2021-05-10T01:32:31.897Z] drwxrwxr-x 2 1001 1001 4096 May 10 01:25 bin [2021-05-10T01:32:31.897Z] drwxrwxr-x 14 1001 1001 4096 May 10 01:25 cmd [2021-05-10T01:32:31.897Z] -rw-r--r-- 1 root root 705232 May 10 01:30 coverage.out [2021-05-10T01:32:31.897Z] -rw-r--r-- 1 root root 1060 May 10 01:32 go.mod [2021-05-10T01:32:31.897Z] -rw-r--r-- 1 root root 22051 May 10 01:26 go.sum [2021-05-10T01:32:31.897Z] drwxrwxr-x 8 1001 1001 4096 May 10 01:25 internal [2021-05-10T01:32:31.897Z] drwxrwxr-x 4 1001 1001 4096 May 10 01:25 openapi [2021-05-10T01:32:31.897Z] drwxrwxr-x 4 1001 1001 4096 May 10 01:25 snap [2021-05-10T01:32:31.897Z] -rw-rw-r-- 1 1001 1001 168 May 10 01:25 version.go [Pipeline] sh [2021-05-10T01:32:32.331Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T01:32:32.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:32:32.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:32:32.331Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T01:32:32.331Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:32:32.331Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T01:32:32.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:32:32.567Z] + '[' -e coverage.out ] [2021-05-10T01:32:32.568Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T01:32:32.600Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T01:32:32.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:32:32.614Z] OK: 6 MiB in 16 packages [2021-05-10T01:32:32.614Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T01:32:32.614Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T01:32:32.614Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T01:32:32.614Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:32:32.614Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:32:32.614Z] OK: 6 MiB in 15 packages [2021-05-10T01:32:32.927Z] OK: 6 MiB in 16 packages [2021-05-10T01:32:34.104Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T01:32:34.800Z] + make build [2021-05-10T01:32:34.800Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-10T01:32:36.275Z] Removing intermediate container 116da77fd4f4 [2021-05-10T01:32:36.275Z] ---> 1c5b4ab8818c [2021-05-10T01:32:36.275Z] [2021-05-10T01:32:36.275Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T01:32:36.275Z] ---> 13621d1b12d4 [2021-05-10T01:32:36.275Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T01:32:36.867Z] ---> Running in 2480841cea4d [2021-05-10T01:32:36.867Z] Removing intermediate container 3313d3d52f89 [2021-05-10T01:32:36.867Z] ---> 658f67ad1d50 [2021-05-10T01:32:36.867Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:32:37.134Z] ---> Running in b4685f57c753 [2021-05-10T01:32:37.134Z] Removing intermediate container 2d5844bc0f51 [2021-05-10T01:32:37.134Z] ---> ddf090a007c1 [2021-05-10T01:32:37.134Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T01:32:37.134Z] Removing intermediate container 0b017c479861 [2021-05-10T01:32:37.134Z] ---> 8adcc9df6062 [2021-05-10T01:32:37.134Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:32:37.412Z] Removing intermediate container 2480841cea4d [2021-05-10T01:32:37.412Z] ---> 2f6ca62b5b9d [2021-05-10T01:32:37.412Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T01:32:37.412Z] ---> Running in daebec3f8e66 [2021-05-10T01:32:37.412Z] Removing intermediate container eeaf819c6eb5 [2021-05-10T01:32:37.412Z] ---> 4e718a0ee47e [2021-05-10T01:32:37.412Z] [2021-05-10T01:32:37.412Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T01:32:37.412Z] 20.10.0: Pulling from library/docker [2021-05-10T01:32:37.412Z] ---> Running in 780013078abb [2021-05-10T01:32:37.412Z] ---> Running in 13f38de47050 [2021-05-10T01:32:37.686Z] Removing intermediate container b4685f57c753 [2021-05-10T01:32:37.686Z] ---> 8721a6d0011b [2021-05-10T01:32:37.686Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T01:32:37.956Z] ---> Running in 382e3ad97de5 [2021-05-10T01:32:37.956Z] Removing intermediate container daebec3f8e66 [2021-05-10T01:32:37.956Z] ---> cc9ee5c62358 [2021-05-10T01:32:37.956Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T01:32:37.956Z] Removing intermediate container 780013078abb [2021-05-10T01:32:37.956Z] ---> 40aa016107da [2021-05-10T01:32:37.956Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T01:32:38.231Z] Removing intermediate container 13f38de47050 [2021-05-10T01:32:38.231Z] ---> 4e9cf809a367 [2021-05-10T01:32:38.231Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T01:32:38.231Z] ---> Running in f673f44f0caf [2021-05-10T01:32:38.231Z] ---> Running in a326e409a1e9 [2021-05-10T01:32:38.500Z] ---> Running in 637af4c08e9f [2021-05-10T01:32:38.501Z] Removing intermediate container 382e3ad97de5 [2021-05-10T01:32:38.501Z] ---> 6b374ed78876 [2021-05-10T01:32:38.501Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T01:32:38.501Z] ---> Running in c7b42ea3067d [2021-05-10T01:32:39.136Z] Removing intermediate container a326e409a1e9 [2021-05-10T01:32:39.136Z] ---> f0e2909dd0d1 [2021-05-10T01:32:39.136Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T01:32:39.136Z] Removing intermediate container f673f44f0caf [2021-05-10T01:32:39.136Z] ---> dd3b6c4e111b [2021-05-10T01:32:39.136Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T01:32:39.136Z] Removing intermediate container 637af4c08e9f [2021-05-10T01:32:39.136Z] ---> 065a129b30ba [2021-05-10T01:32:39.136Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:32:39.136Z] ---> Running in bfb0f5a5e3ce [2021-05-10T01:32:39.423Z] Removing intermediate container c7b42ea3067d [2021-05-10T01:32:39.424Z] ---> 7f6064b2a97c [2021-05-10T01:32:39.424Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:32:39.424Z] ---> Running in 544a328abb82 [2021-05-10T01:32:39.424Z] ---> Running in 9ce65cd72a1a [2021-05-10T01:32:40.010Z] Removing intermediate container 9ce65cd72a1a [2021-05-10T01:32:40.010Z] ---> d0ef87cac9a0 [2021-05-10T01:32:40.010Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:32:40.010Z] ---> aa0fbc173609 [2021-05-10T01:32:40.010Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T01:32:40.998Z] ---> 2cbb05c4db55 [2021-05-10T01:32:40.998Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T01:32:41.270Z] ---> 1b5566b74a4c [2021-05-10T01:32:41.270Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T01:32:41.546Z] Removing intermediate container 544a328abb82 [2021-05-10T01:32:41.546Z] ---> 097d29b529c9 [2021-05-10T01:32:41.546Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T01:32:41.546Z] Removing intermediate container bfb0f5a5e3ce [2021-05-10T01:32:41.546Z] ---> 6c72c4cf6b5a [2021-05-10T01:32:41.546Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T01:32:41.546Z] ---> Running in 0465eb833c43 [2021-05-10T01:32:41.813Z] ---> 2426f4a183f4 [2021-05-10T01:32:41.813Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T01:32:41.813Z] ---> d0c159cb92a7 [2021-05-10T01:32:41.813Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T01:32:41.813Z] ---> Running in c72c0be3a219 [2021-05-10T01:32:42.090Z] ---> Running in 72ced8f2c591 [2021-05-10T01:32:42.090Z] ---> d621899adafc [2021-05-10T01:32:42.090Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T01:32:42.090Z] Removing intermediate container c72c0be3a219 [2021-05-10T01:32:42.090Z] ---> fa7a30dac26c [2021-05-10T01:32:42.090Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T01:32:43.043Z] ---> Running in f3d1db998dc8 [2021-05-10T01:32:43.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:32:43.043Z] Removing intermediate container 72ced8f2c591 [2021-05-10T01:32:43.043Z] ---> bdf276c2eb25 [2021-05-10T01:32:43.043Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:32:43.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-10T01:32:43.307Z] ---> daeb0a52538a [2021-05-10T01:32:43.307Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T01:32:43.577Z] Removing intermediate container f3d1db998dc8 [2021-05-10T01:32:43.577Z] ---> d2d15b95c9da [2021-05-10T01:32:43.577Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:32:43.577Z] ---> Running in 8ca44bd404bf [2021-05-10T01:32:43.577Z] ---> Running in 6c2c6bb409aa [2021-05-10T01:32:43.847Z] ---> Running in 7724acaf828d [2021-05-10T01:32:43.847Z] Removing intermediate container 8ca44bd404bf [2021-05-10T01:32:43.847Z] ---> 159e97bd4e3c [2021-05-10T01:32:43.847Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T01:32:44.119Z] ---> Running in 2094ff726a67 [2021-05-10T01:32:44.119Z] Removing intermediate container 7724acaf828d [2021-05-10T01:32:44.119Z] ---> 80962a263905 [2021-05-10T01:32:44.119Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T01:32:44.119Z] ---> Running in 936cdd484d19 [2021-05-10T01:32:44.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:32:44.387Z] Removing intermediate container 2094ff726a67 [2021-05-10T01:32:44.387Z] ---> 6182d8efae62 [2021-05-10T01:32:44.387Z] Step 21/22 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:32:44.387Z] Removing intermediate container 936cdd484d19 [2021-05-10T01:32:44.387Z] ---> 8cdcdac7f5e2 [2021-05-10T01:32:44.387Z] Step 21/22 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:32:44.654Z] ---> Running in 3c54f9e4f79e [2021-05-10T01:32:44.654Z] ---> Running in 584129db2290 [2021-05-10T01:32:44.922Z] Removing intermediate container 3c54f9e4f79e [2021-05-10T01:32:44.922Z] ---> d074bd293013 [2021-05-10T01:32:44.922Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T01:32:44.922Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T01:32:44.922Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T01:32:44.922Z] ---> aefe523efa57 [2021-05-10T01:32:44.922Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:32:44.922Z] Removing intermediate container 584129db2290 [2021-05-10T01:32:44.922Z] ---> c67495a07881 [2021-05-10T01:32:44.922Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T01:32:44.922Z] ---> Running in 7f55dc958f29 [2021-05-10T01:32:45.187Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T01:32:45.187Z] ---> Running in 1617933e6dbc [2021-05-10T01:32:45.187Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T01:32:45.451Z] ---> Running in bf23f98d18cb [2021-05-10T01:32:45.451Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T01:32:45.734Z] Removing intermediate container 7f55dc958f29 [2021-05-10T01:32:45.734Z] ---> 2db8d1278c1f [2021-05-10T01:32:45.734Z] [2021-05-10T01:32:45.734Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T01:32:45.734Z] Removing intermediate container 1617933e6dbc [2021-05-10T01:32:45.734Z] ---> 9589b204c27b [2021-05-10T01:32:45.734Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T01:32:45.734Z] Removing intermediate container 6c2c6bb409aa [2021-05-10T01:32:45.734Z] ---> dd47de69d397 [2021-05-10T01:32:45.734Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:32:45.734Z] Removing intermediate container bf23f98d18cb [2021-05-10T01:32:45.734Z] ---> 045e037c82f2 [2021-05-10T01:32:45.734Z] [2021-05-10T01:32:46.003Z] ---> Running in d967c63b82bc [2021-05-10T01:32:46.003Z] Successfully built 2db8d1278c1f [2021-05-10T01:32:46.292Z] Successfully tagged docker-support-notifications-go:latest [2021-05-10T01:32:46.292Z] Building docker-core-command-go [2021-05-10T01:32:46.292Z]  Building docker-support-notifications-go ... done  ---> f2dbc9c8e7e4 [2021-05-10T01:32:46.292Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T01:32:46.292Z] Successfully built 045e037c82f2 [2021-05-10T01:32:46.292Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-10T01:32:46.293Z] Building docker-security-secretstore-setup-go [2021-05-10T01:32:46.591Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:32:46.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:32:47.136Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T01:32:47.136Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T01:32:47.136Z] ---> 5367b650dcf5 [2021-05-10T01:32:47.136Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T01:32:47.136Z] Executing bash-5.0.17-r0.post-install [2021-05-10T01:32:47.136Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T01:32:47.136Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T01:32:47.136Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T01:32:47.136Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T01:32:47.136Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T01:32:47.136Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T01:32:47.136Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T01:32:47.136Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T01:32:47.136Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T01:32:47.136Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T01:32:47.136Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T01:32:47.412Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T01:32:48.820Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T01:32:49.402Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:32:49.402Z] OK: 8 MiB in 20 packages [2021-05-10T01:32:56.092Z] ---> b5e7655ef27f [2021-05-10T01:32:56.093Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T01:32:56.093Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T01:32:56.093Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T01:32:56.093Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T01:32:56.093Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T01:32:56.093Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T01:32:57.046Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T01:32:57.046Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T01:32:57.625Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T01:32:57.625Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T01:32:57.625Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T01:32:58.206Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T01:32:58.206Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T01:32:58.206Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T01:32:58.206Z] ---> d80c7ce6c56e [2021-05-10T01:32:58.206Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T01:32:58.206Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T01:32:58.472Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T01:32:58.472Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T01:32:58.472Z] Removing intermediate container 0465eb833c43 [2021-05-10T01:32:58.472Z] ---> 8d62fdc15dd3 [2021-05-10T01:32:58.472Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:32:58.472Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T01:32:58.472Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T01:32:58.473Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T01:32:59.064Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T01:32:59.064Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T01:32:59.064Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T01:32:59.064Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T01:32:59.358Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T01:33:00.373Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T01:33:00.373Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T01:33:00.975Z] ---> a4e52fab69a9 [2021-05-10T01:33:00.975Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T01:33:02.495Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T01:33:02.495Z] OK: 72 MiB in 59 packages [2021-05-10T01:33:02.495Z] ---> 86ae67cb1289 [2021-05-10T01:33:02.495Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T01:33:04.500Z] ---> Running in c76172f33b02 [2021-05-10T01:33:05.942Z] ---> 0fa1b2894888 [2021-05-10T01:33:05.942Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T01:33:06.948Z] Removing intermediate container c76172f33b02 [2021-05-10T01:33:06.948Z] ---> cedafc861836 [2021-05-10T01:33:06.948Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T01:33:07.233Z] ---> 3618d009c296 [2021-05-10T01:33:07.233Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T01:33:08.707Z] ---> Running in b9c6745251c5 [2021-05-10T01:33:08.986Z] ---> ef6ae321b06a [2021-05-10T01:33:08.986Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T01:33:11.006Z] ---> Running in 250b1070c042 [2021-05-10T01:33:11.006Z] Removing intermediate container b9c6745251c5 [2021-05-10T01:33:11.006Z] ---> b13cc5f18215 [2021-05-10T01:33:11.006Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:33:11.006Z] Collecting docker-compose==1.23.2 [2021-05-10T01:33:11.304Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T01:33:11.568Z] ---> Running in ced38215d1f7 [2021-05-10T01:33:11.568Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T01:33:11.568Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T01:33:12.186Z] Collecting PyYAML<4,>=3.10 [2021-05-10T01:33:12.186Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T01:33:12.186Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:33:12.186Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:33:12.186Z] ---> d4df317bd424 [2021-05-10T01:33:12.186Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T01:33:12.186Z] ---> Using cache [2021-05-10T01:33:12.186Z] ---> 84189226ea5a [2021-05-10T01:33:12.186Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:33:12.186Z] ---> Using cache [2021-05-10T01:33:12.186Z] ---> f483b0e8f335 [2021-05-10T01:33:12.186Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T01:33:12.809Z] Removing intermediate container ced38215d1f7 [2021-05-10T01:33:12.809Z] ---> 539ee765b6c1 [2021-05-10T01:33:12.809Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T01:33:13.079Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:33:13.079Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:33:13.079Z] ---> d4df317bd424 [2021-05-10T01:33:13.079Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:33:13.079Z] ---> Using cache [2021-05-10T01:33:13.079Z] ---> 84189226ea5a [2021-05-10T01:33:13.079Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:33:13.079Z] ---> Using cache [2021-05-10T01:33:13.079Z] ---> f483b0e8f335 [2021-05-10T01:33:13.079Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T01:33:13.691Z] ---> Running in cfa736f314bc [2021-05-10T01:33:13.691Z] ---> Running in 55cd80872931 [2021-05-10T01:33:13.691Z] ---> Running in bf989b0f4aea [2021-05-10T01:33:14.284Z] Removing intermediate container bf989b0f4aea [2021-05-10T01:33:14.284Z] ---> 67340e33d09c [2021-05-10T01:33:14.284Z] Step 22/23 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:33:14.284Z] ---> Running in d70319030512 [2021-05-10T01:33:14.559Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T01:33:14.559Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T01:33:14.559Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T01:33:14.560Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T01:33:14.560Z] Removing intermediate container 250b1070c042 [2021-05-10T01:33:14.560Z] ---> d10bb0c182a0 [2021-05-10T01:33:14.560Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T01:33:14.827Z] Removing intermediate container d70319030512 [2021-05-10T01:33:14.827Z] ---> ce9c2fbea59d [2021-05-10T01:33:14.827Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:33:14.827Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T01:33:14.827Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T01:33:14.827Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:33:14.827Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:33:15.098Z] ---> Running in ee7f033a0754 [2021-05-10T01:33:15.098Z] ---> Running in 0e176a8dba1e [2021-05-10T01:33:15.367Z] Removing intermediate container 0e176a8dba1e [2021-05-10T01:33:15.367Z] ---> 9380ccdd7f42 [2021-05-10T01:33:15.367Z] [2021-05-10T01:33:15.367Z] Removing intermediate container ee7f033a0754 [2021-05-10T01:33:15.367Z] ---> 34aa8acb70e5 [2021-05-10T01:33:15.367Z] Step 28/31 : CMD ["gate"] [2021-05-10T01:33:15.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-10T01:33:15.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-10T01:33:15.642Z] Successfully built 9380ccdd7f42 [2021-05-10T01:33:15.642Z] ---> Running in a8c560fa5d4b [2021-05-10T01:33:15.642Z] Successfully tagged docker-core-data-go:latest [2021-05-10T01:33:15.642Z] Building docker-security-proxy-setup-go [2021-05-10T01:33:15.642Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2021-05-10T01:33:15.642Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T01:33:15.928Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T01:33:15.928Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T01:33:15.928Z] Removing intermediate container a8c560fa5d4b [2021-05-10T01:33:15.928Z] ---> 50f7995ceb39 [2021-05-10T01:33:15.928Z] Step 29/31 : LABEL arch=x86_64 [2021-05-10T01:33:16.220Z] ---> Running in 5111592449b8 [2021-05-10T01:33:16.848Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:33:16.848Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:33:16.848Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T01:33:16.848Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T01:33:16.848Z] Removing intermediate container 5111592449b8 [2021-05-10T01:33:16.848Z] ---> 3683236fd17e [2021-05-10T01:33:16.848Z] Step 30/31 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:33:17.444Z] ---> Running in 624c84f5245a [2021-05-10T01:33:17.710Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-10T01:33:17.710Z] OK: 219 MiB in 52 packages [2021-05-10T01:33:18.706Z] OK: 219 MiB in 52 packages [2021-05-10T01:33:18.706Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T01:33:18.706Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T01:33:18.977Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T01:33:18.977Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T01:33:19.570Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-10T01:33:19.570Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-10T01:33:19.854Z] Collecting idna<2.8,>=2.5 [2021-05-10T01:33:19.854Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T01:33:19.854Z] Removing intermediate container 624c84f5245a [2021-05-10T01:33:19.854Z] ---> 96518a03fddd [2021-05-10T01:33:19.854Z] Step 31/31 : LABEL version=0.0.0 [2021-05-10T01:33:19.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-10T01:33:20.127Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T01:33:20.127Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T01:33:20.127Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T01:33:20.127Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T01:33:20.127Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T01:33:20.127Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T01:33:20.127Z] ---> Running in 1d2fa9ff1015 [2021-05-10T01:33:20.399Z] Removing intermediate container 55cd80872931 [2021-05-10T01:33:20.399Z] ---> 34d6e1b1cfbd [2021-05-10T01:33:20.399Z] Step 6/23 : COPY go.mod . [2021-05-10T01:33:20.399Z] Removing intermediate container cfa736f314bc [2021-05-10T01:33:20.399Z] ---> 54eac33bd088 [2021-05-10T01:33:20.399Z] Step 6/25 : COPY go.mod . [2021-05-10T01:33:20.399Z] Installing collected packages: jsonschema, PyYAML, cached-property, websocket-client, texttable, docker-pycreds, idna, urllib3, requests, docker, dockerpty, docopt, docker-compose [2021-05-10T01:33:21.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-10T01:33:21.396Z] Running setup.py install for PyYAML: started [2021-05-10T01:33:21.396Z] Removing intermediate container 1d2fa9ff1015 [2021-05-10T01:33:21.396Z] ---> 825f7d2357d3 [2021-05-10T01:33:21.396Z] [2021-05-10T01:33:21.665Z] ---> d77156e45ddc [2021-05-10T01:33:21.665Z] Step 7/23 : RUN go mod download [2021-05-10T01:33:21.665Z] ---> 26f5ffb65254 [2021-05-10T01:33:21.665Z] Step 7/25 : RUN go mod download [2021-05-10T01:33:21.665Z] ---> Running in 892af3d9e047 [2021-05-10T01:33:21.665Z] ---> Running in 59a592e7f3c8 [2021-05-10T01:33:21.949Z] Successfully built 825f7d2357d3 [2021-05-10T01:33:21.949Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-10T01:33:21.950Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-05-10T01:33:22.546Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T01:33:23.170Z] Running setup.py install for texttable: started [2021-05-10T01:33:24.651Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T01:33:24.651Z] Attempting uninstall: idna [2021-05-10T01:33:24.651Z] Found existing installation: idna 2.9 [2021-05-10T01:33:24.651Z] Uninstalling idna-2.9: [2021-05-10T01:33:24.651Z] Successfully uninstalled idna-2.9 [2021-05-10T01:33:25.279Z] Attempting uninstall: urllib3 [2021-05-10T01:33:25.279Z] Found existing installation: urllib3 1.25.9 [2021-05-10T01:33:25.279Z] Uninstalling urllib3-1.25.9: [2021-05-10T01:33:25.279Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T01:33:25.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-10T01:33:26.724Z] Attempting uninstall: requests [2021-05-10T01:33:26.724Z] Found existing installation: requests 2.23.0 [2021-05-10T01:33:26.724Z] Uninstalling requests-2.23.0: [2021-05-10T01:33:26.724Z] Successfully uninstalled requests-2.23.0 [2021-05-10T01:33:29.332Z] Running setup.py install for dockerpty: started [2021-05-10T01:33:29.332Z] Removing intermediate container 59a592e7f3c8 [2021-05-10T01:33:29.332Z] ---> 5c0f07fe02e7 [2021-05-10T01:33:29.332Z] Step 8/25 : COPY . . [2021-05-10T01:33:29.332Z] Removing intermediate container 892af3d9e047 [2021-05-10T01:33:29.332Z] ---> 2ea6abf42090 [2021-05-10T01:33:29.332Z] Step 8/23 : COPY . . [2021-05-10T01:33:31.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-10T01:33:33.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-10T01:33:34.953Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T01:33:34.953Z] Running setup.py install for docopt: started [2021-05-10T01:33:37.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-10T01:33:37.741Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T01:33:38.343Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-10T01:33:38.344Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:33:38.344Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:33:38.344Z] ---> d4df317bd424 [2021-05-10T01:33:38.344Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T01:33:38.344Z] ---> Using cache [2021-05-10T01:33:38.344Z] ---> 84189226ea5a [2021-05-10T01:33:38.344Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:33:38.344Z] ---> Using cache [2021-05-10T01:33:38.344Z] ---> f483b0e8f335 [2021-05-10T01:33:38.344Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T01:33:38.615Z] ---> Using cache [2021-05-10T01:33:38.615Z] ---> 54eac33bd088 [2021-05-10T01:33:38.615Z] Step 6/21 : COPY go.mod . [2021-05-10T01:33:38.615Z] ---> Using cache [2021-05-10T01:33:38.615Z] ---> 26f5ffb65254 [2021-05-10T01:33:38.615Z] Step 7/21 : RUN go mod download [2021-05-10T01:33:38.615Z] ---> Using cache [2021-05-10T01:33:38.615Z] ---> 5c0f07fe02e7 [2021-05-10T01:33:38.615Z] Step 8/21 : COPY . . [2021-05-10T01:33:39.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T01:33:43.114Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-10T01:33:49.853Z] $ docker stop --time=1 9b89490ce2b8095af5b7c3f884e1996011a2ac6d9f4dc1de858e1aeac0937ced [2021-05-10T01:33:51.162Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:33:51.162Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:33:51.162Z] ---> d4df317bd424 [2021-05-10T01:33:51.162Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:33:51.163Z] ---> Using cache [2021-05-10T01:33:51.163Z] ---> 84189226ea5a [2021-05-10T01:33:51.163Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:33:51.163Z] ---> Using cache [2021-05-10T01:33:51.163Z] ---> f483b0e8f335 [2021-05-10T01:33:51.163Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T01:33:51.163Z] ---> Using cache [2021-05-10T01:33:51.163Z] ---> 54eac33bd088 [2021-05-10T01:33:51.163Z] Step 6/23 : COPY go.mod . [2021-05-10T01:33:51.163Z] ---> Using cache [2021-05-10T01:33:51.163Z] ---> 26f5ffb65254 [2021-05-10T01:33:51.163Z] Step 7/23 : RUN go mod download [2021-05-10T01:33:51.163Z] ---> Using cache [2021-05-10T01:33:51.163Z] ---> 5c0f07fe02e7 [2021-05-10T01:33:51.163Z] Step 8/23 : COPY . . [2021-05-10T01:33:52.354Z] $ docker rm -f 9b89490ce2b8095af5b7c3f884e1996011a2ac6d9f4dc1de858e1aeac0937ced [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:33:54.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T01:33:54.027Z] [2021-05-10T01:33:54.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:33:54.376Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T01:33:54.377Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-10T01:33:54.377Z] 29e5d40040c1: Pulling fs layer [2021-05-10T01:33:54.377Z] 1ce36da41761: Pulling fs layer [2021-05-10T01:33:54.377Z] 25b303627fd3: Pulling fs layer [2021-05-10T01:33:54.650Z] 29e5d40040c1: Verifying Checksum [2021-05-10T01:33:54.650Z] 29e5d40040c1: Download complete [2021-05-10T01:33:55.251Z] 1ce36da41761: Verifying Checksum [2021-05-10T01:33:55.251Z] 1ce36da41761: Download complete [2021-05-10T01:33:55.526Z] 29e5d40040c1: Pull complete [2021-05-10T01:33:56.506Z] 1ce36da41761: Pull complete [2021-05-10T01:33:57.105Z] 25b303627fd3: Verifying Checksum [2021-05-10T01:33:57.105Z] 25b303627fd3: Download complete [2021-05-10T01:34:07.248Z] 25b303627fd3: Pull complete [2021-05-10T01:34:07.248Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-10T01:34:07.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T01:34:07.248Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-10T01:34:07.468Z] prd-ubuntu18.04-docker-arm64-4c-16g-3887 does not seem to be running inside a container [2021-05-10T01:34:07.550Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-10T01:34:10.661Z] $ docker top 21106b085f1d37196cded9729eabbc8fdac0f1b1da9f4c9c87963355ac3e0cb1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:34:11.546Z] + grep parallel [2021-05-10T01:34:11.546Z] + docker-compose build --help [2021-05-10T01:34:15.820Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T01:34:15.844Z] $ docker stop --time=1 21106b085f1d37196cded9729eabbc8fdac0f1b1da9f4c9c87963355ac3e0cb1 [2021-05-10T01:34:17.722Z] $ docker rm -f 21106b085f1d37196cded9729eabbc8fdac0f1b1da9f4c9c87963355ac3e0cb1 [Pipeline] // withDockerContainer [2021-05-10T01:34:18.026Z] ---> 1056e1da7ffd [2021-05-10T01:34:18.026Z] Step 9/23 : RUN make cmd/core-command/core-command [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:34:18.301Z] ---> 1e484f664c8e [2021-05-10T01:34:18.301Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T01:34:18.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T01:34:18.379Z] . [Pipeline] withDockerContainer [2021-05-10T01:34:18.614Z] prd-ubuntu18.04-docker-arm64-4c-16g-3887 does not seem to be running inside a container [2021-05-10T01:34:18.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-10T01:34:19.931Z] $ docker top 35b3804970ba5d2f7c7af0ef1eb5849dd81b6529f15ee2a48c219592d983679e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:34:20.282Z] ---> Running in 4ba92040baab [2021-05-10T01:34:20.282Z] ---> Running in ad7718a3b164 [2021-05-10T01:34:20.817Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T01:34:24.021Z] ---> 64a82055c044 [2021-05-10T01:34:24.021Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T01:34:24.397Z] ---> Running in ce9772c974d7 [2021-05-10T01:34:25.113Z] Building docker-core-command-go ... [2021-05-10T01:34:25.113Z] Building docker-core-data-go ... [2021-05-10T01:34:25.113Z] Building docker-core-metadata-go ... [2021-05-10T01:34:25.113Z] Building docker-security-bootstrapper-go ... [2021-05-10T01:34:25.113Z] Building docker-security-proxy-setup-go ... [2021-05-10T01:34:25.113Z] Building docker-security-secretstore-setup-go ... [2021-05-10T01:34:25.113Z] Building docker-support-notifications-go ... [2021-05-10T01:34:25.113Z] Building docker-support-scheduler-go ... [2021-05-10T01:34:25.113Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T01:34:25.113Z] Building docker-sys-mgmt-agent-go [2021-05-10T01:34:25.113Z] Building docker-core-data-go [2021-05-10T01:34:25.113Z] Building docker-support-scheduler-go [2021-05-10T01:34:25.113Z] Building docker-support-notifications-go [2021-05-10T01:34:25.113Z] Building docker-security-bootstrapper-go [2021-05-10T01:34:26.855Z] Removing intermediate container d967c63b82bc [2021-05-10T01:34:26.855Z] ---> e4af4a64f2c6 [2021-05-10T01:34:26.855Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T01:34:26.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-10T01:34:26.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-10T01:34:27.144Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-10T01:34:27.144Z] ---> 8964eac081e7 [2021-05-10T01:34:27.144Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T01:34:27.144Z] ---> Running in 8ba0457840ba [2021-05-10T01:34:27.420Z] ---> Running in df04fbb40d8b [2021-05-10T01:34:27.718Z] Removing intermediate container 8ba0457840ba [2021-05-10T01:34:27.718Z] ---> 247b9de6b15b [2021-05-10T01:34:27.718Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T01:34:28.025Z] ---> Running in ba97c8c66c32 [2021-05-10T01:34:28.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-10T01:34:28.331Z] Removing intermediate container ba97c8c66c32 [2021-05-10T01:34:28.331Z] ---> 9c734706e1d0 [2021-05-10T01:34:28.331Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T01:34:29.317Z] ---> aa153ccab0f2 [2021-05-10T01:34:29.317Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T01:34:30.310Z] ---> ea57877fe24d [2021-05-10T01:34:30.310Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T01:34:30.912Z] ---> fa09adbff2f6 [2021-05-10T01:34:30.912Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T01:34:31.195Z] ---> Running in 35226bba7082 [2021-05-10T01:34:34.352Z] Removing intermediate container 35226bba7082 [2021-05-10T01:34:34.352Z] ---> 0dd4d8a6a550 [2021-05-10T01:34:34.352Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:34:34.712Z] ---> Running in a6c839de71c5 [2021-05-10T01:34:35.913Z] Removing intermediate container a6c839de71c5 [2021-05-10T01:34:35.913Z] ---> b06e61170dfd [2021-05-10T01:34:35.913Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T01:34:36.223Z] ---> Running in 3755f7f82234 [2021-05-10T01:34:37.323Z] Removing intermediate container 3755f7f82234 [2021-05-10T01:34:37.323Z] ---> f847b2f6bc22 [2021-05-10T01:34:37.323Z] Step 22/23 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:34:37.323Z] ---> Running in 27a3c57b41a6 [2021-05-10T01:34:38.368Z] Removing intermediate container 27a3c57b41a6 [2021-05-10T01:34:38.368Z] ---> f1547b7138cc [2021-05-10T01:34:38.368Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:34:38.651Z] ---> Running in e69bdc29035e [2021-05-10T01:34:39.401Z] Removing intermediate container e69bdc29035e [2021-05-10T01:34:39.401Z] ---> 15eca90ab879 [2021-05-10T01:34:39.401Z] [2021-05-10T01:34:40.118Z] Successfully built 15eca90ab879 [2021-05-10T01:34:40.442Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-10T01:35:20.248Z]  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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-10T01:35:20.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T01:35:22.837Z] Removing intermediate container ad7718a3b164 [2021-05-10T01:35:22.837Z] ---> a59e9e896bd4 [2021-05-10T01:35:22.837Z] [2021-05-10T01:35:22.837Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T01:35:22.837Z] ---> 13621d1b12d4 [2021-05-10T01:35:22.837Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T01:35:26.159Z] Removing intermediate container 4ba92040baab [2021-05-10T01:35:26.159Z] ---> 096a69c2dae3 [2021-05-10T01:35:26.159Z] [2021-05-10T01:35:26.159Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T01:35:27.115Z] ---> 13621d1b12d4 [2021-05-10T01:35:27.115Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T01:35:27.115Z] ---> Running in 61a08b0c6b99 [2021-05-10T01:35:27.115Z] ---> Using cache [2021-05-10T01:35:27.115Z] ---> 8adcc9df6062 [2021-05-10T01:35:27.115Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:35:27.115Z] ---> Using cache [2021-05-10T01:35:27.115Z] ---> 40aa016107da [2021-05-10T01:35:27.115Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T01:35:27.115Z] Removing intermediate container df04fbb40d8b [2021-05-10T01:35:27.115Z] ---> dce1c6f946de [2021-05-10T01:35:27.115Z] [2021-05-10T01:35:27.115Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T01:35:27.115Z] ---> 13621d1b12d4 [2021-05-10T01:35:27.115Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T01:35:27.115Z] ---> Using cache [2021-05-10T01:35:27.115Z] ---> 8adcc9df6062 [2021-05-10T01:35:27.115Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:35:27.115Z] ---> Using cache [2021-05-10T01:35:27.115Z] ---> 40aa016107da [2021-05-10T01:35:27.115Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T01:35:27.115Z] Removing intermediate container ce9772c974d7 [2021-05-10T01:35:27.115Z] ---> edf418131807 [2021-05-10T01:35:27.115Z] [2021-05-10T01:35:27.115Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T01:35:27.115Z] ---> 13621d1b12d4 [2021-05-10T01:35:27.115Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T01:35:27.115Z] ---> Running in 47f0b0a06677 [2021-05-10T01:35:27.379Z] ---> Running in 4480601d6fd3 [2021-05-10T01:35:27.379Z] ---> Running in 7ef3bb3c83d2 [2021-05-10T01:35:27.654Z] Removing intermediate container 47f0b0a06677 [2021-05-10T01:35:27.654Z] ---> b852a0ba54f3 [2021-05-10T01:35:27.654Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T01:35:27.654Z] Removing intermediate container 4480601d6fd3 [2021-05-10T01:35:27.654Z] ---> 0598d334913b [2021-05-10T01:35:27.654Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T01:35:27.654Z] ---> Running in dae2f4562e6f [2021-05-10T01:35:27.654Z] ---> Running in 48a1ff7d0b9d [2021-05-10T01:35:27.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:35:27.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:35:28.188Z] Removing intermediate container dae2f4562e6f [2021-05-10T01:35:28.188Z] ---> 7c50ebea88d9 [2021-05-10T01:35:28.188Z] Step 15/23 : WORKDIR / [2021-05-10T01:35:28.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:35:28.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:35:28.188Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T01:35:28.450Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T01:35:28.713Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T01:35:28.713Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T01:35:28.713Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T01:35:28.713Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T01:35:28.713Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T01:35:28.713Z] Removing intermediate container 48a1ff7d0b9d [2021-05-10T01:35:28.713Z] ---> d53c9cafaaec [2021-05-10T01:35:28.713Z] Step 15/23 : WORKDIR / [2021-05-10T01:35:28.713Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T01:35:28.713Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T01:35:28.713Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T01:35:28.713Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:35:28.713Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:35:29.291Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T01:35:29.291Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T01:35:29.291Z] OK: 7 MiB in 20 packages [2021-05-10T01:35:29.291Z] OK: 7 MiB in 18 packages [2021-05-10T01:35:29.557Z] ---> Running in c93ccf026115 [2021-05-10T01:35:29.557Z] ---> Running in bf56b2268fa8 [2021-05-10T01:35:29.840Z] Removing intermediate container c93ccf026115 [2021-05-10T01:35:29.840Z] ---> a8fced2be386 [2021-05-10T01:35:29.840Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:35:29.840Z] Removing intermediate container bf56b2268fa8 [2021-05-10T01:35:29.840Z] ---> 8bb5c5d74e9d [2021-05-10T01:35:29.840Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:35:30.812Z] ---> f7a6c3c85989 [2021-05-10T01:35:30.812Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T01:35:30.812Z] ---> b3bcf25b1827 [2021-05-10T01:35:30.812Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T01:35:31.788Z] Removing intermediate container 61a08b0c6b99 [2021-05-10T01:35:31.788Z] ---> ccccd2b77a1c [2021-05-10T01:35:31.788Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T01:35:31.788Z] Removing intermediate container 7ef3bb3c83d2 [2021-05-10T01:35:31.788Z] ---> ed816f739bdf [2021-05-10T01:35:31.788Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T01:35:32.092Z] ---> Running in d7e0232ca175 [2021-05-10T01:35:32.092Z] ---> Running in 77aa307f6c2c [2021-05-10T01:35:32.092Z] ---> d882bf60bc0d [2021-05-10T01:35:32.092Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T01:35:32.372Z] Removing intermediate container d7e0232ca175 [2021-05-10T01:35:32.372Z] ---> dbe240debee1 [2021-05-10T01:35:32.372Z] Step 13/25 : WORKDIR / [2021-05-10T01:35:32.372Z] ---> 6e5492c17b8b [2021-05-10T01:35:32.372Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T01:35:32.372Z] Removing intermediate container 77aa307f6c2c [2021-05-10T01:35:32.372Z] ---> d9f0b334a1cf [2021-05-10T01:35:32.372Z] Step 13/21 : WORKDIR /edgex [2021-05-10T01:35:32.372Z] ---> Running in 393d7bc93d86 [2021-05-10T01:35:32.664Z] ---> Running in 2dd91f23f350 [2021-05-10T01:35:32.664Z] ---> b25ea96dba6c [2021-05-10T01:35:32.664Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T01:35:32.930Z] ---> Running in cd47c83bbc03 [2021-05-10T01:35:32.930Z] Removing intermediate container 393d7bc93d86 [2021-05-10T01:35:32.930Z] ---> cd69f2532b79 [2021-05-10T01:35:32.930Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-10T01:35:32.930Z] ---> 3857ad935701 [2021-05-10T01:35:32.930Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T01:35:33.206Z] Removing intermediate container 2dd91f23f350 [2021-05-10T01:35:33.206Z] ---> 0a66c382f51d [2021-05-10T01:35:33.206Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T01:35:33.206Z] Removing intermediate container cd47c83bbc03 [2021-05-10T01:35:33.206Z] ---> b6d5efb513d8 [2021-05-10T01:35:33.206Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:35:33.206Z] ---> Running in 727a6b342221 [2021-05-10T01:35:33.471Z] ---> Running in eb62b56e4249 [2021-05-10T01:35:33.471Z] Removing intermediate container 727a6b342221 [2021-05-10T01:35:33.471Z] ---> db4a2e65cb75 [2021-05-10T01:35:33.471Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:35:33.755Z] ---> cd25b30d63e4 [2021-05-10T01:35:33.755Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-10T01:35:33.755Z] ---> eac26a427116 [2021-05-10T01:35:33.755Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T01:35:33.755Z] ---> Running in 72da16b9a39a [2021-05-10T01:35:33.755Z] Removing intermediate container eb62b56e4249 [2021-05-10T01:35:33.755Z] ---> af7e605606a1 [2021-05-10T01:35:33.755Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T01:35:34.065Z] ---> Running in 6a4b35f8507a [2021-05-10T01:35:34.334Z] Removing intermediate container 72da16b9a39a [2021-05-10T01:35:34.334Z] ---> c151b9d11066 [2021-05-10T01:35:34.334Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T01:35:34.334Z] ---> 52da325fbcd0 [2021-05-10T01:35:34.334Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T01:35:34.611Z] Removing intermediate container 6a4b35f8507a [2021-05-10T01:35:34.611Z] ---> 51ee5456fc78 [2021-05-10T01:35:34.611Z] Step 22/23 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:35:34.611Z] ---> Running in 4e59658f42bc [2021-05-10T01:35:34.611Z] ---> 47b16fdc7e6a [2021-05-10T01:35:34.611Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T01:35:34.611Z] ---> Running in 12b59a8f24e7 [2021-05-10T01:35:34.881Z] ---> 0d4869186c6a [2021-05-10T01:35:34.881Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-10T01:35:34.881Z] Removing intermediate container 4e59658f42bc [2021-05-10T01:35:34.881Z] ---> 351d37dd870d [2021-05-10T01:35:34.881Z] Step 22/23 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:35:35.150Z] ---> Running in f3725b747e2e [2021-05-10T01:35:35.150Z] Removing intermediate container 12b59a8f24e7 [2021-05-10T01:35:35.150Z] ---> 4aba09538318 [2021-05-10T01:35:35.150Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:35:35.431Z] ---> Running in 30dfd8e5e032 [2021-05-10T01:35:35.431Z] ---> 0ddc788cb564 [2021-05-10T01:35:35.431Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T01:35:35.431Z] ---> e4961b1dbaea [2021-05-10T01:35:35.431Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T01:35:35.431Z] Removing intermediate container f3725b747e2e [2021-05-10T01:35:35.431Z] ---> 2d41ae7c841d [2021-05-10T01:35:35.431Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:35:35.431Z] ---> Running in 4cc3c34f0f2d [2021-05-10T01:35:35.702Z] ---> Running in 25295a25f801 [2021-05-10T01:35:35.702Z] Removing intermediate container 30dfd8e5e032 [2021-05-10T01:35:35.702Z] ---> f5e2f6a3cee8 [2021-05-10T01:35:35.702Z] [2021-05-10T01:35:36.671Z] Removing intermediate container 4cc3c34f0f2d [2021-05-10T01:35:36.671Z] ---> d5361dc56b1e [2021-05-10T01:35:36.671Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T01:35:36.671Z] Successfully built f5e2f6a3cee8 [2021-05-10T01:35:36.946Z] Removing intermediate container 25295a25f801 [2021-05-10T01:35:36.946Z] ---> b44f40d1e1be [2021-05-10T01:35:36.946Z] [2021-05-10T01:35:36.946Z] Successfully tagged docker-core-command-go:latest [2021-05-10T01:35:36.946Z]  Building docker-core-command-go ... done  ---> cd494b6a6efc [2021-05-10T01:35:36.946Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T01:35:36.946Z] ---> Running in f5648278fb0c [2021-05-10T01:35:37.230Z] Successfully built b44f40d1e1be [2021-05-10T01:35:37.230Z] Successfully tagged docker-core-metadata-go:latest [2021-05-10T01:35:37.497Z]  Building docker-core-metadata-go ... done Removing intermediate container f5648278fb0c [2021-05-10T01:35:37.497Z] ---> 978466893255 [2021-05-10T01:35:37.497Z] Step 19/21 : LABEL arch=x86_64 [2021-05-10T01:35:37.497Z] ---> Running in 3c7808a1b6ce [2021-05-10T01:35:37.497Z] ---> dffa70729981 [2021-05-10T01:35:37.497Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T01:35:37.766Z] Removing intermediate container 3c7808a1b6ce [2021-05-10T01:35:37.766Z] ---> 83db905fad99 [2021-05-10T01:35:37.766Z] Step 20/21 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:35:38.037Z] ---> Running in 2acdd8b7306c [2021-05-10T01:35:38.037Z] ---> 959af147031f [2021-05-10T01:35:38.037Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-10T01:35:38.037Z] ---> Running in f8e2ec5ae06b [2021-05-10T01:35:38.303Z] Removing intermediate container 2acdd8b7306c [2021-05-10T01:35:38.303Z] ---> d661d257176c [2021-05-10T01:35:38.303Z] Step 21/21 : LABEL version=0.0.0 [2021-05-10T01:35:38.303Z] ---> Running in 8e5a74c3e180 [2021-05-10T01:35:38.573Z] Removing intermediate container 8e5a74c3e180 [2021-05-10T01:35:38.573Z] ---> 286da4cd209d [2021-05-10T01:35:38.573Z] [2021-05-10T01:35:38.841Z] Successfully built 286da4cd209d [2021-05-10T01:35:38.841Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-10T01:35:39.423Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f8e2ec5ae06b [2021-05-10T01:35:39.423Z] ---> fe5d8c8260c3 [2021-05-10T01:35:39.423Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T01:35:39.423Z] ---> Running in 5a0461b15072 [2021-05-10T01:35:39.694Z] Removing intermediate container 5a0461b15072 [2021-05-10T01:35:39.694Z] ---> a0bdb5f51118 [2021-05-10T01:35:39.694Z] Step 23/25 : LABEL arch=x86_64 [2021-05-10T01:35:39.694Z] ---> Running in e6d8a16496c6 [2021-05-10T01:35:39.966Z] Removing intermediate container e6d8a16496c6 [2021-05-10T01:35:39.966Z] ---> ee5a38acd056 [2021-05-10T01:35:39.966Z] Step 24/25 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:35:39.966Z] ---> Running in 3b4fe71a8bbd [2021-05-10T01:35:40.231Z] Removing intermediate container 3b4fe71a8bbd [2021-05-10T01:35:40.231Z] ---> 7bb43dbfebea [2021-05-10T01:35:40.231Z] Step 25/25 : LABEL version=0.0.0 [2021-05-10T01:35:40.496Z] ---> Running in 1dad6479a7d3 [2021-05-10T01:35:40.761Z] Removing intermediate container 1dad6479a7d3 [2021-05-10T01:35:40.761Z] ---> 32b85d00af34 [2021-05-10T01:35:40.761Z] [2021-05-10T01:35:40.761Z] Successfully built 32b85d00af34 [2021-05-10T01:35:41.026Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-10T01:35:41.305Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-05-10T01:35:41.332Z] $ docker stop --time=1 f3af88b221fe9384d1a720c57193bad51438e52093eff63c0c7c09104e831c47 [2021-05-10T01:35:43.100Z] $ docker rm -f f3af88b221fe9384d1a720c57193bad51438e52093eff63c0c7c09104e831c47 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T01:35:43.616Z] + docker images [2021-05-10T01:35:43.616Z] + grep docker [2021-05-10T01:35:43.878Z] docker-security-secretstore-setup-go latest 32b85d00af34 3 seconds ago 25.7MB [2021-05-10T01:35:43.878Z] docker-security-proxy-setup-go latest 286da4cd209d 5 seconds ago 25.3MB [2021-05-10T01:35:43.878Z] docker-core-metadata-go latest b44f40d1e1be 7 seconds ago 18.6MB [2021-05-10T01:35:43.878Z] docker-core-command-go latest f5e2f6a3cee8 8 seconds ago 17MB [2021-05-10T01:35:43.878Z] docker-sys-mgmt-agent-go latest 15eca90ab879 About a minute ago 312MB [2021-05-10T01:35:43.878Z] docker-security-bootstrapper-go latest 825f7d2357d3 2 minutes ago 18.2MB [2021-05-10T01:35:43.878Z] docker-core-data-go latest 9380ccdd7f42 2 minutes ago 21.5MB [2021-05-10T01:35:43.878Z] docker-support-scheduler-go latest 045e037c82f2 2 minutes ago 17.1MB [2021-05-10T01:35:43.878Z] docker-support-notifications-go latest 2db8d1278c1f 2 minutes ago 17.6MB [2021-05-10T01:35:43.878Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-10T01:35:46.859Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:35:46.859Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:35:46.860Z] ---> 3443abb5ca13 [2021-05-10T01:35:46.860Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:35:46.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:35:46.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:35:46.860Z] ---> 3443abb5ca13 [2021-05-10T01:35:46.860Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T01:35:46.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:35:46.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:35:46.860Z] ---> 3443abb5ca13 [2021-05-10T01:35:46.860Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T01:35:46.860Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:35:46.860Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:35:46.860Z] ---> 3443abb5ca13 [2021-05-10T01:35:46.860Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:35:46.860Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:35:46.860Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:35:46.860Z] ---> 3443abb5ca13 [2021-05-10T01:35:46.860Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T01:35:46.860Z] ---> Running in bf75545b9c00 [2021-05-10T01:35:46.860Z] ---> Running in ba6fb5dc99c0 [2021-05-10T01:35:46.860Z] ---> Running in 229b0d9e5789 [2021-05-10T01:35:46.860Z] ---> Running in 649411edef6b [2021-05-10T01:35:46.860Z] ---> Running in 292afba4ac91 [2021-05-10T01:35:46.860Z] Removing intermediate container 649411edef6b [2021-05-10T01:35:46.860Z] ---> 732ef9c2d59f [2021-05-10T01:35:46.860Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:35:46.860Z] Removing intermediate container ba6fb5dc99c0 [2021-05-10T01:35:46.860Z] ---> b75750fd8cdc [2021-05-10T01:35:46.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:35:46.860Z] Removing intermediate container bf75545b9c00 [2021-05-10T01:35:46.860Z] Removing intermediate container 292afba4ac91 [2021-05-10T01:35:46.860Z] ---> f05e8e216c1f [2021-05-10T01:35:46.860Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:35:46.860Z] Removing intermediate container 229b0d9e5789 [2021-05-10T01:35:46.860Z] ---> 36e0a3d7dfe0 [2021-05-10T01:35:46.860Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:35:46.860Z] ---> a84143f454d9 [2021-05-10T01:35:46.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:35:46.860Z] ---> Running in 1d66f8b85a0c [2021-05-10T01:35:46.860Z] ---> Running in b31e695685fb [2021-05-10T01:35:46.860Z] ---> Running in f1646f40d380 [2021-05-10T01:35:46.860Z] ---> Running in 0b8adc9cad2b [2021-05-10T01:35:46.860Z] ---> Running in 4620db76628b [2021-05-10T01:35:46.860Z] Removing intermediate container 1d66f8b85a0c [2021-05-10T01:35:46.860Z] ---> 8c9950fa5c7b [2021-05-10T01:35:46.860Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T01:35:46.865Z] ---> Running in 4536deec7808 [2021-05-10T01:35:46.865Z] Removing intermediate container b31e695685fb [2021-05-10T01:35:46.865Z] ---> 8ee964b80003 [2021-05-10T01:35:46.865Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T01:35:46.865Z] Removing intermediate container 4620db76628b [2021-05-10T01:35:46.865Z] ---> 963c95224343 [2021-05-10T01:35:46.865Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T01:35:46.865Z] ---> Running in 5044bbcfc04b [2021-05-10T01:35:46.865Z] ---> Running in a034308acfd3 [2021-05-10T01:35:46.865Z] Removing intermediate container 0b8adc9cad2b [2021-05-10T01:35:46.865Z] ---> 9a63c1a211c7 [2021-05-10T01:35:46.865Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T01:35:46.865Z] Removing intermediate container f1646f40d380 [2021-05-10T01:35:46.865Z] ---> 34094cdfe62a [2021-05-10T01:35:46.865Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T01:35:46.865Z] ---> Running in fdfa69a3c756 [2021-05-10T01:35:46.865Z] ---> Running in fa4d86656037 [2021-05-10T01:35:46.865Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:35:46.865Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:35:46.865Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:35:46.874Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:35:47.146Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:35:47.745Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:35:48.340Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:35:48.341Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:35:48.948Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:35:48.948Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:35:48.948Z] OK: 218 MiB in 52 packages [2021-05-10T01:35:49.577Z] OK: 218 MiB in 52 packages [2021-05-10T01:35:50.183Z] OK: 218 MiB in 52 packages [2021-05-10T01:35:50.462Z] OK: 218 MiB in 52 packages [2021-05-10T01:35:50.462Z] Removing intermediate container 4536deec7808 [2021-05-10T01:35:50.462Z] ---> 2c7c2ebb727b [2021-05-10T01:35:50.462Z] Step 6/23 : COPY go.mod . [2021-05-10T01:35:50.740Z] OK: 218 MiB in 52 packages [2021-05-10T01:35:51.760Z] ---> f1b07a726d1e [2021-05-10T01:35:51.760Z] Step 7/23 : RUN go mod download [2021-05-10T01:35:51.760Z] Removing intermediate container a034308acfd3 [2021-05-10T01:35:51.760Z] ---> dcff33870633 [2021-05-10T01:35:51.760Z] Step 6/22 : COPY go.mod . [2021-05-10T01:35:52.038Z] ---> Running in 7507f3e7f26f [2021-05-10T01:35:52.038Z] Removing intermediate container fdfa69a3c756 [2021-05-10T01:35:52.038Z] ---> dc0edc866ec7 [2021-05-10T01:35:52.038Z] Step 6/31 : COPY go.mod . [2021-05-10T01:35:52.324Z] Removing intermediate container fa4d86656037 [2021-05-10T01:35:52.324Z] ---> 3e19329c9f1f [2021-05-10T01:35:52.610Z] Step 6/23 : COPY go.mod . [2021-05-10T01:35:52.610Z] Removing intermediate container 5044bbcfc04b [2021-05-10T01:35:52.610Z] ---> 78324d67a65e [2021-05-10T01:35:52.610Z] Step 6/22 : COPY go.mod . [2021-05-10T01:35:52.888Z] ---> a2fefb8a505d [2021-05-10T01:35:52.888Z] Step 7/22 : RUN go mod download [2021-05-10T01:35:53.165Z] ---> Running in c8cf9aff3781 [2021-05-10T01:35:53.165Z] ---> 61080aed4ba8 [2021-05-10T01:35:53.165Z] Step 7/31 : RUN go mod download [2021-05-10T01:35:53.443Z] ---> Running in 21ed8bf96012 [2021-05-10T01:35:53.731Z] ---> e2c065709a5e [2021-05-10T01:35:53.731Z] Step 7/23 : RUN go mod download [2021-05-10T01:35:54.011Z] ---> Running in 672162bb6a25 [2021-05-10T01:35:54.011Z] ---> 3419bdc49ff1 [2021-05-10T01:35:54.011Z] Step 7/22 : RUN go mod download [2021-05-10T01:35:54.284Z] ---> Running in 30e7a9cda4c8 [2021-05-10T01:35:56.288Z] Removing intermediate container 7507f3e7f26f [2021-05-10T01:35:56.288Z] ---> 7851081ffa6d [2021-05-10T01:35:56.288Z] Step 8/23 : COPY . . [2021-05-10T01:35:57.731Z] Removing intermediate container c8cf9aff3781 [2021-05-10T01:35:57.731Z] ---> 0114c4ab2a2e [2021-05-10T01:35:57.731Z] Step 8/22 : COPY . . [2021-05-10T01:35:58.326Z] Removing intermediate container 21ed8bf96012 [2021-05-10T01:35:58.326Z] ---> 6af28a1b83e1 [2021-05-10T01:35:58.326Z] Step 8/31 : COPY . . [2021-05-10T01:35:59.190Z] Still waiting to schedule task [2021-05-10T01:35:59.190Z] ‘prd-ubuntu18.04-docker-8c-8g-3894’ is offline [2021-05-10T01:35:59.315Z] Removing intermediate container 30e7a9cda4c8 [2021-05-10T01:35:59.315Z] ---> c920a3f5d30f [2021-05-10T01:35:59.315Z] Step 8/22 : COPY . . [2021-05-10T01:35:59.315Z] Removing intermediate container 672162bb6a25 [2021-05-10T01:35:59.315Z] ---> 95e97c22035f [2021-05-10T01:35:59.315Z] Step 8/23 : COPY . . [2021-05-10T01:36:26.106Z] ---> f047823b192e [2021-05-10T01:36:26.106Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T01:36:26.106Z] ---> e3e948055929 [2021-05-10T01:36:26.106Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T01:36:26.106Z] ---> 4117f89cd077 [2021-05-10T01:36:26.106Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T01:36:26.106Z] ---> ec1863b65a0c [2021-05-10T01:36:26.106Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T01:36:26.106Z] ---> e49d03ff286c [2021-05-10T01:36:26.106Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T01:36:26.106Z] ---> Running in 35225470715f [2021-05-10T01:36:26.106Z] ---> Running in ca275ddf339c [2021-05-10T01:36:26.106Z] ---> Running in 25181bf4c079 [2021-05-10T01:36:26.106Z] ---> Running in ba6a42e95b32 [2021-05-10T01:36:26.106Z] ---> Running in ffe553626420 [2021-05-10T01:36:26.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-10T01:36:26.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-10T01:36:26.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-10T01:36:27.288Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-10T01:36:27.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-10T01:36:50.089Z] Running on prd-ubuntu18.04-docker-8c-8g-3896 in /w/workspace/edgexfoundry_edgex-go_PR-3441 [Pipeline] { [Pipeline] ws [2021-05-10T01:36:50.109Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-05-10T01:36:52.296Z] using credential edgex-jenkins-ssh [2021-05-10T01:36:52.310Z] Cloning the remote Git repository [2021-05-10T01:36:52.336Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:36:52.400Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-05-10T01:36:52.425Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:36:52.426Z] > git --version # timeout=10 [2021-05-10T01:36:52.434Z] > git --version # 'git version 2.17.1' [2021-05-10T01:36:52.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:36:52.456Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T01:37:00.607Z] Merging remotes/origin/master commit ab13ab81583b0f3a529d0965ed09deb9ecbbd99b into PR head commit ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:37:00.740Z] Merge succeeded, producing ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:37:00.741Z] Checking out Revision ccf29088b5b98faae79f08bb7310339dd53814c4 (PR-3441) [2021-05-10T01:37:00.125Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T01:37:00.136Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T01:37:00.146Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T01:37:00.155Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:37:00.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:37:00.158Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3441/head:refs/remotes/origin/PR-3441 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T01:37:00.636Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T01:37:00.640Z] > git checkout -f ccf29088b5b98faae79f08bb7310339dd53814c4 # timeout=10 [2021-05-10T01:37:00.722Z] > git remote # timeout=10 [2021-05-10T01:37:00.729Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T01:37:00.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:37:00.744Z] > git merge ab13ab81583b0f3a529d0965ed09deb9ecbbd99b # timeout=10 [2021-05-10T01:37:00.752Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T01:37:00.764Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T01:37:00.777Z] > git checkout -f ccf29088b5b98faae79f08bb7310339dd53814c4 # timeout=10 [2021-05-10T01:37:04.398Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:37:05.354Z] + echo snap-build.sh [2021-05-10T01:37:05.354Z] snap-build.sh [2021-05-10T01:37:05.354Z] + SNAP_BASE_DIR=. [2021-05-10T01:37:05.354Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-05-10T01:37:05.354Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-05-10T01:37:05.354Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-05-10T01:37:05.354Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-05-10T01:37:05.354Z] + cd /w/workspace/edgex-go/4 [2021-05-10T01:37:05.354Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-10T01:37:05.354Z] Reading package lists... [2021-05-10T01:37:05.354Z] Building dependency tree... [2021-05-10T01:37:05.354Z] Reading state information... [2021-05-10T01:37:05.623Z] The following packages were automatically installed and are no longer required: [2021-05-10T01:37:05.623Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-10T01:37:05.623Z] uidmap xdelta3 [2021-05-10T01:37:05.623Z] Use 'sudo apt autoremove' to remove them. [2021-05-10T01:37:05.623Z] The following packages will be REMOVED: [2021-05-10T01:37:05.623Z] lxd* lxd-client* [2021-05-10T01:37:06.197Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-10T01:37:06.197Z] After this operation, 31.7 MB disk space will be freed. [2021-05-10T01:37:07.245Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-05-10T01:37:07.245Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T01:37:08.188Z] Removing lxd dnsmasq configuration [2021-05-10T01:37:08.188Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T01:37:08.449Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-10T01:37:09.021Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-10T01:37:09.283Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-05-10T01:37:09.283Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T01:37:10.673Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-10T01:37:10.673Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-10T01:37:12.059Z] + sudo snap remove --purge lxd [2021-05-10T01:37:12.059Z] snap "lxd" is not installed [2021-05-10T01:37:12.059Z] + sudo groupadd --force --system lxd [2021-05-10T01:37:12.059Z] ++ whoami [2021-05-10T01:37:12.059Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-10T01:37:12.319Z] + newgrp - lxd [2021-05-10T01:37:12.319Z] + sudo snap install lxd [2021-05-10T01:37:22.334Z] 2021-05-10T01:37:19Z INFO Waiting for automatic snapd restart... [2021-05-10T01:37:37.245Z] lxd 4.13 from Canonical* installed [2021-05-10T01:37:37.245Z] + sudo lxd init --auto [2021-05-10T01:37:47.322Z] + sudo snap install --classic snapcraft [2021-05-10T01:37:51.529Z] snapcraft 4.7.1 from Canonical* installed [2021-05-10T01:37:51.529Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-10T01:37:51.529Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-10T01:37:51.529Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T01:37:51.529Z] Dload Upload Total Spent Left Speed [2021-05-10T01:37:51.529Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5016 0 --:--:-- --:--:-- --:--:-- 5016 [2021-05-10T01:37:51.791Z] 100 3325k 100 3325k 0 0 8482k 0 --:--:-- --:--:-- --:--:-- 8482k [2021-05-10T01:37:51.791Z] ./yq_linux_amd64 [2021-05-10T01:37:51.791Z] + sudo snapcraft prime --use-lxd [2021-05-10T01:37:53.723Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-10T01:37:53.723Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-05-10T01:37:53.723Z] - README.md [2021-05-10T01:37:53.723Z] [2021-05-10T01:37:53.723Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-10T01:37:53.984Z] Launching a container. [2021-05-10T01:38:06.224Z] Waiting for container to be ready [2021-05-10T01:38:06.224Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-10T01:38:06.224Z] [2021-05-10T01:38:09.519Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-10T01:38:09.519Z] Waiting for network to be ready... [2021-05-10T01:38:09.780Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-10T01:38:10.041Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-10T01:38:10.041Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-10T01:38:10.041Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-10T01:38:10.041Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-10T01:38:10.041Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-10T01:38:10.041Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-10T01:38:10.041Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-10T01:38:10.041Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-10T01:38:10.041Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-10T01:38:10.302Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-10T01:38:10.562Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-10T01:38:10.824Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-10T01:38:10.824Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-10T01:38:10.824Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-10T01:38:10.824Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-10T01:38:10.824Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-10T01:38:10.824Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-10T01:38:11.089Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-10T01:38:11.349Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-10T01:38:11.349Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-10T01:38:11.349Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-10T01:38:11.349Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-10T01:38:11.349Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-10T01:38:11.349Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-10T01:38:11.349Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-10T01:38:11.610Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-10T01:38:13.547Z] Fetched 24.5 MB in 4s (6175 kB/s) [2021-05-10T01:38:14.497Z] Reading package lists... [2021-05-10T01:38:14.764Z] Reading package lists... [2021-05-10T01:38:14.764Z] Building dependency tree... [2021-05-10T01:38:14.764Z] Reading state information... [2021-05-10T01:38:15.028Z] The following additional packages will be installed: [2021-05-10T01:38:15.028Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-10T01:38:15.028Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-10T01:38:15.028Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-10T01:38:15.028Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-10T01:38:15.028Z] Suggested packages: [2021-05-10T01:38:15.028Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-10T01:38:15.028Z] Recommended packages: [2021-05-10T01:38:15.028Z] gnupg libsasl2-modules [2021-05-10T01:38:15.028Z] The following NEW packages will be installed: [2021-05-10T01:38:15.028Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-10T01:38:15.028Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-10T01:38:15.028Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-10T01:38:15.028Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-10T01:38:15.028Z] The following packages will be upgraded: [2021-05-10T01:38:15.028Z] gpg gpg-agent gpgconf libudev1 [2021-05-10T01:38:15.295Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-10T01:38:15.295Z] Need to get 3530 kB of archives. [2021-05-10T01:38:15.295Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-10T01:38:15.295Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-10T01:38:15.295Z] 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-05-10T01:38:15.295Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-10T01:38:15.561Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-10T01:38:15.561Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-10T01:38:15.561Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-10T01:38:16.141Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-10T01:38:16.141Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-10T01:38:16.141Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-10T01:38:16.141Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-10T01:38:16.141Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-10T01:38:16.141Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-10T01:38:16.141Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-10T01:38:16.141Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-10T01:38:16.141Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-10T01:38:16.141Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-10T01:38:16.141Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-10T01:38:16.141Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-10T01:38:16.141Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-10T01:38:16.141Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-10T01:38:16.141Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-10T01:38:16.141Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-10T01:38:16.413Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T01:38:16.413Z] Fetched 3530 kB in 1s (2681 kB/s) [2021-05-10T01:38:16.413Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-10T01:38:16.413Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-10T01:38:16.413Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T01:38:16.682Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-10T01:38:16.682Z] Selecting previously unselected package udev. [2021-05-10T01:38:16.682Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-10T01:38:16.682Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-10T01:38:16.682Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-10T01:38:16.945Z] Selecting previously unselected package libfuse2:amd64. [2021-05-10T01:38:16.945Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-10T01:38:16.945Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-10T01:38:16.945Z] Selecting previously unselected package fuse. [2021-05-10T01:38:16.945Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-10T01:38:16.945Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-10T01:38:17.206Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T01:38:17.206Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T01:38:17.206Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T01:38:17.206Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T01:38:17.467Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T01:38:17.468Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T01:38:17.468Z] Selecting previously unselected package libksba8:amd64. [2021-05-10T01:38:17.468Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-10T01:38:17.468Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-10T01:38:17.730Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-10T01:38:17.730Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T01:38:17.730Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:17.730Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-10T01:38:17.730Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T01:38:17.730Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:17.990Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-10T01:38:17.990Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T01:38:17.990Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:17.990Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-10T01:38:17.990Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T01:38:17.990Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:17.990Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-10T01:38:17.990Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T01:38:17.990Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:18.250Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-10T01:38:18.250Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T01:38:18.250Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:18.250Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-10T01:38:18.250Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T01:38:18.250Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:18.511Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-10T01:38:18.511Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T01:38:18.511Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:18.511Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-10T01:38:18.511Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T01:38:18.511Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:18.772Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-10T01:38:18.772Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-10T01:38:18.772Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T01:38:18.772Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-10T01:38:18.772Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-10T01:38:18.772Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T01:38:18.772Z] Selecting previously unselected package libldap-common. [2021-05-10T01:38:18.772Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-10T01:38:18.772Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T01:38:19.033Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-10T01:38:19.033Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-10T01:38:19.033Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T01:38:19.033Z] Selecting previously unselected package dirmngr. [2021-05-10T01:38:19.033Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T01:38:19.033Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-10T01:38:19.294Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T01:38:19.294Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-10T01:38:19.294Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-10T01:38:19.294Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T01:38:19.294Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T01:38:19.294Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-10T01:38:19.294Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:19.555Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-10T01:38:19.555Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T01:38:19.555Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-10T01:38:19.816Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-10T01:38:20.083Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:20.083Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-10T01:38:20.083Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-10T01:38:20.083Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-10T01:38:20.083Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:20.083Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:20.083Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:20.083Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:20.362Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:20.362Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:20.362Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T01:38:20.362Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T01:38:20.362Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-10T01:38:20.362Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T01:38:20.628Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-10T01:38:20.628Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-10T01:38:20.628Z] This means they are not meant to be enabled using systemctl. [2021-05-10T01:38:20.628Z] Possible reasons for having this kind of units are: [2021-05-10T01:38:20.628Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-10T01:38:20.628Z] .wants/ or .requires/ directory. [2021-05-10T01:38:20.628Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-10T01:38:20.628Z] a requirement dependency on it. [2021-05-10T01:38:20.628Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-10T01:38:20.628Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-10T01:38:20.628Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-10T01:38:20.628Z] instance name specified. [2021-05-10T01:38:21.204Z] Reading package lists... [2021-05-10T01:38:21.204Z] Building dependency tree... [2021-05-10T01:38:21.204Z] Reading state information... [2021-05-10T01:38:21.204Z] The following additional packages will be installed: [2021-05-10T01:38:21.204Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-10T01:38:21.204Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-10T01:38:21.204Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-10T01:38:21.204Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-10T01:38:21.204Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-10T01:38:21.204Z] Suggested packages: [2021-05-10T01:38:21.204Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-10T01:38:21.204Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-10T01:38:21.204Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-10T01:38:21.204Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-10T01:38:21.204Z] systemd-container policykit-1 [2021-05-10T01:38:21.204Z] Recommended packages: [2021-05-10T01:38:21.204Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-10T01:38:21.465Z] The following NEW packages will be installed: [2021-05-10T01:38:21.465Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-10T01:38:21.465Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-10T01:38:21.465Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-10T01:38:21.465Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-10T01:38:21.465Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-10T01:38:21.465Z] The following packages will be upgraded: [2021-05-10T01:38:21.465Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-10T01:38:21.465Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-10T01:38:21.465Z] Need to get 35.2 MB of archives. [2021-05-10T01:38:21.465Z] After this operation, 141 MB of additional disk space will be used. [2021-05-10T01:38:21.465Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-10T01:38:21.465Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-10T01:38:21.465Z] 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-05-10T01:38:21.465Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-10T01:38:21.465Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-10T01:38:21.726Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-10T01:38:21.726Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-10T01:38:21.726Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-10T01:38:21.726Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-10T01:38:21.726Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-10T01:38:21.726Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-10T01:38:21.726Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-10T01:38:21.726Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-10T01:38:21.726Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-10T01:38:21.726Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-10T01:38:21.726Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-10T01:38:21.726Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-10T01:38:22.673Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-10T01:38:22.673Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-10T01:38:22.673Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-10T01:38:22.673Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-10T01:38:22.673Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-10T01:38:22.673Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-10T01:38:22.673Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-10T01:38:22.673Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-10T01:38:22.673Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-10T01:38:22.673Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-10T01:38:22.673Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-10T01:38:22.673Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-10T01:38:22.673Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-10T01:38:22.934Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T01:38:22.934Z] Fetched 35.2 MB in 1s (24.8 MB/s) [2021-05-10T01:38:22.934Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T01:38:22.934Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-10T01:38:23.194Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T01:38:23.765Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-10T01:38:23.765Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T01:38:23.765Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-10T01:38:24.026Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T01:38:24.026Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-10T01:38:24.026Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-10T01:38:24.026Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-10T01:38:24.286Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T01:38:24.286Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-10T01:38:24.286Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-10T01:38:24.547Z] Setting up apt (1.6.13) ... [2021-05-10T01:38:24.547Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-10T01:38:25.117Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-10T01:38:25.117Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-10T01:38:25.117Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-10T01:38:25.117Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-10T01:38:25.378Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-10T01:38:25.378Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T01:38:25.378Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T01:38:25.378Z] Selecting previously unselected package libexpat1:amd64. [2021-05-10T01:38:25.378Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-10T01:38:25.638Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-10T01:38:25.638Z] Selecting previously unselected package python3.6-minimal. [2021-05-10T01:38:25.638Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T01:38:25.638Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T01:38:25.897Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-10T01:38:25.897Z] Checking for services that may need to be restarted...done. [2021-05-10T01:38:25.897Z] Checking for services that may need to be restarted...done. [2021-05-10T01:38:26.157Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T01:38:26.157Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-10T01:38:26.157Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T01:38:26.729Z] Selecting previously unselected package python3-minimal. [2021-05-10T01:38:26.729Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-10T01:38:26.729Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-10T01:38:26.729Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-10T01:38:26.729Z] Selecting previously unselected package mime-support. [2021-05-10T01:38:26.729Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-10T01:38:26.729Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-10T01:38:26.729Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-10T01:38:26.729Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-10T01:38:26.729Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-10T01:38:26.990Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-10T01:38:26.990Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T01:38:26.990Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T01:38:27.252Z] Selecting previously unselected package python3.6. [2021-05-10T01:38:27.252Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T01:38:27.252Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T01:38:27.252Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-10T01:38:27.252Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-10T01:38:27.252Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-10T01:38:27.513Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-10T01:38:27.775Z] Selecting previously unselected package python3. [2021-05-10T01:38:27.775Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-10T01:38:27.775Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-10T01:38:27.775Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-10T01:38:27.775Z] Selecting previously unselected package multiarch-support. [2021-05-10T01:38:27.775Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T01:38:27.775Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-10T01:38:27.775Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-10T01:38:27.775Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-10T01:38:27.775Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-10T01:38:27.775Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-10T01:38:28.036Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-10T01:38:28.036Z] Selecting previously unselected package libbsd0:amd64. [2021-05-10T01:38:28.036Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-10T01:38:28.036Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-10T01:38:28.036Z] Selecting previously unselected package sudo. [2021-05-10T01:38:28.036Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-10T01:38:28.036Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-10T01:38:28.296Z] Selecting previously unselected package apparmor. [2021-05-10T01:38:28.296Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-10T01:38:28.296Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-10T01:38:28.296Z] Selecting previously unselected package libedit2:amd64. [2021-05-10T01:38:28.557Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-10T01:38:28.557Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-10T01:38:28.557Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-10T01:38:28.557Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T01:38:28.557Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T01:38:28.557Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-10T01:38:28.557Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T01:38:28.557Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T01:38:28.821Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-10T01:38:28.821Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-10T01:38:28.821Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-10T01:38:28.821Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-10T01:38:28.821Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T01:38:28.821Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T01:38:29.082Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-10T01:38:29.082Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T01:38:29.082Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T01:38:29.082Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-10T01:38:29.082Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-10T01:38:29.082Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-10T01:38:29.655Z] Selecting previously unselected package openssh-client. [2021-05-10T01:38:29.655Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-10T01:38:29.655Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-10T01:38:29.916Z] Selecting previously unselected package squashfs-tools. [2021-05-10T01:38:29.916Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-10T01:38:29.916Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-10T01:38:29.916Z] Selecting previously unselected package snapd. [2021-05-10T01:38:29.916Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-10T01:38:29.916Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-10T01:38:31.831Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-10T01:38:31.831Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-10T01:38:32.104Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-10T01:38:32.104Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-10T01:38:32.104Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-10T01:38:32.104Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T01:38:32.366Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T01:38:32.366Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-10T01:38:32.366Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-10T01:38:33.309Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-10T01:38:33.309Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-10T01:38:33.309Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-10T01:38:33.309Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T01:38:33.309Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T01:38:33.309Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T01:38:33.881Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-10T01:38:33.881Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T01:38:34.141Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-10T01:38:34.141Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-10T01:38:34.141Z] running python rtupdate hooks for python3.6... [2021-05-10T01:38:34.141Z] running python post-rtupdate hooks for python3.6... [2021-05-10T01:38:34.141Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-10T01:38:37.444Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-10T01:38:37.444Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T01:38:37.444Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-10T01:38:37.444Z] Setting up snapd (2.48.3+18.04) ... [2021-05-10T01:38:37.706Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-10T01:38:37.968Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-10T01:38:37.968Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-10T01:38:38.230Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-10T01:38:38.231Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-10T01:38:38.231Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-10T01:38:38.491Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-10T01:38:38.752Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-10T01:38:38.752Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-10T01:38:39.014Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-10T01:38:39.014Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-05-10T01:38:39.014Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T01:38:39.276Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-10T01:38:40.217Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T01:38:40.217Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T01:38:40.217Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T01:38:41.433Z] Reading package lists... [2021-05-10T01:38:41.433Z] Reading package lists... [2021-05-10T01:38:41.694Z] Building dependency tree... [2021-05-10T01:38:41.694Z] Reading state information... [2021-05-10T01:38:41.694Z] Calculating upgrade... [2021-05-10T01:38:41.954Z] The following packages will be upgraded: [2021-05-10T01:38:41.954Z] advancecomp base-files bash binutils binutils-common [2021-05-10T01:38:41.954Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-10T01:38:41.954Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-10T01:38:41.954Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-10T01:38:41.954Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-10T01:38:41.954Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-10T01:38:41.954Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-10T01:38:41.954Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-10T01:38:41.954Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-10T01:38:41.954Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-10T01:38:41.955Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-10T01:38:41.955Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-10T01:38:41.955Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-10T01:38:41.955Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-10T01:38:41.955Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-10T01:38:41.955Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T01:38:41.955Z] Need to get 64.0 MB of archives. [2021-05-10T01:38:41.955Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-10T01:38:41.955Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-10T01:38:42.214Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-10T01:38:42.214Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-10T01:38:42.214Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-10T01:38:42.214Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-10T01:38:42.214Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-10T01:38:42.214Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-10T01:38:42.214Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-10T01:38:42.214Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-05-10T01:38:42.214Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-10T01:38:42.214Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-10T01:38:42.214Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-10T01:38:42.214Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-10T01:38:42.214Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-10T01:38:42.214Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-10T01:38:42.214Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-10T01:38:42.214Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-10T01:38:42.214Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-10T01:38:42.214Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-10T01:38:42.214Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-10T01:38:42.214Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-10T01:38:42.214Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-10T01:38:42.214Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-10T01:38:42.214Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-10T01:38:42.214Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-10T01:38:42.214Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-10T01:38:42.214Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-10T01:38:42.214Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-10T01:38:42.214Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-10T01:38:42.214Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-10T01:38:42.214Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-10T01:38:42.214Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-10T01:38:42.214Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-10T01:38:42.214Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-10T01:38:42.214Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-10T01:38:42.214Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-10T01:38:42.476Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-10T01:38:42.476Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-10T01:38:42.476Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-10T01:38:42.476Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-10T01:38:42.476Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-10T01:38:42.476Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-10T01:38:42.476Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-10T01:38:42.476Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-10T01:38:42.476Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-10T01:38:42.476Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-10T01:38:42.476Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-10T01:38:42.476Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-10T01:38:42.476Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-10T01:38:42.476Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-10T01:38:42.476Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-10T01:38:42.476Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-10T01:38:42.476Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-10T01:38:42.476Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-10T01:38:42.476Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-10T01:38:42.476Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-10T01:38:42.476Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-10T01:38:42.737Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-10T01:38:42.737Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-10T01:38:42.737Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-10T01:38:42.998Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-10T01:38:42.998Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-10T01:38:42.998Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-10T01:38:42.998Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-10T01:38:42.998Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-10T01:38:43.258Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-10T01:38:43.258Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-10T01:38:43.258Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-10T01:38:43.258Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-10T01:38:43.258Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-10T01:38:43.258Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-10T01:38:43.258Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-10T01:38:43.258Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-10T01:38:43.258Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-10T01:38:43.258Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-10T01:38:43.258Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-10T01:38:43.518Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-10T01:38:43.519Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-10T01:38:43.519Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-10T01:38:43.519Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-10T01:38:43.519Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-10T01:38:43.519Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-10T01:38:43.519Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-10T01:38:43.519Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-10T01:38:43.519Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-10T01:38:43.519Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-10T01:38:43.519Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-10T01:38:43.519Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-10T01:38:43.519Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-10T01:38:43.782Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-10T01:38:43.782Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-10T01:38:43.782Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-10T01:38:43.782Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-10T01:38:43.782Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-10T01:38:43.782Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-10T01:38:43.782Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-10T01:38:43.782Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-10T01:38:43.782Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-10T01:38:43.782Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-10T01:38:43.782Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-10T01:38:43.782Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-10T01:38:44.044Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T01:38:44.044Z] Fetched 64.0 MB in 2s (32.7 MB/s) [2021-05-10T01:38:44.044Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:44.044Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T01:38:44.044Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T01:38:44.616Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T01:38:44.616Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T01:38:44.876Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-10T01:38:44.876Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-10T01:38:45.821Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:45.821Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T01:38:46.084Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:46.084Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T01:38:46.084Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:46.084Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T01:38:46.658Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:46.658Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T01:38:46.658Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:46.658Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T01:38:46.658Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:46.920Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T01:38:46.920Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:46.920Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T01:38:46.920Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:38:47.181Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T01:38:47.181Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:47.181Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-10T01:38:47.181Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:38:47.442Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T01:38:47.442Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:47.442Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T01:38:47.442Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:47.443Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T01:38:47.707Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T01:38:47.707Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T01:38:47.707Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:38:47.969Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T01:38:47.969Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T01:38:47.969Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T01:38:48.543Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-10T01:38:48.802Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T01:38:48.802Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-10T01:38:48.802Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-10T01:38:48.802Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-10T01:38:48.802Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-10T01:38:49.064Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-10T01:38:49.064Z] Installing new version of config file /etc/issue ... [2021-05-10T01:38:49.064Z] Installing new version of config file /etc/issue.net ... [2021-05-10T01:38:49.064Z] Installing new version of config file /etc/lsb-release ... [2021-05-10T01:38:49.064Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-10T01:38:49.324Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-10T01:38:49.324Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-10T01:38:49.382Z] Removing intermediate container ca275ddf339c [2021-05-10T01:38:49.382Z] ---> e545801357bd [2021-05-10T01:38:49.382Z] [2021-05-10T01:38:49.382Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T01:38:49.382Z] 3.12: Pulling from library/alpine [2021-05-10T01:38:49.382Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T01:38:49.382Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T01:38:49.382Z] ---> 9852663dfa18 [2021-05-10T01:38:49.382Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T01:38:49.382Z] ---> Running in 5e688b4a0611 [2021-05-10T01:38:49.382Z] Removing intermediate container 5e688b4a0611 [2021-05-10T01:38:49.382Z] ---> 4152db1f9eaa [2021-05-10T01:38:49.382Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T01:38:49.382Z] ---> Running in 0a0f1fb9355a [2021-05-10T01:38:49.382Z] Removing intermediate container 25181bf4c079 [2021-05-10T01:38:49.382Z] ---> ea52f8e956a8 [2021-05-10T01:38:49.382Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T01:38:49.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:38:49.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:38:49.382Z] ---> Running in e7dec6e25014 [2021-05-10T01:38:49.382Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T01:38:49.382Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T01:38:49.382Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:38:49.382Z] OK: 5 MiB in 16 packages [2021-05-10T01:38:49.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-10T01:38:49.586Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-10T01:38:49.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:49.586Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-10T01:38:49.586Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-10T01:38:49.847Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-10T01:38:49.847Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-05-10T01:38:49.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:49.847Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T01:38:49.847Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-10T01:38:50.019Z] Removing intermediate container 0a0f1fb9355a [2021-05-10T01:38:50.019Z] ---> d3215f36684b [2021-05-10T01:38:50.019Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T01:38:50.108Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-10T01:38:50.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:50.108Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-10T01:38:50.108Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-10T01:38:50.108Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-10T01:38:50.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:50.368Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-10T01:38:50.368Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T01:38:50.629Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-10T01:38:50.629Z] ---> Running in 0aca0eb808ed [2021-05-10T01:38:50.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:50.888Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T01:38:50.888Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T01:38:50.888Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T01:38:51.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:51.149Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T01:38:51.149Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T01:38:51.149Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-10T01:38:51.411Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:51.411Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-10T01:38:51.411Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-10T01:38:51.411Z] Setting up grep (3.1-2build1) ... [2021-05-10T01:38:51.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:51.673Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-10T01:38:51.673Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-10T01:38:51.673Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-10T01:38:51.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:51.934Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T01:38:51.934Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T01:38:51.934Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-10T01:38:52.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:52.196Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T01:38:52.196Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T01:38:52.457Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T01:38:52.457Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T01:38:52.637Z] Removing intermediate container 0aca0eb808ed [2021-05-10T01:38:52.637Z] ---> c1c7f6748e9d [2021-05-10T01:38:52.637Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T01:38:52.718Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T01:38:52.718Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T01:38:53.254Z] Removing intermediate container ffe553626420 [2021-05-10T01:38:53.254Z] ---> 2af10f8bdfeb [2021-05-10T01:38:53.254Z] [2021-05-10T01:38:53.254Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T01:38:53.254Z] ---> 9852663dfa18 [2021-05-10T01:38:53.254Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T01:38:53.254Z] ---> Running in 1aa47a6b98c3 [2021-05-10T01:38:53.289Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-10T01:38:53.289Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:53.289Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-10T01:38:53.289Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T01:38:53.529Z] Removing intermediate container e7dec6e25014 [2021-05-10T01:38:53.529Z] ---> 830fef50e2c9 [2021-05-10T01:38:53.529Z] [2021-05-10T01:38:53.529Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T01:38:53.529Z] 20.10.0: Pulling from library/docker [2021-05-10T01:38:53.808Z] ---> Running in ec998bfc2886 [2021-05-10T01:38:54.411Z] Removing intermediate container 1aa47a6b98c3 [2021-05-10T01:38:54.411Z] ---> 0cb595bcae43 [2021-05-10T01:38:54.411Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T01:38:54.676Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-10T01:38:54.677Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-10T01:38:54.677Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-10T01:38:54.677Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-10T01:38:54.677Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-10T01:38:54.677Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:54.677Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-10T01:38:54.677Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-10T01:38:54.937Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-10T01:38:54.937Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:54.937Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T01:38:54.937Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T01:38:55.012Z] ---> Running in f6da0a88d84b [2021-05-10T01:38:55.199Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T01:38:55.199Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:55.199Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T01:38:55.199Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T01:38:55.460Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T01:38:55.460Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:55.460Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T01:38:55.460Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T01:38:55.460Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T01:38:55.617Z] Removing intermediate container 35225470715f [2021-05-10T01:38:55.617Z] ---> 4109b3653520 [2021-05-10T01:38:55.617Z] [2021-05-10T01:38:55.617Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T01:38:55.617Z] ---> 9852663dfa18 [2021-05-10T01:38:55.617Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T01:38:55.721Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:55.721Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T01:38:55.721Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T01:38:55.721Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T01:38:55.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:55.982Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T01:38:55.982Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T01:38:55.982Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T01:38:55.982Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T01:38:56.215Z] ---> Running in fac08e53afdd [2021-05-10T01:38:56.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:38:56.242Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T01:38:56.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:56.242Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T01:38:56.242Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T01:38:56.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:38:56.503Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T01:38:56.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:56.503Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T01:38:56.503Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T01:38:56.763Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T01:38:56.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:56.763Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T01:38:57.023Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T01:38:57.024Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-10T01:38:57.024Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:57.091Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T01:38:57.091Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T01:38:57.091Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:38:57.283Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T01:38:57.284Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T01:38:57.414Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T01:38:57.414Z] OK: 6 MiB in 16 packages [2021-05-10T01:38:57.853Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-10T01:38:57.853Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-10T01:38:58.114Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-10T01:38:58.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:58.376Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T01:38:58.376Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T01:38:58.376Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T01:38:58.637Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T01:38:58.637Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-10T01:38:58.637Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T01:38:58.897Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-10T01:38:58.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:38:58.897Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-10T01:38:59.156Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-10T01:38:59.156Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-10T01:38:59.417Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:38:59.417Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-10T01:38:59.417Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-10T01:38:59.678Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-10T01:38:59.678Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:38:59.678Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-10T01:38:59.678Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-10T01:38:59.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:38:59.938Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-10T01:38:59.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:38:59.938Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T01:38:59.938Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T01:39:00.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:39:00.199Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T01:39:00.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:00.199Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T01:39:00.199Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T01:39:00.458Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T01:39:00.458Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:00.458Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T01:39:00.623Z] Removing intermediate container f6da0a88d84b [2021-05-10T01:39:00.623Z] ---> ec86ceefb828 [2021-05-10T01:39:00.623Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T01:39:00.720Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T01:39:00.720Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T01:39:00.927Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T01:39:00.927Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:39:00.927Z] OK: 5 MiB in 15 packages [2021-05-10T01:39:00.927Z] ---> Running in f2c26f3a80b9 [2021-05-10T01:39:00.980Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:00.980Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T01:39:00.980Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T01:39:01.240Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-10T01:39:01.240Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T01:39:01.240Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T01:39:01.240Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T01:39:01.240Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T01:39:01.508Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:01.508Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-10T01:39:01.508Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-10T01:39:01.577Z] Removing intermediate container ec998bfc2886 [2021-05-10T01:39:01.577Z] ---> 0d5324d5df91 [2021-05-10T01:39:01.577Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:39:01.770Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-10T01:39:01.771Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:01.771Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-10T01:39:01.771Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T01:39:01.911Z] ---> Running in 3cf547605092 [2021-05-10T01:39:02.031Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T01:39:02.193Z] Removing intermediate container f2c26f3a80b9 [2021-05-10T01:39:02.193Z] ---> 7dea041b5c38 [2021-05-10T01:39:02.193Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T01:39:02.301Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:02.302Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T01:39:02.302Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T01:39:02.302Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T01:39:02.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:02.583Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-10T01:39:02.583Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-10T01:39:02.583Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-10T01:39:02.861Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:02.861Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-10T01:39:02.861Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-10T01:39:03.189Z] Removing intermediate container 3cf547605092 [2021-05-10T01:39:03.189Z] ---> 2e5aed4cbc40 [2021-05-10T01:39:03.189Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T01:39:03.213Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-10T01:39:03.213Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:03.213Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T01:39:03.213Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T01:39:03.551Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-10T01:39:03.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:03.551Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-10T01:39:03.551Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-10T01:39:03.889Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-10T01:39:03.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:03.889Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-10T01:39:03.889Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-10T01:39:03.889Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-10T01:39:04.151Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:04.151Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-10T01:39:04.151Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-10T01:39:04.151Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-10T01:39:04.180Z] ---> Running in 9e2babaa9f5c [2021-05-10T01:39:04.180Z] Removing intermediate container fac08e53afdd [2021-05-10T01:39:04.181Z] ---> cc860ab39ed7 [2021-05-10T01:39:04.181Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:39:04.412Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:04.412Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-10T01:39:04.413Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-10T01:39:04.458Z] ---> 281903698ccf [2021-05-10T01:39:04.458Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T01:39:04.673Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-10T01:39:04.673Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:04.673Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-10T01:39:04.673Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-10T01:39:04.750Z] ---> Running in 1b44e901ea10 [2021-05-10T01:39:04.933Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-10T01:39:04.933Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:04.933Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-10T01:39:04.933Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-10T01:39:05.038Z] ---> Running in 59f1e1178c95 [2021-05-10T01:39:05.193Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-10T01:39:05.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:05.193Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-10T01:39:05.193Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-10T01:39:05.193Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-10T01:39:05.358Z] Removing intermediate container 9e2babaa9f5c [2021-05-10T01:39:05.358Z] ---> 6da0ca58c192 [2021-05-10T01:39:05.358Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T01:39:05.454Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T01:39:05.455Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-10T01:39:05.455Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-10T01:39:05.455Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-10T01:39:05.656Z] Removing intermediate container 1b44e901ea10 [2021-05-10T01:39:05.656Z] ---> dabd233cfd98 [2021-05-10T01:39:05.656Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T01:39:05.715Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-10T01:39:05.715Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-10T01:39:05.715Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-10T01:39:05.715Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-10T01:39:05.715Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-10T01:39:05.930Z] ---> Running in bd6baea39816 [2021-05-10T01:39:05.930Z] ---> Running in 07277c9ea6a9 [2021-05-10T01:39:05.978Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-10T01:39:05.979Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-10T01:39:06.239Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-10T01:39:06.239Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-10T01:39:06.239Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-10T01:39:06.501Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-10T01:39:06.501Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-10T01:39:06.501Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-10T01:39:06.761Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-10T01:39:06.761Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-10T01:39:06.761Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-10T01:39:06.761Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-10T01:39:06.922Z] Removing intermediate container bd6baea39816 [2021-05-10T01:39:06.922Z] ---> 6de675e1d101 [2021-05-10T01:39:06.922Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:39:07.195Z] Removing intermediate container 07277c9ea6a9 [2021-05-10T01:39:07.195Z] ---> 1edeaf754ddf [2021-05-10T01:39:07.195Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T01:39:07.331Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-10T01:39:07.331Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-10T01:39:07.592Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-10T01:39:07.592Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-10T01:39:07.593Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-10T01:39:07.593Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-10T01:39:07.794Z] ---> Running in 5e34426f3885 [2021-05-10T01:39:07.852Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-10T01:39:07.853Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-10T01:39:08.779Z] ---> 0fc673459838 [2021-05-10T01:39:08.779Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T01:39:08.807Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-10T01:39:08.807Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-10T01:39:08.807Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-10T01:39:09.052Z] Removing intermediate container 5e34426f3885 [2021-05-10T01:39:09.052Z] ---> e507c8c3d405 [2021-05-10T01:39:09.052Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:39:09.067Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-10T01:39:09.067Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T01:39:09.067Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T01:39:09.327Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T01:39:09.327Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T01:39:09.587Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T01:39:09.587Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T01:39:09.649Z] Removing intermediate container 59f1e1178c95 [2021-05-10T01:39:09.649Z] ---> d4690a3741cb [2021-05-10T01:39:09.649Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:39:09.847Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T01:39:09.847Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T01:39:09.847Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T01:39:09.929Z] Removing intermediate container ba6a42e95b32 [2021-05-10T01:39:09.929Z] ---> eec3e2860c33 [2021-05-10T01:39:09.929Z] [2021-05-10T01:39:09.929Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T01:39:09.929Z] ---> 9852663dfa18 [2021-05-10T01:39:09.929Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T01:39:10.108Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T01:39:10.108Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T01:39:10.108Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T01:39:10.368Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T01:39:10.368Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T01:39:10.368Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T01:39:10.628Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T01:39:10.905Z] ---> Running in dc9d9b4e938d [2021-05-10T01:39:10.905Z] ---> 33eed2a13745 [2021-05-10T01:39:10.905Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T01:39:10.905Z] ---> 925bc1c5b76c [2021-05-10T01:39:10.905Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T01:39:10.905Z] ---> f0aee27c9f11 [2021-05-10T01:39:10.905Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T01:39:11.505Z] Removing intermediate container dc9d9b4e938d [2021-05-10T01:39:11.505Z] ---> b8cdbbce46e1 [2021-05-10T01:39:11.505Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T01:39:11.569Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T01:39:11.569Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T01:39:12.106Z] ---> Running in 1a6b8ba7315c [2021-05-10T01:39:12.139Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T01:39:12.139Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T01:39:12.390Z] ---> 6cd1fba5c370 [2021-05-10T01:39:12.390Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T01:39:12.660Z] ---> Running in 24912bccbf98 [2021-05-10T01:39:12.931Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T01:39:12.931Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T01:39:12.931Z] Removing intermediate container 1a6b8ba7315c [2021-05-10T01:39:12.931Z] ---> 5c19b09adc59 [2021-05-10T01:39:12.931Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T01:39:12.931Z] ---> eeaf43b92773 [2021-05-10T01:39:12.931Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:39:12.931Z] ---> 781edc16dd76 [2021-05-10T01:39:12.931Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T01:39:12.931Z] ---> 80c37169df10 [2021-05-10T01:39:12.931Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T01:39:13.094Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T01:39:13.094Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T01:39:13.202Z] ---> Running in f542864312be [2021-05-10T01:39:13.202Z] ---> Running in 5a7a7f7e7226 [2021-05-10T01:39:13.354Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T01:39:13.354Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T01:39:13.474Z] Removing intermediate container 24912bccbf98 [2021-05-10T01:39:13.474Z] ---> 5181e64dbebb [2021-05-10T01:39:13.474Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:39:13.750Z] ---> Running in b725ecb50d5a [2021-05-10T01:39:13.750Z] Removing intermediate container f542864312be [2021-05-10T01:39:13.750Z] ---> c3d9c130d202 [2021-05-10T01:39:13.750Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T01:39:13.750Z] Removing intermediate container 5a7a7f7e7226 [2021-05-10T01:39:14.019Z] ---> 1ec99311c293 [2021-05-10T01:39:14.019Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:39:14.019Z] ---> Running in 87d245bf8aee [2021-05-10T01:39:14.019Z] ---> cd5421bea715 [2021-05-10T01:39:14.019Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T01:39:14.292Z] ---> c3a9c577fbda [2021-05-10T01:39:14.292Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T01:39:14.292Z] ---> Running in c302d76f8147 [2021-05-10T01:39:14.292Z] ---> Running in 2b092064baa1 [2021-05-10T01:39:14.301Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T01:39:14.301Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T01:39:14.301Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T01:39:14.301Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T01:39:14.301Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-10T01:39:14.563Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T01:39:14.563Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-10T01:39:14.563Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T01:39:14.566Z] Removing intermediate container b725ecb50d5a [2021-05-10T01:39:14.566Z] ---> 4e49ed2ec155 [2021-05-10T01:39:14.566Z] Step 20/22 : LABEL arch=arm64 [2021-05-10T01:39:14.826Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-10T01:39:14.826Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-10T01:39:14.826Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T01:39:14.840Z] ---> Running in bf4e35151e1d [2021-05-10T01:39:14.840Z] Removing intermediate container 2b092064baa1 [2021-05-10T01:39:14.840Z] ---> c711fdda6d0e [2021-05-10T01:39:15.087Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T01:39:15.087Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T01:39:15.087Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T01:39:15.110Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:39:15.110Z] ---> Running in e7e2bd767b07 [2021-05-10T01:39:15.369Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-10T01:39:15.369Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-10T01:39:15.370Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:39:15.370Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T01:39:15.381Z] ---> af7061a38727 [2021-05-10T01:39:15.381Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T01:39:15.381Z] Removing intermediate container bf4e35151e1d [2021-05-10T01:39:15.381Z] ---> da362c76d544 [2021-05-10T01:39:15.381Z] Step 21/22 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:39:15.631Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:39:15.631Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:39:15.631Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:39:15.631Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-10T01:39:15.631Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-10T01:39:15.631Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-10T01:39:15.631Z] [2021-05-10T01:39:15.631Z] Current default time zone: 'Etc/UTC' [2021-05-10T01:39:15.631Z] Local time is now: Mon May 10 01:39:15 UTC 2021. [2021-05-10T01:39:15.631Z] Universal Time is now: Mon May 10 01:39:15 UTC 2021. [2021-05-10T01:39:15.631Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-10T01:39:15.631Z] [2021-05-10T01:39:15.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:39:15.654Z] ---> Running in 60317d624cdc [2021-05-10T01:39:15.892Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-10T01:39:15.892Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:39:15.892Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-10T01:39:15.892Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-10T01:39:15.892Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-10T01:39:15.892Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-10T01:39:15.892Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-10T01:39:15.892Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-10T01:39:15.927Z] Removing intermediate container e7e2bd767b07 [2021-05-10T01:39:15.927Z] ---> 2a6da5fad214 [2021-05-10T01:39:15.927Z] Step 20/22 : LABEL arch=arm64 [2021-05-10T01:39:15.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:39:16.153Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-10T01:39:16.153Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-10T01:39:16.153Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:39:16.153Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-10T01:39:16.200Z] ---> Running in 9d1f8b52b1ee [2021-05-10T01:39:16.415Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T01:39:16.415Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-10T01:39:16.415Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:39:16.415Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-10T01:39:16.415Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-10T01:39:16.415Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-10T01:39:16.415Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-10T01:39:16.415Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-10T01:39:16.480Z] Removing intermediate container 60317d624cdc [2021-05-10T01:39:16.480Z] ---> fb0ccf028473 [2021-05-10T01:39:16.480Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T01:39:16.480Z] ---> 655b4734702a [2021-05-10T01:39:16.480Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T01:39:16.480Z] ---> Running in 5e64f4503d1e [2021-05-10T01:39:16.676Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-10T01:39:16.676Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-10T01:39:16.676Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-10T01:39:16.757Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T01:39:16.757Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T01:39:16.757Z] Removing intermediate container 9d1f8b52b1ee [2021-05-10T01:39:16.757Z] ---> c7932c47dd72 [2021-05-10T01:39:16.757Z] Step 21/22 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:39:16.757Z] Executing bash-5.0.17-r0.post-install [2021-05-10T01:39:16.757Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T01:39:16.757Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T01:39:16.757Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T01:39:16.757Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T01:39:17.032Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T01:39:17.032Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T01:39:17.032Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T01:39:17.032Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T01:39:17.033Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T01:39:17.033Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T01:39:17.033Z] ---> Running in 3083c70ae2b8 [2021-05-10T01:39:17.033Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T01:39:17.033Z] ---> Running in 8d2eea5d91c5 [2021-05-10T01:39:17.305Z] Removing intermediate container c302d76f8147 [2021-05-10T01:39:17.305Z] ---> 7d1fcb00c08f [2021-05-10T01:39:17.305Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T01:39:17.305Z] Removing intermediate container 5e64f4503d1e [2021-05-10T01:39:17.305Z] ---> 1d9929bda683 [2021-05-10T01:39:17.305Z] [2021-05-10T01:39:17.582Z] ---> Running in 72271bc8e5a2 [2021-05-10T01:39:17.867Z] Removing intermediate container 3083c70ae2b8 [2021-05-10T01:39:17.867Z] ---> 434347747589 [2021-05-10T01:39:17.867Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T01:39:18.141Z] Successfully built 1d9929bda683 [2021-05-10T01:39:18.141Z] Removing intermediate container 8d2eea5d91c5 [2021-05-10T01:39:18.141Z] ---> 1e4a909c7741 [2021-05-10T01:39:18.141Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T01:39:18.141Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-10T01:39:18.141Z] Building docker-core-command-go [2021-05-10T01:39:18.595Z] Updating certificates in /etc/ssl/certs... [2021-05-10T01:39:18.739Z]  Building docker-support-notifications-go ... done  ---> Running in 2766752b3f9f [2021-05-10T01:39:19.165Z] 23 added, 27 removed; done. [2021-05-10T01:39:19.165Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-10T01:39:19.338Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T01:39:19.338Z] ---> 29d087b7c783 [2021-05-10T01:39:19.338Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T01:39:19.338Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T01:39:19.338Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T01:39:19.338Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T01:39:19.338Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T01:39:19.338Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T01:39:19.425Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T01:39:19.425Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-10T01:39:19.425Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-10T01:39:19.425Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-10T01:39:19.425Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T01:39:19.425Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-10T01:39:19.425Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T01:39:19.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:39:19.611Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T01:39:19.611Z] Removing intermediate container 2766752b3f9f [2021-05-10T01:39:19.611Z] ---> 1ce76a24f5ee [2021-05-10T01:39:19.611Z] [2021-05-10T01:39:19.611Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T01:39:19.611Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T01:39:19.611Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T01:39:19.611Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T01:39:19.611Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T01:39:19.685Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T01:39:19.685Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T01:39:19.685Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T01:39:19.685Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T01:39:19.685Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-10T01:39:19.685Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-10T01:39:19.685Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-10T01:39:19.685Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-10T01:39:19.685Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-10T01:39:19.889Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T01:39:19.889Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T01:39:19.889Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T01:39:19.889Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T01:39:19.889Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T01:39:19.889Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T01:39:19.889Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T01:39:19.889Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T01:39:19.889Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T01:39:19.945Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T01:39:19.945Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T01:39:19.945Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-10T01:39:19.945Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-10T01:39:19.945Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-10T01:39:19.945Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T01:39:20.170Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T01:39:20.170Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T01:39:20.170Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T01:39:20.170Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T01:39:20.170Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T01:39:20.170Z] Successfully built 1ce76a24f5ee [2021-05-10T01:39:20.170Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T01:39:20.170Z] OK: 72 MiB in 59 packages [2021-05-10T01:39:20.170Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-10T01:39:20.205Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-10T01:39:20.205Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-10T01:39:20.205Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-10T01:39:20.205Z] Updating certificates in /etc/ssl/certs... [2021-05-10T01:39:20.466Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-05-10T01:39:20.466Z] ---> Running in 91c44573fd1a [2021-05-10T01:39:20.775Z] 0 added, 0 removed; done. [2021-05-10T01:39:20.775Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-10T01:39:20.775Z] done. [2021-05-10T01:39:21.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:39:21.346Z] Reading package lists... [2021-05-10T01:39:21.346Z] Building dependency tree... [2021-05-10T01:39:21.346Z] Reading state information... [2021-05-10T01:39:21.607Z] The following NEW packages will be installed: [2021-05-10T01:39:21.607Z] apt-transport-https [2021-05-10T01:39:21.607Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T01:39:21.607Z] Need to get 1692 B of archives. [2021-05-10T01:39:21.607Z] After this operation, 154 kB of additional disk space will be used. [2021-05-10T01:39:21.607Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-10T01:39:21.868Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T01:39:21.868Z] Fetched 1692 B in 0s (8047 B/s) [2021-05-10T01:39:21.868Z] Selecting previously unselected package apt-transport-https. [2021-05-10T01:39:21.868Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-10T01:39:21.868Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-10T01:39:21.868Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-10T01:39:21.868Z] Setting up apt-transport-https (1.6.13) ... [2021-05-10T01:39:22.078Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T01:39:22.136Z] Waiting for network to be ready... [2021-05-10T01:39:22.359Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T01:39:22.638Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T01:39:22.638Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T01:39:23.244Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T01:39:23.244Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T01:39:23.521Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:39:23.521Z] OK: 8 MiB in 20 packages [2021-05-10T01:39:24.980Z] Removing intermediate container 91c44573fd1a [2021-05-10T01:39:24.980Z] ---> ffb9dd0b4e2f [2021-05-10T01:39:24.980Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T01:39:25.958Z] Collecting docker-compose==1.23.2 [2021-05-10T01:39:26.236Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T01:39:26.236Z] ---> Running in 43d70e143f4d [2021-05-10T01:39:26.510Z] Removing intermediate container 72271bc8e5a2 [2021-05-10T01:39:26.510Z] ---> ee52475da972 [2021-05-10T01:39:26.510Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:39:26.784Z] Removing intermediate container 43d70e143f4d [2021-05-10T01:39:26.784Z] ---> c78a7e525e5b [2021-05-10T01:39:26.784Z] Step 28/31 : CMD ["gate"] [2021-05-10T01:39:26.784Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-10T01:39:27.377Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T01:39:27.377Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T01:39:28.371Z] ---> Running in fd95f9c7ee92 [2021-05-10T01:39:28.371Z] ---> 056bee48a544 [2021-05-10T01:39:28.371Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T01:39:28.371Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T01:39:28.371Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T01:39:28.772Z] 2021-05-10T01:39:25Z INFO Waiting for automatic snapd restart... [2021-05-10T01:39:28.772Z] snapd 2.49.2 from Canonical* installed [2021-05-10T01:39:28.975Z] Removing intermediate container fd95f9c7ee92 [2021-05-10T01:39:28.975Z] ---> 17e575cd30dc [2021-05-10T01:39:28.975Z] Step 29/31 : LABEL arch=arm64 [2021-05-10T01:39:29.341Z] "snapd" switched to the "latest/stable" channel [2021-05-10T01:39:29.341Z] [2021-05-10T01:39:29.956Z] ---> Running in eac71d719f1d [2021-05-10T01:39:30.228Z] ---> 1c66fc0176f2 [2021-05-10T01:39:30.228Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T01:39:30.503Z] Removing intermediate container eac71d719f1d [2021-05-10T01:39:30.504Z] ---> a2be6bb2360c [2021-05-10T01:39:30.504Z] Step 30/31 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:39:31.096Z] ---> Running in df8f02fad499 [2021-05-10T01:39:31.368Z] ---> 11c5e7dd4861 [2021-05-10T01:39:31.368Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T01:39:31.644Z] ---> Running in ddde2946c6c8 [2021-05-10T01:39:31.644Z] Removing intermediate container df8f02fad499 [2021-05-10T01:39:31.644Z] ---> f9a9a03865c9 [2021-05-10T01:39:31.644Z] Step 31/31 : LABEL version=0.0.0 [2021-05-10T01:39:31.883Z] core18 20210309 from Canonical* installed [2021-05-10T01:39:31.924Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T01:39:31.924Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T01:39:32.142Z] "core18" switched to the "latest/stable" channel [2021-05-10T01:39:32.142Z] [2021-05-10T01:39:32.195Z] ---> Running in 84501371996e [2021-05-10T01:39:32.195Z] Removing intermediate container ddde2946c6c8 [2021-05-10T01:39:32.195Z] ---> fe5319949040 [2021-05-10T01:39:32.195Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:39:32.466Z] ---> Running in 28582c35792a [2021-05-10T01:39:32.738Z] Removing intermediate container 84501371996e [2021-05-10T01:39:32.738Z] ---> 198689915a74 [2021-05-10T01:39:32.738Z] [2021-05-10T01:39:33.010Z] Removing intermediate container 28582c35792a [2021-05-10T01:39:33.010Z] ---> ba0bdc957e25 [2021-05-10T01:39:33.010Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T01:39:33.282Z] Successfully built 198689915a74 [2021-05-10T01:39:33.282Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-10T01:39:33.282Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-05-10T01:39:33.282Z] Collecting PyYAML<4,>=3.10 [2021-05-10T01:39:33.282Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T01:39:33.553Z] ---> Running in 50e17522b4ef [2021-05-10T01:39:34.145Z] Removing intermediate container 50e17522b4ef [2021-05-10T01:39:34.145Z] ---> 3b564f89c783 [2021-05-10T01:39:34.145Z] Step 22/23 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:39:34.421Z] ---> Running in 6d4981e50916 [2021-05-10T01:39:35.396Z] Removing intermediate container 6d4981e50916 [2021-05-10T01:39:35.396Z] ---> 522452aa7fb4 [2021-05-10T01:39:35.396Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:39:35.445Z] snapcraft 4.7.1 from Canonical* installed [2021-05-10T01:39:35.445Z] "snapcraft" switched to the "latest/stable" channel [2021-05-10T01:39:35.445Z] [2021-05-10T01:39:35.668Z] ---> Running in 3a71053f0c3f [2021-05-10T01:39:36.646Z] Removing intermediate container 3a71053f0c3f [2021-05-10T01:39:36.646Z] ---> 479f23fe53b5 [2021-05-10T01:39:36.646Z] [2021-05-10T01:39:36.918Z] Successfully built 479f23fe53b5 [2021-05-10T01:39:36.918Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-10T01:39:36.918Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-05-10T01:39:37.897Z] Collecting docker<4.0,>=3.6.0 [2021-05-10T01:39:37.897Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T01:39:38.871Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T01:39:38.871Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T01:39:39.465Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T01:39:39.465Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T01:39:39.647Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-05-10T01:39:39.647Z] - README.md [2021-05-10T01:39:39.647Z] [2021-05-10T01:39:39.647Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-10T01:39:42.101Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T01:39:42.101Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T01:39:42.375Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T01:39:42.376Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T01:39:45.756Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T01:39:45.756Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T01:39:45.756Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-10T01:39:45.756Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-10T01:39:46.027Z] Collecting idna<2.8,>=2.5 [2021-05-10T01:39:46.027Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T01:39:46.237Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T01:39:46.237Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T01:39:46.237Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T01:39:46.237Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T01:39:46.298Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T01:39:46.298Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T01:39:46.568Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T01:39:46.568Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T01:39:46.568Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T01:39:46.568Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T01:39:46.806Z] Reading package lists... [2021-05-10T01:39:47.066Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-05-10T01:39:47.543Z] Installing collected packages: jsonschema, texttable, urllib3, idna, requests, PyYAML, docker-pycreds, websocket-client, docker, docopt, cached-property, dockerpty, docker-compose [2021-05-10T01:39:48.141Z] Running setup.py install for texttable: started [2021-05-10T01:39:50.762Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T01:39:50.762Z] Attempting uninstall: urllib3 [2021-05-10T01:39:50.762Z] Found existing installation: urllib3 1.25.9 [2021-05-10T01:39:50.762Z] Uninstalling urllib3-1.25.9: [2021-05-10T01:39:50.762Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T01:39:51.037Z] Attempting uninstall: idna [2021-05-10T01:39:51.037Z] Found existing installation: idna 2.9 [2021-05-10T01:39:51.037Z] Uninstalling idna-2.9: [2021-05-10T01:39:51.314Z] Successfully uninstalled idna-2.9 [2021-05-10T01:39:51.911Z] Attempting uninstall: requests [2021-05-10T01:39:51.911Z] Found existing installation: requests 2.23.0 [2021-05-10T01:39:51.911Z] Uninstalling requests-2.23.0: [2021-05-10T01:39:51.911Z] Successfully uninstalled requests-2.23.0 [2021-05-10T01:39:52.504Z] Running setup.py install for PyYAML: started [2021-05-10T01:39:54.281Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T01:39:54.281Z] Reading package lists... [2021-05-10T01:39:54.281Z] Building dependency tree... [2021-05-10T01:39:54.281Z] Reading state information... [2021-05-10T01:39:54.281Z] Suggested packages: [2021-05-10T01:39:54.281Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-10T01:39:54.281Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-10T01:39:54.281Z] Recommended packages: [2021-05-10T01:39:54.281Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-10T01:39:54.281Z] The following NEW packages will be installed: [2021-05-10T01:39:54.281Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-10T01:39:54.281Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-10T01:39:54.281Z] pkg-config zip [2021-05-10T01:39:54.281Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T01:39:54.281Z] Need to get 7663 kB of archives. [2021-05-10T01:39:54.281Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-10T01:39:54.281Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-10T01:39:54.281Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-10T01:39:54.281Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-10T01:39:54.281Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-10T01:39:54.281Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-10T01:39:54.281Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-10T01:39:54.281Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-10T01:39:54.281Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-10T01:39:54.281Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-10T01:39:54.281Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-10T01:39:54.281Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-10T01:39:54.281Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-10T01:39:54.281Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-10T01:39:54.281Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-10T01:39:54.281Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-10T01:39:54.546Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T01:39:54.546Z] Fetched 7663 kB in 1s (8493 kB/s) [2021-05-10T01:39:54.546Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-10T01:39:54.546Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-10T01:39:54.546Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-10T01:39:54.546Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-10T01:39:54.805Z] Selecting previously unselected package libpsl5:amd64. [2021-05-10T01:39:54.805Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-10T01:39:54.805Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-10T01:39:54.805Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-10T01:39:54.805Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-10T01:39:54.805Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-10T01:39:55.067Z] Selecting previously unselected package librtmp1:amd64. [2021-05-10T01:39:55.067Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-10T01:39:55.067Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-10T01:39:55.067Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-10T01:39:55.067Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-10T01:39:55.067Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T01:39:55.126Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T01:39:55.339Z] Selecting previously unselected package liberror-perl. [2021-05-10T01:39:55.339Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-10T01:39:55.339Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-10T01:39:55.339Z] Selecting previously unselected package git-man. [2021-05-10T01:39:55.339Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-10T01:39:55.339Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-10T01:39:55.600Z] Selecting previously unselected package git. [2021-05-10T01:39:55.600Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-10T01:39:55.600Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-10T01:39:56.108Z] Running setup.py install for docopt: started [2021-05-10T01:39:56.175Z] Selecting previously unselected package libnorm1:amd64. [2021-05-10T01:39:56.175Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-10T01:39:56.175Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-10T01:39:56.436Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-10T01:39:56.436Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-10T01:39:56.436Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-10T01:39:56.436Z] Selecting previously unselected package libsodium23:amd64. [2021-05-10T01:39:56.436Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-10T01:39:56.436Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-10T01:39:56.697Z] Selecting previously unselected package libzmq5:amd64. [2021-05-10T01:39:56.697Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-10T01:39:56.697Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T01:39:56.697Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-10T01:39:56.697Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-10T01:39:56.697Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T01:39:56.958Z] Selecting previously unselected package pkg-config. [2021-05-10T01:39:56.958Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-10T01:39:56.958Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-10T01:39:56.958Z] Selecting previously unselected package zip. [2021-05-10T01:39:56.958Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-10T01:39:56.958Z] Unpacking zip (3.0-11build1) ... [2021-05-10T01:39:57.221Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-10T01:39:57.221Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-10T01:39:57.221Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-10T01:39:57.221Z] Setting up liberror-perl (0.17025-1) ... [2021-05-10T01:39:57.221Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-10T01:39:57.221Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-10T01:39:57.221Z] No schema files found: doing nothing. [2021-05-10T01:39:57.221Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-10T01:39:57.221Z] Setting up zip (3.0-11build1) ... [2021-05-10T01:39:57.221Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-10T01:39:57.486Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-10T01:39:57.486Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-10T01:39:57.486Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T01:39:57.486Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T01:39:57.486Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T01:39:57.486Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-10T01:39:57.746Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T01:39:58.092Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T01:39:58.371Z] Running setup.py install for dockerpty: started [2021-05-10T01:40:00.366Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:40:00.366Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:40:00.366Z] ---> 3443abb5ca13 [2021-05-10T01:40:00.366Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:40:00.366Z] ---> Using cache [2021-05-10T01:40:00.366Z] ---> a84143f454d9 [2021-05-10T01:40:00.366Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:40:00.366Z] ---> Using cache [2021-05-10T01:40:00.366Z] ---> 963c95224343 [2021-05-10T01:40:00.366Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T01:40:00.366Z] ---> Using cache [2021-05-10T01:40:00.366Z] ---> dcff33870633 [2021-05-10T01:40:00.366Z] Step 6/23 : COPY go.mod . [2021-05-10T01:40:00.366Z] ---> Using cache [2021-05-10T01:40:00.366Z] ---> a2fefb8a505d [2021-05-10T01:40:00.366Z] Step 7/23 : RUN go mod download [2021-05-10T01:40:00.366Z] ---> Using cache [2021-05-10T01:40:00.366Z] ---> 0114c4ab2a2e [2021-05-10T01:40:00.366Z] Step 8/23 : COPY . . [2021-05-10T01:40:00.366Z] ---> Using cache [2021-05-10T01:40:00.366Z] ---> f047823b192e [2021-05-10T01:40:00.366Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T01:40:00.646Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T01:40:02.621Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-10T01:40:04.055Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:40:04.055Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:40:04.055Z] ---> 3443abb5ca13 [2021-05-10T01:40:04.055Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T01:40:04.055Z] ---> Using cache [2021-05-10T01:40:04.055Z] ---> a84143f454d9 [2021-05-10T01:40:04.055Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:40:04.055Z] ---> Using cache [2021-05-10T01:40:04.055Z] ---> 963c95224343 [2021-05-10T01:40:04.055Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T01:40:04.055Z] ---> Using cache [2021-05-10T01:40:04.055Z] ---> dcff33870633 [2021-05-10T01:40:04.055Z] Step 6/25 : COPY go.mod . [2021-05-10T01:40:04.055Z] ---> Using cache [2021-05-10T01:40:04.055Z] ---> a2fefb8a505d [2021-05-10T01:40:04.055Z] Step 7/25 : RUN go mod download [2021-05-10T01:40:04.055Z] ---> Using cache [2021-05-10T01:40:04.055Z] ---> 0114c4ab2a2e [2021-05-10T01:40:04.055Z] Step 8/25 : COPY . . [2021-05-10T01:40:04.055Z] ---> Using cache [2021-05-10T01:40:04.055Z] ---> f047823b192e [2021-05-10T01:40:04.055Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T01:40:04.349Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T01:40:04.349Z] git set to automatically installed. [2021-05-10T01:40:04.349Z] git-man set to automatically installed. [2021-05-10T01:40:04.349Z] libcurl3-gnutls set to automatically installed. [2021-05-10T01:40:04.349Z] liberror-perl set to automatically installed. [2021-05-10T01:40:04.349Z] libglib2.0-0 set to automatically installed. [2021-05-10T01:40:04.349Z] libnghttp2-14 set to automatically installed. [2021-05-10T01:40:04.349Z] libnorm1 set to automatically installed. [2021-05-10T01:40:04.349Z] libpgm-5.2-0 set to automatically installed. [2021-05-10T01:40:04.349Z] libpsl5 set to automatically installed. [2021-05-10T01:40:04.349Z] librtmp1 set to automatically installed. [2021-05-10T01:40:04.349Z] libsodium23 set to automatically installed. [2021-05-10T01:40:04.349Z] libzmq3-dev set to automatically installed. [2021-05-10T01:40:04.349Z] libzmq5 set to automatically installed. [2021-05-10T01:40:04.349Z] pkg-config set to automatically installed. [2021-05-10T01:40:04.349Z] zip set to automatically installed. [2021-05-10T01:40:05.837Z] snapd is not logged in, snap install commands will use sudo [2021-05-10T01:40:07.471Z] ---> Running in 7a1bf38df226 [2021-05-10T01:40:07.471Z] ---> Running in 3782a5e28025 [2021-05-10T01:40:08.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-10T01:40:08.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-10T01:40:12.431Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T01:40:21.339Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:40:21.339Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:40:21.339Z] ---> 3443abb5ca13 [2021-05-10T01:40:21.339Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> a84143f454d9 [2021-05-10T01:40:21.339Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> 963c95224343 [2021-05-10T01:40:21.339Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> dcff33870633 [2021-05-10T01:40:21.339Z] Step 6/21 : COPY go.mod . [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> a2fefb8a505d [2021-05-10T01:40:21.339Z] Step 7/21 : RUN go mod download [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> 0114c4ab2a2e [2021-05-10T01:40:21.339Z] Step 8/21 : COPY . . [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> f047823b192e [2021-05-10T01:40:21.339Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T01:40:21.339Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:40:21.339Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:40:21.339Z] ---> 3443abb5ca13 [2021-05-10T01:40:21.339Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> a84143f454d9 [2021-05-10T01:40:21.339Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> 963c95224343 [2021-05-10T01:40:21.339Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> dcff33870633 [2021-05-10T01:40:21.339Z] Step 6/23 : COPY go.mod . [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> a2fefb8a505d [2021-05-10T01:40:21.339Z] Step 7/23 : RUN go mod download [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> 0114c4ab2a2e [2021-05-10T01:40:21.339Z] Step 8/23 : COPY . . [2021-05-10T01:40:21.339Z] ---> Using cache [2021-05-10T01:40:21.339Z] ---> f047823b192e [2021-05-10T01:40:21.339Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T01:40:22.374Z] ---> Running in cdaa65017ab8 [2021-05-10T01:40:22.374Z] ---> Running in 4a49d977fcb2 [2021-05-10T01:40:23.836Z] Removing intermediate container 87d245bf8aee [2021-05-10T01:40:23.836Z] ---> c2555ad2a13d [2021-05-10T01:40:23.836Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T01:40:24.122Z] ---> Running in 272e5c7e0327 [2021-05-10T01:40:24.667Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-10T01:40:24.667Z] snapd is not logged in, snap install commands will use sudo [2021-05-10T01:40:25.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-10T01:40:25.140Z] Removing intermediate container 272e5c7e0327 [2021-05-10T01:40:25.140Z] ---> bfd2b557d03f [2021-05-10T01:40:25.140Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T01:40:25.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-10T01:40:25.419Z] ---> Running in 5422467e31c8 [2021-05-10T01:40:26.023Z] Removing intermediate container 5422467e31c8 [2021-05-10T01:40:26.023Z] ---> caf452d6cf7b [2021-05-10T01:40:26.023Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T01:40:28.022Z] ---> d43d46d7ce01 [2021-05-10T01:40:28.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T01:40:28.645Z] ---> fa67f2a94a6a [2021-05-10T01:40:28.645Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T01:40:30.100Z] ---> 1706fc8a9919 [2021-05-10T01:40:30.100Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T01:40:30.377Z] ---> Running in ab1ce341ca88 [2021-05-10T01:40:30.990Z] Removing intermediate container ab1ce341ca88 [2021-05-10T01:40:30.990Z] ---> 83da5ae3bd7c [2021-05-10T01:40:30.990Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:40:30.990Z] ---> Running in 7682d5478abc [2021-05-10T01:40:31.251Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T01:40:31.510Z] snap "core18" has no updates available [2021-05-10T01:40:31.590Z] Removing intermediate container 7682d5478abc [2021-05-10T01:40:31.590Z] ---> f9fe24f96c2b [2021-05-10T01:40:31.590Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T01:40:31.873Z] ---> Running in 69646c48dc8d [2021-05-10T01:40:32.080Z] Pulling go-build-helper [2021-05-10T01:40:32.080Z] + snapcraftctl pull [2021-05-10T01:40:32.481Z] Removing intermediate container 69646c48dc8d [2021-05-10T01:40:32.481Z] ---> ff3d4d0e5cc0 [2021-05-10T01:40:32.481Z] Step 22/23 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:40:32.761Z] ---> Running in 46d5afddcf95 [2021-05-10T01:40:33.020Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-10T01:40:33.020Z] Skipping pull go-build-helper (already ran) [2021-05-10T01:40:33.020Z] Building go-build-helper [2021-05-10T01:40:33.020Z] + snapcraftctl build [2021-05-10T01:40:33.370Z] Removing intermediate container 46d5afddcf95 [2021-05-10T01:40:33.370Z] ---> 36ff0c5a4a72 [2021-05-10T01:40:33.370Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:40:33.370Z] ---> Running in 4d015307e5aa [2021-05-10T01:40:34.362Z] Removing intermediate container 4d015307e5aa [2021-05-10T01:40:34.362Z] ---> 0b338599cfed [2021-05-10T01:40:34.362Z] [2021-05-10T01:40:34.640Z] Successfully built 0b338599cfed [2021-05-10T01:40:34.641Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-10T01:40:34.928Z] Staging go-build-helper [2021-05-10T01:40:34.928Z] + snapcraftctl stage [2021-05-10T01:40:44.919Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-10T01:40:44.919Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-10T01:40:44.919Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-10T01:40:44.919Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-10T01:40:44.919Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-10T01:40:44.919Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-10T01:40:44.919Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-10T01:40:44.919Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-10T01:40:44.919Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-10T01:40:44.919Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-10T01:40:44.919Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-10T01:40:44.919Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-10T01:40:44.919Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-10T01:40:44.919Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-10T01:40:44.920Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-10T01:40:44.920Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-10T01:40:44.920Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-10T01:40:44.920Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-10T01:40:44.920Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-10T01:40:44.920Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-10T01:40:44.920Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-10T01:40:44.920Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-10T01:40:44.920Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-10T01:40:44.920Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-10T01:40:44.920Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-10T01:40:44.920Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-05-10T01:40:44.920Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-10T01:40:44.920Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-10T01:40:44.920Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-10T01:40:44.920Z] Fetched 224 kB in 0s (0 B/s) [2021-05-10T01:40:44.920Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-10T01:40:44.920Z] Fetched 157 kB in 0s (0 B/s) [2021-05-10T01:40:44.920Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-10T01:40:44.920Z] Fetched 221 kB in 0s (0 B/s) [2021-05-10T01:40:44.920Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-10T01:40:44.920Z] Fetched 143 kB in 0s (0 B/s) [2021-05-10T01:40:44.920Z] Pulling app-service-config [2021-05-10T01:40:44.920Z] + snapcraftctl pull [2021-05-10T01:40:45.490Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-10T01:40:46.060Z] Pulling config-common [2021-05-10T01:40:46.060Z] + snapcraftctl pull [2021-05-10T01:40:50.260Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T01:40:50.260Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T01:40:50.260Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T01:40:50.260Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T01:40:50.260Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-10T01:40:50.260Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T01:40:50.260Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-10T01:40:50.260Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T01:40:50.260Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-10T01:40:50.260Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T01:40:50.260Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-10T01:40:50.260Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T01:40:50.260Z] Pulling edgex-go [2021-05-10T01:40:50.260Z] + snapcraftctl pull [2021-05-10T01:41:12.225Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T01:41:12.225Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T01:41:12.225Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T01:41:12.225Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-10T01:41:12.225Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-10T01:41:12.225Z] Fetched 279 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-10T01:41:12.225Z] Fetched 122 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-10T01:41:12.225Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-10T01:41:12.225Z] Fetched 8848 B in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-10T01:41:12.225Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-10T01:41:12.225Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-10T01:41:12.225Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-10T01:41:12.225Z] Fetched 219 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-10T01:41:12.225Z] Fetched 154 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-10T01:41:12.225Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-10T01:41:12.225Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-10T01:41:12.225Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-10T01:41:12.225Z] Fetched 499 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-10T01:41:12.225Z] Fetched 111 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-10T01:41:12.225Z] Fetched 240 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-10T01:41:12.225Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-10T01:41:12.225Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-10T01:41:12.225Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-10T01:41:12.225Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-10T01:41:12.225Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-10T01:41:12.225Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-10T01:41:12.225Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-10T01:41:12.225Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-10T01:41:12.225Z] Fetched 8720 B in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-10T01:41:12.225Z] Fetched 137 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-10T01:41:12.225Z] Fetched 119 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-10T01:41:12.225Z] Fetched 110 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-10T01:41:12.225Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-10T01:41:12.225Z] Fetched 645 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-10T01:41:12.225Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-10T01:41:12.225Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-10T01:41:12.225Z] Fetched 368 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-10T01:41:12.225Z] Fetched 187 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-10T01:41:12.225Z] Fetched 175 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-10T01:41:12.225Z] Fetched 206 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-10T01:41:12.225Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-10T01:41:12.225Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-10T01:41:12.225Z] Fetched 159 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-10T01:41:12.225Z] Fetched 107 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-10T01:41:12.225Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-10T01:41:12.225Z] Pulling static-packages [2021-05-10T01:41:12.225Z] + snapcraftctl pull [2021-05-10T01:41:13.165Z] Pulling version [2021-05-10T01:41:13.165Z] + cd /root/project [2021-05-10T01:41:13.165Z] + [ -f VERSION ] [2021-05-10T01:41:13.165Z] + PROJECT_VERSION=local-dev [2021-05-10T01:41:13.165Z] + git rev-parse --short HEAD [2021-05-10T01:41:13.165Z] + GIT_REVISION=ccf29088 [2021-05-10T01:41:13.165Z] + snapcraftctl set-version local-dev [2021-05-10T01:41:14.106Z] Skipping build go-build-helper (already ran) [2021-05-10T01:41:14.367Z] Building app-service-config [2021-05-10T01:41:14.367Z] + make build [2021-05-10T01:41:14.367Z] go mod tidy [2021-05-10T01:41:18.565Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.55 [2021-05-10T01:41:18.565Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-10T01:41:18.565Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.46 [2021-05-10T01:41:18.565Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-10T01:41:18.565Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.82 [2021-05-10T01:41:18.565Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 [2021-05-10T01:41:18.565Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-10T01:41:18.565Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-10T01:41:18.565Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-10T01:41:18.565Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-10T01:41:18.565Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-10T01:41:18.565Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-10T01:41:18.565Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-10T01:41:18.565Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-10T01:41:18.565Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-10T01:41:18.825Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-10T01:41:18.825Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-10T01:41:18.825Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-10T01:41:19.084Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-10T01:41:19.084Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-10T01:41:19.084Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-10T01:41:19.084Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-10T01:41:19.084Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-10T01:41:19.344Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-10T01:41:19.344Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-10T01:41:19.344Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-10T01:41:19.344Z] go: downloading golang.org/x/text v0.3.2 [2021-05-10T01:41:19.344Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-10T01:41:19.344Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-10T01:41:19.604Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-10T01:41:19.604Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-10T01:41:19.604Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-10T01:41:19.604Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-10T01:41:19.604Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-10T01:41:19.604Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-10T01:41:19.604Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-10T01:41:19.604Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-10T01:41:19.604Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-10T01:41:19.864Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-10T01:41:19.864Z] go: downloading github.com/kr/text v0.1.0 [2021-05-10T01:41:19.864Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-10T01:41:19.864Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-10T01:41:19.864Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-10T01:41:19.864Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-10T01:41:19.864Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-10T01:41:19.864Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-10T01:41:19.864Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-10T01:41:19.864Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-10T01:41:19.864Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-10T01:41:19.864Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-10T01:41:19.864Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-10T01:41:19.864Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-10T01:41:19.864Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-10T01:41:19.864Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-10T01:41:19.864Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-10T01:41:19.864Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-10T01:41:20.124Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-10T01:41:20.124Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-10T01:41:20.124Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-10T01:41:20.124Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-10T01:41:20.124Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-10T01:41:20.124Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-10T01:41:20.124Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-10T01:41:20.124Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-10T01:41:20.124Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-10T01:41:20.124Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-10T01:41:20.124Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-10T01:41:20.124Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-10T01:41:20.124Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-10T01:41:20.124Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-10T01:41:20.124Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-10T01:41:20.124Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-10T01:41:20.124Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-10T01:41:20.384Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-10T01:41:20.384Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-10T01:41:20.645Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-10T01:41:20.645Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-10T01:41:20.645Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-10T01:41:20.645Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-10T01:41:20.906Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-10T01:41:30.902Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-10T01:41:30.902Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-10T01:41:30.902Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-10T01:41:30.902Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-10T01:41:31.162Z] Building config-common [2021-05-10T01:41:31.162Z] + snapcraftctl build [2021-05-10T01:41:33.711Z] Building edgex-go [2021-05-10T01:41:33.711Z] + cd /root/parts/edgex-go/src [2021-05-10T01:41:33.711Z] + make build [2021-05-10T01:41:33.711Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-10T01:41:34.652Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-10T01:41:34.652Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-10T01:41:34.652Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-10T01:41:34.652Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-10T01:41:34.652Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-10T01:41:34.912Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-10T01:41:34.912Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-10T01:41:38.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-10T01:41:42.715Z]  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-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-10T01:41:43.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-10T01:41:44.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-10T01:41:45.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-10T01:41:46.133Z] Removing intermediate container 3782a5e28025 [2021-05-10T01:41:46.133Z] ---> 965e74d63e04 [2021-05-10T01:41:46.133Z] [2021-05-10T01:41:46.133Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T01:41:46.133Z] ---> 9852663dfa18 [2021-05-10T01:41:46.133Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T01:41:46.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-10T01:41:46.410Z] ---> Running in fa42c6e5fc57 [2021-05-10T01:41:48.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-10T01:41:48.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T01:41:48.554Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-10T01:41:48.554Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-10T01:41:48.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:41:48.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:41:49.533Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T01:41:49.809Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T01:41:49.809Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T01:41:49.809Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T01:41:49.809Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T01:41:49.809Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T01:41:49.809Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:41:49.809Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T01:41:49.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-10T01:41:50.092Z] OK: 7 MiB in 20 packages [2021-05-10T01:41:51.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-10T01:41:51.575Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-10T01:41:52.730Z] Removing intermediate container 7a1bf38df226 [2021-05-10T01:41:52.730Z] ---> 273984428474 [2021-05-10T01:41:52.730Z] [2021-05-10T01:41:52.730Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T01:41:52.730Z] ---> 9852663dfa18 [2021-05-10T01:41:52.730Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T01:41:52.730Z] ---> Using cache [2021-05-10T01:41:52.730Z] ---> cc860ab39ed7 [2021-05-10T01:41:52.730Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:41:52.730Z] ---> Using cache [2021-05-10T01:41:52.730Z] ---> dabd233cfd98 [2021-05-10T01:41:52.730Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T01:41:52.730Z] ---> Running in bf33bae56cbf [2021-05-10T01:41:52.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-10T01:41:53.724Z] Removing intermediate container fa42c6e5fc57 [2021-05-10T01:41:53.725Z] ---> 7f9082d3433b [2021-05-10T01:41:53.725Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T01:41:53.725Z] Removing intermediate container bf33bae56cbf [2021-05-10T01:41:53.725Z] ---> d2634d03b497 [2021-05-10T01:41:53.725Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T01:41:53.725Z] ---> Running in 39884d3b8753 [2021-05-10T01:41:53.725Z] ---> Running in 645d26f61187 [2021-05-10T01:41:53.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-10T01:41:54.710Z] Removing intermediate container 39884d3b8753 [2021-05-10T01:41:54.710Z] ---> 7ddc394257bc [2021-05-10T01:41:54.710Z] Step 13/25 : WORKDIR / [2021-05-10T01:41:54.710Z] Removing intermediate container 645d26f61187 [2021-05-10T01:41:54.710Z] ---> 054ac2883d69 [2021-05-10T01:41:54.710Z] Step 15/23 : WORKDIR / [2021-05-10T01:41:54.710Z] ---> Running in 228cac4977bc [2021-05-10T01:41:54.990Z] ---> Running in a8a478909133 [2021-05-10T01:41:55.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-10T01:41:55.283Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-10T01:41:55.598Z] Removing intermediate container 228cac4977bc [2021-05-10T01:41:55.598Z] ---> eddfd58bb75f [2021-05-10T01:41:55.598Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-10T01:41:55.875Z] Removing intermediate container a8a478909133 [2021-05-10T01:41:55.875Z] ---> 1e22b921a98e [2021-05-10T01:41:55.875Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:41:56.870Z] ---> a5580b7341c4 [2021-05-10T01:41:57.140Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-10T01:41:57.191Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-10T01:41:57.191Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-10T01:41:57.191Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-10T01:41:57.191Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-10T01:41:57.191Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-10T01:41:57.191Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-10T01:41:57.191Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-10T01:41:57.191Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-10T01:41:57.191Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-10T01:41:57.191Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-10T01:41:57.191Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-10T01:41:57.191Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-10T01:41:57.191Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-10T01:41:57.191Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-10T01:41:57.191Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-10T01:41:57.192Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-10T01:41:57.192Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-10T01:41:57.192Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-05-10T01:41:57.192Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-10T01:41:57.192Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-10T01:41:57.192Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-10T01:41:57.192Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-10T01:41:57.192Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-10T01:41:57.192Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-10T01:41:57.192Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-10T01:41:57.192Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-05-10T01:41:57.412Z] ---> be7fa82625d8 [2021-05-10T01:41:57.412Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T01:41:58.845Z] ---> d32f518da992 [2021-05-10T01:41:58.845Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T01:41:59.848Z] ---> 55254fab6f92 [2021-05-10T01:41:59.848Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T01:42:00.444Z] ---> 9d6788d19bca [2021-05-10T01:42:00.444Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-10T01:42:00.488Z] Building static-packages [2021-05-10T01:42:00.488Z] + snapcraftctl build [2021-05-10T01:42:01.045Z] ---> 85805fa066c9 [2021-05-10T01:42:01.045Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T01:42:01.322Z] ---> Running in 2db6701c389b [2021-05-10T01:42:01.599Z] Removing intermediate container 4a49d977fcb2 [2021-05-10T01:42:01.599Z] ---> 362cbf720431 [2021-05-10T01:42:01.599Z] [2021-05-10T01:42:01.599Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T01:42:01.599Z] ---> 9852663dfa18 [2021-05-10T01:42:01.599Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T01:42:01.871Z] ---> Running in 0f06d0cc60fd [2021-05-10T01:42:02.157Z] ---> 41d2a1d7646e [2021-05-10T01:42:02.157Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T01:42:02.157Z] Removing intermediate container 2db6701c389b [2021-05-10T01:42:02.157Z] ---> 51e318c74053 [2021-05-10T01:42:02.157Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:42:02.397Z] Building version [2021-05-10T01:42:02.397Z] + snapcraftctl build [2021-05-10T01:42:02.438Z] ---> Running in 78923f39b6b1 [2021-05-10T01:42:03.045Z] Removing intermediate container 78923f39b6b1 [2021-05-10T01:42:03.045Z] ---> 3d1ef768267c [2021-05-10T01:42:03.045Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T01:42:03.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T01:42:03.604Z] ---> Running in 6a8859c75776 [2021-05-10T01:42:03.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T01:42:03.604Z] ---> c44e01ef2172 [2021-05-10T01:42:03.604Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T01:42:03.926Z] Skipping stage go-build-helper (already ran) [2021-05-10T01:42:03.926Z] Staging app-service-config [2021-05-10T01:42:03.926Z] + snapcraftctl stage [2021-05-10T01:42:04.209Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T01:42:04.209Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T01:42:04.209Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T01:42:04.209Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T01:42:04.209Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:42:04.209Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T01:42:04.492Z] Removing intermediate container 6a8859c75776 [2021-05-10T01:42:04.492Z] ---> 9f3e8a0a527d [2021-05-10T01:42:04.492Z] Step 22/23 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:42:04.492Z] OK: 7 MiB in 18 packages [2021-05-10T01:42:04.769Z] ---> Running in 94bca497a5d3 [2021-05-10T01:42:05.328Z] Staging config-common [2021-05-10T01:42:05.328Z] + snapcraftctl stage [2021-05-10T01:42:05.368Z] ---> d4db750ea973 [2021-05-10T01:42:05.368Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T01:42:05.647Z] Removing intermediate container 94bca497a5d3 [2021-05-10T01:42:05.647Z] ---> 5c4b9370760d [2021-05-10T01:42:05.647Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:42:05.903Z] Staging edgex-go [2021-05-10T01:42:05.903Z] + snapcraftctl stage [2021-05-10T01:42:05.919Z] ---> Running in 5972d26ae330 [2021-05-10T01:42:06.514Z] ---> f3d3c432aecb [2021-05-10T01:42:06.514Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-10T01:42:06.514Z] Removing intermediate container 5972d26ae330 [2021-05-10T01:42:06.514Z] ---> ba8ad6467963 [2021-05-10T01:42:06.514Z] [2021-05-10T01:42:06.787Z] Removing intermediate container 0f06d0cc60fd [2021-05-10T01:42:06.787Z] ---> 3be866fd4d07 [2021-05-10T01:42:06.787Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T01:42:06.841Z] Staging static-packages [2021-05-10T01:42:06.841Z] + snapcraftctl stage [2021-05-10T01:42:07.066Z] Successfully built ba8ad6467963 [2021-05-10T01:42:07.066Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-10T01:42:07.066Z]  Building docker-core-command-go ... done  ---> Running in cfc47779b312 [2021-05-10T01:42:07.340Z] ---> Running in cbfc86868d5b [2021-05-10T01:42:08.226Z] Staging version [2021-05-10T01:42:08.226Z] + snapcraftctl stage [2021-05-10T01:42:08.316Z] Removing intermediate container cbfc86868d5b [2021-05-10T01:42:08.316Z] ---> 60db5ec6cee9 [2021-05-10T01:42:08.316Z] Step 13/21 : WORKDIR /edgex [2021-05-10T01:42:08.598Z] ---> Running in b546b1e026e6 [2021-05-10T01:42:09.165Z] Priming go-build-helper [2021-05-10T01:42:09.165Z] + snapcraftctl prime [2021-05-10T01:42:09.192Z] Removing intermediate container cdaa65017ab8 [2021-05-10T01:42:09.192Z] ---> f8fece2e171a [2021-05-10T01:42:09.192Z] [2021-05-10T01:42:09.192Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T01:42:09.192Z] ---> 9852663dfa18 [2021-05-10T01:42:09.192Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T01:42:09.192Z] ---> Using cache [2021-05-10T01:42:09.192Z] ---> cc860ab39ed7 [2021-05-10T01:42:09.192Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:42:09.192Z] ---> Using cache [2021-05-10T01:42:09.192Z] ---> dabd233cfd98 [2021-05-10T01:42:09.192Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T01:42:09.465Z] ---> Running in 59398a273366 [2021-05-10T01:42:09.465Z] Removing intermediate container b546b1e026e6 [2021-05-10T01:42:09.465Z] ---> f387a832da08 [2021-05-10T01:42:09.465Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T01:42:10.062Z] Removing intermediate container 59398a273366 [2021-05-10T01:42:10.062Z] ---> 8b891ebc4689 [2021-05-10T01:42:10.062Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T01:42:10.062Z] Removing intermediate container cfc47779b312 [2021-05-10T01:42:10.062Z] ---> efc3b60655e2 [2021-05-10T01:42:10.062Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T01:42:10.105Z] Priming app-service-config [2021-05-10T01:42:10.105Z] + snapcraftctl prime [2021-05-10T01:42:10.337Z] ---> Running in 8cd4cece715c [2021-05-10T01:42:10.337Z] ---> Running in e34987f307f2 [2021-05-10T01:42:10.337Z] ---> ac3702892e8f [2021-05-10T01:42:10.337Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T01:42:10.934Z] Removing intermediate container 8cd4cece715c [2021-05-10T01:42:10.934Z] ---> 20db5c95018e [2021-05-10T01:42:10.934Z] Step 15/23 : WORKDIR / [2021-05-10T01:42:10.934Z] Removing intermediate container e34987f307f2 [2021-05-10T01:42:10.934Z] ---> e19a75f221ea [2021-05-10T01:42:10.934Z] Step 23/25 : LABEL arch=arm64 [2021-05-10T01:42:11.045Z] Priming config-common [2021-05-10T01:42:11.045Z] + snapcraftctl prime [2021-05-10T01:42:11.205Z] ---> Running in 4e08441fe7d0 [2021-05-10T01:42:11.205Z] ---> Running in 95ec5bf6573e [2021-05-10T01:42:11.801Z] ---> 71b2002945ba [2021-05-10T01:42:11.801Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T01:42:11.801Z] Removing intermediate container 4e08441fe7d0 [2021-05-10T01:42:11.801Z] ---> 4c7b3c0da6d1 [2021-05-10T01:42:11.801Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:42:11.801Z] Removing intermediate container 95ec5bf6573e [2021-05-10T01:42:11.801Z] ---> 3185e1af0bd1 [2021-05-10T01:42:11.801Z] Step 24/25 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:42:12.073Z] ---> Running in 9bda7ac6ad96 [2021-05-10T01:42:12.427Z] Priming edgex-go [2021-05-10T01:42:12.427Z] + snapcraftctl prime [2021-05-10T01:42:12.676Z] Removing intermediate container 9bda7ac6ad96 [2021-05-10T01:42:12.676Z] ---> e043f13867e5 [2021-05-10T01:42:12.676Z] Step 25/25 : LABEL version=0.0.0 [2021-05-10T01:42:12.946Z] ---> d32efd146677 [2021-05-10T01:42:12.946Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> 0a3dbb44c695 [2021-05-10T01:42:12.946Z] [2021-05-10T01:42:12.946Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T01:42:12.946Z] ---> Running in 624abf50b0d2 [2021-05-10T01:42:13.219Z] ---> Running in 61ba1b23bfc4 [2021-05-10T01:42:13.368Z] Priming static-packages [2021-05-10T01:42:13.368Z] + snapcraftctl prime [2021-05-10T01:42:13.492Z] Removing intermediate container 624abf50b0d2 [2021-05-10T01:42:13.492Z] ---> b3da9abcc4ea [2021-05-10T01:42:13.492Z] [2021-05-10T01:42:13.766Z] Removing intermediate container 61ba1b23bfc4 [2021-05-10T01:42:13.766Z] ---> ada5b85be437 [2021-05-10T01:42:13.766Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T01:42:14.039Z] Successfully built b3da9abcc4ea [2021-05-10T01:42:14.313Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-10T01:42:14.313Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in cffa1726f2b3 [2021-05-10T01:42:14.593Z] ---> 1fcc97ec7966 [2021-05-10T01:42:14.593Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T01:42:14.862Z] Removing intermediate container cffa1726f2b3 [2021-05-10T01:42:14.862Z] ---> be3d2c10f98e [2021-05-10T01:42:14.862Z] Step 19/21 : LABEL arch=arm64 [2021-05-10T01:42:15.133Z] ---> Running in d0a3869400b7 [2021-05-10T01:42:15.134Z] ---> 60f6b5ae010c [2021-05-10T01:42:15.134Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T01:42:15.417Z] ---> Running in 838e9a1261ab [2021-05-10T01:42:15.417Z] Removing intermediate container d0a3869400b7 [2021-05-10T01:42:15.417Z] ---> 5006ccd6b1ed [2021-05-10T01:42:15.417Z] Step 20/21 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:42:15.693Z] ---> Running in 002e3bb3d93d [2021-05-10T01:42:15.693Z] Removing intermediate container 838e9a1261ab [2021-05-10T01:42:15.693Z] ---> bf8cff8179b5 [2021-05-10T01:42:15.693Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:42:15.912Z] Priming version [2021-05-10T01:42:15.912Z] + snapcraftctl prime [2021-05-10T01:42:15.965Z] ---> Running in 6b74bb43a16e [2021-05-10T01:42:16.236Z] Removing intermediate container 002e3bb3d93d [2021-05-10T01:42:16.236Z] ---> a4e0e81df2bf [2021-05-10T01:42:16.236Z] Step 21/21 : LABEL version=0.0.0 [2021-05-10T01:42:16.236Z] ---> Running in ca89523b5954 [2021-05-10T01:42:16.509Z] Removing intermediate container 6b74bb43a16e [2021-05-10T01:42:16.509Z] ---> 23a6c1297ea4 [2021-05-10T01:42:16.509Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T01:42:16.781Z] ---> Running in 9da1c98447f8 [2021-05-10T01:42:16.781Z] Removing intermediate container ca89523b5954 [2021-05-10T01:42:16.781Z] ---> 3f746106c688 [2021-05-10T01:42:16.781Z] [2021-05-10T01:42:16.853Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-05-10T01:42:17.382Z] Successfully built 3f746106c688 [2021-05-10T01:42:17.382Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-10T01:42:17.382Z] Removing intermediate container 9da1c98447f8 [2021-05-10T01:42:17.382Z]  Building docker-security-proxy-setup-go ... done  ---> 764c8acd3eb1 [2021-05-10T01:42:17.382Z] Step 22/23 : LABEL git_sha=ccf29088b5b98faae79f08bb7310339dd53814c4 [2021-05-10T01:42:17.382Z] ---> Running in 4d003eda6ffb [2021-05-10T01:42:17.977Z] Removing intermediate container 4d003eda6ffb [2021-05-10T01:42:17.977Z] ---> 5e60e79d7231 [2021-05-10T01:42:17.977Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:42:17.977Z] ---> Running in b4b71cbbf314 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T01:42:18.574Z] Removing intermediate container b4b71cbbf314 [2021-05-10T01:42:18.574Z] ---> 4243eb9ad489 [2021-05-10T01:42:18.574Z] [2021-05-10T01:42:18.847Z] Successfully built 4243eb9ad489 [2021-05-10T01:42:18.847Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-10T01:42:19.453Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-05-10T01:42:19.459Z] $ docker stop --time=1 35b3804970ba5d2f7c7af0ef1eb5849dd81b6529f15ee2a48c219592d983679e [2021-05-10T01:42:21.317Z] $ docker rm -f 35b3804970ba5d2f7c7af0ef1eb5849dd81b6529f15ee2a48c219592d983679e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T01:42:21.886Z] + grep docker [2021-05-10T01:42:21.886Z] + docker images [2021-05-10T01:42:22.155Z] docker-core-metadata-go-arm64 latest 4243eb9ad489 3 seconds ago 17.4MB [2021-05-10T01:42:22.155Z] docker-security-proxy-setup-go-arm64 latest 3f746106c688 5 seconds ago 23.9MB [2021-05-10T01:42:22.155Z] docker-security-secretstore-setup-go-arm64 latest b3da9abcc4ea 8 seconds ago 24.3MB [2021-05-10T01:42:22.155Z] docker-core-command-go-arm64 latest ba8ad6467963 15 seconds ago 16.1MB [2021-05-10T01:42:22.155Z] docker-sys-mgmt-agent-go-arm64 latest 0b338599cfed About a minute ago 299MB [2021-05-10T01:42:22.155Z] docker-core-data-go-arm64 latest 479f23fe53b5 2 minutes ago 20.3MB [2021-05-10T01:42:22.155Z] docker-security-bootstrapper-go-arm64 latest 198689915a74 2 minutes ago 17.1MB [2021-05-10T01:42:22.155Z] docker-support-scheduler-go-arm64 latest 1ce76a24f5ee 3 minutes ago 16.1MB [2021-05-10T01:42:22.156Z] docker-support-notifications-go-arm64 latest 1d9929bda683 3 minutes ago 16.6MB [2021-05-10T01:42:22.156Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:42:22.712Z] ---> job-cost.sh [2021-05-10T01:42:22.712Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-s8Zz [2021-05-10T01:43:01.767Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T01:44:38.492Z] lf-activate-venv(): INFO: Adding /tmp/venv-s8Zz/bin to PATH [2021-05-10T01:44:38.492Z] INFO: No Stack... [2021-05-10T01:44:38.492Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T01:44:38.492Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T01:44:38.831Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-05-10T01:44:38.831Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T01:44:38.947Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3441-4-stack-cost] [2021-05-10T01:44:38.958Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3441-4-stack-cost] did not exist. Created. [2021-05-10T01:44:38.958Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3441-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T01:44:39.313Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T01:44:39.574Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T01:44:39.593Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3441-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-10T01:44:40.154Z] provisioning config files... [2021-05-10T01:44:40.171Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config9116685975679766528tmp [Pipeline] { [Pipeline] sh [2021-05-10T01:44:40.508Z] + set +x [2021-05-10T01:44:40.508Z] + curl -s https://codecov.io/bash [2021-05-10T01:44:40.508Z] + bash -s -- [2021-05-10T01:44:41.084Z] [2021-05-10T01:44:41.084Z] _____ _ [2021-05-10T01:44:41.084Z] / ____| | | [2021-05-10T01:44:41.084Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T01:44:41.084Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T01:44:41.084Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T01:44:41.084Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T01:44:41.084Z] Bash-1.0.2 [2021-05-10T01:44:41.084Z] [2021-05-10T01:44:41.084Z] [2021-05-10T01:44:41.084Z] ==> git version 2.24.3 found [2021-05-10T01:44:41.084Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-05-10T01:44:41.084Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T01:44:41.084Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T01:44:41.084Z] ==> Jenkins CI detected. [2021-05-10T01:44:41.084Z] project root: . [2021-05-10T01:44:41.084Z] --> token set from env [2021-05-10T01:44:41.084Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T01:44:41.084Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T01:44:41.084Z] ==> Python coveragepy not found [2021-05-10T01:44:41.084Z] ==> Searching for coverage reports in: [2021-05-10T01:44:41.084Z] + . [2021-05-10T01:44:41.348Z] -> Found 1 reports [2021-05-10T01:44:41.348Z] ==> Detecting git/mercurial file structure [2021-05-10T01:44:41.348Z] ==> Reading reports [2021-05-10T01:44:41.348Z] + ./coverage.out bytes=705232 [2021-05-10T01:44:41.348Z] ==> Appending adjustments [2021-05-10T01:44:41.348Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T01:44:45.617Z] + Found adjustments [2021-05-10T01:44:45.884Z] ==> Gzipping contents [2021-05-10T01:44:45.884Z] 100K /tmp/codecov.xUoHhN.gz [2021-05-10T01:44:45.884Z] ==> Uploading reports [2021-05-10T01:44:45.884Z] url: https://codecov.io [2021-05-10T01:44:45.884Z] query: branch=PR-3441&commit=ccf29088b5b98faae79f08bb7310339dd53814c4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3441%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3441&job=&cmd_args= [2021-05-10T01:44:45.884Z] -> Pinging Codecov [2021-05-10T01:44:45.884Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3441&commit=ccf29088b5b98faae79f08bb7310339dd53814c4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3441%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3441&job=&cmd_args= [2021-05-10T01:44:46.463Z] -> Uploading to [2021-05-10T01:44:46.463Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/00271124DB129430A58F1EEE437C3FCB/ccf29088b5b98faae79f08bb7310339dd53814c4/193bbf14-9427-415d-9ad1-623cd3966798.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T014446Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cd474b7cb208af096364f1dab1ebc805019a72c585cde834dbf44132df9f9e04 [2021-05-10T01:44:46.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T01:44:46.463Z] Dload Upload Total Spent Left Speed [2021-05-10T01:44:47.040Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 168k --:--:-- --:--:-- --:--:-- 168k [2021-05-10T01:44:47.040Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ccf29088b5b98faae79f08bb7310339dd53814c4 [Pipeline] } [2021-05-10T01:44:47.052Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:44:47.845Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:44:48.744Z] ---> package-listing.sh [2021-05-10T01:44:48.745Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T01:44:48.745Z] ++ facter osfamily [2021-05-10T01:44:48.745Z] + OS_FAMILY=redhat [2021-05-10T01:44:48.745Z] + workspace=/w/workspace/edgex-go/4 [2021-05-10T01:44:48.745Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T01:44:48.745Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T01:44:48.745Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T01:44:48.745Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T01:44:48.745Z] + '[' /w/workspace/edgex-go/4 ']' [2021-05-10T01:44:48.745Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T01:44:48.745Z] + case "${OS_FAMILY}" in [2021-05-10T01:44:48.745Z] + rpm -qa [2021-05-10T01:44:48.745Z] + sort [2021-05-10T01:44:54.138Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T01:44:54.138Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T01:44:54.138Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T01:44:54.138Z] + '[' /w/workspace/edgex-go/4 ']' [2021-05-10T01:44:54.138Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-05-10T01:44:54.138Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-05-10T01:44:54.152Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T01:44:54.451Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:44:54.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T01:44:55.030Z] [2021-05-10T01:44:55.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:44:55.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T01:44:55.355Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T01:44:55.355Z] df20fa9351a1: Pulling fs layer [2021-05-10T01:44:55.355Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T01:44:55.355Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T01:44:55.355Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T01:44:55.355Z] 93b61091891f: Pulling fs layer [2021-05-10T01:44:55.355Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T01:44:55.355Z] 5e14af77c1be: Pulling fs layer [2021-05-10T01:44:55.355Z] 01666e4c0597: Pulling fs layer [2021-05-10T01:44:55.355Z] aa168da1d23b: Pulling fs layer [2021-05-10T01:44:55.355Z] 93b9cdb0e59b: Waiting [2021-05-10T01:44:55.355Z] 5e14af77c1be: Waiting [2021-05-10T01:44:55.355Z] 01666e4c0597: Waiting [2021-05-10T01:44:55.355Z] aa168da1d23b: Waiting [2021-05-10T01:44:55.355Z] 46f8f816bc3b: Waiting [2021-05-10T01:44:55.355Z] 93b61091891f: Waiting [2021-05-10T01:44:55.355Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T01:44:55.355Z] 36b3adc4ff6f: Download complete [2021-05-10T01:44:55.355Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T01:44:55.355Z] 46f8f816bc3b: Download complete [2021-05-10T01:44:55.629Z] df20fa9351a1: Download complete [2021-05-10T01:44:55.629Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T01:44:55.629Z] 93b9cdb0e59b: Download complete [2021-05-10T01:44:55.629Z] 93b61091891f: Verifying Checksum [2021-05-10T01:44:55.629Z] 93b61091891f: Download complete [2021-05-10T01:44:55.629Z] 5e14af77c1be: Verifying Checksum [2021-05-10T01:44:55.629Z] 5e14af77c1be: Download complete [2021-05-10T01:44:55.629Z] 01666e4c0597: Verifying Checksum [2021-05-10T01:44:55.629Z] 01666e4c0597: Download complete [2021-05-10T01:44:55.905Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T01:44:55.905Z] 8ad3a11d3b57: Download complete [2021-05-10T01:44:56.175Z] df20fa9351a1: Pull complete [2021-05-10T01:44:56.439Z] 36b3adc4ff6f: Pull complete [2021-05-10T01:44:58.375Z] aa168da1d23b: Download complete [2021-05-10T01:44:59.331Z] 8ad3a11d3b57: Pull complete [2021-05-10T01:44:59.331Z] 46f8f816bc3b: Pull complete [2021-05-10T01:45:00.288Z] 93b61091891f: Pull complete [2021-05-10T01:45:00.288Z] 93b9cdb0e59b: Pull complete [2021-05-10T01:45:00.550Z] 5e14af77c1be: Pull complete [2021-05-10T01:45:00.550Z] 01666e4c0597: Pull complete [2021-05-10T01:45:12.887Z] aa168da1d23b: Pull complete [2021-05-10T01:45:12.887Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T01:45:12.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T01:45:12.887Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T01:45:13.337Z] prd-centos7-docker-4c-2g-3881 does not seem to be running inside a container [2021-05-10T01:45:13.461Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T01:45:18.970Z] $ docker top 8f9d6bfb009f2420378b6062bc346dcddf58fc3f1164bebbd5da3ef95806c871 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:45:20.004Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T01:45:20.373Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T01:45:20.728Z] + ls /var/log/sa-host [2021-05-10T01:45:20.728Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T01:45:20.728Z] file_magic: OK [2021-05-10T01:45:20.728Z] HZ: Using current value: 100 [2021-05-10T01:45:20.728Z] file_header: OK [2021-05-10T01:45:20.728Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-10T01:45:20.728Z] Statistics: [2021-05-10T01:45:20.728Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T01:45:20.728Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T01:45:20.728Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T01:45:20.728Z] file_magic: OK [2021-05-10T01:45:20.728Z] HZ: Using current value: 100 [2021-05-10T01:45:20.728Z] file_header: OK [2021-05-10T01:45:20.728Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-10T01:45:20.728Z] Statistics: [2021-05-10T01:45:20.728Z] Hnuu...uuuununununu... [2021-05-10T01:45:20.728Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T01:45:20.900Z] provisioning config files... [2021-05-10T01:45:20.933Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1999590000942777884tmp [Pipeline] { [Pipeline] echo [2021-05-10T01:45:20.977Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:45:21.682Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T01:45:21.701Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T01:45:21.726Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:45:22.088Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T01:45:22.106Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:45:22.809Z] ---> sudo-logs.sh [2021-05-10T01:45:22.809Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T01:45:22.847Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:45:23.556Z] ---> job-cost.sh [2021-05-10T01:45:23.556Z] lf-activate-venv: SKIPPING [2021-05-10T01:45:23.556Z] DEBUG: total: 0.20999999344348907 [2021-05-10T01:45:23.556Z] INFO: Retrieving Stack Cost... [2021-05-10T01:45:24.541Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T01:45:25.149Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T01:45:25.167Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:45:25.955Z] ---> logs-deploy.sh [2021-05-10T01:45:25.955Z] lf-activate-venv: SKIPPING [2021-05-10T01:45:25.955Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3441/4 [2021-05-10T01:45:25.955Z] INFO: archiving workspace using pattern(s): [2021-05-10T01:45:28.629Z] Archives upload complete. [2021-05-10T01:45:28.629Z] INFO: archiving logs to Nexus