Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23+2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 (c70118bbf93edaa51fb65f120ccf2c25c1f9effa) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26863 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 Merge succeeded, producing 9993902a221f4ad19e46546f987dccf325cd49b9 Checking out Revision 9993902a221f4ad19e46546f987dccf325cd49b9 (PR-3179) > 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/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # 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 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9993902a221f4ad19e46546f987dccf325cd49b9 # timeout=10 Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" > git rev-list --no-walk c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-19T00:31:00.248Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-19T00:31:00.520Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-19T00:31:00.657Z] ========================================================= [2021-02-19T00:31:00.657Z] EdgeX Global Pipelines Version Info [2021-02-19T00:31:00.657Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:31:02.271Z] ------------------- [2021-02-19T00:31:02.271Z] stable info: [2021-02-19T00:31:02.271Z] ------------------- [2021-02-19T00:31:02.271Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T00:31:02.271Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T00:31:02.271Z] Message: update stable to v1.0.179 [2021-02-19T00:31:03.231Z] ------------------- [2021-02-19T00:31:03.231Z] experimental info: [2021-02-19T00:31:03.231Z] ------------------- [2021-02-19T00:31:03.231Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T00:31:03.231Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T00:31:03.231Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-19T00:31:03.515Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-19T00:31:03.605Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-19T00:31:03.706Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-19T00:31:03.818Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-19T00:31:03.929Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-19T00:31:04.015Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-19T00:31:04.118Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-19T00:31:04.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-19T00:31:04.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-19T00:31:04.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-19T00:31:04.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-19T00:31:04.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-19T00:31:04.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-19T00:31:04.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-19T00:31:04.880Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-19T00:31:04.975Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-19T00:31:05.083Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-19T00:31:05.187Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-19T00:31:05.298Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-19T00:31:05.394Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-19T00:31:05.492Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-19T00:31:05.593Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-19T00:31:05.733Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-19T00:31:05.856Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3179 [Pipeline] echo [2021-02-19T00:31:05.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3179 [Pipeline] echo [2021-02-19T00:31:06.105Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3179 [Pipeline] echo [2021-02-19T00:31:06.253Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9993902a221f4ad19e46546f987dccf325cd49b9 [Pipeline] echo [2021-02-19T00:31:06.381Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9993902 [Pipeline] echo [2021-02-19T00:31:06.548Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T00:31:06.778Z] provisioning config files... [2021-02-19T00:31:06.818Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7960193328522616638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:31:07.180Z] ---> docker-login.sh [2021-02-19T00:31:07.180Z] nexus3.edgexfoundry.org:10001 [2021-02-19T00:31:07.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:31:07.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:31:07.445Z] Configure a credential helper to remove this warning. See [2021-02-19T00:31:07.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:31:07.445Z] [2021-02-19T00:31:07.445Z] Login Succeeded [2021-02-19T00:31:07.445Z] nexus3.edgexfoundry.org:10002 [2021-02-19T00:31:07.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:31:07.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:31:07.711Z] Configure a credential helper to remove this warning. See [2021-02-19T00:31:07.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:31:07.711Z] [2021-02-19T00:31:07.711Z] Login Succeeded [2021-02-19T00:31:07.711Z] nexus3.edgexfoundry.org:10003 [2021-02-19T00:31:07.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:31:07.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:31:07.978Z] Configure a credential helper to remove this warning. See [2021-02-19T00:31:07.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:31:07.978Z] [2021-02-19T00:31:07.978Z] Login Succeeded [2021-02-19T00:31:07.978Z] nexus3.edgexfoundry.org:10004 [2021-02-19T00:31:07.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:31:08.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:31:08.241Z] Configure a credential helper to remove this warning. See [2021-02-19T00:31:08.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:31:08.241Z] [2021-02-19T00:31:08.241Z] Login Succeeded [2021-02-19T00:31:08.241Z] docker.io [2021-02-19T00:31:08.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:31:08.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:31:08.506Z] Configure a credential helper to remove this warning. See [2021-02-19T00:31:08.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:31:08.506Z] [2021-02-19T00:31:08.506Z] Login Succeeded [2021-02-19T00:31:08.506Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T00:31:08.516Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T00:31:09.006Z] ++ 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-02-19T00:31:09.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:09.006Z] ++ dirname cmd/core-command/Dockerfile [2021-02-19T00:31:09.006Z] ++ cut -d/ -f2 [2021-02-19T00:31:09.006Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-19T00:31:09.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:09.006Z] ++ dirname cmd/core-data/Dockerfile [2021-02-19T00:31:09.006Z] ++ cut -d/ -f2 [2021-02-19T00:31:09.006Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-19T00:31:09.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:09.006Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-19T00:31:09.006Z] ++ cut -d/ -f2 [2021-02-19T00:31:09.006Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-19T00:31:09.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:09.006Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-19T00:31:09.006Z] ++ cut -d/ -f2 [2021-02-19T00:31:09.006Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-19T00:31:09.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:09.006Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-19T00:31:09.006Z] ++ cut -d/ -f2 [2021-02-19T00:31:09.006Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-19T00:31:09.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:09.006Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-19T00:31:09.006Z] ++ cut -d/ -f2 [2021-02-19T00:31:09.006Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-19T00:31:09.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:09.006Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-19T00:31:09.006Z] ++ cut -d/ -f2 [2021-02-19T00:31:09.006Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-19T00:31:09.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:09.006Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-19T00:31:09.006Z] ++ cut -d/ -f2 [2021-02-19T00:31:09.006Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-19T00:31:09.006Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:09.006Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-19T00:31:09.006Z] ++ cut -d/ -f2 [2021-02-19T00:31:09.006Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-19T00:31:09.100Z] 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-02-19T00:31:11.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T00:31:11.024Z] [2021-02-19T00:31:11.024Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:31:11.423Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T00:31:11.423Z] latest: Pulling from edgex-devops/git-semver [2021-02-19T00:31:11.423Z] 31603596830f: Pulling fs layer [2021-02-19T00:31:11.423Z] 2a8b12db71e7: Pulling fs layer [2021-02-19T00:31:11.423Z] 6ca5941a6612: Pulling fs layer [2021-02-19T00:31:11.423Z] ecc8261a40a4: Pulling fs layer [2021-02-19T00:31:11.423Z] ecc8261a40a4: Waiting [2021-02-19T00:31:11.423Z] 2a8b12db71e7: Verifying Checksum [2021-02-19T00:31:11.423Z] 31603596830f: Verifying Checksum [2021-02-19T00:31:11.423Z] 31603596830f: Download complete [2021-02-19T00:31:11.693Z] ecc8261a40a4: Verifying Checksum [2021-02-19T00:31:11.693Z] ecc8261a40a4: Download complete [2021-02-19T00:31:11.693Z] 6ca5941a6612: Verifying Checksum [2021-02-19T00:31:11.693Z] 6ca5941a6612: Download complete [2021-02-19T00:31:11.955Z] 31603596830f: Pull complete [2021-02-19T00:31:11.955Z] 2a8b12db71e7: Pull complete [2021-02-19T00:31:12.918Z] 6ca5941a6612: Pull complete [2021-02-19T00:31:12.918Z] ecc8261a40a4: Pull complete [2021-02-19T00:31:12.918Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-19T00:31:12.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T00:31:12.918Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-19T00:31:13.030Z] prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container [2021-02-19T00:31:13.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-19T00:31:15.805Z] $ docker top 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T00:31:16.116Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T00:31:16.116Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T00:31:16.329Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T00:31:16.334Z] $ docker exec 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 ssh-agent [2021-02-19T00:31:16.488Z] SSH_AUTH_SOCK=/tmp/ssh-c3rwgCfixgob/agent.12 [2021-02-19T00:31:16.488Z] SSH_AGENT_PID=17 [2021-02-19T00:31:16.501Z] Running ssh-add (command line suppressed) [2021-02-19T00:31:16.622Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7588442663469421081.key (/w/workspace/edgex-go/2@tmp/private_key_7588442663469421081.key) [2021-02-19T00:31:16.677Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T00:31:17.026Z] + git tag --points-at HEAD [Pipeline] } [2021-02-19T00:31:17.050Z] $ docker exec --env ******** --env ******** 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 ssh-agent -k [2021-02-19T00:31:17.163Z] unset SSH_AUTH_SOCK; [2021-02-19T00:31:17.164Z] unset SSH_AGENT_PID; [2021-02-19T00:31:17.164Z] echo Agent pid 17 killed; [2021-02-19T00:31:17.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-19T00:31:17.357Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T00:31:17.357Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T00:31:17.517Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T00:31:17.522Z] $ docker exec 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 ssh-agent [2021-02-19T00:31:17.686Z] SSH_AUTH_SOCK=/tmp/ssh-MnYB6Zemw5oo/agent.46 [2021-02-19T00:31:17.686Z] SSH_AGENT_PID=52 [2021-02-19T00:31:17.693Z] Running ssh-add (command line suppressed) [2021-02-19T00:31:17.816Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8506192978499015071.key (/w/workspace/edgex-go/2@tmp/private_key_8506192978499015071.key) [2021-02-19T00:31:17.865Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T00:31:18.197Z] + git semver init [2021-02-19T00:31:18.197Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T00:31:18.197Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-19T00:31:18.197Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-19T00:31:18.197Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T00:31:18.197Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T00:31:18.197Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T00:31:18.197Z] # $SEMVER_BRANCH = PR-3179 [2021-02-19T00:31:18.197Z] # $SEMVER_TEMP = /tmp/semver-315361285 [2021-02-19T00:31:18.197Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-19T00:31:44.857Z] # '/tmp/semver-315361285' -> '/w/workspace/edgex-go/2/.semver' [2021-02-19T00:31:44.858Z] # -> Force: false [2021-02-19T00:31:44.858Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-19T00:31:44.877Z] $ docker exec --env ******** --env ******** 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 ssh-agent -k [2021-02-19T00:31:45.047Z] unset SSH_AUTH_SOCK; [2021-02-19T00:31:45.047Z] unset SSH_AGENT_PID; [2021-02-19T00:31:45.047Z] echo Agent pid 52 killed; [2021-02-19T00:31:45.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T00:31:45.604Z] + git semver [Pipeline] } [2021-02-19T00:31:45.631Z] $ docker stop --time=1 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 [2021-02-19T00:31:47.201Z] $ docker rm -f 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T00:31:47.747Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-19T00:31:48.315Z] Stashed 1 file(s) [Pipeline] echo [2021-02-19T00:31:48.318Z] [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-02-19T00:31:49.274Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-19T00:31:49.582Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T00:31:49.892Z] + sudo service docker restart [2021-02-19T00:31:49.892Z] + true [2021-02-19T00:31:49.892Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-19T00:31:50.491Z] ========================================================= [2021-02-19T00:31:50.491Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-19T00:31:50.491Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:31:50.850Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-19T00:31:55.095Z] Sending build context to Docker daemon 328MB [2021-02-19T00:31:55.095Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T00:31:55.095Z] Step 2/6 : FROM ${BASE} [2021-02-19T00:31:55.095Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-19T00:31:55.095Z] 188c0c94c7c5: Pulling fs layer [2021-02-19T00:31:55.095Z] 0ef7d3d256c8: Pulling fs layer [2021-02-19T00:31:55.095Z] de9db76c5a1d: Pulling fs layer [2021-02-19T00:31:55.095Z] bca2f99d35d6: Pulling fs layer [2021-02-19T00:31:55.095Z] 93359f2a8cfa: Pulling fs layer [2021-02-19T00:31:55.095Z] 7c6f9722023f: Pulling fs layer [2021-02-19T00:31:55.095Z] a35cf1a2eb13: Pulling fs layer [2021-02-19T00:31:55.095Z] bca2f99d35d6: Waiting [2021-02-19T00:31:55.095Z] 93359f2a8cfa: Waiting [2021-02-19T00:31:55.095Z] 7c6f9722023f: Waiting [2021-02-19T00:31:55.095Z] a35cf1a2eb13: Waiting [2021-02-19T00:31:55.095Z] de9db76c5a1d: Verifying Checksum [2021-02-19T00:31:55.095Z] de9db76c5a1d: Download complete [2021-02-19T00:31:55.095Z] 0ef7d3d256c8: Verifying Checksum [2021-02-19T00:31:55.095Z] 0ef7d3d256c8: Download complete [2021-02-19T00:31:55.095Z] 93359f2a8cfa: Download complete [2021-02-19T00:31:55.095Z] 7c6f9722023f: Verifying Checksum [2021-02-19T00:31:55.095Z] 7c6f9722023f: Download complete [2021-02-19T00:31:55.095Z] 188c0c94c7c5: Verifying Checksum [2021-02-19T00:31:55.095Z] 188c0c94c7c5: Download complete [2021-02-19T00:31:55.374Z] 188c0c94c7c5: Pull complete [2021-02-19T00:31:55.655Z] 0ef7d3d256c8: Pull complete [2021-02-19T00:31:55.930Z] de9db76c5a1d: Pull complete [2021-02-19T00:31:56.903Z] a35cf1a2eb13: Verifying Checksum [2021-02-19T00:31:56.903Z] a35cf1a2eb13: Download complete [2021-02-19T00:31:57.179Z] bca2f99d35d6: Verifying Checksum [2021-02-19T00:31:57.179Z] bca2f99d35d6: Download complete [2021-02-19T00:32:02.529Z] bca2f99d35d6: Pull complete [2021-02-19T00:32:02.529Z] 93359f2a8cfa: Pull complete [2021-02-19T00:32:02.529Z] 7c6f9722023f: Pull complete [2021-02-19T00:32:03.697Z] Still waiting to schedule task [2021-02-19T00:32:03.697Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-19T00:32:07.988Z] a35cf1a2eb13: Pull complete [2021-02-19T00:32:07.988Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-19T00:32:07.988Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-19T00:32:07.988Z] ---> a62c8e92a672 [2021-02-19T00:32:07.988Z] 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-02-19T00:32:07.988Z] ---> Running in bd8245610432 [2021-02-19T00:32:08.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:32:09.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:32:10.091Z] (1/12) Installing libmagic (5.38-r0) [2021-02-19T00:32:10.091Z] (2/12) Installing file (5.38-r0) [2021-02-19T00:32:10.091Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-19T00:32:10.357Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-19T00:32:16.973Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-19T00:32:16.973Z] (6/12) Installing patch (2.7.6-r6) [2021-02-19T00:32:16.973Z] (7/12) Installing build-base (0.5-r2) [2021-02-19T00:32:16.973Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-19T00:32:16.973Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-19T00:32:16.973Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-19T00:32:16.973Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-19T00:32:17.236Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-19T00:32:17.236Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:32:17.236Z] OK: 233 MiB in 51 packages [2021-02-19T00:32:21.470Z] Removing intermediate container bd8245610432 [2021-02-19T00:32:21.470Z] ---> 6d030cedadec [2021-02-19T00:32:21.470Z] Step 4/6 : WORKDIR /edgex-go [2021-02-19T00:32:21.470Z] ---> Running in 92a2f2dad8ae [2021-02-19T00:32:21.470Z] Removing intermediate container 92a2f2dad8ae [2021-02-19T00:32:21.470Z] ---> 2da29bd13acc [2021-02-19T00:32:21.470Z] Step 5/6 : COPY go.mod . [2021-02-19T00:32:21.470Z] ---> a817ba228edc [2021-02-19T00:32:21.470Z] Step 6/6 : RUN go mod download [2021-02-19T00:32:21.470Z] ---> Running in 440df51c1579 [2021-02-19T00:32:48.139Z] Removing intermediate container 440df51c1579 [2021-02-19T00:32:48.139Z] ---> be7eb81853df [2021-02-19T00:32:48.139Z] Successfully built be7eb81853df [2021-02-19T00:32:48.139Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:32:48.454Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T00:32:48.455Z] . [Pipeline] withDockerContainer [2021-02-19T00:32:48.553Z] prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container [2021-02-19T00:32:48.606Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T00:32:49.391Z] $ docker top 07ddfa9e446d678c395cb74b3b4c2884763658e1dded5416a06623ec3f746cbc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:32:49.880Z] + go version [2021-02-19T00:32:49.880Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-19T00:32:49.896Z] $ docker stop --time=1 07ddfa9e446d678c395cb74b3b4c2884763658e1dded5416a06623ec3f746cbc [2021-02-19T00:32:51.252Z] $ docker rm -f 07ddfa9e446d678c395cb74b3b4c2884763658e1dded5416a06623ec3f746cbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:32:52.059Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T00:32:52.059Z] . [Pipeline] withDockerContainer [2021-02-19T00:32:52.156Z] prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container [2021-02-19T00:32:52.207Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T00:32:53.202Z] $ docker top 5dbc34ec02c40684981213c92ecd3725ad257681d796403e6b444cd9e337a3a3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-19T00:32:53.410Z] ========================================================= [2021-02-19T00:32:53.410Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-19T00:32:53.410Z] ========================================================= [Pipeline] sh [2021-02-19T00:32:53.703Z] + make test [2021-02-19T00:32:53.703Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-19T00:33:01.887Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-19T00:33:20.188Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-19T00:33:24.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-19T00:33:24.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-19T00:33:24.499Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-19T00:33:26.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-19T00:33:26.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-19T00:33:26.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-19T00:33:26.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-19T00:33:26.732Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-19T00:33:28.140Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-19T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-19T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-19T00:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-19T00:33:32.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements [2021-02-19T00:33:32.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-19T00:33:32.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-19T00:33:32.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-19T00:33:32.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-19T00:33:32.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-19T00:33:32.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-19T00:33:32.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-19T00:33:32.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements [2021-02-19T00:33:36.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-19T00:33:36.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-19T00:33:36.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-19T00:33:36.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 65.8% of statements [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-19T00:33:36.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.117s coverage: 82.3% of statements [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-19T00:33:36.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-19T00:33:37.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.311s coverage: 28.6% of statements [2021-02-19T00:33:37.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-19T00:33:37.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-19T00:33:37.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-19T00:33:37.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-19T00:33:37.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-19T00:33:37.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-02-19T00:33:37.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-19T00:33:37.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-02-19T00:33:37.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-19T00:33:37.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements [2021-02-19T00:33:37.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-19T00:33:37.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-02-19T00:33:37.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-19T00:33:38.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-02-19T00:33:38.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-19T00:33:38.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-19T00:33:38.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-19T00:33:38.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-19T00:33:40.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.388s coverage: 92.8% of statements [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-19T00:33:40.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-19T00:33:40.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-19T00:33:40.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-19T00:33:40.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements [2021-02-19T00:33:40.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.080s coverage: 79.5% of statements [2021-02-19T00:33:40.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-02-19T00:33:40.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2021-02-19T00:33:40.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-02-19T00:33:53.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements [2021-02-19T00:33:53.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.284s coverage: 68.9% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.5% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.271s coverage: 84.3% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 92.9% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/secretsengine 0.052s coverage: 89.5% of statements [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-19T00:34:05.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-19T00:34:05.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.096s coverage: 89.4% of statements [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.667s coverage: 29.1% of statements [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-19T00:34:05.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-19T00:34:05.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-19T00:34:05.552Z] GO111MODULE=on go vet ./... [2021-02-19T00:34:32.278Z] gofmt -l . [2021-02-19T00:34:32.278Z] [ "`gofmt -l .`" = "" ] [2021-02-19T00:34:32.278Z] ./bin/test-go-mod-tidy.sh [2021-02-19T00:34:32.278Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-19T00:34:32.604Z] + ls -al . [2021-02-19T00:34:32.604Z] total 712 [2021-02-19T00:34:32.604Z] drwxrwxr-x 10 1001 1001 4096 Feb 19 00:34 . [2021-02-19T00:34:32.604Z] drwxr-xr-x 4 root root 28 Feb 19 00:32 .. [2021-02-19T00:34:32.604Z] -rw-rw-r-- 1 1001 1001 11 Feb 19 00:30 .dockerignore [2021-02-19T00:34:32.604Z] drwxrwxr-x 8 1001 1001 179 Feb 19 00:30 .git [2021-02-19T00:34:32.604Z] drwxrwxr-x 3 1001 1001 125 Feb 19 00:30 .github [2021-02-19T00:34:32.604Z] -rw-rw-r-- 1 1001 1001 818 Feb 19 00:30 .gitignore [2021-02-19T00:34:32.604Z] drwx------ 3 1001 1001 60 Feb 19 00:31 .semver [2021-02-19T00:34:32.604Z] -rw-rw-r-- 1 1001 1001 166 Feb 19 00:30 .sonarcloud.properties [2021-02-19T00:34:32.604Z] -rw-rw-r-- 1 1001 1001 8475 Feb 19 00:30 Attribution.txt [2021-02-19T00:34:32.604Z] -rw-rw-r-- 1 1001 1001 3804 Feb 19 00:30 CONTRIBUTING.md [2021-02-19T00:34:32.604Z] -rw-rw-r-- 1 1001 1001 931 Feb 19 00:30 Dockerfile.build [2021-02-19T00:34:32.605Z] -rw-rw-r-- 1 1001 1001 863 Feb 19 00:30 Jenkinsfile [2021-02-19T00:34:32.605Z] -rw-rw-r-- 1 1001 1001 10775 Feb 19 00:30 LICENSE [2021-02-19T00:34:32.605Z] -rw-rw-r-- 1 1001 1001 5774 Feb 19 00:30 Makefile [2021-02-19T00:34:32.605Z] -rw-rw-r-- 1 1001 1001 6524 Feb 19 00:30 README.md [2021-02-19T00:34:32.605Z] -rw-rw-r-- 1 1001 1001 6755 Feb 19 00:30 SECURITY.md [2021-02-19T00:34:32.605Z] -rw-rw-r-- 1 1001 1001 5 Feb 19 00:31 VERSION [2021-02-19T00:34:32.605Z] -rw-rw-r-- 1 1001 1001 4131 Feb 19 00:30 ZMQWindows.md [2021-02-19T00:34:32.605Z] drwxrwxr-x 2 1001 1001 117 Feb 19 00:30 bin [2021-02-19T00:34:32.605Z] drwxrwxr-x 14 1001 1001 4096 Feb 19 00:30 cmd [2021-02-19T00:34:32.605Z] -rw-r--r-- 1 root root 599033 Feb 19 00:34 coverage.out [2021-02-19T00:34:32.605Z] -rw-r--r-- 1 root root 1055 Feb 19 00:34 go.mod [2021-02-19T00:34:32.605Z] -rw-r--r-- 1 root root 21638 Feb 19 00:34 go.sum [2021-02-19T00:34:32.605Z] drwxrwxr-x 8 1001 1001 127 Feb 19 00:30 internal [2021-02-19T00:34:32.605Z] drwxrwxr-x 4 1001 1001 26 Feb 19 00:30 openapi [2021-02-19T00:34:32.605Z] drwxrwxr-x 4 1001 1001 71 Feb 19 00:30 snap [2021-02-19T00:34:32.605Z] -rw-rw-r-- 1 1001 1001 168 Feb 19 00:30 version.go [Pipeline] sh [2021-02-19T00:34:32.958Z] + '[' -e coverage.out ] [2021-02-19T00:34:32.958Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-19T00:34:33.237Z] Stashed 1 file(s) [Pipeline] sh [2021-02-19T00:34:33.635Z] + make build [2021-02-19T00:34:33.635Z] 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-02-19T00:34:36.259Z] 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-02-19T00:34:46.328Z] 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-02-19T00:34:46.328Z] 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-02-19T00:34:48.280Z] 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-02-19T00:34:48.280Z] 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-02-19T00:34:49.699Z] 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-02-19T00:34:49.919Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26866 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws [2021-02-19T00:34:49.988Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-19T00:34:51.626Z] 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-02-19T00:34:52.204Z] 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-02-19T00:34:53.606Z] 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-02-19T00:34:54.558Z] 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-02-19T00:34:54.881Z] using credential edgex-jenkins-ssh [2021-02-19T00:34:54.936Z] Cloning the remote Git repository [2021-02-19T00:34:54.987Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:34:55.950Z] 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-02-19T00:34:55.093Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-19T00:34:55.157Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:34:55.157Z] > git --version # timeout=10 [2021-02-19T00:34:55.183Z] > git --version # 'git version 2.17.1' [2021-02-19T00:34:55.185Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:34:55.272Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-02-19T00:34:57.360Z] $ docker stop --time=1 5dbc34ec02c40684981213c92ecd3725ad257681d796403e6b444cd9e337a3a3 [2021-02-19T00:34:58.973Z] $ docker rm -f 5dbc34ec02c40684981213c92ecd3725ad257681d796403e6b444cd9e337a3a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:35:02.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-19T00:35:02.773Z] [2021-02-19T00:35:02.773Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:35:03.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-19T00:35:03.118Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-19T00:35:03.118Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-19T00:35:03.118Z] ca9280d653b3: Pulling fs layer [2021-02-19T00:35:03.118Z] 7e9c9ca2126c: Pulling fs layer [2021-02-19T00:35:03.699Z] cbdbe7a5bc2a: Download complete [2021-02-19T00:35:03.964Z] ca9280d653b3: Verifying Checksum [2021-02-19T00:35:03.964Z] ca9280d653b3: Download complete [2021-02-19T00:35:03.964Z] cbdbe7a5bc2a: Pull complete [2021-02-19T00:35:04.913Z] 7e9c9ca2126c: Download complete [2021-02-19T00:35:05.180Z] ca9280d653b3: Pull complete [2021-02-19T00:35:13.361Z] 7e9c9ca2126c: Pull complete [2021-02-19T00:35:13.361Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-19T00:35:13.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-19T00:35:13.361Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-19T00:35:13.570Z] prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container [2021-02-19T00:35:13.623Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-19T00:35:13.826Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-19T00:35:13.844Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T00:35:13.873Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-19T00:35:13.906Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:35:13.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:35:13.919Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T00:35:14.701Z] Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 [2021-02-19T00:35:15.428Z] Merge succeeded, producing e78c975d082ae26483ca3194eefc4b4681f3a045 [2021-02-19T00:35:15.429Z] Checking out Revision e78c975d082ae26483ca3194eefc4b4681f3a045 (PR-3179) [2021-02-19T00:35:16.154Z] $ docker top ab0241bec66820d8cbebdb6343ad8a553f716b9d3de1337879daf393ff99a955 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:35:14.724Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T00:35:14.738Z] > git checkout -f c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # timeout=10 [2021-02-19T00:35:15.047Z] > git remote # timeout=10 [2021-02-19T00:35:15.101Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T00:35:15.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:35:15.127Z] > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 [2021-02-19T00:35:15.398Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T00:35:15.439Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T00:35:15.457Z] > git checkout -f e78c975d082ae26483ca3194eefc4b4681f3a045 # timeout=10 [2021-02-19T00:35:16.657Z] + docker-compose build --help [2021-02-19T00:35:16.657Z] + grep parallel [2021-02-19T00:35:17.604Z] --parallel Build images in parallel. [Pipeline] } [2021-02-19T00:35:17.619Z] $ docker stop --time=1 ab0241bec66820d8cbebdb6343ad8a553f716b9d3de1337879daf393ff99a955 [2021-02-19T00:35:19.007Z] $ docker rm -f ab0241bec66820d8cbebdb6343ad8a553f716b9d3de1337879daf393ff99a955 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:35:19.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-19T00:35:19.638Z] . [Pipeline] withDockerContainer [2021-02-19T00:35:19.737Z] prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container [2021-02-19T00:35:19.750Z] Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" [2021-02-19T00:35:19.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-19T00:35:19.760Z] > git rev-list --no-walk c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # timeout=10 [2021-02-19T00:35:20.451Z] $ docker top eccbea031adabc7a8a51276675da8bab1240ef08103d7968d6b21859f480698f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-02-19T00:35:21.013Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh [2021-02-19T00:35:21.837Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-19T00:35:21.960Z] Building docker-core-command-go ... [2021-02-19T00:35:21.960Z] Building docker-core-data-go ... [2021-02-19T00:35:21.960Z] Building docker-core-metadata-go ... [2021-02-19T00:35:21.960Z] Building docker-security-bootstrapper-go ... [2021-02-19T00:35:21.960Z] Building docker-security-proxy-setup-go ... [2021-02-19T00:35:21.960Z] Building docker-security-secretstore-setup-go ... [2021-02-19T00:35:21.960Z] Building docker-support-notifications-go ... [2021-02-19T00:35:21.960Z] Building docker-support-scheduler-go ... [2021-02-19T00:35:21.960Z] Building docker-sys-mgmt-agent-go ... [2021-02-19T00:35:21.960Z] Building docker-core-metadata-go [2021-02-19T00:35:21.960Z] Building docker-security-secretstore-setup-go [2021-02-19T00:35:21.960Z] Building docker-support-notifications-go [2021-02-19T00:35:21.960Z] Building docker-security-proxy-setup-go [2021-02-19T00:35:21.960Z] Building docker-security-bootstrapper-go [2021-02-19T00:35:22.242Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T00:35:22.647Z] + sudo service docker restart [2021-02-19T00:35:22.647Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T00:35:25.400Z] provisioning config files... [2021-02-19T00:35:25.448Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1012475450752724398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:35:25.867Z] ---> docker-login.sh [2021-02-19T00:35:25.867Z] nexus3.edgexfoundry.org:10001 [2021-02-19T00:35:26.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:35:27.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:35:27.125Z] Configure a credential helper to remove this warning. See [2021-02-19T00:35:27.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:35:27.125Z] [2021-02-19T00:35:27.125Z] Login Succeeded [2021-02-19T00:35:27.125Z] nexus3.edgexfoundry.org:10002 [2021-02-19T00:35:27.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:35:27.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:35:27.678Z] Configure a credential helper to remove this warning. See [2021-02-19T00:35:27.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:35:27.678Z] [2021-02-19T00:35:27.678Z] Login Succeeded [2021-02-19T00:35:27.678Z] nexus3.edgexfoundry.org:10003 [2021-02-19T00:35:27.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:35:28.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:35:28.230Z] Configure a credential helper to remove this warning. See [2021-02-19T00:35:28.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:35:28.230Z] [2021-02-19T00:35:28.230Z] Login Succeeded [2021-02-19T00:35:28.230Z] nexus3.edgexfoundry.org:10004 [2021-02-19T00:35:28.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:35:28.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:35:28.777Z] Configure a credential helper to remove this warning. See [2021-02-19T00:35:28.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:35:28.777Z] [2021-02-19T00:35:28.777Z] Login Succeeded [2021-02-19T00:35:28.777Z] docker.io [2021-02-19T00:35:29.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:35:29.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:35:29.325Z] Configure a credential helper to remove this warning. See [2021-02-19T00:35:29.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:35:29.325Z] [2021-02-19T00:35:29.325Z] Login Succeeded [2021-02-19T00:35:29.325Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T00:35:29.343Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-19T00:35:29.861Z] ========================================================= [2021-02-19T00:35:29.861Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-19T00:35:29.861Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:35:30.263Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-19T00:35:32.925Z] Sending build context to Docker daemon 166.4MB [2021-02-19T00:35:32.925Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T00:35:32.925Z] Step 2/6 : FROM ${BASE} [2021-02-19T00:35:32.925Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-19T00:35:32.925Z] 5f621e34cdf4: Pulling fs layer [2021-02-19T00:35:32.925Z] a4357932f1b6: Pulling fs layer [2021-02-19T00:35:32.925Z] 18c013af1878: Pulling fs layer [2021-02-19T00:35:32.925Z] 00ac8860ef70: Pulling fs layer [2021-02-19T00:35:32.925Z] 63d7cb157983: Pulling fs layer [2021-02-19T00:35:32.925Z] b116817d02f9: Pulling fs layer [2021-02-19T00:35:32.925Z] 745a02a5169b: Pulling fs layer [2021-02-19T00:35:32.925Z] 00ac8860ef70: Waiting [2021-02-19T00:35:32.925Z] 63d7cb157983: Waiting [2021-02-19T00:35:32.925Z] b116817d02f9: Waiting [2021-02-19T00:35:32.925Z] 745a02a5169b: Waiting [2021-02-19T00:35:32.925Z] 18c013af1878: Verifying Checksum [2021-02-19T00:35:32.925Z] 18c013af1878: Download complete [2021-02-19T00:35:32.925Z] a4357932f1b6: Download complete [2021-02-19T00:35:32.925Z] 63d7cb157983: Verifying Checksum [2021-02-19T00:35:32.925Z] 63d7cb157983: Download complete [2021-02-19T00:35:32.925Z] b116817d02f9: Verifying Checksum [2021-02-19T00:35:32.925Z] b116817d02f9: Download complete [2021-02-19T00:35:32.925Z] 5f621e34cdf4: Verifying Checksum [2021-02-19T00:35:32.925Z] 5f621e34cdf4: Download complete [2021-02-19T00:35:33.534Z] 5f621e34cdf4: Pull complete [2021-02-19T00:35:34.140Z] a4357932f1b6: Pull complete [2021-02-19T00:35:34.743Z] 18c013af1878: Pull complete [2021-02-19T00:35:35.344Z] 745a02a5169b: Verifying Checksum [2021-02-19T00:35:35.344Z] 745a02a5169b: Download complete [2021-02-19T00:35:36.327Z] 00ac8860ef70: Verifying Checksum [2021-02-19T00:35:36.327Z] 00ac8860ef70: Download complete [2021-02-19T00:35:46.509Z] 00ac8860ef70: Pull complete [2021-02-19T00:35:46.783Z] 63d7cb157983: Pull complete [2021-02-19T00:35:47.070Z] b116817d02f9: Pull complete [2021-02-19T00:35:51.376Z] 745a02a5169b: Pull complete [2021-02-19T00:35:51.376Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-19T00:35:51.376Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-19T00:35:51.376Z] ---> b7e6874047d6 [2021-02-19T00:35:51.376Z] 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-02-19T00:35:53.998Z] ---> Running in 86703764d613 [2021-02-19T00:35:54.178Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:35:54.178Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:35:54.178Z] ---> be7eb81853df [2021-02-19T00:35:54.178Z] Step 3/30 : WORKDIR /edgex-go [2021-02-19T00:35:54.178Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:35:54.178Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:35:54.178Z] ---> be7eb81853df [2021-02-19T00:35:54.178Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:35:54.178Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:35:54.178Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:35:54.178Z] ---> be7eb81853df [2021-02-19T00:35:54.178Z] Step 3/24 : WORKDIR /edgex-go [2021-02-19T00:35:54.178Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:35:54.178Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:35:54.178Z] ---> be7eb81853df [2021-02-19T00:35:54.178Z] Step 3/21 : WORKDIR /edgex-go [2021-02-19T00:35:54.178Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:35:54.178Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:35:54.178Z] ---> be7eb81853df [2021-02-19T00:35:54.178Z] Step 3/22 : WORKDIR /edgex-go [2021-02-19T00:35:54.464Z] ---> Running in 7537a47d321e [2021-02-19T00:35:54.464Z] ---> Running in c79d0309ef15 [2021-02-19T00:35:54.465Z] ---> Running in 7fbc093d7a28 [2021-02-19T00:35:54.465Z] ---> Running in b1a4671f0e85 [2021-02-19T00:35:54.465Z] ---> Running in ad8f0b1e2a0d [2021-02-19T00:35:54.728Z] Removing intermediate container ad8f0b1e2a0d [2021-02-19T00:35:54.728Z] ---> a1312b0e4871 [2021-02-19T00:35:54.728Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:35:54.992Z] Removing intermediate container b1a4671f0e85 [2021-02-19T00:35:54.992Z] ---> fecb25c9528d [2021-02-19T00:35:54.992Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:35:54.992Z] Removing intermediate container 7537a47d321e [2021-02-19T00:35:54.992Z] ---> 907cd0127453 [2021-02-19T00:35:54.992Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:35:54.992Z] Removing intermediate container c79d0309ef15 [2021-02-19T00:35:54.992Z] ---> 907f8c91a3ba [2021-02-19T00:35:54.992Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:35:54.992Z] Removing intermediate container 7fbc093d7a28 [2021-02-19T00:35:54.992Z] ---> 140893025488 [2021-02-19T00:35:54.992Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:35:54.992Z] ---> Running in ad03d6e54502 [2021-02-19T00:35:54.992Z] ---> Running in 01f192a94b4a [2021-02-19T00:35:54.992Z] ---> Running in 16e63fe91a6e [2021-02-19T00:35:54.992Z] ---> Running in 79228250f55f [2021-02-19T00:35:54.992Z] ---> Running in 0a973f730f8f [2021-02-19T00:35:55.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:35:56.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:35:56.919Z] Removing intermediate container ad03d6e54502 [2021-02-19T00:35:56.919Z] ---> e65d9ad51dc6 [2021-02-19T00:35:56.919Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-19T00:35:57.036Z] (1/12) Installing libmagic (5.38-r0) [2021-02-19T00:35:57.184Z] ---> Running in 1daade97d2e4 [2021-02-19T00:35:57.184Z] Removing intermediate container 01f192a94b4a [2021-02-19T00:35:57.184Z] ---> 924c0e656a66 [2021-02-19T00:35:57.184Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-19T00:35:57.311Z] (2/12) Installing file (5.38-r0) [2021-02-19T00:35:57.311Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-19T00:35:57.448Z] Removing intermediate container 16e63fe91a6e [2021-02-19T00:35:57.448Z] ---> 0f43c1906a0b [2021-02-19T00:35:57.448Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-19T00:35:57.448Z] ---> Running in 3c1d119fb45e [2021-02-19T00:35:57.448Z] ---> Running in b7016a82e141 [2021-02-19T00:35:57.585Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-19T00:35:57.710Z] Removing intermediate container 79228250f55f [2021-02-19T00:35:57.710Z] ---> 3c0200b3e906 [2021-02-19T00:35:57.710Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-19T00:35:57.710Z] Removing intermediate container 0a973f730f8f [2021-02-19T00:35:57.710Z] ---> 2bcbbfa90325 [2021-02-19T00:35:57.710Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-19T00:35:57.710Z] ---> Running in 3f97f8ec26f0 [2021-02-19T00:35:57.975Z] ---> Running in 87f325aed924 [2021-02-19T00:35:57.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:35:58.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:35:58.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:35:58.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:35:58.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:35:58.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:35:59.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:35:59.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:35:59.348Z] OK: 233 MiB in 51 packages [2021-02-19T00:35:59.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:35:59.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:35:59.878Z] Removing intermediate container 1daade97d2e4 [2021-02-19T00:35:59.878Z] ---> 07249c789d7f [2021-02-19T00:35:59.878Z] Step 6/24 : COPY go.mod . [2021-02-19T00:36:00.140Z] OK: 233 MiB in 51 packages [2021-02-19T00:36:00.407Z] ---> f76cf1d23870 [2021-02-19T00:36:00.407Z] Step 7/24 : RUN go mod download [2021-02-19T00:36:00.407Z] OK: 233 MiB in 51 packages [2021-02-19T00:36:00.407Z] ---> Running in 509771d351b4 [2021-02-19T00:36:00.407Z] OK: 233 MiB in 51 packages [2021-02-19T00:36:00.407Z] OK: 233 MiB in 51 packages [2021-02-19T00:36:00.669Z] Removing intermediate container 87f325aed924 [2021-02-19T00:36:00.669Z] ---> 80c4cc2e6e6d [2021-02-19T00:36:00.669Z] Step 6/23 : COPY go.mod . [2021-02-19T00:36:01.242Z] ---> 3aacd57c7616 [2021-02-19T00:36:01.242Z] Step 7/23 : RUN go mod download [2021-02-19T00:36:01.242Z] Removing intermediate container b7016a82e141 [2021-02-19T00:36:01.242Z] ---> 5c3c98ca86f0 [2021-02-19T00:36:01.242Z] Step 6/22 : COPY go.mod . [2021-02-19T00:36:01.242Z] ---> Running in c2bebc81379f [2021-02-19T00:36:01.508Z] Removing intermediate container 3c1d119fb45e [2021-02-19T00:36:01.508Z] ---> 5598b1414e34 [2021-02-19T00:36:01.508Z] Step 6/30 : COPY go.mod . [2021-02-19T00:36:01.508Z] Removing intermediate container 3f97f8ec26f0 [2021-02-19T00:36:01.508Z] ---> 8ea19fd4d0a3 [2021-02-19T00:36:01.508Z] Step 6/21 : COPY go.mod . [2021-02-19T00:36:01.781Z] ---> d9b2d0cfa3b1 [2021-02-19T00:36:01.781Z] Step 7/22 : RUN go mod download [2021-02-19T00:36:01.781Z] ---> Running in f658e0b2a243 [2021-02-19T00:36:01.902Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-19T00:36:02.044Z] ---> 5c4fe723181b [2021-02-19T00:36:02.044Z] Step 7/30 : RUN go mod download [2021-02-19T00:36:02.044Z] ---> 67bd68fd58ce [2021-02-19T00:36:02.044Z] Step 7/21 : RUN go mod download [2021-02-19T00:36:02.176Z] (6/12) Installing patch (2.7.6-r6) [2021-02-19T00:36:02.176Z] (7/12) Installing build-base (0.5-r2) [2021-02-19T00:36:02.176Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-19T00:36:02.313Z] ---> Running in 8cb338e0a907 [2021-02-19T00:36:02.313Z] ---> Running in 20732041f504 [2021-02-19T00:36:02.449Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-19T00:36:02.449Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-19T00:36:02.581Z] Removing intermediate container 509771d351b4 [2021-02-19T00:36:02.581Z] ---> 19434ce2e22f [2021-02-19T00:36:02.581Z] Step 8/24 : COPY . . [2021-02-19T00:36:02.727Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-19T00:36:02.727Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-19T00:36:02.727Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:36:03.002Z] OK: 217 MiB in 51 packages [2021-02-19T00:36:04.005Z] Removing intermediate container c2bebc81379f [2021-02-19T00:36:04.005Z] ---> 4337fa250a14 [2021-02-19T00:36:04.005Z] Step 8/23 : COPY . . [2021-02-19T00:36:07.336Z] Removing intermediate container 86703764d613 [2021-02-19T00:36:07.336Z] ---> 0a294f9aa2d8 [2021-02-19T00:36:07.336Z] Step 4/6 : WORKDIR /edgex-go [2021-02-19T00:36:07.336Z] ---> Running in d6c7cdfa9b15 [2021-02-19T00:36:07.366Z] Removing intermediate container f658e0b2a243 [2021-02-19T00:36:07.366Z] ---> 0305b23dda31 [2021-02-19T00:36:07.366Z] Step 8/22 : COPY . . [2021-02-19T00:36:07.614Z] Removing intermediate container d6c7cdfa9b15 [2021-02-19T00:36:07.614Z] ---> 16c691e4e485 [2021-02-19T00:36:07.614Z] Step 5/6 : COPY go.mod . [2021-02-19T00:36:08.223Z] ---> 5727a5d7e00e [2021-02-19T00:36:08.223Z] Step 6/6 : RUN go mod download [2021-02-19T00:36:08.507Z] ---> Running in 9ba5f6d82f56 [2021-02-19T00:36:15.626Z] Removing intermediate container 8cb338e0a907 [2021-02-19T00:36:15.626Z] ---> a6588726290a [2021-02-19T00:36:15.626Z] Step 8/30 : COPY . . [2021-02-19T00:36:19.045Z] Removing intermediate container 20732041f504 [2021-02-19T00:36:19.045Z] ---> 7816295c26d9 [2021-02-19T00:36:19.045Z] Step 8/21 : COPY . . [2021-02-19T00:36:35.329Z] Removing intermediate container 9ba5f6d82f56 [2021-02-19T00:36:35.329Z] ---> a4da6416fedb [2021-02-19T00:36:35.329Z] Successfully built a4da6416fedb [2021-02-19T00:36:35.329Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:36:35.697Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T00:36:35.697Z] . [Pipeline] withDockerContainer [2021-02-19T00:36:35.973Z] prd-ubuntu18.04-docker-arm64-4c-16g-26866 does not seem to be running inside a container [2021-02-19T00:36:36.062Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T00:36:37.597Z] $ docker top e439b7d7fb99b8e6239a24c9643b53a092680d7c6efd05a276f08c8ee0be4d0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:36:38.635Z] + go version [2021-02-19T00:36:38.635Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-19T00:36:38.664Z] $ docker stop --time=1 e439b7d7fb99b8e6239a24c9643b53a092680d7c6efd05a276f08c8ee0be4d0f [2021-02-19T00:36:40.617Z] $ docker rm -f e439b7d7fb99b8e6239a24c9643b53a092680d7c6efd05a276f08c8ee0be4d0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-19T00:36:41.151Z] ---> a8b7e3c80f7a [2021-02-19T00:36:41.152Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:36:41.604Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T00:36:41.604Z] . [Pipeline] withDockerContainer [2021-02-19T00:36:41.872Z] prd-ubuntu18.04-docker-arm64-4c-16g-26866 does not seem to be running inside a container [2021-02-19T00:36:41.959Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T00:36:43.410Z] $ docker top 5947f187bcea2513adce68d5e43d4a9e78403d890d8955589d51c70e6ded7f9e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-19T00:36:43.783Z] ========================================================= [2021-02-19T00:36:43.783Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-19T00:36:43.783Z] ========================================================= [Pipeline] sh [2021-02-19T00:36:44.470Z] + make test [2021-02-19T00:36:44.470Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-19T00:36:49.380Z] ---> Running in e892101300b6 [2021-02-19T00:36:51.309Z] ---> ba2df7314ba6 [2021-02-19T00:36:51.309Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-19T00:36:51.884Z] ---> dd8c9da499bb [2021-02-19T00:36:51.884Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-19T00:36:52.831Z] ---> Running in 95d7a3928eab [2021-02-19T00:36:53.429Z] ---> Running in d809e598b726 [2021-02-19T00:36:53.429Z] ---> 56c51445c511 [2021-02-19T00:36:53.429Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-19T00:36:53.698Z] ---> 04ffff7198d4 [2021-02-19T00:36:53.698Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-19T00:36:53.698Z] ---> Running in b8f84782aad2 [2021-02-19T00:36:53.964Z] ---> Running in f980c38b131d [2021-02-19T00:36:53.964Z] 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-02-19T00:36:54.239Z] 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-02-19T00:36:54.239Z] 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-02-19T00:36:54.828Z] 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-02-19T00:36:54.829Z] 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-02-19T00:37:11.284Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-19T00:37:21.540Z] 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-02-19T00:37:21.807Z] 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-02-19T00:37:30.063Z] Removing intermediate container e892101300b6 [2021-02-19T00:37:30.063Z] ---> e67fcddd8e08 [2021-02-19T00:37:30.063Z] [2021-02-19T00:37:30.063Z] Step 10/24 : FROM alpine:3.12 [2021-02-19T00:37:30.063Z] Removing intermediate container b8f84782aad2 [2021-02-19T00:37:30.063Z] ---> 8ea38156915f [2021-02-19T00:37:30.063Z] [2021-02-19T00:37:30.063Z] Step 10/30 : FROM alpine:3.12 [2021-02-19T00:37:30.063Z] 3.12: Pulling from library/alpine [2021-02-19T00:37:30.063Z] 3.12: Pulling from library/alpine [2021-02-19T00:37:30.063Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-19T00:37:30.063Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-19T00:37:30.063Z] Status: Image is up to date for alpine:3.12 [2021-02-19T00:37:30.063Z] Status: Downloaded newer image for alpine:3.12 [2021-02-19T00:37:30.063Z] ---> 389fef711851 [2021-02-19T00:37:30.063Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-19T00:37:30.063Z] ---> 389fef711851 [2021-02-19T00:37:30.063Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-19T00:37:34.287Z] ---> Running in b21cc7822f2f [2021-02-19T00:37:34.287Z] ---> Running in 4b77d37c15d8 [2021-02-19T00:37:35.235Z] Removing intermediate container f980c38b131d [2021-02-19T00:37:35.235Z] ---> 4cc3895e62f7 [2021-02-19T00:37:35.235Z] [2021-02-19T00:37:35.235Z] Step 10/21 : FROM alpine:3.12 [2021-02-19T00:37:35.235Z] ---> 389fef711851 [2021-02-19T00:37:35.235Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-19T00:37:35.235Z] Removing intermediate container 95d7a3928eab [2021-02-19T00:37:35.235Z] ---> 1e84963b0eef [2021-02-19T00:37:35.235Z] [2021-02-19T00:37:35.235Z] Step 10/22 : FROM alpine:3.12 [2021-02-19T00:37:35.235Z] Removing intermediate container d809e598b726 [2021-02-19T00:37:35.235Z] ---> af723eca1248 [2021-02-19T00:37:35.235Z] [2021-02-19T00:37:35.235Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:37:35.235Z] ---> 389fef711851 [2021-02-19T00:37:35.235Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-19T00:37:35.235Z] ---> 389fef711851 [2021-02-19T00:37:35.235Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:37:35.235Z] ---> Running in 5661e966612d [2021-02-19T00:37:35.235Z] Removing intermediate container b21cc7822f2f [2021-02-19T00:37:35.235Z] ---> f2a95eed90ed [2021-02-19T00:37:35.235Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-19T00:37:35.505Z] ---> Running in f5827431878b [2021-02-19T00:37:35.505Z] ---> Running in faffd932679b [2021-02-19T00:37:35.505Z] ---> Running in ed58cf80dc43 [2021-02-19T00:37:35.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:35.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:35.776Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-19T00:37:35.776Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:37:35.776Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-19T00:37:35.776Z] (4/5) Installing curl (7.69.1-r3) [2021-02-19T00:37:35.776Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-19T00:37:35.776Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:37:35.776Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:37:36.043Z] OK: 7 MiB in 19 packages [2021-02-19T00:37:36.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:36.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:36.320Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-19T00:37:36.320Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:37:36.320Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-19T00:37:36.320Z] (4/4) Installing curl (7.69.1-r3) [2021-02-19T00:37:36.320Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:37:36.320Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:37:36.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:36.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:36.320Z] OK: 7 MiB in 18 packages [2021-02-19T00:37:36.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:36.589Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-19T00:37:36.589Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:37:36.589Z] OK: 6 MiB in 15 packages [2021-02-19T00:37:36.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:36.856Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-19T00:37:36.856Z] (2/2) Installing su-exec (0.2-r1) [2021-02-19T00:37:36.856Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:37:36.856Z] OK: 6 MiB in 16 packages [2021-02-19T00:37:37.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:37.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:37.422Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-19T00:37:37.422Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-19T00:37:37.422Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:37:37.999Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:37:38.269Z] OK: 6 MiB in 16 packages [2021-02-19T00:37:39.685Z] Removing intermediate container 4b77d37c15d8 [2021-02-19T00:37:39.685Z] ---> 91010009f7ba [2021-02-19T00:37:39.685Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-19T00:37:39.685Z] Removing intermediate container 5661e966612d [2021-02-19T00:37:39.685Z] ---> 544d83526df6 [2021-02-19T00:37:39.685Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-19T00:37:39.685Z] ---> Running in 8f15f6eba51b [2021-02-19T00:37:39.685Z] ---> Running in f84a514faba7 [2021-02-19T00:37:39.685Z] Removing intermediate container f5827431878b [2021-02-19T00:37:39.685Z] ---> 8503e71bcb97 [2021-02-19T00:37:39.685Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:37:39.685Z] Removing intermediate container ed58cf80dc43 [2021-02-19T00:37:39.685Z] ---> 25a2e3c08eb5 [2021-02-19T00:37:39.685Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-19T00:37:39.956Z] ---> Running in 59b2844608fc [2021-02-19T00:37:40.529Z] ---> Running in 3a5a72addc9f [2021-02-19T00:37:40.529Z] Removing intermediate container 8f15f6eba51b [2021-02-19T00:37:40.529Z] ---> 27aa6dd46637 [2021-02-19T00:37:40.529Z] Step 13/24 : WORKDIR / [2021-02-19T00:37:40.529Z] Removing intermediate container f84a514faba7 [2021-02-19T00:37:40.529Z] ---> 2998c0818fe6 [2021-02-19T00:37:40.529Z] Step 13/21 : WORKDIR /edgex [2021-02-19T00:37:40.529Z] Removing intermediate container faffd932679b [2021-02-19T00:37:40.529Z] ---> da46dc23bca8 [2021-02-19T00:37:40.529Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:37:40.791Z] Removing intermediate container 59b2844608fc [2021-02-19T00:37:40.791Z] ---> e82eea538ae7 [2021-02-19T00:37:40.791Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-19T00:37:40.791Z] ---> Running in 6e0fcaff3f93 [2021-02-19T00:37:40.791Z] ---> Running in 3ec926e9b703 [2021-02-19T00:37:40.791Z] ---> Running in d7354653d48f [2021-02-19T00:37:41.052Z] ---> Running in f9f5e4bcd64d [2021-02-19T00:37:41.052Z] Removing intermediate container 3a5a72addc9f [2021-02-19T00:37:41.052Z] ---> cfa9c6e989fb [2021-02-19T00:37:41.052Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-19T00:37:41.314Z] ---> Running in 0932003cfd12 [2021-02-19T00:37:41.314Z] Removing intermediate container 6e0fcaff3f93 [2021-02-19T00:37:41.314Z] ---> 4174e5fee1e7 [2021-02-19T00:37:41.314Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-19T00:37:41.314Z] Removing intermediate container d7354653d48f [2021-02-19T00:37:41.314Z] ---> f8502729114b [2021-02-19T00:37:41.314Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-19T00:37:41.576Z] Removing intermediate container 3ec926e9b703 [2021-02-19T00:37:41.576Z] ---> 5dfdea30f4d1 [2021-02-19T00:37:41.576Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-19T00:37:41.576Z] Removing intermediate container f9f5e4bcd64d [2021-02-19T00:37:41.576Z] ---> d0356dff501a [2021-02-19T00:37:41.576Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-19T00:37:41.576Z] ---> Running in 72acb73cf546 [2021-02-19T00:37:41.576Z] ---> Running in d998c68c9071 [2021-02-19T00:37:41.841Z] Removing intermediate container 0932003cfd12 [2021-02-19T00:37:41.841Z] ---> 7be7ba0da37d [2021-02-19T00:37:41.841Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-19T00:37:41.841Z] ---> b04392730102 [2021-02-19T00:37:41.841Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-19T00:37:41.841Z] ---> da38820b5c01 [2021-02-19T00:37:41.841Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-19T00:37:42.108Z] Removing intermediate container 72acb73cf546 [2021-02-19T00:37:42.108Z] ---> a67156d1f140 [2021-02-19T00:37:42.108Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-19T00:37:42.108Z] ---> Running in fec833133516 [2021-02-19T00:37:42.108Z] Removing intermediate container d998c68c9071 [2021-02-19T00:37:42.108Z] ---> 0cc61ba87ade [2021-02-19T00:37:42.108Z] Step 15/23 : WORKDIR / [2021-02-19T00:37:42.373Z] ---> Running in 0ec482304537 [2021-02-19T00:37:42.373Z] ---> Running in 7bb8a93da5df [2021-02-19T00:37:42.373Z] ---> f5b5711bb5e5 [2021-02-19T00:37:42.373Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-19T00:37:43.002Z] ---> c3552848387d [2021-02-19T00:37:43.002Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-19T00:37:43.615Z] Removing intermediate container 7bb8a93da5df [2021-02-19T00:37:43.615Z] ---> 1025eded7c97 [2021-02-19T00:37:43.615Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:37:43.615Z] ---> d923c85c8afe [2021-02-19T00:37:43.615Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-19T00:37:43.615Z] Removing intermediate container 0ec482304537 [2021-02-19T00:37:43.615Z] ---> 4031ecc7d444 [2021-02-19T00:37:43.615Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:37:43.977Z] ---> 545c23a3f7fc [2021-02-19T00:37:43.977Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-19T00:37:43.977Z] ---> Running in 503fd26d84d3 [2021-02-19T00:37:43.977Z] ---> c40de4d19e79 [2021-02-19T00:37:43.977Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-19T00:37:43.977Z] ---> e0f57d752c9b [2021-02-19T00:37:43.977Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-19T00:37:43.977Z] ---> 2efc2f6b0e4f [2021-02-19T00:37:43.977Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-19T00:37:44.276Z] Removing intermediate container fec833133516 [2021-02-19T00:37:44.276Z] ---> 0d36741212df [2021-02-19T00:37:44.276Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-19T00:37:44.276Z] ---> Running in 51f63d2aea12 [2021-02-19T00:37:44.276Z] Removing intermediate container 503fd26d84d3 [2021-02-19T00:37:44.276Z] ---> 105a088ce37b [2021-02-19T00:37:44.276Z] Step 18/21 : CMD ["--init=true"] [2021-02-19T00:37:44.544Z] ---> Running in c7648fb64731 [2021-02-19T00:37:44.544Z] Removing intermediate container 51f63d2aea12 [2021-02-19T00:37:44.544Z] ---> 53024d57e54f [2021-02-19T00:37:44.544Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-19T00:37:44.811Z] ---> 3dea8f530fc9 [2021-02-19T00:37:44.811Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-19T00:37:44.811Z] Removing intermediate container c7648fb64731 [2021-02-19T00:37:44.811Z] ---> b3be0a500e6c [2021-02-19T00:37:44.811Z] Step 19/21 : LABEL arch=x86_64 [2021-02-19T00:37:44.811Z] ---> b7e96a8ecf74 [2021-02-19T00:37:44.811Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-19T00:37:44.811Z] ---> cad916c4169c [2021-02-19T00:37:44.811Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-19T00:37:45.073Z] ---> Running in 1ab2e80cb047 [2021-02-19T00:37:45.073Z] ---> 54ad21eb7314 [2021-02-19T00:37:45.073Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-19T00:37:45.335Z] ---> Running in ab504ac8b7a5 [2021-02-19T00:37:45.335Z] ---> 9ceb17185a5a [2021-02-19T00:37:45.335Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-19T00:37:45.335Z] ---> aa32f2423001 [2021-02-19T00:37:45.335Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-19T00:37:45.335Z] Removing intermediate container 1ab2e80cb047 [2021-02-19T00:37:45.335Z] ---> ba3b042912c6 [2021-02-19T00:37:45.335Z] Step 20/21 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:37:45.605Z] ---> 2eed155327e8 [2021-02-19T00:37:45.605Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-19T00:37:45.605Z] ---> Running in c5a9a8830a55 [2021-02-19T00:37:45.605Z] ---> Running in 8c1d2534bac4 [2021-02-19T00:37:45.605Z] ---> Running in 7ee68c2266bf [2021-02-19T00:37:45.868Z] ---> Running in a77891261199 [2021-02-19T00:37:46.129Z] Removing intermediate container c5a9a8830a55 [2021-02-19T00:37:46.129Z] ---> a5ffc9179736 [2021-02-19T00:37:46.129Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:37:46.129Z] Removing intermediate container 8c1d2534bac4 [2021-02-19T00:37:46.129Z] ---> 97a3eb3e54fb [2021-02-19T00:37:46.129Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:37:46.129Z] Removing intermediate container 7ee68c2266bf [2021-02-19T00:37:46.129Z] ---> f9e3f9d56b8b [2021-02-19T00:37:46.129Z] Step 21/21 : LABEL version=0.0.0 [2021-02-19T00:37:46.393Z] ---> Running in 5d83f072a17e [2021-02-19T00:37:46.393Z] ---> Running in 8dd4ff40fd90 [2021-02-19T00:37:46.393Z] ---> Running in 9cd66bb57268 [2021-02-19T00:37:46.656Z] Removing intermediate container 5d83f072a17e [2021-02-19T00:37:46.656Z] ---> f19b5ce5db37 [2021-02-19T00:37:46.657Z] Step 21/23 : LABEL arch=x86_64 [2021-02-19T00:37:46.657Z] Removing intermediate container 8dd4ff40fd90 [2021-02-19T00:37:46.657Z] ---> 0a4da6e54d46 [2021-02-19T00:37:46.657Z] Step 20/22 : LABEL arch=x86_64 [2021-02-19T00:37:46.657Z] Removing intermediate container 9cd66bb57268 [2021-02-19T00:37:46.657Z] ---> 7f6cbed87948 [2021-02-19T00:37:46.657Z] [2021-02-19T00:37:46.922Z] Successfully built 7f6cbed87948 [2021-02-19T00:37:46.922Z] ---> Running in 5438ef0d8385 [2021-02-19T00:37:46.922Z] ---> Running in f6f325ce464a [2021-02-19T00:37:46.922Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-19T00:37:46.922Z] Building docker-sys-mgmt-agent-go [2021-02-19T00:37:47.184Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5438ef0d8385 [2021-02-19T00:37:47.184Z] ---> 790f7297885e [2021-02-19T00:37:47.184Z] Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:37:47.184Z] Removing intermediate container ab504ac8b7a5 [2021-02-19T00:37:47.184Z] ---> f6b6e8ffc2a2 [2021-02-19T00:37:47.184Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:37:47.447Z] Removing intermediate container a77891261199 [2021-02-19T00:37:47.447Z] ---> 4241640ea48f [2021-02-19T00:37:47.447Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-19T00:37:47.448Z] Removing intermediate container f6f325ce464a [2021-02-19T00:37:47.448Z] ---> 3128a647df77 [2021-02-19T00:37:47.448Z] Step 21/22 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:37:47.448Z] ---> Running in 697a3cc9773d [2021-02-19T00:37:47.448Z] ---> Running in b3e61df37d3e [2021-02-19T00:37:47.725Z] ---> Running in be79e0db17a4 [2021-02-19T00:37:47.725Z] ---> 1aee7e82dfe3 [2021-02-19T00:37:47.725Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-19T00:37:47.999Z] Removing intermediate container b3e61df37d3e [2021-02-19T00:37:47.999Z] ---> 32b9e2c4bdd9 [2021-02-19T00:37:47.999Z] Step 22/24 : LABEL arch=x86_64 [2021-02-19T00:37:47.999Z] Removing intermediate container 697a3cc9773d [2021-02-19T00:37:47.999Z] ---> 77feb96c5b5c [2021-02-19T00:37:47.999Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:37:48.269Z] Removing intermediate container be79e0db17a4 [2021-02-19T00:37:48.269Z] ---> c6723bf8639e [2021-02-19T00:37:48.269Z] Step 22/22 : LABEL version=0.0.0 [2021-02-19T00:37:49.216Z] ---> Running in 581e07a7ce25 [2021-02-19T00:37:49.216Z] ---> Running in 5a42cad066ef [2021-02-19T00:37:49.796Z] ---> Running in 82a9a0ed5f2c [2021-02-19T00:37:51.185Z] ---> 25652c0125d6 [2021-02-19T00:37:51.185Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-19T00:37:51.447Z] Removing intermediate container 5a42cad066ef [2021-02-19T00:37:51.447Z] ---> 0cd9d52b4768 [2021-02-19T00:37:51.447Z] Step 23/24 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:37:51.711Z] Removing intermediate container 581e07a7ce25 [2021-02-19T00:37:51.711Z] ---> 6088373e07f4 [2021-02-19T00:37:51.711Z] [2021-02-19T00:37:51.711Z] Removing intermediate container 82a9a0ed5f2c [2021-02-19T00:37:51.711Z] ---> c15fbe5ccebc [2021-02-19T00:37:51.711Z] [2021-02-19T00:37:51.711Z] ---> 8884d2cde7ec [2021-02-19T00:37:51.711Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-19T00:37:51.711Z] ---> Running in cc8f3dc82590 [2021-02-19T00:37:52.286Z] Successfully built c15fbe5ccebc [2021-02-19T00:37:52.286Z] Successfully built 6088373e07f4 [2021-02-19T00:37:52.286Z] Successfully tagged docker-support-notifications-go:latest [2021-02-19T00:37:52.286Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-02-19T00:37:52.286Z] Successfully tagged docker-core-metadata-go:latest [2021-02-19T00:37:52.286Z] Building docker-core-data-go [2021-02-19T00:37:52.548Z]  Building docker-core-metadata-go ... done  ---> a954937ae0ee [2021-02-19T00:37:52.548Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-19T00:37:52.548Z] Removing intermediate container cc8f3dc82590 [2021-02-19T00:37:52.548Z] ---> c171027eb3ff [2021-02-19T00:37:52.548Z] Step 24/24 : LABEL version=0.0.0 [2021-02-19T00:37:52.548Z] ---> Running in e2d9e0cfacc5 [2021-02-19T00:37:53.492Z] ---> Running in b3c535213efd [2021-02-19T00:37:56.824Z] Removing intermediate container e2d9e0cfacc5 [2021-02-19T00:37:56.824Z] ---> 89dd05abbac3 [2021-02-19T00:37:56.824Z] [2021-02-19T00:37:56.824Z] Successfully built 89dd05abbac3 [2021-02-19T00:37:56.824Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-19T00:37:56.824Z] Building docker-support-scheduler-go [2021-02-19T00:37:56.824Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b3c535213efd [2021-02-19T00:37:56.824Z] ---> 998b3cd89c1c [2021-02-19T00:37:56.824Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-19T00:37:58.318Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-19T00:38:01.057Z] ---> 2595972a0b09 [2021-02-19T00:38:01.057Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-19T00:38:02.474Z] ---> Running in 2bd7776c2929 [2021-02-19T00:38:02.698Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-19T00:38:04.493Z] Removing intermediate container 2bd7776c2929 [2021-02-19T00:38:04.493Z] ---> 0a5e1be67aa4 [2021-02-19T00:38:04.493Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-19T00:38:05.892Z] ---> Running in b5758955da94 [2021-02-19T00:38:09.259Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:38:09.259Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:38:10.212Z] ---> be7eb81853df [2021-02-19T00:38:10.212Z] Step 3/26 : WORKDIR /edgex-go [2021-02-19T00:38:11.617Z] ---> Using cache [2021-02-19T00:38:11.617Z] ---> 140893025488 [2021-02-19T00:38:11.617Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:38:11.617Z] ---> Using cache [2021-02-19T00:38:11.617Z] ---> 2bcbbfa90325 [2021-02-19T00:38:11.617Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-19T00:38:12.905Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-19T00:38:12.905Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-19T00:38:14.784Z] Removing intermediate container b5758955da94 [2021-02-19T00:38:14.784Z] ---> ee9a64d05bd8 [2021-02-19T00:38:14.784Z] Step 27/30 : CMD ["gate"] [2021-02-19T00:38:15.054Z] ---> Running in 8dad5e69bce9 [2021-02-19T00:38:15.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-19T00:38:15.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-19T00:38:15.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-19T00:38:15.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-19T00:38:15.648Z] ---> Running in 074b2411614d [2021-02-19T00:38:17.003Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-19T00:38:17.591Z] Removing intermediate container 074b2411614d [2021-02-19T00:38:17.591Z] ---> 637614ba049a [2021-02-19T00:38:17.591Z] Step 28/30 : LABEL arch=x86_64 [2021-02-19T00:38:17.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:18.186Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:38:18.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:38:18.186Z] ---> be7eb81853df [2021-02-19T00:38:18.186Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:38:18.186Z] ---> Using cache [2021-02-19T00:38:18.186Z] ---> 140893025488 [2021-02-19T00:38:18.186Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:38:18.186Z] ---> Using cache [2021-02-19T00:38:18.186Z] ---> 2bcbbfa90325 [2021-02-19T00:38:18.186Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-19T00:38:18.186Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:38:18.186Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:38:18.186Z] ---> be7eb81853df [2021-02-19T00:38:18.186Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:38:18.186Z] ---> Using cache [2021-02-19T00:38:18.186Z] ---> 140893025488 [2021-02-19T00:38:18.186Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:38:18.186Z] ---> Using cache [2021-02-19T00:38:18.186Z] ---> 2bcbbfa90325 [2021-02-19T00:38:18.186Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-19T00:38:18.186Z] ---> Using cache [2021-02-19T00:38:18.186Z] ---> 80c4cc2e6e6d [2021-02-19T00:38:18.186Z] Step 6/23 : COPY go.mod . [2021-02-19T00:38:18.186Z] ---> Using cache [2021-02-19T00:38:18.186Z] ---> 3aacd57c7616 [2021-02-19T00:38:18.186Z] Step 7/23 : RUN go mod download [2021-02-19T00:38:18.186Z] ---> Using cache [2021-02-19T00:38:18.186Z] ---> 4337fa250a14 [2021-02-19T00:38:18.186Z] Step 8/23 : COPY . . [2021-02-19T00:38:18.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:18.448Z] ---> Using cache [2021-02-19T00:38:18.448Z] ---> dd8c9da499bb [2021-02-19T00:38:18.448Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-19T00:38:18.451Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-19T00:38:19.153Z] OK: 233 MiB in 51 packages [2021-02-19T00:38:19.751Z] ---> Running in 21eb514735ea [2021-02-19T00:38:19.751Z] ---> Running in 77f8c263123e [2021-02-19T00:38:19.751Z] ---> Running in 308008dcd53e [2021-02-19T00:38:20.337Z] Removing intermediate container 77f8c263123e [2021-02-19T00:38:20.337Z] ---> 944fb4f6f844 [2021-02-19T00:38:20.337Z] Step 29/30 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:38:20.603Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:38:20.603Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:38:20.603Z] ---> be7eb81853df [2021-02-19T00:38:20.603Z] Step 3/22 : WORKDIR /edgex-go [2021-02-19T00:38:20.603Z] ---> Using cache [2021-02-19T00:38:20.603Z] ---> 140893025488 [2021-02-19T00:38:20.603Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:38:20.603Z] ---> Using cache [2021-02-19T00:38:20.603Z] ---> 2bcbbfa90325 [2021-02-19T00:38:20.603Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-19T00:38:20.603Z] ---> Using cache [2021-02-19T00:38:20.603Z] ---> 80c4cc2e6e6d [2021-02-19T00:38:20.603Z] Step 6/22 : COPY go.mod . [2021-02-19T00:38:20.603Z] ---> Using cache [2021-02-19T00:38:20.603Z] ---> 3aacd57c7616 [2021-02-19T00:38:20.603Z] Step 7/22 : RUN go mod download [2021-02-19T00:38:20.603Z] ---> Using cache [2021-02-19T00:38:20.603Z] ---> 4337fa250a14 [2021-02-19T00:38:20.603Z] Step 8/22 : COPY . . [2021-02-19T00:38:20.603Z] ---> Using cache [2021-02-19T00:38:20.603Z] ---> dd8c9da499bb [2021-02-19T00:38:20.603Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-19T00:38:21.554Z] ---> Running in 6d05f1a93f15 [2021-02-19T00:38:21.554Z] Removing intermediate container 8dad5e69bce9 [2021-02-19T00:38:21.554Z] ---> 09d6dccab9cd [2021-02-19T00:38:21.554Z] Step 6/26 : COPY go.mod . [2021-02-19T00:38:21.554Z] ---> Running in 70ff87907297 [2021-02-19T00:38:21.820Z] Removing intermediate container 6d05f1a93f15 [2021-02-19T00:38:21.820Z] ---> 9aa8c0a15788 [2021-02-19T00:38:21.820Z] Step 30/30 : LABEL version=0.0.0 [2021-02-19T00:38:21.820Z] ---> d6b6ab72e20a [2021-02-19T00:38:21.820Z] Step 7/26 : RUN go mod download [2021-02-19T00:38:21.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:21.820Z] 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-02-19T00:38:22.085Z] ---> Running in add70c7a252b [2021-02-19T00:38:22.085Z] ---> Running in fc2410bb27e9 [2021-02-19T00:38:22.085Z] 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-02-19T00:38:22.353Z] Removing intermediate container fc2410bb27e9 [2021-02-19T00:38:22.353Z] ---> 13e278f1dce3 [2021-02-19T00:38:22.353Z] [2021-02-19T00:38:22.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:22.620Z] Successfully built 13e278f1dce3 [2021-02-19T00:38:22.620Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-19T00:38:23.215Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-02-19T00:38:25.821Z] Removing intermediate container add70c7a252b [2021-02-19T00:38:25.821Z] ---> 860e10a5c810 [2021-02-19T00:38:25.821Z] Step 8/26 : COPY . . [2021-02-19T00:38:25.821Z] Removing intermediate container 21eb514735ea [2021-02-19T00:38:25.821Z] ---> 0782a640439f [2021-02-19T00:38:25.821Z] Step 6/23 : COPY go.mod . [2021-02-19T00:38:26.421Z] ---> e8da10d68a60 [2021-02-19T00:38:26.421Z] Step 7/23 : RUN go mod download [2021-02-19T00:38:26.757Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-19T00:38:26.757Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-19T00:38:26.757Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-19T00:38:27.870Z] ---> Running in bea35ba72dde [2021-02-19T00:38:32.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.364s coverage: 45.9% of statements [2021-02-19T00:38:32.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-19T00:38:32.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-19T00:38:32.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-19T00:38:32.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-19T00:38:32.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-19T00:38:32.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-19T00:38:32.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-19T00:38:32.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.324s coverage: 100.0% of statements [2021-02-19T00:38:34.593Z] Removing intermediate container bea35ba72dde [2021-02-19T00:38:34.593Z] ---> acee28be19ea [2021-02-19T00:38:34.593Z] Step 8/23 : COPY . . [2021-02-19T00:38:38.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.490s coverage: 27.1% of statements [2021-02-19T00:38:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-19T00:38:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-19T00:38:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-19T00:38:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-19T00:38:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-19T00:38:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-19T00:38:38.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-02-19T00:38:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-19T00:38:38.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-02-19T00:38:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-19T00:38:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-19T00:38:39.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.255s coverage: 65.8% of statements [2021-02-19T00:38:39.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-19T00:38:39.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-19T00:38:42.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.756s coverage: 82.3% of statements [2021-02-19T00:38:42.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-19T00:38:42.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:38:42.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-19T00:38:42.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-19T00:38:47.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.228s coverage: 28.6% of statements [2021-02-19T00:38:47.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-19T00:38:47.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-19T00:38:47.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-19T00:38:47.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-19T00:38:47.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-19T00:38:47.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements [2021-02-19T00:38:47.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-19T00:38:47.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.108s coverage: 100.0% of statements [2021-02-19T00:38:47.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-19T00:38:50.223Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.295s coverage: 86.7% of statements [2021-02-19T00:38:50.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-19T00:38:50.502Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements [2021-02-19T00:38:50.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-19T00:38:50.502Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.120s coverage: 78.3% of statements [2021-02-19T00:38:50.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-19T00:38:50.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-19T00:38:50.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-19T00:38:50.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-19T00:38:56.749Z] ---> b3034d38ea1f [2021-02-19T00:38:56.749Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-19T00:38:56.749Z] ---> Running in 0741bdb9771c [2021-02-19T00:38:57.698Z] 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-02-19T00:39:00.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.338s coverage: 92.8% of statements [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-19T00:39:00.675Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-19T00:39:00.675Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.1% of statements [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-19T00:39:00.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-19T00:39:00.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements [2021-02-19T00:39:00.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-02-19T00:39:00.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-02-19T00:39:00.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2021-02-19T00:39:00.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements [2021-02-19T00:39:01.031Z] ---> 41bae4888f42 [2021-02-19T00:39:01.031Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-19T00:39:02.015Z] ---> Running in 6c6b9a600c41 [2021-02-19T00:39:02.015Z] Removing intermediate container 308008dcd53e [2021-02-19T00:39:02.015Z] ---> 27d30fa62545 [2021-02-19T00:39:02.015Z] [2021-02-19T00:39:02.015Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:39:02.015Z] ---> 389fef711851 [2021-02-19T00:39:02.015Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:39:02.015Z] Removing intermediate container 70ff87907297 [2021-02-19T00:39:02.015Z] ---> f05c546190de [2021-02-19T00:39:02.015Z] [2021-02-19T00:39:02.015Z] Step 10/22 : FROM alpine:3.12 [2021-02-19T00:39:02.015Z] ---> 389fef711851 [2021-02-19T00:39:02.015Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:39:02.293Z] ---> Using cache [2021-02-19T00:39:02.293Z] ---> 8503e71bcb97 [2021-02-19T00:39:02.293Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:39:02.293Z] ---> Using cache [2021-02-19T00:39:02.293Z] ---> 8503e71bcb97 [2021-02-19T00:39:02.293Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:39:02.293Z] ---> Using cache [2021-02-19T00:39:02.293Z] ---> e82eea538ae7 [2021-02-19T00:39:02.293Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-19T00:39:02.293Z] ---> Using cache [2021-02-19T00:39:02.293Z] ---> e82eea538ae7 [2021-02-19T00:39:02.293Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-19T00:39:02.571Z] ---> Running in eb38d5804209 [2021-02-19T00:39:02.571Z] ---> Running in 3fd8f5dcf7e2 [2021-02-19T00:39:03.192Z] Removing intermediate container eb38d5804209 [2021-02-19T00:39:03.192Z] ---> b34ddb0ebe7f [2021-02-19T00:39:03.192Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-19T00:39:03.192Z] Removing intermediate container 3fd8f5dcf7e2 [2021-02-19T00:39:03.192Z] ---> ef6eb8e21ea8 [2021-02-19T00:39:03.192Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-19T00:39:03.192Z] 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-02-19T00:39:03.192Z] ---> Running in d73c5e896850 [2021-02-19T00:39:03.192Z] ---> Running in c940119e6059 [2021-02-19T00:39:03.469Z] Removing intermediate container d73c5e896850 [2021-02-19T00:39:03.469Z] ---> 7950b02ba91d [2021-02-19T00:39:03.469Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:39:03.469Z] Removing intermediate container c940119e6059 [2021-02-19T00:39:03.469Z] ---> 81e0eea04625 [2021-02-19T00:39:03.469Z] Step 15/23 : WORKDIR / [2021-02-19T00:39:03.740Z] ---> Running in dbab4b9ae245 [2021-02-19T00:39:04.018Z] ---> ec8c3dd39477 [2021-02-19T00:39:04.018Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-19T00:39:04.018Z] Removing intermediate container dbab4b9ae245 [2021-02-19T00:39:04.018Z] ---> 0401fbc740f2 [2021-02-19T00:39:04.018Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:39:04.614Z] ---> f9c6271b2959 [2021-02-19T00:39:04.614Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-19T00:39:04.887Z] ---> c421ff6363ba [2021-02-19T00:39:04.887Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-19T00:39:05.162Z] ---> f10a7ec522de [2021-02-19T00:39:05.162Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-19T00:39:05.438Z] ---> 4921571dd11a [2021-02-19T00:39:05.438Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-19T00:39:05.438Z] ---> Running in b02aab23dcb9 [2021-02-19T00:39:05.711Z] ---> 9596a1a2f3aa [2021-02-19T00:39:05.711Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-19T00:39:05.981Z] ---> Running in 0dfd761a1731 [2021-02-19T00:39:05.981Z] Removing intermediate container b02aab23dcb9 [2021-02-19T00:39:05.981Z] ---> 94511c95a192 [2021-02-19T00:39:05.981Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:39:05.981Z] ---> Running in d740920be94a [2021-02-19T00:39:06.252Z] Removing intermediate container 0dfd761a1731 [2021-02-19T00:39:06.252Z] ---> 2688cea60dd7 [2021-02-19T00:39:06.252Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:39:06.252Z] ---> Running in 9558e9f94afc [2021-02-19T00:39:06.252Z] Removing intermediate container d740920be94a [2021-02-19T00:39:06.252Z] ---> 3e4357123464 [2021-02-19T00:39:06.252Z] Step 20/22 : LABEL arch=x86_64 [2021-02-19T00:39:06.528Z] ---> Running in 0e7a011876b9 [2021-02-19T00:39:06.792Z] Removing intermediate container 9558e9f94afc [2021-02-19T00:39:06.792Z] ---> 8021c09f2aef [2021-02-19T00:39:06.792Z] Step 21/23 : LABEL arch=x86_64 [2021-02-19T00:39:07.747Z] ---> Running in 77c495139a9c [2021-02-19T00:39:08.018Z] Removing intermediate container 0e7a011876b9 [2021-02-19T00:39:08.018Z] ---> 18c8bd4bc71f [2021-02-19T00:39:08.018Z] Step 21/22 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:39:08.018Z] ---> Running in f23b2c1f9970 [2021-02-19T00:39:08.296Z] Removing intermediate container 77c495139a9c [2021-02-19T00:39:08.296Z] ---> 4df00c45ae50 [2021-02-19T00:39:08.296Z] Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:39:08.296Z] ---> Running in dc43fa4857f0 [2021-02-19T00:39:08.296Z] Removing intermediate container f23b2c1f9970 [2021-02-19T00:39:08.296Z] ---> fa00da2b573e [2021-02-19T00:39:08.296Z] Step 22/22 : LABEL version=0.0.0 [2021-02-19T00:39:08.567Z] ---> Running in ae58a45920d2 [2021-02-19T00:39:08.567Z] Removing intermediate container dc43fa4857f0 [2021-02-19T00:39:08.567Z] ---> a24db40d477c [2021-02-19T00:39:08.567Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:39:08.829Z] ---> Running in 4cef81d1bf78 [2021-02-19T00:39:08.829Z] Removing intermediate container ae58a45920d2 [2021-02-19T00:39:08.829Z] ---> 13bb0ebc42f7 [2021-02-19T00:39:08.829Z] [2021-02-19T00:39:09.097Z] Removing intermediate container 4cef81d1bf78 [2021-02-19T00:39:09.097Z] ---> 5c0d69621aaa [2021-02-19T00:39:09.097Z] [2021-02-19T00:39:09.097Z] Successfully built 13bb0ebc42f7 [2021-02-19T00:39:09.097Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-19T00:39:09.368Z]  Building docker-support-scheduler-go ... done Successfully built 5c0d69621aaa [2021-02-19T00:39:09.368Z] Successfully tagged docker-core-command-go:latest [2021-02-19T00:39:13.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.094s coverage: 94.4% of statements [2021-02-19T00:39:13.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-02-19T00:39:19.889Z]  Building docker-core-command-go ... done Removing intermediate container 0741bdb9771c [2021-02-19T00:39:19.889Z] ---> 0e2680d01210 [2021-02-19T00:39:19.889Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-19T00:39:19.889Z] ---> Running in 3fee1d9e22af [2021-02-19T00:39:20.162Z] 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-02-19T00:39:22.724Z] Removing intermediate container 3fee1d9e22af [2021-02-19T00:39:22.724Z] ---> ef6cdea6bfcb [2021-02-19T00:39:22.724Z] [2021-02-19T00:39:22.724Z] Step 11/26 : FROM docker:20.10.0 [2021-02-19T00:39:22.724Z] 20.10.0: Pulling from library/docker [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.134s coverage: 92.9% of statements [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.165s coverage: 84.2% of statements [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.517s coverage: 63.5% of statements [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-02-19T00:39:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.788s coverage: 68.9% of statements [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-19T00:39:28.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-19T00:39:29.341Z] Removing intermediate container 6c6b9a600c41 [2021-02-19T00:39:29.341Z] ---> a31cdee649c0 [2021-02-19T00:39:29.341Z] [2021-02-19T00:39:29.341Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:39:29.341Z] ---> 389fef711851 [2021-02-19T00:39:29.341Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-19T00:39:29.341Z] ---> Running in 6da83e693d05 [2021-02-19T00:39:29.341Z] Removing intermediate container 6da83e693d05 [2021-02-19T00:39:29.341Z] ---> 47c3c1b90299 [2021-02-19T00:39:29.341Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-19T00:39:29.341Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-19T00:39:29.341Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-19T00:39:29.341Z] ---> aefe523efa57 [2021-02-19T00:39:29.341Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-19T00:39:29.341Z] ---> Running in f06e067ec809 [2021-02-19T00:39:29.341Z] ---> Running in 5e406d050610 [2021-02-19T00:39:29.341Z] Removing intermediate container f06e067ec809 [2021-02-19T00:39:29.341Z] ---> f3654f8ca56f [2021-02-19T00:39:29.341Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-19T00:39:29.341Z] ---> Running in 4e79a39d2bca [2021-02-19T00:39:29.341Z] Removing intermediate container 4e79a39d2bca [2021-02-19T00:39:29.341Z] ---> c3be82d47749 [2021-02-19T00:39:29.341Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:39:29.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:29.341Z] ---> Running in 1d4667038ba9 [2021-02-19T00:39:29.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:29.603Z] (1/2) Installing readline (8.0.4-r0) [2021-02-19T00:39:29.603Z] (2/2) Installing bash (5.0.17-r0) [2021-02-19T00:39:29.603Z] Executing bash-5.0.17-r0.post-install [2021-02-19T00:39:29.603Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:39:29.603Z] OK: 12 MiB in 22 packages [2021-02-19T00:39:30.176Z] Removing intermediate container 5e406d050610 [2021-02-19T00:39:30.176Z] ---> a899cca4ac58 [2021-02-19T00:39:30.176Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-19T00:39:30.176Z] Removing intermediate container 1d4667038ba9 [2021-02-19T00:39:30.176Z] ---> 05487070b761 [2021-02-19T00:39:30.176Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-19T00:39:30.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.449s coverage: 37.5% of statements [2021-02-19T00:39:30.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-19T00:39:30.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-19T00:39:30.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.700s coverage: 84.3% of statements [2021-02-19T00:39:30.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.122s coverage: 92.9% of statements [2021-02-19T00:39:30.438Z] ---> Running in af638253f34f [2021-02-19T00:39:30.438Z] ---> Running in f4cdb91c9ad8 [2021-02-19T00:39:30.702Z] Removing intermediate container af638253f34f [2021-02-19T00:39:30.702Z] ---> 008b09cf02b3 [2021-02-19T00:39:30.702Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-19T00:39:30.702Z] ---> Running in aa44f6a56c85 [2021-02-19T00:39:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/secretsengine 0.131s coverage: 89.5% of statements [2021-02-19T00:39:30.964Z] Removing intermediate container aa44f6a56c85 [2021-02-19T00:39:30.964Z] ---> da54cfd69d82 [2021-02-19T00:39:30.964Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-19T00:39:30.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:30.964Z] ---> Running in 5c0d2be5252e [2021-02-19T00:39:31.227Z] Removing intermediate container 5c0d2be5252e [2021-02-19T00:39:31.227Z] ---> 96e780cfdc8a [2021-02-19T00:39:31.227Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-19T00:39:31.490Z] ---> 64804c4f4a31 [2021-02-19T00:39:31.490Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-19T00:39:31.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:31.752Z] ---> 6f94239bf38b [2021-02-19T00:39:31.752Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-19T00:39:32.018Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-19T00:39:32.286Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-19T00:39:32.286Z] ---> b78b27912b80 [2021-02-19T00:39:32.286Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-19T00:39:32.286Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-19T00:39:32.286Z] ---> Running in 55483aeef73a [2021-02-19T00:39:32.286Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-19T00:39:32.559Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-19T00:39:32.822Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-19T00:39:32.822Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:39:32.822Z] OK: 8 MiB in 20 packages [2021-02-19T00:39:32.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:32.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:33.088Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-19T00:39:33.088Z] (2/33) Installing expat (2.2.9-r1) [2021-02-19T00:39:33.088Z] (3/33) Installing libffi (3.3-r2) [2021-02-19T00:39:33.088Z] (4/33) Installing gdbm (1.13-r1) [2021-02-19T00:39:33.088Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-19T00:39:33.088Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-19T00:39:33.088Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-19T00:39:35.006Z] Removing intermediate container f4cdb91c9ad8 [2021-02-19T00:39:35.006Z] ---> 4a3a3b885e8c [2021-02-19T00:39:35.006Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:39:35.006Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-19T00:39:35.006Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-19T00:39:35.006Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-19T00:39:35.006Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-19T00:39:35.006Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-19T00:39:35.006Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-19T00:39:35.006Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-19T00:39:35.268Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-19T00:39:35.268Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-19T00:39:35.268Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-19T00:39:35.268Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-19T00:39:35.268Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-19T00:39:36.213Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-19T00:39:38.129Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-19T00:39:38.129Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-19T00:39:38.391Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-19T00:39:38.391Z] ---> f287fb8f7eed [2021-02-19T00:39:38.391Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-19T00:39:38.391Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-19T00:39:38.391Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-19T00:39:38.391Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-19T00:39:38.391Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-19T00:39:38.391Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-19T00:39:38.391Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-19T00:39:38.391Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-19T00:39:38.653Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-19T00:39:38.653Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-19T00:39:38.653Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-19T00:39:38.653Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:39:38.653Z] OK: 71 MiB in 55 packages [2021-02-19T00:39:39.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.491s coverage: 47.0% of statements [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-19T00:39:39.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.170s coverage: 100.0% of statements [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-19T00:39:39.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-19T00:39:39.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.335s coverage: 89.4% of statements [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:39:39.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-19T00:39:40.043Z] ---> 0d520c050ab9 [2021-02-19T00:39:40.043Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-19T00:39:44.254Z] ---> 2b83d2cb7f0f [2021-02-19T00:39:44.254Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-19T00:39:44.254Z] ---> Running in 3cb4c73bacfb [2021-02-19T00:39:44.254Z] Removing intermediate container 55483aeef73a [2021-02-19T00:39:44.254Z] ---> 632a75531e7f [2021-02-19T00:39:44.254Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-19T00:39:44.254Z] Removing intermediate container 3cb4c73bacfb [2021-02-19T00:39:44.254Z] ---> 987b226d47b9 [2021-02-19T00:39:44.254Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:39:44.517Z] ---> Running in 741a3e4a9df1 [2021-02-19T00:39:44.517Z] ---> Running in 55878b40a078 [2021-02-19T00:39:44.779Z] Removing intermediate container 55878b40a078 [2021-02-19T00:39:44.779Z] ---> 591bada1f42a [2021-02-19T00:39:44.779Z] Step 21/23 : LABEL arch=x86_64 [2021-02-19T00:39:44.779Z] ---> Running in 797bb7f5cbfa [2021-02-19T00:39:45.044Z] Removing intermediate container 797bb7f5cbfa [2021-02-19T00:39:45.044Z] ---> 5a8e354ffc4e [2021-02-19T00:39:45.044Z] Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:39:45.044Z] ---> Running in f14fd740a43d [2021-02-19T00:39:45.044Z] Removing intermediate container f14fd740a43d [2021-02-19T00:39:45.044Z] ---> 0a54d58f4a09 [2021-02-19T00:39:45.044Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:39:45.305Z] ---> Running in 13d54fe8300f [2021-02-19T00:39:45.305Z] Removing intermediate container 13d54fe8300f [2021-02-19T00:39:45.305Z] ---> 9b3f56210d22 [2021-02-19T00:39:45.305Z] [2021-02-19T00:39:45.567Z] Successfully built 9b3f56210d22 [2021-02-19T00:39:45.567Z] Successfully tagged docker-core-data-go:latest [2021-02-19T00:39:45.828Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-19T00:39:45.828Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-19T00:39:46.090Z] Collecting cached-property<2,>=1.2.0 [2021-02-19T00:39:46.090Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-19T00:39:46.090Z] 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-02-19T00:39:46.090Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-19T00:39:46.090Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-19T00:39:46.351Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-19T00:39:46.351Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-19T00:39:46.613Z] Collecting docker<4.0,>=3.6.0 [2021-02-19T00:39:46.613Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-19T00:39:46.873Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-19T00:39:46.874Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-19T00:39:47.446Z] Collecting jsonschema<3,>=2.5.1 [2021-02-19T00:39:47.446Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-19T00:39:47.446Z] Collecting texttable<0.10,>=0.9.0 [2021-02-19T00:39:47.446Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-19T00:39:47.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.385s coverage: 29.1% of statements [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-19T00:39:47.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-19T00:39:47.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-19T00:39:47.486Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.137s coverage: 100.0% of statements [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-19T00:39:47.486Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-19T00:39:47.486Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-19T00:39:47.486Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-19T00:39:47.486Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-19T00:39:47.486Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-02-19T00:39:47.486Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-19T00:39:47.486Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-02-19T00:39:48.018Z] Collecting docopt<0.7,>=0.6.1 [2021-02-19T00:39:48.018Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-19T00:39:48.082Z] GO111MODULE=on go vet ./... [2021-02-19T00:39:48.591Z] Collecting PyYAML<4,>=3.10 [2021-02-19T00:39:48.591Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-19T00:39:49.163Z] 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-02-19T00:39:49.426Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-19T00:39:49.426Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-19T00:39:49.426Z] Collecting idna<2.8,>=2.5 [2021-02-19T00:39:49.426Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-19T00:39:49.426Z] 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-02-19T00:39:49.426Z] Collecting docker-pycreds>=0.4.0 [2021-02-19T00:39:49.426Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-19T00:39:49.688Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-19T00:39:49.688Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-19T00:39:49.688Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-19T00:39:49.688Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-19T00:39:49.688Z] Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, texttable, docopt, PyYAML, docker-compose [2021-02-19T00:39:49.951Z] Attempting uninstall: urllib3 [2021-02-19T00:39:49.951Z] Found existing installation: urllib3 1.25.9 [2021-02-19T00:39:49.951Z] Uninstalling urllib3-1.25.9: [2021-02-19T00:39:49.951Z] Successfully uninstalled urllib3-1.25.9 [2021-02-19T00:39:50.212Z] Attempting uninstall: idna [2021-02-19T00:39:50.212Z] Found existing installation: idna 2.9 [2021-02-19T00:39:50.212Z] Uninstalling idna-2.9: [2021-02-19T00:39:50.212Z] Successfully uninstalled idna-2.9 [2021-02-19T00:39:50.212Z] Attempting uninstall: requests [2021-02-19T00:39:50.212Z] Found existing installation: requests 2.23.0 [2021-02-19T00:39:50.212Z] Uninstalling requests-2.23.0: [2021-02-19T00:39:50.473Z] Successfully uninstalled requests-2.23.0 [2021-02-19T00:39:50.734Z] Running setup.py install for dockerpty: started [2021-02-19T00:39:51.044Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-19T00:39:51.327Z] Running setup.py install for texttable: started [2021-02-19T00:39:51.902Z] Running setup.py install for texttable: finished with status 'done' [2021-02-19T00:39:51.902Z] Running setup.py install for docopt: started [2021-02-19T00:39:52.474Z] Running setup.py install for docopt: finished with status 'done' [2021-02-19T00:39:52.474Z] Running setup.py install for PyYAML: started [2021-02-19T00:39:53.047Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-19T00:39:53.047Z] 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.57.0 [2021-02-19T00:39:56.362Z] Removing intermediate container 741a3e4a9df1 [2021-02-19T00:39:56.362Z] ---> eb06f763edaf [2021-02-19T00:39:56.362Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-19T00:39:56.362Z] ---> Running in 48b94c67a83e [2021-02-19T00:39:56.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:56.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:56.936Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:39:56.936Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-19T00:39:56.936Z] (3/3) Installing curl (7.69.1-r3) [2021-02-19T00:39:57.201Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:39:57.201Z] OK: 72 MiB in 58 packages [2021-02-19T00:39:57.463Z] Removing intermediate container 48b94c67a83e [2021-02-19T00:39:57.463Z] ---> 6c54146ff94d [2021-02-19T00:39:57.463Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-19T00:39:57.725Z] ---> Running in 82dc16bc094d [2021-02-19T00:39:57.725Z] Removing intermediate container 82dc16bc094d [2021-02-19T00:39:57.725Z] ---> 7e7e95bae986 [2021-02-19T00:39:57.725Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:39:57.725Z] ---> Running in fe02a00a7fc9 [2021-02-19T00:39:57.987Z] Removing intermediate container fe02a00a7fc9 [2021-02-19T00:39:57.987Z] ---> 338d1dc83b06 [2021-02-19T00:39:57.987Z] Step 24/26 : LABEL arch=x86_64 [2021-02-19T00:39:57.987Z] ---> Running in 50b37eb0eb87 [2021-02-19T00:39:58.249Z] Removing intermediate container 50b37eb0eb87 [2021-02-19T00:39:58.249Z] ---> ecc87c48249e [2021-02-19T00:39:58.249Z] Step 25/26 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:39:58.249Z] ---> Running in ed71c7955d42 [2021-02-19T00:39:58.513Z] Removing intermediate container ed71c7955d42 [2021-02-19T00:39:58.513Z] ---> 042835ce3078 [2021-02-19T00:39:58.513Z] Step 26/26 : LABEL version=0.0.0 [2021-02-19T00:39:58.513Z] ---> Running in 4654e4e0c07a [2021-02-19T00:39:58.775Z] Removing intermediate container 4654e4e0c07a [2021-02-19T00:39:58.775Z] ---> 90a0d121aad4 [2021-02-19T00:39:58.775Z] [2021-02-19T00:39:59.035Z] Successfully built 90a0d121aad4 [2021-02-19T00:39:59.035Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-19T00:39:59.309Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-19T00:39:59.316Z] $ docker stop --time=1 eccbea031adabc7a8a51276675da8bab1240ef08103d7968d6b21859f480698f [2021-02-19T00:40:00.926Z] $ docker rm -f eccbea031adabc7a8a51276675da8bab1240ef08103d7968d6b21859f480698f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T00:40:01.426Z] + docker images [2021-02-19T00:40:01.426Z] + grep docker [2021-02-19T00:40:01.693Z] docker-sys-mgmt-agent-go latest 90a0d121aad4 3 seconds ago 313MB [2021-02-19T00:40:01.693Z] docker-core-data-go latest 9b3f56210d22 16 seconds ago 22.4MB [2021-02-19T00:40:01.693Z] docker-core-command-go latest 5c0d69621aaa 53 seconds ago 17.1MB [2021-02-19T00:40:01.693Z] docker-support-scheduler-go latest 13bb0ebc42f7 53 seconds ago 17.2MB [2021-02-19T00:40:01.693Z] docker-security-bootstrapper-go latest 13e278f1dce3 About a minute ago 18.2MB [2021-02-19T00:40:01.693Z] docker-security-secretstore-setup-go latest 89dd05abbac3 2 minutes ago 24.9MB [2021-02-19T00:40:01.693Z] docker-support-notifications-go latest c15fbe5ccebc 2 minutes ago 17.7MB [2021-02-19T00:40:01.693Z] docker-core-metadata-go latest 6088373e07f4 2 minutes ago 19MB [2021-02-19T00:40:01.693Z] docker-security-proxy-setup-go latest 7f6cbed87948 2 minutes ago 24.7MB [2021-02-19T00:40:01.693Z] docker 20.10.0 aefe523efa57 2 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-02-19T00:40:17.448Z] Still waiting to schedule task [2021-02-19T00:40:17.448Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-19T00:41:09.919Z] gofmt -l . [2021-02-19T00:41:11.356Z] [ "`gofmt -l .`" = "" ] [2021-02-19T00:41:14.752Z] ./bin/test-go-mod-tidy.sh [2021-02-19T00:41:14.966Z] Running on prd-ubuntu18.04-docker-8c-8g-26870 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws [2021-02-19T00:41:15.026Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [2021-02-19T00:41:15.028Z] ./bin/test-attribution-txt.sh [Pipeline] checkout [Pipeline] sh [2021-02-19T00:41:17.120Z] using credential edgex-jenkins-ssh [2021-02-19T00:41:17.149Z] + ls -al . [2021-02-19T00:41:17.149Z] total 740 [2021-02-19T00:41:17.149Z] drwxrwxr-x 9 1001 1001 4096 Feb 19 00:41 . [2021-02-19T00:41:17.149Z] drwxr-xr-x 4 root root 4096 Feb 19 00:36 .. [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 11 Feb 19 00:35 .dockerignore [2021-02-19T00:41:17.149Z] drwxrwxr-x 8 1001 1001 4096 Feb 19 00:35 .git [2021-02-19T00:41:17.149Z] drwxrwxr-x 3 1001 1001 4096 Feb 19 00:35 .github [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 818 Feb 19 00:35 .gitignore [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 166 Feb 19 00:35 .sonarcloud.properties [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 8475 Feb 19 00:35 Attribution.txt [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 3804 Feb 19 00:35 CONTRIBUTING.md [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 931 Feb 19 00:35 Dockerfile.build [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 863 Feb 19 00:35 Jenkinsfile [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 10775 Feb 19 00:35 LICENSE [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 5774 Feb 19 00:35 Makefile [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 6524 Feb 19 00:35 README.md [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 6755 Feb 19 00:35 SECURITY.md [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 5 Feb 19 00:31 VERSION [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 4131 Feb 19 00:35 ZMQWindows.md [2021-02-19T00:41:17.149Z] drwxrwxr-x 2 1001 1001 4096 Feb 19 00:35 bin [2021-02-19T00:41:17.149Z] drwxrwxr-x 14 1001 1001 4096 Feb 19 00:35 cmd [2021-02-19T00:41:17.149Z] -rw-r--r-- 1 root root 599033 Feb 19 00:39 coverage.out [2021-02-19T00:41:17.149Z] -rw-r--r-- 1 root root 1055 Feb 19 00:41 go.mod [2021-02-19T00:41:17.149Z] -rw-r--r-- 1 root root 21638 Feb 19 00:41 go.sum [2021-02-19T00:41:17.149Z] drwxrwxr-x 8 1001 1001 4096 Feb 19 00:35 internal [2021-02-19T00:41:17.149Z] drwxrwxr-x 4 1001 1001 4096 Feb 19 00:35 openapi [2021-02-19T00:41:17.149Z] drwxrwxr-x 4 1001 1001 4096 Feb 19 00:35 snap [2021-02-19T00:41:17.149Z] -rw-rw-r-- 1 1001 1001 168 Feb 19 00:35 version.go [Pipeline] sh [2021-02-19T00:41:17.174Z] Cloning the remote Git repository [2021-02-19T00:41:17.204Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:41:17.276Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-19T00:41:17.301Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:41:17.301Z] > git --version # timeout=10 [2021-02-19T00:41:17.308Z] > git --version # 'git version 2.17.1' [2021-02-19T00:41:17.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:41:17.332Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T00:41:17.820Z] + '[' -e coverage.out ] [2021-02-19T00:41:17.820Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-19T00:41:17.905Z] Warning: overwriting stash ‘coverage-report’ [2021-02-19T00:41:19.311Z] Stashed 1 file(s) [Pipeline] sh [2021-02-19T00:41:20.001Z] + make build [2021-02-19T00:41:20.001Z] 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-02-19T00:41:32.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-19T00:41:38.922Z] Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 [2021-02-19T00:41:38.323Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-19T00:41:38.331Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T00:41:38.341Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-19T00:41:38.352Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:41:38.352Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:41:38.357Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T00:41:38.949Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T00:41:38.968Z] > git checkout -f c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # timeout=10 [2021-02-19T00:41:39.116Z] Merge succeeded, producing 6746c01638b8c9a7691207a154578be6b29b9370 [2021-02-19T00:41:39.116Z] Checking out Revision 6746c01638b8c9a7691207a154578be6b29b9370 (PR-3179) [2021-02-19T00:41:39.059Z] > git remote # timeout=10 [2021-02-19T00:41:39.065Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T00:41:39.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:41:39.080Z] > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 [2021-02-19T00:41:39.126Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T00:41:39.136Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T00:41:39.149Z] > git checkout -f 6746c01638b8c9a7691207a154578be6b29b9370 # timeout=10 [2021-02-19T00:41:42.853Z] Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" [2021-02-19T00:41:42.873Z] > git rev-list --no-walk c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:41:43.890Z] + echo snap-build.sh [2021-02-19T00:41:43.890Z] snap-build.sh [2021-02-19T00:41:43.890Z] + SNAP_BASE_DIR=. [2021-02-19T00:41:43.890Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-19T00:41:43.890Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-19T00:41:43.890Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-19T00:41:43.890Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-19T00:41:43.890Z] + cd /w/workspace/edgex-go/2 [2021-02-19T00:41:43.890Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-19T00:41:43.890Z] Reading package lists... [2021-02-19T00:41:43.890Z] Building dependency tree... [2021-02-19T00:41:43.890Z] Reading state information... [2021-02-19T00:41:44.177Z] The following packages were automatically installed and are no longer required: [2021-02-19T00:41:44.177Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-19T00:41:44.177Z] uidmap xdelta3 [2021-02-19T00:41:44.177Z] Use 'sudo apt autoremove' to remove them. [2021-02-19T00:41:44.177Z] The following packages will be REMOVED: [2021-02-19T00:41:44.177Z] lxd* lxd-client* [2021-02-19T00:41:44.439Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-19T00:41:44.439Z] After this operation, 31.7 MB disk space will be freed. [2021-02-19T00:41:45.775Z] (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-02-19T00:41:45.775Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-19T00:41:46.350Z] Removing lxd dnsmasq configuration [2021-02-19T00:41:46.612Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-19T00:41:46.873Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-19T00:41:47.819Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-19T00:41:47.819Z] (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-02-19T00:41:47.819Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-19T00:41:49.212Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-19T00:41:49.212Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-19T00:41:51.131Z] + sudo snap remove --purge lxd [2021-02-19T00:41:51.131Z] snap "lxd" is not installed [2021-02-19T00:41:51.131Z] + sudo groupadd --force --system lxd [2021-02-19T00:41:51.131Z] ++ whoami [2021-02-19T00:41:51.131Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-19T00:41:51.131Z] + newgrp - lxd [2021-02-19T00:41:51.131Z] + sudo snap install lxd [2021-02-19T00:41:59.409Z] 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-02-19T00:42:01.140Z] 2021-02-19T00:41:58Z INFO Waiting for automatic snapd restart... [2021-02-19T00:42:04.827Z] 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-02-19T00:42:10.231Z] 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-02-19T00:42:11.212Z] 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-02-19T00:42:16.149Z] lxd 4.11 from Canonical* installed [2021-02-19T00:42:16.149Z] + sudo lxd init --auto [2021-02-19T00:42:17.979Z] 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-02-19T00:42:24.313Z] + sudo snap install --classic snapcraft [2021-02-19T00:42:24.687Z] 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-02-19T00:42:28.071Z] 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-02-19T00:42:28.534Z] snapcraft 4.5.1 from Canonical* installed [2021-02-19T00:42:28.534Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-19T00:42:28.534Z] + patch --verbose -p1 [2021-02-19T00:42:28.534Z] Hmm... Looks like a unified diff to me... [2021-02-19T00:42:28.534Z] The text leading up to this was: [2021-02-19T00:42:28.534Z] -------------------------- [2021-02-19T00:42:28.534Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-19T00:42:28.534Z] |From: Tony Espy [2021-02-19T00:42:28.534Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-19T00:42:28.534Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-19T00:42:28.534Z] | [2021-02-19T00:42:28.534Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-19T00:42:28.534Z] |optimize the snap CI check run for pull requests. When [2021-02-19T00:42:28.534Z] |applied, it essentially strips out everything (apps and [2021-02-19T00:42:28.534Z] |parts) from the snapcraft.yaml file except those required [2021-02-19T00:42:28.534Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-19T00:42:28.534Z] |catch changes to edgex-go that break the snap build. [2021-02-19T00:42:28.534Z] | [2021-02-19T00:42:28.534Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-19T00:42:28.534Z] |to update this patch file, otherwise it may fail to apply, [2021-02-19T00:42:28.534Z] |resulting in a failed snap build CI check in the associated [2021-02-19T00:42:28.534Z] |pull request. [2021-02-19T00:42:28.534Z] | [2021-02-19T00:42:28.534Z] |Note - in addition to applying this patch, the pipeline also [2021-02-19T00:42:28.534Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-19T00:42:28.534Z] |need to build the finally binary .snap file (and it won't [2021-02-19T00:42:28.534Z] |work with the patch applied). This further reduces the build [2021-02-19T00:42:28.534Z] |time. [2021-02-19T00:42:28.534Z] |--- [2021-02-19T00:42:28.534Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-19T00:42:28.534Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-19T00:42:28.534Z] | [2021-02-19T00:42:28.534Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-19T00:42:28.534Z] |index 1e537489..faf42425 100644 [2021-02-19T00:42:28.534Z] |--- a/snap/snapcraft.yaml [2021-02-19T00:42:28.534Z] |+++ b/snap/snapcraft.yaml [2021-02-19T00:42:28.534Z] -------------------------- [2021-02-19T00:42:28.534Z] patching file snap/snapcraft.yaml [2021-02-19T00:42:28.534Z] Using Plan A... [2021-02-19T00:42:28.534Z] Hunk #1 succeeded at 73. [2021-02-19T00:42:28.534Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-19T00:42:28.534Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-19T00:42:28.534Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-19T00:42:28.534Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-19T00:42:28.534Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-19T00:42:28.534Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-19T00:42:28.534Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-19T00:42:28.534Z] Hmm... Ignoring the trailing garbage. [2021-02-19T00:42:28.534Z] done [2021-02-19T00:42:28.534Z] + sudo snapcraft prime --use-lxd [2021-02-19T00:42:29.922Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-19T00:42:29.922Z] 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-02-19T00:42:29.922Z] - README.md [2021-02-19T00:42:29.922Z] - snapcraft.yaml.orig [2021-02-19T00:42:29.922Z] [2021-02-19T00:42:29.922Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-19T00:42:30.506Z] Launching a container. [2021-02-19T00:42:33.463Z] 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-02-19T00:42:37.784Z] 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-02-19T00:42:42.761Z] Waiting for container to be ready [2021-02-19T00:42:42.761Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-19T00:42:42.761Z] [2021-02-19T00:42:44.504Z] 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-02-19T00:42:46.104Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-19T00:42:46.676Z] Waiting for network to be ready... [2021-02-19T00:42:46.937Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-19T00:42:47.207Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-19T00:42:47.207Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-19T00:42:47.207Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-19T00:42:47.207Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-19T00:42:47.208Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-19T00:42:47.208Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-19T00:42:47.466Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-19T00:42:47.467Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-19T00:42:47.467Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-19T00:42:47.727Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-19T00:42:47.989Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-19T00:42:48.252Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-19T00:42:48.252Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-19T00:42:48.252Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-19T00:42:48.252Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-19T00:42:48.252Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-19T00:42:48.252Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-19T00:42:48.512Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-19T00:42:48.773Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-19T00:42:48.773Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-19T00:42:48.773Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-19T00:42:48.773Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-19T00:42:48.773Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-19T00:42:48.773Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-19T00:42:48.773Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-19T00:42:48.773Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [Pipeline] } [2021-02-19T00:42:51.251Z] $ docker stop --time=1 5947f187bcea2513adce68d5e43d4a9e78403d890d8955589d51c70e6ded7f9e [2021-02-19T00:42:51.321Z] Fetched 23.9 MB in 4s (5698 kB/s) [2021-02-19T00:42:51.894Z] Reading package lists... [2021-02-19T00:42:52.157Z] Reading package lists... [2021-02-19T00:42:52.418Z] Building dependency tree... [2021-02-19T00:42:52.418Z] Reading state information... [2021-02-19T00:42:52.418Z] The following additional packages will be installed: [2021-02-19T00:42:52.418Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-19T00:42:52.418Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-19T00:42:52.418Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-19T00:42:52.418Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-19T00:42:52.418Z] Suggested packages: [2021-02-19T00:42:52.418Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-19T00:42:52.418Z] Recommended packages: [2021-02-19T00:42:52.418Z] gnupg libsasl2-modules [2021-02-19T00:42:52.678Z] The following NEW packages will be installed: [2021-02-19T00:42:52.678Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-19T00:42:52.678Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-19T00:42:52.678Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-19T00:42:52.678Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-19T00:42:52.678Z] The following packages will be upgraded: [2021-02-19T00:42:52.678Z] gpg gpg-agent gpgconf libudev1 [2021-02-19T00:42:52.939Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-19T00:42:52.939Z] Need to get 3532 kB of archives. [2021-02-19T00:42:52.939Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-19T00:42:52.939Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-19T00:42:52.939Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-19T00:42:53.199Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-19T00:42:53.460Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-19T00:42:53.460Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-19T00:42:53.460Z] Get:6 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-02-19T00:42:53.460Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-19T00:42:53.460Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-19T00:42:53.460Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-19T00:42:53.460Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-19T00:42:53.460Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-19T00:42:53.460Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-19T00:42:53.460Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-19T00:42:53.460Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-19T00:42:53.460Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-19T00:42:53.460Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-19T00:42:53.460Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-19T00:42:53.460Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-19T00:42:53.460Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-19T00:42:53.721Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-19T00:42:53.721Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-19T00:42:53.721Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-19T00:42:53.721Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-19T00:42:53.721Z] Fetched 3532 kB in 1s (3157 kB/s) [2021-02-19T00:42:53.840Z] $ docker rm -f 5947f187bcea2513adce68d5e43d4a9e78403d890d8955589d51c70e6ded7f9e [2021-02-19T00:42:53.983Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-19T00:42:53.983Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-19T00:42:53.983Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-19T00:42:53.983Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-19T00:42:54.252Z] Selecting previously unselected package udev. [2021-02-19T00:42:54.252Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-19T00:42:54.252Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-19T00:42:54.252Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-19T00:42:54.513Z] Selecting previously unselected package libfuse2:amd64. [2021-02-19T00:42:54.513Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-19T00:42:54.513Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-19T00:42:54.513Z] Selecting previously unselected package fuse. [2021-02-19T00:42:54.513Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-19T00:42:54.513Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-19T00:42:54.513Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-19T00:42:54.513Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-19T00:42:54.775Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-19T00:42:54.775Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-19T00:42:55.037Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-19T00:42:55.037Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-19T00:42:55.037Z] Selecting previously unselected package libksba8:amd64. [2021-02-19T00:42:55.037Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-19T00:42:55.037Z] Unpacking libksba8:amd64 (1.3.5-2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-19T00:42:55.300Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-19T00:42:55.300Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-19T00:42:55.300Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:55.300Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-19T00:42:55.300Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-19T00:42:55.300Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-19T00:42:55.561Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-19T00:42:55.561Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-19T00:42:55.561Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:55.561Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-19T00:42:55.561Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-19T00:42:55.561Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:55.561Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-19T00:42:55.561Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-19T00:42:55.561Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:42:55.822Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-19T00:42:55.822Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-19T00:42:55.822Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:55.822Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-19T00:42:55.822Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-19T00:42:55.822Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:55.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-19T00:42:56.083Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-19T00:42:56.083Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-19T00:42:56.083Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:56.083Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-19T00:42:56.083Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-19T00:42:56.083Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:56.191Z] [2021-02-19T00:42:56.191Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:42:56.344Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-19T00:42:56.344Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-19T00:42:56.344Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-19T00:42:56.344Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-19T00:42:56.344Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-19T00:42:56.344Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-19T00:42:56.344Z] Selecting previously unselected package libldap-common. [2021-02-19T00:42:56.344Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-19T00:42:56.344Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-19T00:42:56.568Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-19T00:42:56.604Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-19T00:42:56.604Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-19T00:42:56.604Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-19T00:42:56.604Z] Selecting previously unselected package dirmngr. [2021-02-19T00:42:56.604Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-19T00:42:56.604Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-19T00:42:56.840Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-19T00:42:56.840Z] 29e5d40040c1: Pulling fs layer [2021-02-19T00:42:56.840Z] 1ce36da41761: Pulling fs layer [2021-02-19T00:42:56.840Z] 25b303627fd3: Pulling fs layer [2021-02-19T00:42:56.840Z] 29e5d40040c1: Download complete [2021-02-19T00:42:56.865Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-19T00:42:56.865Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-19T00:42:56.865Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-19T00:42:56.865Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-19T00:42:56.865Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-19T00:42:56.865Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-19T00:42:57.124Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:57.124Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-19T00:42:57.124Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-19T00:42:57.124Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-19T00:42:57.385Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-19T00:42:57.439Z] 29e5d40040c1: Pull complete [2021-02-19T00:42:57.658Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:57.658Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-19T00:42:57.658Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-19T00:42:57.658Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-19T00:42:57.658Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:57.715Z] 1ce36da41761: Verifying Checksum [2021-02-19T00:42:57.715Z] 1ce36da41761: Download complete [2021-02-19T00:42:57.922Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:57.923Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:57.923Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:57.923Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:57.923Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:57.923Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-19T00:42:57.923Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-19T00:42:57.923Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-19T00:42:57.923Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-19T00:42:58.495Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-19T00:42:58.495Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-19T00:42:58.495Z] This means they are not meant to be enabled using systemctl. [2021-02-19T00:42:58.495Z] Possible reasons for having this kind of units are: [2021-02-19T00:42:58.495Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-19T00:42:58.495Z] .wants/ or .requires/ directory. [2021-02-19T00:42:58.495Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-19T00:42:58.495Z] a requirement dependency on it. [2021-02-19T00:42:58.495Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-19T00:42:58.495Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-19T00:42:58.495Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-19T00:42:58.495Z] instance name specified. [2021-02-19T00:42:58.699Z] 1ce36da41761: Pull complete [2021-02-19T00:42:58.755Z] Reading package lists... [2021-02-19T00:42:59.016Z] Building dependency tree... [2021-02-19T00:42:59.016Z] Reading state information... [2021-02-19T00:42:59.016Z] The following additional packages will be installed: [2021-02-19T00:42:59.016Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-19T00:42:59.016Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-19T00:42:59.016Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-19T00:42:59.016Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-19T00:42:59.016Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-19T00:42:59.016Z] Suggested packages: [2021-02-19T00:42:59.016Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-19T00:42:59.016Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-19T00:42:59.016Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-19T00:42:59.016Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-19T00:42:59.016Z] systemd-container policykit-1 [2021-02-19T00:42:59.016Z] Recommended packages: [2021-02-19T00:42:59.016Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-19T00:42:59.016Z] The following NEW packages will be installed: [2021-02-19T00:42:59.016Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-19T00:42:59.016Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-19T00:42:59.016Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-19T00:42:59.016Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-19T00:42:59.016Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-19T00:42:59.016Z] The following packages will be upgraded: [2021-02-19T00:42:59.016Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-19T00:42:59.276Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-19T00:42:59.276Z] Need to get 35.2 MB of archives. [2021-02-19T00:42:59.276Z] After this operation, 141 MB of additional disk space will be used. [2021-02-19T00:42:59.276Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-19T00:42:59.276Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-19T00:42:59.276Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-02-19T00:42:59.276Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-19T00:42:59.276Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-19T00:42:59.276Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-19T00:42:59.276Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-19T00:42:59.276Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-19T00:42:59.296Z] 25b303627fd3: Download complete [2021-02-19T00:42:59.540Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-19T00:42:59.540Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-19T00:42:59.540Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-19T00:42:59.540Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-19T00:42:59.540Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-19T00:42:59.540Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-19T00:42:59.540Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-19T00:42:59.540Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-19T00:42:59.540Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-19T00:42:59.540Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-19T00:42:59.540Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-19T00:43:00.113Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-19T00:43:00.113Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-19T00:43:00.113Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-19T00:43:00.373Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-19T00:43:00.373Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-19T00:43:00.373Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-19T00:43:00.373Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-19T00:43:00.373Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-19T00:43:00.373Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-19T00:43:00.373Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-19T00:43:00.373Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-19T00:43:00.634Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-19T00:43:00.634Z] Fetched 35.2 MB in 1s (27.3 MB/s) [2021-02-19T00:43:00.634Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-19T00:43:00.634Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-19T00:43:00.896Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-19T00:43:01.468Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-19T00:43:01.468Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-19T00:43:01.468Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-19T00:43:01.468Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-19T00:43:01.468Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-19T00:43:01.730Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-19T00:43:01.730Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-19T00:43:01.992Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-19T00:43:01.992Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-19T00:43:01.992Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-19T00:43:02.252Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-19T00:43:02.252Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-19T00:43:02.513Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-19T00:43:02.773Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-19T00:43:02.773Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-19T00:43:02.774Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-19T00:43:03.035Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-19T00:43:03.035Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-19T00:43:03.035Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-19T00:43:03.297Z] Selecting previously unselected package libexpat1:amd64. [2021-02-19T00:43:03.297Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-19T00:43:03.297Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-19T00:43:03.297Z] Selecting previously unselected package python3.6-minimal. [2021-02-19T00:43:03.297Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-19T00:43:03.297Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-19T00:43:03.558Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-19T00:43:03.558Z] Checking for services that may need to be restarted...done. [2021-02-19T00:43:03.558Z] Checking for services that may need to be restarted...done. [2021-02-19T00:43:03.820Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-19T00:43:03.820Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-19T00:43:03.820Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-19T00:43:04.391Z] Selecting previously unselected package python3-minimal. [2021-02-19T00:43:04.391Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-19T00:43:04.391Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-19T00:43:04.391Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-19T00:43:04.391Z] Selecting previously unselected package mime-support. [2021-02-19T00:43:04.391Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-19T00:43:04.391Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-19T00:43:04.651Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-19T00:43:04.651Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-19T00:43:04.651Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-19T00:43:04.651Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-19T00:43:04.651Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-19T00:43:04.651Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-19T00:43:04.912Z] Selecting previously unselected package python3.6. [2021-02-19T00:43:04.912Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-19T00:43:04.912Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-19T00:43:05.178Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-19T00:43:05.178Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-19T00:43:05.178Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-19T00:43:05.441Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-19T00:43:05.702Z] Selecting previously unselected package python3. [2021-02-19T00:43:05.702Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-19T00:43:05.702Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-19T00:43:05.702Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-19T00:43:05.702Z] Selecting previously unselected package multiarch-support. [2021-02-19T00:43:05.702Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-19T00:43:05.702Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-19T00:43:05.702Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-19T00:43:05.964Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-19T00:43:05.964Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-19T00:43:05.964Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-19T00:43:05.964Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-19T00:43:05.964Z] Selecting previously unselected package libbsd0:amd64. [2021-02-19T00:43:05.964Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-19T00:43:05.964Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-19T00:43:06.226Z] Selecting previously unselected package sudo. [2021-02-19T00:43:06.226Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-19T00:43:06.226Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-19T00:43:06.226Z] Selecting previously unselected package apparmor. [2021-02-19T00:43:06.226Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-19T00:43:06.226Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-19T00:43:06.488Z] Selecting previously unselected package libedit2:amd64. [2021-02-19T00:43:06.488Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-19T00:43:06.488Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-19T00:43:06.488Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-19T00:43:06.488Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-19T00:43:06.750Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-19T00:43:06.750Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-19T00:43:06.750Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-19T00:43:06.750Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-19T00:43:06.750Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-19T00:43:06.750Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-19T00:43:06.750Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-19T00:43:07.011Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-19T00:43:07.011Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-19T00:43:07.011Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-19T00:43:07.011Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-19T00:43:07.011Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-19T00:43:07.011Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-19T00:43:07.272Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-19T00:43:07.272Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-19T00:43:07.272Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-19T00:43:07.533Z] Selecting previously unselected package openssh-client. [2021-02-19T00:43:07.533Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-19T00:43:07.533Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-19T00:43:07.533Z] Selecting previously unselected package squashfs-tools. [2021-02-19T00:43:07.533Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-19T00:43:07.533Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-19T00:43:07.793Z] Selecting previously unselected package snapd. [2021-02-19T00:43:07.793Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-19T00:43:07.793Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-19T00:43:09.440Z] 25b303627fd3: Pull complete [2021-02-19T00:43:09.440Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-19T00:43:09.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-19T00:43:09.440Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-19T00:43:09.708Z] prd-ubuntu18.04-docker-arm64-4c-16g-26866 does not seem to be running inside a container [2021-02-19T00:43:09.722Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-19T00:43:09.780Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-19T00:43:09.982Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-19T00:43:09.982Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-19T00:43:09.982Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-19T00:43:10.244Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-19T00:43:10.244Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-19T00:43:10.244Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-19T00:43:10.244Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-19T00:43:10.244Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-19T00:43:11.636Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-19T00:43:11.636Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-19T00:43:11.636Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-19T00:43:11.636Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-19T00:43:11.636Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-19T00:43:11.896Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-19T00:43:12.468Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-19T00:43:12.468Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-19T00:43:12.468Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-19T00:43:12.468Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-19T00:43:12.468Z] running python rtupdate hooks for python3.6... [2021-02-19T00:43:12.468Z] running python post-rtupdate hooks for python3.6... [2021-02-19T00:43:12.729Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-19T00:43:12.806Z] $ docker top fe3c652e294e66e0a75027298ed0a298b73e0d1587f3293f976cc78f17e0634f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:43:13.783Z] + docker-compose build --help [2021-02-19T00:43:13.783Z] + grep parallel [2021-02-19T00:43:14.117Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-19T00:43:14.117Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-19T00:43:14.117Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-19T00:43:14.379Z] Setting up snapd (2.48.3+18.04) ... [2021-02-19T00:43:14.639Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-19T00:43:14.901Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-19T00:43:15.162Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-19T00:43:15.162Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-19T00:43:15.424Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-19T00:43:15.424Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-19T00:43:15.686Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-19T00:43:15.686Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-19T00:43:15.948Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-19T00:43:16.209Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-19T00:43:16.209Z] /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-02-19T00:43:16.209Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-19T00:43:16.209Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-19T00:43:17.157Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-19T00:43:17.420Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-19T00:43:17.420Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-19T00:43:18.082Z] --parallel Build images in parallel. [Pipeline] } [2021-02-19T00:43:18.103Z] $ docker stop --time=1 fe3c652e294e66e0a75027298ed0a298b73e0d1587f3293f976cc78f17e0634f [2021-02-19T00:43:18.639Z] Reading package lists... [2021-02-19T00:43:18.901Z] Reading package lists... [2021-02-19T00:43:19.162Z] Building dependency tree... [2021-02-19T00:43:19.162Z] Reading state information... [2021-02-19T00:43:19.162Z] Calculating upgrade... [2021-02-19T00:43:19.424Z] The following packages will be upgraded: [2021-02-19T00:43:19.424Z] advancecomp base-files bash binutils binutils-common [2021-02-19T00:43:19.424Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-19T00:43:19.424Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-19T00:43:19.424Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-19T00:43:19.424Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-19T00:43:19.424Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-19T00:43:19.424Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-19T00:43:19.424Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-19T00:43:19.424Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-19T00:43:19.424Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-19T00:43:19.424Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-19T00:43:19.424Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-19T00:43:19.424Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-19T00:43:19.424Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-19T00:43:19.424Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-19T00:43:19.694Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-19T00:43:19.694Z] Need to get 63.8 MB of archives. [2021-02-19T00:43:19.694Z] After this operation, 5189 kB of additional disk space will be used. [2021-02-19T00:43:19.694Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-19T00:43:19.694Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-19T00:43:20.095Z] $ docker rm -f fe3c652e294e66e0a75027298ed0a298b73e0d1587f3293f976cc78f17e0634f [2021-02-19T00:43:20.266Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-19T00:43:20.266Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-19T00:43:20.266Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-19T00:43:20.266Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-19T00:43:20.266Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-19T00:43:20.266Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-19T00:43:20.266Z] 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-02-19T00:43:20.266Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-19T00:43:20.266Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-19T00:43:20.266Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-19T00:43:20.266Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-19T00:43:20.266Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-19T00:43:20.266Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-02-19T00:43:20.534Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-19T00:43:20.534Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-19T00:43:20.534Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-19T00:43:20.534Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-19T00:43:20.534Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-19T00:43:20.534Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-19T00:43:20.534Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-19T00:43:20.534Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-19T00:43:20.534Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-19T00:43:20.534Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-19T00:43:20.534Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-19T00:43:20.534Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-19T00:43:20.534Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-19T00:43:20.534Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-19T00:43:20.534Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:43:20.794Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-19T00:43:20.795Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-19T00:43:20.795Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-19T00:43:20.795Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-19T00:43:20.795Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-19T00:43:20.795Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-19T00:43:20.795Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-19T00:43:20.795Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-19T00:43:20.795Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-19T00:43:20.795Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-19T00:43:20.795Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-19T00:43:20.795Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-19T00:43:20.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-19T00:43:20.976Z] . [Pipeline] withDockerContainer [2021-02-19T00:43:21.056Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-19T00:43:21.056Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-19T00:43:21.056Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-19T00:43:21.056Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-19T00:43:21.056Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-19T00:43:21.056Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-19T00:43:21.056Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-19T00:43:21.056Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-19T00:43:21.056Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-19T00:43:21.056Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-19T00:43:21.057Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-19T00:43:21.057Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-19T00:43:21.057Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-19T00:43:21.057Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-19T00:43:21.057Z] Get:57 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-02-19T00:43:21.057Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-19T00:43:21.057Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-19T00:43:21.057Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-19T00:43:21.057Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-19T00:43:21.057Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-19T00:43:21.057Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-19T00:43:21.057Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-19T00:43:21.057Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-19T00:43:21.057Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-19T00:43:21.057Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-19T00:43:21.057Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-19T00:43:21.057Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-19T00:43:21.057Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-19T00:43:21.057Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-19T00:43:21.244Z] prd-ubuntu18.04-docker-arm64-4c-16g-26866 does not seem to be running inside a container [2021-02-19T00:43:21.324Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-19T00:43:21.325Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-19T00:43:21.325Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-19T00:43:21.325Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-19T00:43:21.325Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-19T00:43:21.325Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-19T00:43:21.325Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-19T00:43:21.325Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-19T00:43:21.325Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-19T00:43:21.325Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-19T00:43:21.325Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-19T00:43:21.325Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-19T00:43:21.325Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-19T00:43:21.325Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-19T00:43:21.325Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-19T00:43:21.325Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-19T00:43:21.325Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-19T00:43:21.327Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-19T00:43:21.589Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-19T00:43:21.589Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-19T00:43:22.163Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-19T00:43:22.738Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-19T00:43:22.738Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-19T00:43:22.738Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-19T00:43:22.820Z] $ docker top 3dbed112ad186dff15a51c916e802c21ea7e89d4cf9b2c0bab58e2cad2c9ed3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:43:23.310Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-19T00:43:23.310Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-19T00:43:23.310Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-19T00:43:23.310Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-19T00:43:23.310Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-19T00:43:23.571Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-19T00:43:23.571Z] Fetched 63.8 MB in 4s (16.2 MB/s) [2021-02-19T00:43:23.571Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:23.571Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-19T00:43:23.571Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-19T00:43:23.851Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-19T00:43:24.515Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-19T00:43:24.515Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-19T00:43:24.515Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-19T00:43:24.515Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-19T00:43:25.090Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:25.351Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-19T00:43:25.351Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:25.351Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-19T00:43:25.611Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:25.611Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-19T00:43:25.611Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:25.611Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-19T00:43:25.872Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:25.872Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-19T00:43:25.872Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:26.132Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-19T00:43:26.132Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:26.132Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-19T00:43:26.132Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:26.394Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-19T00:43:26.394Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:26.394Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-19T00:43:26.394Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:26.656Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-19T00:43:26.656Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:26.656Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-19T00:43:26.656Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:26.656Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-19T00:43:26.918Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:26.919Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-19T00:43:26.919Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:27.181Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-19T00:43:27.181Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-19T00:43:27.443Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-19T00:43:27.704Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-19T00:43:27.966Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-19T00:43:27.966Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-19T00:43:27.966Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-19T00:43:27.966Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-19T00:43:27.966Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-19T00:43:28.140Z] Building docker-core-command-go ... [2021-02-19T00:43:28.141Z] Building docker-core-data-go ... [2021-02-19T00:43:28.141Z] Building docker-core-metadata-go ... [2021-02-19T00:43:28.141Z] Building docker-security-bootstrapper-go ... [2021-02-19T00:43:28.141Z] Building docker-security-proxy-setup-go ... [2021-02-19T00:43:28.141Z] Building docker-security-secretstore-setup-go ... [2021-02-19T00:43:28.141Z] Building docker-support-notifications-go ... [2021-02-19T00:43:28.141Z] Building docker-support-scheduler-go ... [2021-02-19T00:43:28.141Z] Building docker-sys-mgmt-agent-go ... [2021-02-19T00:43:28.141Z] Building docker-security-bootstrapper-go [2021-02-19T00:43:28.141Z] Building docker-core-command-go [2021-02-19T00:43:28.141Z] Building docker-support-notifications-go [2021-02-19T00:43:28.141Z] Building docker-security-secretstore-setup-go [2021-02-19T00:43:28.141Z] Building docker-core-metadata-go [2021-02-19T00:43:28.226Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-19T00:43:28.226Z] Installing new version of config file /etc/issue ... [2021-02-19T00:43:28.226Z] Installing new version of config file /etc/issue.net ... [2021-02-19T00:43:28.226Z] Installing new version of config file /etc/lsb-release ... [2021-02-19T00:43:28.487Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-19T00:43:28.487Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-19T00:43:28.749Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-19T00:43:28.749Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-19T00:43:28.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:28.749Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-19T00:43:29.010Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-19T00:43:29.010Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-19T00:43:29.010Z] 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-02-19T00:43:29.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:29.274Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-19T00:43:29.274Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-19T00:43:29.274Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-19T00:43:29.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:29.274Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-19T00:43:29.537Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-19T00:43:29.537Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-19T00:43:29.537Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:29.537Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-19T00:43:29.537Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-19T00:43:29.798Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-19T00:43:30.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:30.060Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-19T00:43:30.060Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-19T00:43:30.060Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-19T00:43:30.322Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:30.322Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-19T00:43:30.322Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-19T00:43:30.322Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-19T00:43:30.584Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:30.584Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-19T00:43:30.584Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-19T00:43:30.584Z] Setting up grep (3.1-2build1) ... [2021-02-19T00:43:30.851Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:30.851Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-19T00:43:30.851Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-19T00:43:31.115Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-19T00:43:31.115Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:31.115Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-19T00:43:31.115Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-19T00:43:31.375Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-19T00:43:31.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:31.375Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-19T00:43:31.375Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-19T00:43:31.948Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-19T00:43:31.948Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-19T00:43:31.948Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-19T00:43:31.948Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-19T00:43:32.891Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-19T00:43:32.891Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:32.891Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-19T00:43:32.891Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-19T00:43:33.838Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-19T00:43:33.838Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-19T00:43:34.099Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-19T00:43:34.099Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-19T00:43:34.365Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-19T00:43:34.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:34.365Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-19T00:43:34.365Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-19T00:43:34.627Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-19T00:43:34.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:34.627Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-19T00:43:34.888Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-19T00:43:34.888Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-19T00:43:34.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:34.888Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-19T00:43:35.149Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-19T00:43:35.149Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-19T00:43:35.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:35.149Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-19T00:43:35.409Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-19T00:43:35.409Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-19T00:43:35.668Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:35.668Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-19T00:43:35.668Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-19T00:43:35.668Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-19T00:43:35.929Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:35.929Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-19T00:43:35.929Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-19T00:43:35.929Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-19T00:43:36.191Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-19T00:43:36.191Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-19T00:43:36.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:36.191Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-19T00:43:36.453Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-19T00:43:36.453Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-19T00:43:36.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:36.715Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-19T00:43:36.715Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-19T00:43:36.715Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-19T00:43:36.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:36.977Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-19T00:43:36.977Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-19T00:43:36.977Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-19T00:43:37.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:37.238Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-19T00:43:37.238Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-19T00:43:37.807Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-19T00:43:38.068Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-19T00:43:38.329Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-19T00:43:38.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:38.597Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-19T00:43:38.597Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-19T00:43:38.865Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-19T00:43:38.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-19T00:43:38.865Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-19T00:43:39.126Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-19T00:43:39.127Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-19T00:43:39.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:39.389Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-19T00:43:39.389Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-19T00:43:39.389Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-19T00:43:39.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:39.651Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-19T00:43:39.651Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-19T00:43:39.911Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-19T00:43:39.911Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:39.911Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-19T00:43:40.173Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-19T00:43:40.173Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-19T00:43:40.173Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:40.173Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-19T00:43:40.433Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-19T00:43:40.433Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-19T00:43:40.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:40.694Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-19T00:43:40.694Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-19T00:43:40.694Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-19T00:43:40.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:40.957Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-19T00:43:40.957Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-19T00:43:41.218Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-19T00:43:41.485Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:41.485Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-19T00:43:41.485Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-19T00:43:41.485Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-19T00:43:41.485Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-19T00:43:41.746Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-19T00:43:41.746Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-19T00:43:41.746Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-19T00:43:42.018Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:42.018Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-19T00:43:42.018Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-19T00:43:42.018Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-19T00:43:42.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:42.279Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-19T00:43:42.279Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-19T00:43:42.279Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-19T00:43:42.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:42.851Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-19T00:43:42.851Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-19T00:43:42.851Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-19T00:43:43.113Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:43.113Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-19T00:43:43.113Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-19T00:43:43.113Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-19T00:43:43.379Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:43.379Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-19T00:43:43.379Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-19T00:43:43.641Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-19T00:43:43.641Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:43.641Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-19T00:43:43.903Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-19T00:43:43.903Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-19T00:43:43.903Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:43.903Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-19T00:43:43.903Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-19T00:43:44.165Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-19T00:43:44.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:44.165Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-19T00:43:44.165Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-19T00:43:44.427Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-19T00:43:44.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:44.427Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-19T00:43:44.427Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-19T00:43:44.689Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-19T00:43:44.689Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:44.689Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-19T00:43:44.689Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-19T00:43:44.952Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-19T00:43:44.952Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:44.952Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-19T00:43:44.952Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-19T00:43:45.215Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-19T00:43:45.215Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-19T00:43:45.215Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-19T00:43:45.215Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-19T00:43:45.215Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-19T00:43:45.476Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-19T00:43:45.476Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-19T00:43:45.476Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-19T00:43:45.476Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-19T00:43:45.476Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-19T00:43:45.739Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-19T00:43:45.739Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-19T00:43:46.001Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-19T00:43:46.001Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-19T00:43:46.262Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-19T00:43:46.262Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-19T00:43:46.262Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-19T00:43:46.262Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-19T00:43:46.527Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-19T00:43:46.527Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-19T00:43:46.527Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-19T00:43:46.527Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-19T00:43:46.789Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-19T00:43:46.789Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-19T00:43:46.789Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-19T00:43:46.789Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-19T00:43:47.051Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-19T00:43:47.051Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-19T00:43:47.312Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-19T00:43:47.312Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-19T00:43:48.254Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-19T00:43:48.254Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-19T00:43:48.254Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-19T00:43:48.254Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-19T00:43:48.514Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-19T00:43:48.514Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-19T00:43:48.777Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-19T00:43:48.777Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-19T00:43:49.037Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-19T00:43:49.037Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-19T00:43:49.037Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-19T00:43:49.037Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-19T00:43:49.299Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:49.299Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-19T00:43:49.299Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:49.299Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-19T00:43:49.561Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:49.561Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-19T00:43:49.823Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:49.823Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-19T00:43:50.766Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:50.766Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-19T00:43:51.337Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:51.598Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-19T00:43:52.169Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:52.169Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-19T00:43:52.431Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:52.693Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-19T00:43:53.647Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-19T00:43:53.647Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-19T00:43:53.647Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-19T00:43:53.647Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-19T00:43:53.909Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-19T00:43:53.909Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-19T00:43:53.909Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-19T00:43:53.909Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-19T00:43:54.169Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-19T00:43:54.169Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-19T00:43:54.431Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-19T00:43:54.431Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-19T00:43:54.431Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-19T00:43:54.431Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-19T00:43:54.692Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-19T00:43:54.692Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-19T00:43:54.692Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:54.692Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-19T00:43:54.953Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:54.953Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:54.953Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:54.953Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-19T00:43:54.953Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-19T00:43:54.953Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-19T00:43:54.953Z] [2021-02-19T00:43:54.953Z] Current default time zone: 'Etc/UTC' [2021-02-19T00:43:54.953Z] Local time is now: Fri Feb 19 00:43:54 UTC 2021. [2021-02-19T00:43:54.953Z] Universal Time is now: Fri Feb 19 00:43:54 UTC 2021. [2021-02-19T00:43:54.953Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-19T00:43:54.953Z] [2021-02-19T00:43:55.215Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-19T00:43:55.215Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:55.215Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-19T00:43:55.215Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-19T00:43:55.215Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-19T00:43:55.215Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-19T00:43:55.215Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-19T00:43:55.482Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-19T00:43:55.482Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-19T00:43:55.482Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-19T00:43:55.482Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:55.482Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-19T00:43:55.743Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-19T00:43:55.743Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-19T00:43:55.743Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:55.743Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-19T00:43:55.743Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-19T00:43:55.743Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-19T00:43:56.005Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-19T00:43:56.005Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-19T00:43:56.005Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-19T00:43:56.005Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-19T00:43:56.005Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-19T00:43:57.925Z] Updating certificates in /etc/ssl/certs... [2021-02-19T00:43:58.869Z] 23 added, 27 removed; done. [2021-02-19T00:43:59.130Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-19T00:43:59.130Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-19T00:43:59.130Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-19T00:43:59.130Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-19T00:43:59.130Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-19T00:43:59.130Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-19T00:43:59.392Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-19T00:43:59.392Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-19T00:43:59.392Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-19T00:43:59.392Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-19T00:43:59.392Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-19T00:43:59.392Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-19T00:43:59.392Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-19T00:43:59.653Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-19T00:43:59.653Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-19T00:43:59.653Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-19T00:43:59.653Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-19T00:43:59.653Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-19T00:43:59.653Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-19T00:43:59.653Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-19T00:43:59.920Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-19T00:43:59.920Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-19T00:43:59.920Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-19T00:43:59.920Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-19T00:44:00.181Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-19T00:44:00.181Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-19T00:44:00.181Z] Updating certificates in /etc/ssl/certs... [2021-02-19T00:44:00.752Z] 0 added, 0 removed; done. [2021-02-19T00:44:00.752Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-19T00:44:00.752Z] done. [2021-02-19T00:44:01.274Z] Reading package lists... [2021-02-19T00:44:01.274Z] Building dependency tree... [2021-02-19T00:44:01.274Z] Reading state information... [2021-02-19T00:44:01.535Z] The following NEW packages will be installed: [2021-02-19T00:44:01.535Z] apt-transport-https [2021-02-19T00:44:01.798Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-19T00:44:01.798Z] Need to get 1696 B of archives. [2021-02-19T00:44:01.798Z] After this operation, 153 kB of additional disk space will be used. [2021-02-19T00:44:01.798Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-19T00:44:01.798Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-19T00:44:01.798Z] Fetched 1696 B in 0s (6336 B/s) [2021-02-19T00:44:01.798Z] Selecting previously unselected package apt-transport-https. [2021-02-19T00:44:01.798Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-19T00:44:01.798Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-19T00:44:02.059Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-19T00:44:02.059Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-19T00:44:02.320Z] Waiting for network to be ready... [2021-02-19T00:44:06.528Z] 2021-02-19T00:44:05Z INFO Waiting for automatic snapd restart... [2021-02-19T00:44:06.528Z] snapd 2.48.2.1 from Canonical* installed [2021-02-19T00:44:06.788Z] "snapd" switched to the "latest/stable" channel [2021-02-19T00:44:06.788Z] [2021-02-19T00:44:09.357Z] core18 20210128 from Canonical* installed [2021-02-19T00:44:09.618Z] "core18" switched to the "latest/stable" channel [2021-02-19T00:44:09.618Z] [2021-02-19T00:44:12.936Z] snapcraft 4.5.1 from Canonical* installed [2021-02-19T00:44:13.199Z] "snapcraft" switched to the "latest/stable" channel [2021-02-19T00:44:13.199Z] [2021-02-19T00:44:16.508Z] 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-02-19T00:44:16.508Z] - README.md [2021-02-19T00:44:16.508Z] - snapcraft.yaml.orig [2021-02-19T00:44:16.508Z] [2021-02-19T00:44:16.508Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-19T00:44:23.107Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-19T00:44:23.107Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-19T00:44:23.107Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-19T00:44:23.369Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-19T00:44:24.573Z] Reading package lists... [2021-02-19T00:44:24.835Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-02-19T00:44:31.428Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-19T00:44:31.428Z] Reading package lists... [2021-02-19T00:44:31.428Z] Building dependency tree... [2021-02-19T00:44:31.428Z] Reading state information... [2021-02-19T00:44:31.428Z] Suggested packages: [2021-02-19T00:44:31.428Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-19T00:44:31.428Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-19T00:44:31.428Z] Recommended packages: [2021-02-19T00:44:31.428Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-19T00:44:31.428Z] The following NEW packages will be installed: [2021-02-19T00:44:31.428Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-19T00:44:31.428Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-19T00:44:31.428Z] pkg-config zip [2021-02-19T00:44:31.428Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-19T00:44:31.428Z] Need to get 7655 kB of archives. [2021-02-19T00:44:31.428Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-19T00:44:31.428Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-19T00:44:31.428Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-19T00:44:31.689Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-19T00:44:31.953Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-19T00:44:31.953Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-19T00:44:31.953Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-19T00:44:31.953Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-19T00:44:31.953Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-19T00:44:31.953Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-19T00:44:31.953Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-19T00:44:32.527Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-19T00:44:32.527Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-19T00:44:32.527Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-19T00:44:32.527Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-19T00:44:32.790Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-19T00:44:32.790Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-19T00:44:32.790Z] Fetched 7655 kB in 1s (5848 kB/s) [2021-02-19T00:44:32.790Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-19T00:44:32.790Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-19T00:44:32.790Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-19T00:44:32.790Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-19T00:44:33.050Z] Selecting previously unselected package libpsl5:amd64. [2021-02-19T00:44:33.050Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-19T00:44:33.050Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-19T00:44:33.310Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-19T00:44:33.310Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-19T00:44:33.310Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-19T00:44:33.310Z] Selecting previously unselected package librtmp1:amd64. [2021-02-19T00:44:33.310Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-19T00:44:33.310Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-19T00:44:33.310Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-19T00:44:33.310Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-19T00:44:33.571Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-19T00:44:33.572Z] Selecting previously unselected package liberror-perl. [2021-02-19T00:44:33.572Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-19T00:44:33.572Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-19T00:44:33.572Z] Selecting previously unselected package git-man. [2021-02-19T00:44:33.572Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-19T00:44:33.572Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-19T00:44:33.832Z] Selecting previously unselected package git. [2021-02-19T00:44:33.832Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-19T00:44:33.832Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-19T00:44:34.779Z] Selecting previously unselected package libnorm1:amd64. [2021-02-19T00:44:34.779Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-19T00:44:34.779Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-19T00:44:34.779Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-19T00:44:34.779Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-19T00:44:34.779Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-19T00:44:34.779Z] Selecting previously unselected package libsodium23:amd64. [2021-02-19T00:44:34.779Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-19T00:44:34.779Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-19T00:44:35.041Z] Selecting previously unselected package libzmq5:amd64. [2021-02-19T00:44:35.041Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-19T00:44:35.041Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-19T00:44:35.041Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-19T00:44:35.041Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-19T00:44:35.041Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-19T00:44:35.309Z] Selecting previously unselected package pkg-config. [2021-02-19T00:44:35.309Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-19T00:44:35.309Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-19T00:44:35.309Z] Selecting previously unselected package zip. [2021-02-19T00:44:35.309Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-19T00:44:35.309Z] Unpacking zip (3.0-11build1) ... [2021-02-19T00:44:35.571Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-19T00:44:35.571Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-19T00:44:35.571Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-19T00:44:35.571Z] Setting up liberror-perl (0.17025-1) ... [2021-02-19T00:44:35.571Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-19T00:44:35.571Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-19T00:44:35.571Z] No schema files found: doing nothing. [2021-02-19T00:44:35.571Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-19T00:44:35.834Z] Setting up zip (3.0-11build1) ... [2021-02-19T00:44:35.834Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-19T00:44:35.834Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-19T00:44:35.834Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-19T00:44:35.834Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-19T00:44:35.834Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-19T00:44:35.834Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-19T00:44:36.096Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-19T00:44:36.096Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-19T00:44:42.688Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-19T00:44:42.688Z] git set to automatically installed. [2021-02-19T00:44:42.688Z] git-man set to automatically installed. [2021-02-19T00:44:42.688Z] libcurl3-gnutls set to automatically installed. [2021-02-19T00:44:42.688Z] liberror-perl set to automatically installed. [2021-02-19T00:44:42.688Z] libglib2.0-0 set to automatically installed. [2021-02-19T00:44:42.688Z] libnghttp2-14 set to automatically installed. [2021-02-19T00:44:42.688Z] libnorm1 set to automatically installed. [2021-02-19T00:44:42.688Z] libpgm-5.2-0 set to automatically installed. [2021-02-19T00:44:42.688Z] libpsl5 set to automatically installed. [2021-02-19T00:44:42.688Z] librtmp1 set to automatically installed. [2021-02-19T00:44:42.688Z] libsodium23 set to automatically installed. [2021-02-19T00:44:42.688Z] libzmq3-dev set to automatically installed. [2021-02-19T00:44:42.688Z] libzmq5 set to automatically installed. [2021-02-19T00:44:42.688Z] pkg-config set to automatically installed. [2021-02-19T00:44:42.688Z] zip set to automatically installed. [2021-02-19T00:44:45.239Z] snapd is not logged in, snap install commands will use sudo [2021-02-19T00:44:49.893Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:44:49.893Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:44:49.893Z] ---> a4da6416fedb [2021-02-19T00:44:49.893Z] Step 3/24 : WORKDIR /edgex-go [2021-02-19T00:44:49.893Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:44:49.893Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:44:49.893Z] ---> a4da6416fedb [2021-02-19T00:44:49.893Z] Step 3/30 : WORKDIR /edgex-go [2021-02-19T00:44:49.893Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:44:49.893Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:44:49.893Z] ---> a4da6416fedb [2021-02-19T00:44:49.893Z] [2021-02-19T00:44:49.893Z] Step 3/22 : WORKDIR /edgex-goStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:44:49.893Z] [2021-02-19T00:44:49.893Z] ---> a4da6416fedb [2021-02-19T00:44:49.893Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:44:49.893Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:44:49.893Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:44:49.893Z] ---> a4da6416fedb [2021-02-19T00:44:49.893Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:44:49.893Z] ---> Running in bcd26c0eb4d8 [2021-02-19T00:44:49.893Z] ---> Running in 005b91632820 [2021-02-19T00:44:49.893Z] ---> Running in 48a4d4edbc0b [2021-02-19T00:44:49.893Z] ---> Running in b2b4ea0f9aad [2021-02-19T00:44:49.893Z] ---> Running in e704b2771a79 [2021-02-19T00:44:49.893Z] Removing intermediate container 005b91632820 [2021-02-19T00:44:49.893Z] ---> 51ad74336628 [2021-02-19T00:44:49.893Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:44:49.893Z] Removing intermediate container 48a4d4edbc0b [2021-02-19T00:44:49.893Z] ---> dacd096c25f7 [2021-02-19T00:44:49.893Z] Removing intermediate container bcd26c0eb4d8 [2021-02-19T00:44:49.893Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> f91e76e6e419 [2021-02-19T00:44:49.893Z] [2021-02-19T00:44:49.893Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:44:49.893Z] Removing intermediate container e704b2771a79 [2021-02-19T00:44:49.893Z] ---> 734923d137be [2021-02-19T00:44:49.893Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:44:49.893Z] ---> Running in 778f76132a11 [2021-02-19T00:44:49.893Z] Removing intermediate container b2b4ea0f9aad [2021-02-19T00:44:49.893Z] ---> efd552732f1f [2021-02-19T00:44:49.893Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:44:49.893Z] ---> Running in 77862a0e428a [2021-02-19T00:44:49.893Z] ---> Running in 5406829a3b43 [2021-02-19T00:44:49.893Z] ---> Running in 158a80aa8df5 [2021-02-19T00:44:49.893Z] ---> Running in d27d17432283 [2021-02-19T00:44:49.893Z] Removing intermediate container 778f76132a11 [2021-02-19T00:44:49.893Z] ---> 3ba5181c410b [2021-02-19T00:44:49.893Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-19T00:44:49.893Z] ---> Running in bb891e8bd8ab [2021-02-19T00:44:49.893Z] Removing intermediate container 5406829a3b43 [2021-02-19T00:44:49.893Z] ---> fc5c7df1802d [2021-02-19T00:44:49.893Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-19T00:44:49.893Z] Removing intermediate container 158a80aa8df5 [2021-02-19T00:44:49.893Z] ---> 0552e3720083 [2021-02-19T00:44:49.893Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-19T00:44:49.893Z] ---> Running in a45a86b49981 [2021-02-19T00:44:49.893Z] ---> Running in a71db720d77d [2021-02-19T00:44:49.893Z] Removing intermediate container d27d17432283 [2021-02-19T00:44:49.893Z] ---> d71ac53b5ddb [2021-02-19T00:44:49.893Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-19T00:44:49.893Z] Removing intermediate container 77862a0e428a [2021-02-19T00:44:49.893Z] ---> 84875b1d1aef [2021-02-19T00:44:49.893Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-19T00:44:49.893Z] ---> Running in 7c8067b5be45 [2021-02-19T00:44:49.893Z] ---> Running in 8a2898cfa83c [2021-02-19T00:44:49.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:44:49.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:44:49.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:44:49.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:44:49.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:44:49.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:44:49.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:44:49.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:44:49.893Z] OK: 217 MiB in 51 packages [2021-02-19T00:44:50.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:44:50.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:44:50.451Z] OK: 217 MiB in 51 packages [2021-02-19T00:44:50.451Z] OK: 217 MiB in 51 packages [2021-02-19T00:44:51.059Z] OK: 217 MiB in 51 packages [2021-02-19T00:44:51.339Z] Removing intermediate container bb891e8bd8ab [2021-02-19T00:44:51.339Z] ---> 9978b0707f48 [2021-02-19T00:44:51.339Z] Step 6/22 : COPY go.mod . [2021-02-19T00:44:51.631Z] OK: 217 MiB in 51 packages [2021-02-19T00:44:51.833Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-19T00:44:51.833Z] snap "core18" has no updates available [2021-02-19T00:44:52.623Z] Removing intermediate container a45a86b49981 [2021-02-19T00:44:52.623Z] ---> eb2e59be03e4 [2021-02-19T00:44:52.623Z] Step 6/23 : COPY go.mod . [2021-02-19T00:44:52.623Z] Removing intermediate container a71db720d77d [2021-02-19T00:44:52.623Z] ---> 4218b5cf7e40 [2021-02-19T00:44:52.623Z] Step 6/30 : COPY go.mod . [2021-02-19T00:44:52.623Z] ---> 189923e15d27 [2021-02-19T00:44:52.623Z] Step 7/22 : RUN go mod download [2021-02-19T00:44:52.623Z] Removing intermediate container 7c8067b5be45 [2021-02-19T00:44:52.777Z] Pulling config-common [2021-02-19T00:44:52.777Z] + snapcraftctl pull [2021-02-19T00:44:52.896Z] ---> ccb5fe0465c9 [2021-02-19T00:44:52.896Z] Step 6/24 : COPY go.mod . [2021-02-19T00:44:52.896Z] ---> Running in 01a2871487e0 [2021-02-19T00:44:53.509Z] Removing intermediate container 8a2898cfa83c [2021-02-19T00:44:53.509Z] ---> 941c1ddf840a [2021-02-19T00:44:53.509Z] Step 6/23 : COPY go.mod . [2021-02-19T00:44:53.509Z] ---> b64b9e52f36c [2021-02-19T00:44:53.509Z] Step 7/30 : RUN go mod download [2021-02-19T00:44:53.509Z] ---> 861e68468c31 [2021-02-19T00:44:53.509Z] Step 7/23 : RUN go mod download [2021-02-19T00:44:53.722Z] Pulling go-build-helper [2021-02-19T00:44:53.722Z] + snapcraftctl pull [2021-02-19T00:44:53.783Z] ---> Running in 8a2745095213 [2021-02-19T00:44:53.783Z] ---> Running in 0ad1c0b6b43b [2021-02-19T00:44:54.060Z] ---> 246bc7c9f120 [2021-02-19T00:44:54.060Z] Step 7/24 : RUN go mod download [2021-02-19T00:44:54.335Z] ---> Running in eaf2e5395b44 [2021-02-19T00:44:54.335Z] ---> 3ff1a59fb04f [2021-02-19T00:44:54.335Z] Step 7/23 : RUN go mod download [2021-02-19T00:44:54.610Z] ---> Running in 2f1462736eda [2021-02-19T00:44:57.257Z] Removing intermediate container 01a2871487e0 [2021-02-19T00:44:57.257Z] ---> fd9adb6b8b2f [2021-02-19T00:44:57.257Z] Step 8/22 : COPY . . [2021-02-19T00:44:59.892Z] Removing intermediate container 8a2745095213 [2021-02-19T00:44:59.892Z] ---> 5ada1dfc47c5 [2021-02-19T00:44:59.892Z] Step 8/30 : COPY . . [2021-02-19T00:44:59.892Z] Removing intermediate container eaf2e5395b44 [2021-02-19T00:44:59.892Z] ---> 6a57ff09f75f [2021-02-19T00:44:59.892Z] Step 8/24 : COPY . . [2021-02-19T00:45:00.488Z] Removing intermediate container 0ad1c0b6b43b [2021-02-19T00:45:00.488Z] ---> ac41cbbdb890 [2021-02-19T00:45:00.488Z] Step 8/23 : COPY . . [2021-02-19T00:45:00.778Z] Removing intermediate container 2f1462736eda [2021-02-19T00:45:00.778Z] ---> 8eb7f0609907 [2021-02-19T00:45:00.778Z] Step 8/23 : COPY . . [2021-02-19T00:45:15.708Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-19T00:45:15.708Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-19T00:45:15.708Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-19T00:45:15.708Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-19T00:45:15.708Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-19T00:45:15.708Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-19T00:45:15.708Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-19T00:45:15.708Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-19T00:45:15.708Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-19T00:45:15.708Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-19T00:45:15.708Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-19T00:45:15.708Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-19T00:45:15.708Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-19T00:45:15.708Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-19T00:45:15.708Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-19T00:45:15.708Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-19T00:45:15.708Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-19T00:45:15.708Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-19T00:45:15.708Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-19T00:45:15.708Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] [2021-02-19T00:45:15.708Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-19T00:45:15.708Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-19T00:45:15.708Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-19T00:45:15.708Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-19T00:45:15.708Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-19T00:45:15.708Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-19T00:45:15.708Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-19T00:45:15.708Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-19T00:45:15.708Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-19T00:45:15.708Z] Fetched 279 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-19T00:45:15.708Z] Fetched 122 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-19T00:45:15.708Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-19T00:45:15.708Z] Fetched 8848 B in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-19T00:45:15.708Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-19T00:45:15.708Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-19T00:45:15.708Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-19T00:45:15.708Z] Fetched 214 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-19T00:45:15.708Z] Fetched 155 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-19T00:45:15.708Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-19T00:45:15.708Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-19T00:45:15.708Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-19T00:45:15.708Z] Fetched 499 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-19T00:45:15.708Z] Fetched 111 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-19T00:45:15.708Z] Fetched 240 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-19T00:45:15.708Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-19T00:45:15.708Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-19T00:45:15.708Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-19T00:45:15.708Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-19T00:45:15.708Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-19T00:45:15.708Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-19T00:45:15.708Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-19T00:45:15.708Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-19T00:45:15.708Z] Fetched 8720 B in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-19T00:45:15.708Z] Fetched 137 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-19T00:45:15.708Z] Fetched 119 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-19T00:45:15.708Z] Fetched 109 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-19T00:45:15.708Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-19T00:45:15.708Z] Fetched 645 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-19T00:45:15.708Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-19T00:45:15.708Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-19T00:45:15.708Z] Fetched 368 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-19T00:45:15.708Z] Fetched 187 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-19T00:45:15.708Z] Fetched 175 kB in 0s (0 B/s) [2021-02-19T00:45:15.708Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-19T00:45:19.018Z] Fetched 206 kB in 0s (0 B/s)+ snapcraftctl pull [2021-02-19T00:45:19.018Z] [2021-02-19T00:45:19.018Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-19T00:45:19.018Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-19T00:45:19.018Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-19T00:45:19.018Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-19T00:45:19.018Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-19T00:45:19.018Z] Fetched 159 kB in 0s (0 B/s) [2021-02-19T00:45:19.018Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-19T00:45:19.018Z] Fetched 107 kB in 0s (0 B/s) [2021-02-19T00:45:19.018Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-19T00:45:19.018Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-19T00:45:19.018Z] Pulling static-packages [2021-02-19T00:45:19.961Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-19T00:45:19.961Z] Skipping pull go-build-helper (already ran) [2021-02-19T00:45:19.961Z] Skipping pull static-packages (already ran) [2021-02-19T00:45:19.961Z] Building go-build-helper [2021-02-19T00:45:19.961Z] + snapcraftctl build [2021-02-19T00:45:24.174Z] Building static-packages [2021-02-19T00:45:24.174Z] + snapcraftctl build [2021-02-19T00:45:25.562Z] Staging go-build-helper [2021-02-19T00:45:25.562Z] + snapcraftctl stage [2021-02-19T00:45:26.506Z] Staging static-packages [2021-02-19T00:45:26.506Z] + snapcraftctl stage [2021-02-19T00:45:27.451Z] Pulling go115 [2021-02-19T00:45:27.451Z] + snapcraftctl pull [2021-02-19T00:45:27.624Z] ---> 9aca4b5e90b0 [2021-02-19T00:45:27.624Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-19T00:45:27.624Z] ---> c0c714c7b765 [2021-02-19T00:45:27.624Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-19T00:45:27.624Z] ---> Running in 80f43f396151 [2021-02-19T00:45:27.624Z] ---> e9e4e4033b96 [2021-02-19T00:45:27.624Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-19T00:45:27.624Z] ---> db7bf0495de8 [2021-02-19T00:45:27.624Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-19T00:45:27.624Z] ---> 4852cf8fb997 [2021-02-19T00:45:27.624Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-19T00:45:27.624Z] ---> Running in 4812b25a645b [2021-02-19T00:45:27.624Z] ---> Running in 83bd3b9ec304 [2021-02-19T00:45:27.624Z] ---> Running in 648c0ffa3902 [2021-02-19T00:45:27.624Z] ---> Running in e7aae4cd2e42 [2021-02-19T00:45:28.221Z] 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-02-19T00:45:28.393Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-19T00:45:28.393Z] Skipping pull go115 (already ran) [2021-02-19T00:45:28.393Z] Building go115 [2021-02-19T00:45:28.393Z] + dpkg --print-architecture [2021-02-19T00:45:28.393Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-19T00:45:28.393Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-19T00:45:28.393Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-19T00:45:28.393Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-19T00:45:28.393Z] Dload Upload Total Spent Left Speed [2021-02-19T00:45:28.504Z] 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-02-19T00:45:28.783Z] 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-02-19T00:45:29.066Z] 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-02-19T00:45:29.066Z] 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-02-19T00:45:31.530Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9775k 0 0 18.1M 0 0:00:06 --:--:-- 0:00:06 18.1M 40 115M 40 46.7M 0 0 30.6M 0 0:00:03 0:00:01 0:00:02 30.6M 74 115M 74 86.5M 0 0 34.2M 0 0:00:03 0:00:02 0:00:01 34.2M 100 115M 100 115M 0 0 35.1M 0 0:00:03 0:00:03 --:--:-- 35.1M [2021-02-19T00:45:31.530Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-19T00:45:31.530Z] + sha256sum -c sha256 [2021-02-19T00:45:31.530Z] + grep OK [2021-02-19T00:45:32.103Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-19T00:45:32.103Z] + mkdir -p /root/stage/go1.15 [2021-02-19T00:45:32.103Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-19T00:45:36.310Z] Staging go115 [2021-02-19T00:45:36.310Z] + snapcraftctl stage [2021-02-19T00:45:41.604Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-19T00:45:41.604Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-19T00:45:41.604Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-19T00:45:41.604Z] Fetched 0 B in 0s (0 B/s) [2021-02-19T00:45:41.604Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-19T00:45:41.604Z] Fetched 224 kB in 0s (0 B/s) [2021-02-19T00:45:41.604Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-19T00:45:41.604Z] Fetched 157 kB in 0s (0 B/s) [2021-02-19T00:45:41.604Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-19T00:45:41.604Z] Fetched 221 kB in 0s (0 B/s) [2021-02-19T00:45:41.604Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-19T00:45:41.604Z] Fetched 143 kB in 0s (0 B/s) [2021-02-19T00:45:41.604Z] Pulling edgex-go [2021-02-19T00:45:41.604Z] + snapcraftctl pull [2021-02-19T00:45:42.550Z] Pulling version [2021-02-19T00:45:42.550Z] + cd /root/project [2021-02-19T00:45:42.550Z] + [ -f VERSION ] [2021-02-19T00:45:42.550Z] + PROJECT_VERSION=local-dev [2021-02-19T00:45:42.550Z] + git rev-parse --short HEAD [2021-02-19T00:45:42.550Z] + GIT_REVISION=6746c016 [2021-02-19T00:45:42.550Z] + snapcraftctl set-version local-dev [2021-02-19T00:45:43.495Z] Building config-common [2021-02-19T00:45:43.495Z] + snapcraftctl build [2021-02-19T00:45:45.411Z] Skipping build go-build-helper (already ran) [2021-02-19T00:45:45.411Z] Skipping build static-packages (already ran) [2021-02-19T00:45:45.411Z] Skipping build go115 (already ran) [2021-02-19T00:45:45.674Z] Building edgex-go [2021-02-19T00:45:45.936Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-19T00:45:45.936Z] + cd /root/parts/edgex-go/src [2021-02-19T00:45:45.936Z] + make build [2021-02-19T00:45:45.936Z] 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-02-19T00:45:47.900Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-19T00:45:47.900Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-19T00:45:47.900Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-19T00:45:47.900Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.12 [2021-02-19T00:45:47.900Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.6 [2021-02-19T00:45:47.900Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-19T00:45:47.900Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-19T00:45:47.900Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-19T00:45:47.900Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-19T00:45:47.900Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-19T00:45:47.900Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-19T00:45:47.900Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-19T00:45:47.900Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-19T00:45:47.900Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-19T00:45:47.900Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-19T00:45:47.900Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-19T00:45:47.900Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-19T00:45:47.900Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-19T00:45:47.900Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-19T00:45:47.900Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-19T00:45:47.900Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-19T00:45:47.900Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-19T00:45:47.900Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-19T00:45:47.900Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-19T00:45:47.900Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-19T00:45:48.162Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-19T00:45:48.162Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-19T00:45:48.162Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-19T00:45:48.162Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-19T00:45:48.162Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-19T00:45:48.162Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-19T00:45:56.304Z] 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-02-19T00:45:56.304Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-19T00:46:01.602Z] 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-02-19T00:46:02.172Z] 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-02-19T00:46:03.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-19T00:46:04.140Z] 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-02-19T00:46:04.140Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-19T00:46:04.140Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-19T00:46:04.140Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-19T00:46:04.140Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-19T00:46:06.057Z] 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-02-19T00:46:06.057Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-19T00:46:06.057Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-19T00:46:07.441Z] 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-02-19T00:46:08.386Z] 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-02-19T00:46:08.387Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-19T00:46:09.775Z] 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-02-19T00:46:10.718Z] 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-02-19T00:46:10.718Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-19T00:46:12.101Z] 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-02-19T00:46:12.101Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-19T00:46:14.011Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-19T00:46:14.011Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-19T00:46:14.011Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-19T00:46:14.011Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-19T00:46:14.011Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-19T00:46:14.011Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-19T00:46:14.011Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-19T00:46:14.012Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-19T00:46:14.012Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-19T00:46:14.012Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-19T00:46:14.012Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-19T00:46:14.012Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-19T00:46:14.012Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-19T00:46:14.012Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-19T00:46:14.012Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-19T00:46:14.012Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-19T00:46:14.012Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-19T00:46:14.012Z] + 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-02-19T00:46:14.012Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-19T00:46:14.012Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-19T00:46:14.012Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-19T00:46:14.012Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-19T00:46:14.012Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-19T00:46:14.012Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-19T00:46:14.012Z] + 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-02-19T00:46:14.956Z] Building version [2021-02-19T00:46:14.956Z] + snapcraftctl build [2021-02-19T00:46:17.506Z] Staging config-common [2021-02-19T00:46:17.506Z] + snapcraftctl stage [2021-02-19T00:46:18.145Z] Skipping stage go-build-helper (already ran) [2021-02-19T00:46:18.145Z] Skipping stage static-packages (already ran) [2021-02-19T00:46:18.145Z] Skipping stage go115 (already ran) [2021-02-19T00:46:18.145Z] Staging edgex-go [2021-02-19T00:46:18.145Z] + snapcraftctl stage [2021-02-19T00:46:18.873Z] Staging version [2021-02-19T00:46:18.873Z] + snapcraftctl stage [2021-02-19T00:46:20.013Z] Priming config-common [2021-02-19T00:46:20.013Z] + snapcraftctl prime [2021-02-19T00:46:20.631Z] Priming go-build-helper [2021-02-19T00:46:20.631Z] + snapcraftctl prime [2021-02-19T00:46:21.656Z] Priming static-packages [2021-02-19T00:46:21.656Z] + snapcraftctl prime [2021-02-19T00:46:24.331Z] Priming go115 [2021-02-19T00:46:24.331Z] + snapcraftctl prime [2021-02-19T00:46:24.900Z] Priming edgex-go [2021-02-19T00:46:24.900Z] + snapcraftctl prime [2021-02-19T00:46:26.284Z] Priming version [2021-02-19T00:46:26.284Z] + snapcraftctl prime [2021-02-19T00:46:26.854Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-19T00:47:05.970Z] 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-02-19T00:47:21.106Z] Removing intermediate container 83bd3b9ec304 [2021-02-19T00:47:21.106Z] ---> 0a649b15d0fc [2021-02-19T00:47:21.106Z] [2021-02-19T00:47:21.106Z] Step 10/30 : FROM alpine:3.12 [2021-02-19T00:47:21.106Z] 3.12: Pulling from library/alpine [2021-02-19T00:47:21.106Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-19T00:47:21.106Z] Status: Downloaded newer image for alpine:3.12 [2021-02-19T00:47:21.106Z] ---> afeebe901d6b [2021-02-19T00:47:21.106Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-19T00:47:21.383Z] ---> Running in 78c7bf733a2b [2021-02-19T00:47:22.833Z] Removing intermediate container 78c7bf733a2b [2021-02-19T00:47:22.834Z] ---> a7375eda7f99 [2021-02-19T00:47:22.834Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-19T00:47:23.446Z] ---> Running in 5d74de3f7d6b [2021-02-19T00:47:24.442Z] Removing intermediate container e7aae4cd2e42 [2021-02-19T00:47:24.442Z] ---> 5a93584b3696 [2021-02-19T00:47:24.442Z] [2021-02-19T00:47:24.442Z] Step 10/24 : FROM alpine:3.12 [2021-02-19T00:47:24.442Z] ---> afeebe901d6b [2021-02-19T00:47:24.442Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-19T00:47:24.721Z] ---> Running in fa584f15fb2e [2021-02-19T00:47:25.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:47:26.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:47:26.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:47:26.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:47:26.922Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-19T00:47:27.199Z] (2/2) Installing su-exec (0.2-r1) [2021-02-19T00:47:27.199Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:47:27.199Z] OK: 5 MiB in 16 packages [2021-02-19T00:47:27.808Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-19T00:47:27.808Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:47:27.808Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-19T00:47:27.808Z] (4/5) Installing curl (7.69.1-r3) [2021-02-19T00:47:27.808Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-19T00:47:28.087Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:47:28.087Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:47:28.365Z] OK: 7 MiB in 19 packages [2021-02-19T00:47:30.108Z] Removing intermediate container 5d74de3f7d6b [2021-02-19T00:47:30.108Z] ---> 3239cb6931d8 [2021-02-19T00:47:30.108Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-19T00:47:30.108Z] ---> Running in 9c6b42f3e626 [2021-02-19T00:47:31.710Z] Removing intermediate container fa584f15fb2e [2021-02-19T00:47:31.710Z] ---> 37d477ac67c3 [2021-02-19T00:47:31.710Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-19T00:47:31.710Z] Removing intermediate container 9c6b42f3e626 [2021-02-19T00:47:31.710Z] ---> f95d90a217eb [2021-02-19T00:47:31.710Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-19T00:47:31.710Z] ---> Running in 551a1b55d878 [2021-02-19T00:47:31.710Z] ---> Running in 9fc2ff57360b [2021-02-19T00:47:32.363Z] Removing intermediate container 551a1b55d878 [2021-02-19T00:47:32.363Z] ---> 8abaa993bdab [2021-02-19T00:47:32.363Z] Step 13/24 : WORKDIR / [2021-02-19T00:47:32.661Z] Removing intermediate container 9fc2ff57360b [2021-02-19T00:47:32.661Z] ---> 759a227acd93 [2021-02-19T00:47:32.661Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-19T00:47:32.661Z] ---> Running in d87709ef95de [2021-02-19T00:47:32.661Z] ---> Running in 6b4ca8000ada [2021-02-19T00:47:34.187Z] Removing intermediate container d87709ef95de [2021-02-19T00:47:34.187Z] ---> 5ac86269d6c7 [2021-02-19T00:47:34.187Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-19T00:47:35.814Z] ---> 89fb28b561e6 [2021-02-19T00:47:35.814Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-19T00:47:37.254Z] Removing intermediate container 6b4ca8000ada [2021-02-19T00:47:37.254Z] ---> d4aa9da61008 [2021-02-19T00:47:37.254Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-19T00:47:37.530Z] ---> 059c7ce7e214 [2021-02-19T00:47:37.530Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-19T00:47:37.806Z] ---> Running in dc4071f36cf8 [2021-02-19T00:47:39.800Z] ---> ba4cf5d332fa [2021-02-19T00:47:39.800Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-19T00:47:39.800Z] Removing intermediate container dc4071f36cf8 [2021-02-19T00:47:39.800Z] ---> 7079a8dc9b91 [2021-02-19T00:47:39.800Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-19T00:47:42.429Z] ---> af60327d3e46 [2021-02-19T00:47:42.429Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-19T00:47:42.429Z] Removing intermediate container 4812b25a645b [2021-02-19T00:47:42.429Z] ---> 8630c071292a [2021-02-19T00:47:42.429Z] [2021-02-19T00:47:42.429Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:47:42.429Z] ---> afeebe901d6b [2021-02-19T00:47:42.429Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:47:42.704Z] ---> Running in 4bd011125bd6 [2021-02-19T00:47:42.704Z] ---> aea51d1c3d4c [2021-02-19T00:47:42.704Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-19T00:47:42.981Z] ---> Running in bf358afc9f62 [2021-02-19T00:47:43.272Z] Removing intermediate container 80f43f396151 [2021-02-19T00:47:43.272Z] ---> 0a62ea955c07 [2021-02-19T00:47:43.272Z] [2021-02-19T00:47:43.272Z] Step 10/22 : FROM alpine:3.12 [2021-02-19T00:47:43.272Z] ---> afeebe901d6b [2021-02-19T00:47:43.272Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-19T00:47:43.875Z] ---> Running in 762e9ce39e93 [2021-02-19T00:47:44.872Z] ---> 44a7867c8256 [2021-02-19T00:47:44.872Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-19T00:47:45.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:47:45.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:47:45.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:47:45.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:47:45.976Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-19T00:47:45.976Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:47:45.976Z] OK: 5 MiB in 15 packages [2021-02-19T00:47:46.250Z] ---> 36e383885e2c [2021-02-19T00:47:46.250Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-19T00:47:46.526Z] ---> Running in a19f39c58c28 [2021-02-19T00:47:46.526Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-19T00:47:46.796Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-19T00:47:46.796Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:47:46.796Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:47:47.074Z] OK: 6 MiB in 16 packages [2021-02-19T00:47:47.074Z] Removing intermediate container 4bd011125bd6 [2021-02-19T00:47:47.074Z] ---> e4aefe4eb8f3 [2021-02-19T00:47:47.074Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:47:49.074Z] ---> 2a5b765caac9 [2021-02-19T00:47:49.074Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-19T00:47:49.074Z] Removing intermediate container bf358afc9f62 [2021-02-19T00:47:49.074Z] ---> 28ec3fed78ae [2021-02-19T00:47:49.074Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:47:49.680Z] ---> Running in 6df3254d1bcc [2021-02-19T00:47:49.680Z] Removing intermediate container 762e9ce39e93 [2021-02-19T00:47:49.680Z] ---> adc4dc06ce65 [2021-02-19T00:47:49.680Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:47:50.293Z] Removing intermediate container 648c0ffa3902 [2021-02-19T00:47:50.293Z] ---> a88235c344d9 [2021-02-19T00:47:50.293Z] [2021-02-19T00:47:50.293Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:47:50.571Z] ---> afeebe901d6b [2021-02-19T00:47:50.571Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:47:50.571Z] ---> Using cache [2021-02-19T00:47:50.571Z] ---> 28ec3fed78ae [2021-02-19T00:47:50.571Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:47:50.571Z] ---> Using cache [2021-02-19T00:47:50.571Z] ---> 55b32c4eddd4 [2021-02-19T00:47:50.571Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-19T00:47:50.571Z] ---> Running in 779e630bf953 [2021-02-19T00:47:50.571Z] Removing intermediate container 6df3254d1bcc [2021-02-19T00:47:50.571Z] ---> 55b32c4eddd4 [2021-02-19T00:47:50.571Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-19T00:47:50.571Z] ---> fbf8f1eb3174 [2021-02-19T00:47:50.571Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-19T00:47:50.571Z] ---> Running in 28bcb6b3c1ce [2021-02-19T00:47:50.842Z] Removing intermediate container a19f39c58c28 [2021-02-19T00:47:50.842Z] ---> 29b10a829514 [2021-02-19T00:47:50.842Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-19T00:47:50.842Z] ---> Running in 6551ecfb1dd3 [2021-02-19T00:47:51.115Z] ---> Running in 3ed8371953c7 [2021-02-19T00:47:51.115Z] Removing intermediate container 779e630bf953 [2021-02-19T00:47:51.115Z] ---> 2054b9d62b65 [2021-02-19T00:47:51.115Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-19T00:47:51.390Z] ---> Running in 0c2eb6a51c5c [2021-02-19T00:47:51.390Z] Removing intermediate container 28bcb6b3c1ce [2021-02-19T00:47:51.390Z] ---> b6362b194b20 [2021-02-19T00:47:51.390Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-19T00:47:51.665Z] Removing intermediate container 6551ecfb1dd3 [2021-02-19T00:47:51.666Z] ---> 9357ab398379 [2021-02-19T00:47:51.666Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-19T00:47:51.666Z] ---> Running in aedec1c3d4d3 [2021-02-19T00:47:51.666Z] ---> 8e234f9f634a [2021-02-19T00:47:51.666Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-19T00:47:51.938Z] ---> Running in 93cf957861c7 [2021-02-19T00:47:51.938Z] Removing intermediate container 3ed8371953c7 [2021-02-19T00:47:51.938Z] ---> df7aaa23125b [2021-02-19T00:47:51.938Z] Step 22/24 : LABEL arch=arm64 [2021-02-19T00:47:51.938Z] Removing intermediate container 0c2eb6a51c5c [2021-02-19T00:47:51.938Z] ---> 189f55185ad0 [2021-02-19T00:47:51.938Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-19T00:47:52.212Z] ---> Running in 661365511cc7 [2021-02-19T00:47:52.212Z] ---> Running in 13442ec45610 [2021-02-19T00:47:52.212Z] Removing intermediate container aedec1c3d4d3 [2021-02-19T00:47:52.212Z] ---> 5459e44466d2 [2021-02-19T00:47:52.212Z] Step 15/23 : WORKDIR / [2021-02-19T00:47:52.810Z] Removing intermediate container 93cf957861c7 [2021-02-19T00:47:52.810Z] ---> 483773f165e7 [2021-02-19T00:47:52.810Z] Step 15/23 : WORKDIR / [2021-02-19T00:47:52.810Z] ---> Running in 79ced7c954fc [2021-02-19T00:47:52.810Z] ---> Running in 5cb97f34bf7e [2021-02-19T00:47:52.810Z] ---> 0a0b5fe9a142 [2021-02-19T00:47:52.810Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-19T00:47:53.091Z] Removing intermediate container 661365511cc7 [2021-02-19T00:47:53.091Z] ---> 37991de06231 [2021-02-19T00:47:53.091Z] Step 23/24 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:47:53.091Z] Removing intermediate container 13442ec45610 [2021-02-19T00:47:53.091Z] ---> c78a25b959f6 [2021-02-19T00:47:53.091Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:47:53.361Z] ---> Running in 47736621f7b7 [2021-02-19T00:47:53.361Z] ---> Running in cdbe1367ea8f [2021-02-19T00:47:53.635Z] Removing intermediate container 79ced7c954fc [2021-02-19T00:47:53.635Z] ---> 5c68666f493d [2021-02-19T00:47:53.635Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:47:53.635Z] Removing intermediate container 5cb97f34bf7e [2021-02-19T00:47:53.635Z] ---> 4470567d95bc [2021-02-19T00:47:53.635Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:47:53.911Z] ---> b5b871aee1a7 [2021-02-19T00:47:53.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-19T00:47:54.184Z] Removing intermediate container cdbe1367ea8f [2021-02-19T00:47:54.184Z] ---> 2feca30f3c97 [2021-02-19T00:47:54.184Z] Step 24/24 : LABEL version=0.0.0 [2021-02-19T00:47:54.184Z] Removing intermediate container 47736621f7b7 [2021-02-19T00:47:54.184Z] ---> e5e3bfe7e77b [2021-02-19T00:47:54.184Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-19T00:47:54.470Z] ---> Running in 6fce4261e715 [2021-02-19T00:47:54.745Z] ---> 7503d2c4aa34 [2021-02-19T00:47:54.745Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-19T00:47:54.745Z] ---> 2b42b9b72261 [2021-02-19T00:47:54.745Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-19T00:47:55.342Z] Removing intermediate container 6fce4261e715 [2021-02-19T00:47:55.342Z] ---> 75cb0ae6d2f5 [2021-02-19T00:47:55.342Z] [2021-02-19T00:47:55.631Z] Successfully built 75cb0ae6d2f5 [2021-02-19T00:47:55.631Z] ---> e28ef4066193 [2021-02-19T00:47:55.631Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-19T00:47:55.905Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-19T00:47:55.905Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-02-19T00:47:55.905Z] ---> f3004e765324 [2021-02-19T00:47:55.905Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-19T00:47:56.919Z] ---> Running in 3b3aa1fd1eeb [2021-02-19T00:47:56.919Z] ---> 2f7360be0116 [2021-02-19T00:47:56.919Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-19T00:47:56.919Z] ---> 876c560b6f7f [2021-02-19T00:47:56.919Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-19T00:47:56.919Z] ---> b9675dbd6b1f [2021-02-19T00:47:56.919Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-19T00:47:57.538Z] ---> Running in b4b8cc3af441 [2021-02-19T00:47:59.541Z] ---> 21fc8aa0b24f [2021-02-19T00:47:59.541Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-19T00:47:59.817Z] ---> 3fd52ae5ca4b [2021-02-19T00:47:59.817Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-19T00:47:59.817Z] Removing intermediate container b4b8cc3af441 [2021-02-19T00:47:59.817Z] ---> cb2472342a31 [2021-02-19T00:47:59.817Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:48:00.094Z] ---> Running in 464fff1fcbf6 [2021-02-19T00:48:00.389Z] ---> Running in 620d40932e6f [2021-02-19T00:48:00.389Z] ---> Running in 3157bf8d38c9 [2021-02-19T00:48:00.689Z] Removing intermediate container 464fff1fcbf6 [2021-02-19T00:48:00.689Z] ---> f7503f569b1f [2021-02-19T00:48:00.689Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:48:01.686Z] ---> Running in 11d9b18907ed [2021-02-19T00:48:01.686Z] Removing intermediate container 3157bf8d38c9 [2021-02-19T00:48:01.686Z] ---> 08462928d0ab [2021-02-19T00:48:01.686Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:48:01.686Z] Removing intermediate container 620d40932e6f [2021-02-19T00:48:01.686Z] ---> ec7b8e63cc00 [2021-02-19T00:48:01.686Z] Step 20/22 : LABEL arch=arm64 [2021-02-19T00:48:01.686Z] Removing intermediate container 3b3aa1fd1eeb [2021-02-19T00:48:01.686Z] ---> 40b6f15b4191 [2021-02-19T00:48:01.686Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-19T00:48:01.968Z] ---> Running in 1f346bb65adf [2021-02-19T00:48:01.968Z] ---> Running in 6b65aa492526 [2021-02-19T00:48:02.580Z] ---> Running in 6bd1975350bb [2021-02-19T00:48:02.580Z] Removing intermediate container 11d9b18907ed [2021-02-19T00:48:02.580Z] ---> 716f0d68db81 [2021-02-19T00:48:02.580Z] Step 21/23 : LABEL arch=arm64 [2021-02-19T00:48:02.858Z] Removing intermediate container 1f346bb65adf [2021-02-19T00:48:02.858Z] ---> 5a1bc802874c [2021-02-19T00:48:02.858Z] Removing intermediate container 6b65aa492526 [2021-02-19T00:48:02.858Z] Step 21/22 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:48:02.858Z] ---> 943d0b9691c1 [2021-02-19T00:48:02.858Z] Step 21/23 : LABEL arch=arm64 [2021-02-19T00:48:02.858Z] ---> Running in 76c3467c72b4 [2021-02-19T00:48:02.858Z] ---> Running in e6f718df72ce [2021-02-19T00:48:02.858Z] ---> Running in 512024d854da [2021-02-19T00:48:03.148Z] Removing intermediate container 6bd1975350bb [2021-02-19T00:48:03.148Z] ---> 8edbc2d63bcb [2021-02-19T00:48:03.148Z] Step 27/30 : CMD ["gate"] [2021-02-19T00:48:03.758Z] Removing intermediate container 76c3467c72b4 [2021-02-19T00:48:03.758Z] ---> 34572e95786c [2021-02-19T00:48:03.758Z] Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:48:03.758Z] ---> Running in db73b3272df9 [2021-02-19T00:48:03.758Z] Removing intermediate container 512024d854da [2021-02-19T00:48:03.758Z] ---> d7cbd8578c56 [2021-02-19T00:48:03.758Z] Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:48:04.036Z] ---> Running in 893fc2d94f0d [2021-02-19T00:48:04.037Z] Removing intermediate container e6f718df72ce [2021-02-19T00:48:04.037Z] ---> 22ccda0a81f1 [2021-02-19T00:48:04.037Z] Step 22/22 : LABEL version=0.0.0 [2021-02-19T00:48:04.316Z] ---> Running in 8efce3049672 [2021-02-19T00:48:04.316Z] ---> Running in 16d92ec7ff3a [2021-02-19T00:48:04.597Z] Removing intermediate container db73b3272df9 [2021-02-19T00:48:04.597Z] ---> c015439047b5 [2021-02-19T00:48:04.597Z] Step 28/30 : LABEL arch=arm64 [2021-02-19T00:48:05.203Z] Removing intermediate container 8efce3049672 [2021-02-19T00:48:05.203Z] ---> 0fab8f03bf4d [2021-02-19T00:48:05.203Z] [2021-02-19T00:48:05.203Z] Removing intermediate container 893fc2d94f0d [2021-02-19T00:48:05.203Z] ---> da337efd353b [2021-02-19T00:48:05.203Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:48:05.816Z] Successfully built 0fab8f03bf4d [2021-02-19T00:48:05.816Z] ---> Running in 29809c5766d1 [2021-02-19T00:48:05.816Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-19T00:48:05.816Z] Removing intermediate container 16d92ec7ff3a [2021-02-19T00:48:05.816Z] ---> 2651f9fbbf97 [2021-02-19T00:48:05.816Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:48:05.816Z] Building docker-security-proxy-setup-go [2021-02-19T00:48:06.092Z]  Building docker-support-notifications-go ... done  ---> Running in e2356eecfcea [2021-02-19T00:48:06.092Z] ---> Running in 1eef88ad5deb [2021-02-19T00:48:06.367Z] Removing intermediate container 29809c5766d1 [2021-02-19T00:48:06.367Z] ---> 8dd7b524d39b [2021-02-19T00:48:06.367Z] Step 29/30 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:48:06.965Z] ---> Running in 5de91f470f1a [2021-02-19T00:48:06.965Z] Removing intermediate container 1eef88ad5deb [2021-02-19T00:48:06.965Z] ---> e334a8ab7a0b [2021-02-19T00:48:06.965Z] [2021-02-19T00:48:06.965Z] Removing intermediate container e2356eecfcea [2021-02-19T00:48:06.965Z] ---> 8d81f50a4138 [2021-02-19T00:48:06.965Z] [2021-02-19T00:48:07.571Z] Successfully built 8d81f50a4138 [2021-02-19T00:48:07.571Z] Successfully built e334a8ab7a0b [2021-02-19T00:48:08.186Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-19T00:48:08.186Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-19T00:48:08.186Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-19T00:48:08.186Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-02-19T00:48:08.186Z] Removing intermediate container 5de91f470f1a [2021-02-19T00:48:08.186Z] ---> 014e249511b5 [2021-02-19T00:48:08.186Z] Step 30/30 : LABEL version=0.0.0 [2021-02-19T00:48:08.808Z] ---> Running in a39ea40accab [2021-02-19T00:48:09.412Z] Removing intermediate container a39ea40accab [2021-02-19T00:48:09.412Z] ---> 6e0be2ec6eb2 [2021-02-19T00:48:09.412Z] [2021-02-19T00:48:09.686Z] Successfully built 6e0be2ec6eb2 [2021-02-19T00:48:09.686Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-19T00:48:31.879Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:48:31.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:48:31.879Z] ---> a4da6416fedb [2021-02-19T00:48:31.879Z] Step 3/22 : WORKDIR /edgex-go [2021-02-19T00:48:31.879Z] ---> Using cache [2021-02-19T00:48:31.879Z] ---> efd552732f1f [2021-02-19T00:48:31.879Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:48:31.879Z] ---> Using cache [2021-02-19T00:48:31.879Z] ---> d71ac53b5ddb [2021-02-19T00:48:31.879Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-19T00:48:31.879Z] ---> Using cache [2021-02-19T00:48:31.879Z] ---> ccb5fe0465c9 [2021-02-19T00:48:31.879Z] Step 6/22 : COPY go.mod . [2021-02-19T00:48:31.879Z] ---> Using cache [2021-02-19T00:48:31.879Z] ---> 246bc7c9f120 [2021-02-19T00:48:31.879Z] Step 7/22 : RUN go mod download [2021-02-19T00:48:31.879Z] ---> Using cache [2021-02-19T00:48:31.879Z] ---> 6a57ff09f75f [2021-02-19T00:48:31.879Z] Step 8/22 : COPY . . [2021-02-19T00:48:31.879Z] ---> Using cache [2021-02-19T00:48:31.879Z] ---> db7bf0495de8 [2021-02-19T00:48:31.879Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-19T00:48:38.617Z] ---> Running in 1eebbdd82094 [2021-02-19T00:48:40.062Z] 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-02-19T00:48:50.272Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:48:50.272Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:48:50.272Z] ---> a4da6416fedb [2021-02-19T00:48:50.272Z] Step 3/21 : WORKDIR /edgex-go [2021-02-19T00:48:50.272Z] ---> Using cache [2021-02-19T00:48:50.272Z] ---> efd552732f1f [2021-02-19T00:48:50.272Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:48:50.272Z] ---> Using cache [2021-02-19T00:48:50.272Z] ---> d71ac53b5ddb [2021-02-19T00:48:50.272Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-19T00:48:50.272Z] ---> Using cache [2021-02-19T00:48:50.272Z] ---> ccb5fe0465c9 [2021-02-19T00:48:50.272Z] Step 6/21 : COPY go.mod . [2021-02-19T00:48:50.272Z] ---> Using cache [2021-02-19T00:48:50.272Z] ---> 246bc7c9f120 [2021-02-19T00:48:50.272Z] Step 7/21 : RUN go mod download [2021-02-19T00:48:50.272Z] ---> Using cache [2021-02-19T00:48:50.272Z] ---> 6a57ff09f75f [2021-02-19T00:48:50.272Z] Step 8/21 : COPY . . [2021-02-19T00:48:50.272Z] ---> Using cache [2021-02-19T00:48:50.272Z] ---> db7bf0495de8 [2021-02-19T00:48:50.272Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-19T00:48:51.748Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:48:51.748Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:48:51.748Z] ---> a4da6416fedb [2021-02-19T00:48:51.748Z] Step 3/26 : WORKDIR /edgex-go [2021-02-19T00:48:51.748Z] ---> Using cache [2021-02-19T00:48:51.748Z] ---> efd552732f1f [2021-02-19T00:48:51.748Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:48:51.748Z] ---> Using cache [2021-02-19T00:48:51.748Z] ---> d71ac53b5ddb [2021-02-19T00:48:51.748Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-19T00:48:52.360Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:48:52.360Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:48:52.360Z] ---> a4da6416fedb [2021-02-19T00:48:52.360Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:48:52.360Z] ---> Using cache [2021-02-19T00:48:52.360Z] ---> efd552732f1f [2021-02-19T00:48:52.360Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:48:52.360Z] ---> Using cache [2021-02-19T00:48:52.360Z] ---> d71ac53b5ddb [2021-02-19T00:48:52.360Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-19T00:48:53.823Z] ---> Running in 780f5739f878 [2021-02-19T00:48:53.823Z] ---> Running in 5ef2214e11b3 [2021-02-19T00:48:53.823Z] ---> Running in eeb6d43727f3 [2021-02-19T00:48:56.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:48:56.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:48:56.450Z] 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-02-19T00:48:57.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:48:57.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:48:58.024Z] OK: 217 MiB in 51 packages [2021-02-19T00:48:58.024Z] OK: 217 MiB in 51 packages [2021-02-19T00:49:00.008Z] Removing intermediate container eeb6d43727f3 [2021-02-19T00:49:00.008Z] ---> f4a48dcdafe9 [2021-02-19T00:49:00.008Z] Step 6/23 : COPY go.mod . [2021-02-19T00:49:00.008Z] Removing intermediate container 5ef2214e11b3 [2021-02-19T00:49:00.008Z] ---> 2d8f16e6a762 [2021-02-19T00:49:00.008Z] Step 6/26 : COPY go.mod . [2021-02-19T00:49:01.453Z] ---> 5bf6e8bed7ce [2021-02-19T00:49:01.453Z] Step 7/23 : RUN go mod download [2021-02-19T00:49:01.453Z] ---> e57e4a198adf [2021-02-19T00:49:01.453Z] Step 7/26 : RUN go mod download [2021-02-19T00:49:01.453Z] ---> Running in 9bb2d27cb63b [2021-02-19T00:49:01.729Z] ---> Running in df20f6ec06d2 [2021-02-19T00:49:06.063Z] Removing intermediate container 9bb2d27cb63b [2021-02-19T00:49:06.063Z] ---> d1ad168383f6 [2021-02-19T00:49:06.063Z] Step 8/23 : COPY . . [2021-02-19T00:49:06.667Z] Removing intermediate container df20f6ec06d2 [2021-02-19T00:49:06.667Z] ---> b98c183bea64 [2021-02-19T00:49:06.667Z] Step 8/26 : COPY . . [2021-02-19T00:49:39.099Z] ---> 868794fa43e1 [2021-02-19T00:49:39.099Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-19T00:49:39.099Z] ---> b36957046838 [2021-02-19T00:49:39.099Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-19T00:49:39.099Z] ---> Running in f18c9b217ea6 [2021-02-19T00:49:39.099Z] ---> Running in fc8d10385e6e [2021-02-19T00:49:40.549Z] 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-02-19T00:49:40.825Z] 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-02-19T00:49:50.998Z] Removing intermediate container 1eebbdd82094 [2021-02-19T00:49:50.998Z] ---> e72c653090c0 [2021-02-19T00:49:50.998Z] [2021-02-19T00:49:50.998Z] Step 10/22 : FROM alpine:3.12 [2021-02-19T00:49:50.998Z] ---> afeebe901d6b [2021-02-19T00:49:50.998Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:49:50.998Z] ---> Using cache [2021-02-19T00:49:50.998Z] ---> 28ec3fed78ae [2021-02-19T00:49:50.998Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:49:50.998Z] ---> Using cache [2021-02-19T00:49:50.998Z] ---> 55b32c4eddd4 [2021-02-19T00:49:50.998Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-19T00:49:51.273Z] ---> Running in d69a93a67391 [2021-02-19T00:49:51.876Z] Removing intermediate container d69a93a67391 [2021-02-19T00:49:51.876Z] ---> 7ff29180a535 [2021-02-19T00:49:51.876Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-19T00:49:52.151Z] ---> Running in ad797b0a15fd [2021-02-19T00:49:52.761Z] Removing intermediate container ad797b0a15fd [2021-02-19T00:49:52.762Z] ---> f581c677aefe [2021-02-19T00:49:52.762Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:49:54.212Z] ---> c1dc2ff02ca9 [2021-02-19T00:49:54.212Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-19T00:49:55.676Z] 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-02-19T00:49:56.282Z] ---> 40ae622c6b03 [2021-02-19T00:49:56.282Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-19T00:49:57.280Z] ---> 2d17ff78c185 [2021-02-19T00:49:57.281Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-19T00:49:57.562Z] ---> Running in 9b8584bbea22 [2021-02-19T00:49:58.563Z] Removing intermediate container 9b8584bbea22 [2021-02-19T00:49:58.563Z] ---> 8dd310f44339 [2021-02-19T00:49:58.563Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:49:58.563Z] ---> Running in 5ac7a203d8f6 [2021-02-19T00:49:59.176Z] Removing intermediate container 5ac7a203d8f6 [2021-02-19T00:49:59.455Z] ---> 281ecf0e16ce [2021-02-19T00:49:59.455Z] Step 20/22 : LABEL arch=arm64 [2021-02-19T00:49:59.455Z] ---> Running in 8d308409e3da [2021-02-19T00:50:00.470Z] Removing intermediate container 8d308409e3da [2021-02-19T00:50:00.470Z] ---> 3188c43d6431 [2021-02-19T00:50:00.470Z] Step 21/22 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:50:00.470Z] ---> Running in 3a87b76ddf29 [2021-02-19T00:50:01.475Z] Removing intermediate container 3a87b76ddf29 [2021-02-19T00:50:01.475Z] ---> 6f7cc7e78cfb [2021-02-19T00:50:01.475Z] Step 22/22 : LABEL version=0.0.0 [2021-02-19T00:50:01.760Z] ---> Running in debc61831946 [2021-02-19T00:50:02.780Z] Removing intermediate container debc61831946 [2021-02-19T00:50:02.780Z] ---> 5bf717473308 [2021-02-19T00:50:02.780Z] [2021-02-19T00:50:03.059Z] Successfully built 5bf717473308 [2021-02-19T00:50:03.059Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-19T00:50:15.512Z]  Building docker-support-scheduler-go ... done Removing intermediate container 780f5739f878 [2021-02-19T00:50:15.512Z] ---> c40568a987ca [2021-02-19T00:50:15.512Z] [2021-02-19T00:50:15.512Z] Step 10/21 : FROM alpine:3.12 [2021-02-19T00:50:15.512Z] ---> afeebe901d6b [2021-02-19T00:50:15.512Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-19T00:50:15.512Z] ---> Running in e9123ac2cec3 [2021-02-19T00:50:15.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:50:16.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:50:16.672Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-19T00:50:16.672Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:50:16.672Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-19T00:50:16.672Z] (4/4) Installing curl (7.69.1-r3) [2021-02-19T00:50:16.672Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:50:16.672Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:50:16.948Z] OK: 7 MiB in 18 packages [2021-02-19T00:50:19.604Z] Removing intermediate container e9123ac2cec3 [2021-02-19T00:50:19.604Z] ---> f44bce09ed30 [2021-02-19T00:50:19.604Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-19T00:50:19.881Z] ---> Running in ad6acabc7c75 [2021-02-19T00:50:20.491Z] Removing intermediate container ad6acabc7c75 [2021-02-19T00:50:20.491Z] ---> 3c62c5ad1825 [2021-02-19T00:50:20.491Z] Step 13/21 : WORKDIR /edgex [2021-02-19T00:50:20.767Z] ---> Running in 43caf5ac6712 [2021-02-19T00:50:21.373Z] Removing intermediate container 43caf5ac6712 [2021-02-19T00:50:21.373Z] ---> 4f4e56788188 [2021-02-19T00:50:21.373Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-19T00:50:22.392Z] ---> 8ad67e3c44b3 [2021-02-19T00:50:22.392Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-19T00:50:24.393Z] ---> d13c62e9a9d8 [2021-02-19T00:50:24.393Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-19T00:50:26.393Z] ---> fd5d5f41e4d0 [2021-02-19T00:50:26.393Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-19T00:50:26.684Z] ---> Running in cb677970cfee [2021-02-19T00:50:27.293Z] Removing intermediate container cb677970cfee [2021-02-19T00:50:27.293Z] ---> f9c0a1a3246d [2021-02-19T00:50:27.293Z] Step 18/21 : CMD ["--init=true"] [2021-02-19T00:50:27.570Z] ---> Running in ae77ae021582 [2021-02-19T00:50:28.172Z] Removing intermediate container ae77ae021582 [2021-02-19T00:50:28.172Z] ---> 42fbd551d42c [2021-02-19T00:50:28.172Z] Step 19/21 : LABEL arch=arm64 [2021-02-19T00:50:28.448Z] ---> Running in e8d11d6d6375 [2021-02-19T00:50:29.059Z] Removing intermediate container e8d11d6d6375 [2021-02-19T00:50:29.059Z] ---> e07201610af1 [2021-02-19T00:50:29.059Z] Step 20/21 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:50:29.343Z] ---> Running in b43c46a5678e [2021-02-19T00:50:30.338Z] Removing intermediate container b43c46a5678e [2021-02-19T00:50:30.338Z] ---> 205dd64f32ee [2021-02-19T00:50:30.338Z] Step 21/21 : LABEL version=0.0.0 [2021-02-19T00:50:30.338Z] ---> Running in 7f99ea81ce7f [2021-02-19T00:50:30.944Z] Removing intermediate container 7f99ea81ce7f [2021-02-19T00:50:30.944Z] ---> 334d728ccd7a [2021-02-19T00:50:30.944Z] [2021-02-19T00:50:31.550Z] Successfully built 334d728ccd7a [2021-02-19T00:50:31.550Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-19T00:50:49.892Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f18c9b217ea6 [2021-02-19T00:50:49.892Z] ---> e98da75c9c4f [2021-02-19T00:50:49.892Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-19T00:50:49.892Z] ---> Running in 99fc47b41212 [2021-02-19T00:50:51.324Z] 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-02-19T00:50:54.719Z] Removing intermediate container 99fc47b41212 [2021-02-19T00:50:54.719Z] ---> 08d205b78cda [2021-02-19T00:50:54.719Z] [2021-02-19T00:50:54.719Z] Step 11/26 : FROM docker:20.10.0 [2021-02-19T00:50:54.719Z] 20.10.0: Pulling from library/docker [2021-02-19T00:51:04.878Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-19T00:51:04.878Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-19T00:51:04.878Z] ---> eeaf43b92773 [2021-02-19T00:51:04.878Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-19T00:51:04.878Z] ---> Running in 48ee7f2c1142 [2021-02-19T00:51:05.477Z] Removing intermediate container fc8d10385e6e [2021-02-19T00:51:05.477Z] ---> b80c276b7629 [2021-02-19T00:51:05.477Z] [2021-02-19T00:51:05.477Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:51:05.477Z] ---> afeebe901d6b [2021-02-19T00:51:05.477Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-19T00:51:05.748Z] ---> Running in 69e26f646c36 [2021-02-19T00:51:06.022Z] Removing intermediate container 69e26f646c36 [2021-02-19T00:51:06.023Z] ---> 15f8f9e42280 [2021-02-19T00:51:06.023Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-19T00:51:06.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:51:06.303Z] ---> Running in 10c358185a3c [2021-02-19T00:51:06.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:51:06.897Z] Removing intermediate container 10c358185a3c [2021-02-19T00:51:06.897Z] ---> b7074b06e75a [2021-02-19T00:51:06.897Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-19T00:51:06.897Z] ---> Running in f158dd79d98b [2021-02-19T00:51:06.897Z] (1/2) Installing readline (8.0.4-r0) [2021-02-19T00:51:06.897Z] (2/2) Installing bash (5.0.17-r0) [2021-02-19T00:51:06.897Z] Executing bash-5.0.17-r0.post-install [2021-02-19T00:51:06.897Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:51:07.170Z] OK: 12 MiB in 22 packages [2021-02-19T00:51:07.442Z] Removing intermediate container f158dd79d98b [2021-02-19T00:51:07.442Z] ---> f1f0a3f2b3f9 [2021-02-19T00:51:07.442Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:51:07.442Z] ---> Running in fac77ff68f37 [2021-02-19T00:51:08.421Z] Removing intermediate container 48ee7f2c1142 [2021-02-19T00:51:08.421Z] ---> b00dadf9d505 [2021-02-19T00:51:08.421Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-19T00:51:08.695Z] ---> Running in 27040d8dbb42 [2021-02-19T00:51:09.289Z] Removing intermediate container 27040d8dbb42 [2021-02-19T00:51:09.289Z] ---> efd3a84d0cdd [2021-02-19T00:51:09.289Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-19T00:51:09.564Z] ---> Running in 1c3943db79e6 [2021-02-19T00:51:10.163Z] Removing intermediate container fac77ff68f37 [2021-02-19T00:51:10.163Z] ---> d11254a180c5 [2021-02-19T00:51:10.163Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-19T00:51:10.163Z] Removing intermediate container 1c3943db79e6 [2021-02-19T00:51:10.163Z] ---> d3dd807ce73f [2021-02-19T00:51:10.163Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-19T00:51:10.163Z] ---> Running in 4d3e2b400c75 [2021-02-19T00:51:10.163Z] ---> Running in a301d34ba827 [2021-02-19T00:51:10.758Z] Removing intermediate container 4d3e2b400c75 [2021-02-19T00:51:10.758Z] ---> c81ee7ef91fb [2021-02-19T00:51:10.758Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-19T00:51:11.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:51:11.950Z] ---> 80f3426f31cc [2021-02-19T00:51:11.950Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-19T00:51:12.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:51:12.818Z] ---> c19edf59b8c4 [2021-02-19T00:51:12.818Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-19T00:51:13.090Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-19T00:51:13.090Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-19T00:51:13.362Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-19T00:51:13.362Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-19T00:51:13.634Z] ---> 443752438d5a [2021-02-19T00:51:13.634Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-19T00:51:13.634Z] ---> Running in 4854f1891404 [2021-02-19T00:51:13.907Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-19T00:51:13.907Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-19T00:51:14.180Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:51:14.181Z] OK: 8 MiB in 20 packages [2021-02-19T00:51:14.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:51:15.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:51:15.653Z] Removing intermediate container a301d34ba827 [2021-02-19T00:51:15.653Z] ---> 4fbed6fd1e97 [2021-02-19T00:51:15.653Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:51:15.653Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-19T00:51:15.653Z] (2/33) Installing expat (2.2.9-r1) [2021-02-19T00:51:15.653Z] (3/33) Installing libffi (3.3-r2) [2021-02-19T00:51:15.653Z] (4/33) Installing gdbm (1.13-r1) [2021-02-19T00:51:15.653Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-19T00:51:15.653Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-19T00:51:15.653Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-19T00:51:17.081Z] ---> dd52a7881efd [2021-02-19T00:51:17.081Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-19T00:51:17.674Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-19T00:51:17.674Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-19T00:51:17.674Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-19T00:51:17.674Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-19T00:51:17.674Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-19T00:51:17.675Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-19T00:51:17.675Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-19T00:51:17.948Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-19T00:51:17.948Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-19T00:51:17.948Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-19T00:51:17.949Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-19T00:51:17.949Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-19T00:51:17.949Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-19T00:51:17.949Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-19T00:51:17.949Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-19T00:51:17.949Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-19T00:51:17.949Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-19T00:51:17.949Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-19T00:51:17.949Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-19T00:51:18.248Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-19T00:51:18.249Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-19T00:51:18.249Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-19T00:51:18.249Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-19T00:51:18.249Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-19T00:51:18.249Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-19T00:51:18.249Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-19T00:51:18.249Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:51:18.533Z] OK: 71 MiB in 55 packages [2021-02-19T00:51:18.885Z] ---> 461e13a9d7f4 [2021-02-19T00:51:18.885Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-19T00:51:19.544Z] ---> fafd33e6d484 [2021-02-19T00:51:19.544Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-19T00:51:19.958Z] ---> Running in 240c99f0366f [2021-02-19T00:51:20.605Z] Removing intermediate container 240c99f0366f [2021-02-19T00:51:20.605Z] ---> 26b83e9e1b21 [2021-02-19T00:51:20.605Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:51:20.902Z] ---> Running in 95a6e5635b29 [2021-02-19T00:51:21.517Z] Removing intermediate container 95a6e5635b29 [2021-02-19T00:51:21.517Z] ---> 78f809436d6d [2021-02-19T00:51:21.517Z] Step 21/23 : LABEL arch=arm64 [2021-02-19T00:51:21.829Z] ---> Running in 16f31938f854 [2021-02-19T00:51:22.463Z] Removing intermediate container 16f31938f854 [2021-02-19T00:51:22.463Z] ---> 2d8c2891dbda [2021-02-19T00:51:22.463Z] Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:51:22.751Z] ---> Running in cc13a5bf5b9a [2021-02-19T00:51:23.349Z] Removing intermediate container cc13a5bf5b9a [2021-02-19T00:51:23.349Z] ---> 5ea8ac5a8191 [2021-02-19T00:51:23.349Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:51:23.648Z] ---> Running in 6dcd5fe2974d [2021-02-19T00:51:24.300Z] Removing intermediate container 6dcd5fe2974d [2021-02-19T00:51:24.300Z] ---> 0fb84b1d418a [2021-02-19T00:51:24.300Z] [2021-02-19T00:51:24.572Z] Successfully built 0fb84b1d418a [2021-02-19T00:51:24.845Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-19T00:51:25.826Z]  Building docker-core-data-go ... done Removing intermediate container 4854f1891404 [2021-02-19T00:51:25.826Z] ---> 56a9cda5b3ba [2021-02-19T00:51:25.826Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-19T00:51:25.826Z] ---> Running in d7517f10bdb2 [2021-02-19T00:51:32.527Z] Collecting docker-compose==1.23.2 [2021-02-19T00:51:32.527Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-19T00:51:33.498Z] Collecting PyYAML<4,>=3.10 [2021-02-19T00:51:33.498Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-19T00:51:37.784Z] Collecting docopt<0.7,>=0.6.1 [2021-02-19T00:51:37.784Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-19T00:51:40.391Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-19T00:51:40.391Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-19T00:51:42.355Z] Collecting cached-property<2,>=1.2.0 [2021-02-19T00:51:42.355Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-19T00:51:43.327Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-19T00:51:43.327Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-19T00:51:43.327Z] 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-02-19T00:51:44.754Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-19T00:51:44.754Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-19T00:51:45.345Z] Collecting jsonschema<3,>=2.5.1 [2021-02-19T00:51:45.345Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-19T00:51:45.616Z] Collecting texttable<0.10,>=0.9.0 [2021-02-19T00:51:45.616Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-19T00:51:48.988Z] Collecting docker<4.0,>=3.6.0 [2021-02-19T00:51:48.988Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-19T00:51:49.259Z] Collecting idna<2.8,>=2.5 [2021-02-19T00:51:49.259Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-19T00:51:49.259Z] 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-02-19T00:51:49.852Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-19T00:51:49.852Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-19T00:51:50.122Z] 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-02-19T00:51:50.392Z] Collecting docker-pycreds>=0.4.0 [2021-02-19T00:51:50.392Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-19T00:51:50.663Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-19T00:51:50.663Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-19T00:51:50.663Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-19T00:51:50.663Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-19T00:51:51.636Z] Installing collected packages: PyYAML, docopt, dockerpty, cached-property, websocket-client, idna, urllib3, requests, jsonschema, texttable, docker-pycreds, docker, docker-compose [2021-02-19T00:51:51.636Z] Running setup.py install for PyYAML: started [2021-02-19T00:51:54.240Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-19T00:51:54.240Z] Running setup.py install for docopt: started [2021-02-19T00:51:56.848Z] Running setup.py install for docopt: finished with status 'done' [2021-02-19T00:51:56.848Z] Running setup.py install for dockerpty: started [2021-02-19T00:51:59.456Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-19T00:51:59.456Z] Attempting uninstall: idna [2021-02-19T00:51:59.456Z] Found existing installation: idna 2.9 [2021-02-19T00:51:59.728Z] Uninstalling idna-2.9: [2021-02-19T00:51:59.728Z] Successfully uninstalled idna-2.9 [2021-02-19T00:52:00.325Z] Attempting uninstall: urllib3 [2021-02-19T00:52:00.325Z] Found existing installation: urllib3 1.25.9 [2021-02-19T00:52:00.325Z] Uninstalling urllib3-1.25.9: [2021-02-19T00:52:00.596Z] Successfully uninstalled urllib3-1.25.9 [2021-02-19T00:52:01.579Z] Attempting uninstall: requests [2021-02-19T00:52:01.579Z] Found existing installation: requests 2.23.0 [2021-02-19T00:52:01.579Z] Uninstalling requests-2.23.0: [2021-02-19T00:52:01.579Z] Successfully uninstalled requests-2.23.0 [2021-02-19T00:52:02.174Z] Running setup.py install for texttable: started [2021-02-19T00:52:04.780Z] Running setup.py install for texttable: finished with status 'done' [2021-02-19T00:52:06.745Z] 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.57.0 [2021-02-19T00:52:12.125Z] Removing intermediate container d7517f10bdb2 [2021-02-19T00:52:12.125Z] ---> 76bba5039716 [2021-02-19T00:52:12.125Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-19T00:52:12.125Z] ---> Running in 68a8a020c8d7 [2021-02-19T00:52:12.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:52:12.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:52:13.311Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:52:13.311Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-19T00:52:13.583Z] (3/3) Installing curl (7.69.1-r3) [2021-02-19T00:52:13.583Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:52:13.583Z] OK: 71 MiB in 58 packages [2021-02-19T00:52:15.011Z] Removing intermediate container 68a8a020c8d7 [2021-02-19T00:52:15.011Z] ---> cd424b67ecf5 [2021-02-19T00:52:15.012Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-19T00:52:15.012Z] ---> Running in 2e204e81ddf8 [2021-02-19T00:52:15.603Z] Removing intermediate container 2e204e81ddf8 [2021-02-19T00:52:15.603Z] ---> 03f3c44bb595 [2021-02-19T00:52:15.603Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:52:15.603Z] ---> Running in 697db3c457e0 [2021-02-19T00:52:16.199Z] Removing intermediate container 697db3c457e0 [2021-02-19T00:52:16.199Z] ---> 60fac10e9e62 [2021-02-19T00:52:16.199Z] Step 24/26 : LABEL arch=arm64 [2021-02-19T00:52:16.199Z] ---> Running in bb03ad7a27c9 [2021-02-19T00:52:16.792Z] Removing intermediate container bb03ad7a27c9 [2021-02-19T00:52:16.792Z] ---> fcf210570f35 [2021-02-19T00:52:16.792Z] Step 25/26 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 [2021-02-19T00:52:16.792Z] ---> Running in 79e4ca955bbb [2021-02-19T00:52:17.385Z] Removing intermediate container 79e4ca955bbb [2021-02-19T00:52:17.385Z] ---> 9b4402405e63 [2021-02-19T00:52:17.385Z] Step 26/26 : LABEL version=0.0.0 [2021-02-19T00:52:17.661Z] ---> Running in ff12941c04ca [2021-02-19T00:52:17.932Z] Removing intermediate container ff12941c04ca [2021-02-19T00:52:17.933Z] ---> 82877b1fecc0 [2021-02-19T00:52:17.933Z] [2021-02-19T00:52:18.532Z] Successfully built 82877b1fecc0 [2021-02-19T00:52:18.532Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-19T00:52:19.143Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-19T00:52:19.143Z] $ docker stop --time=1 3dbed112ad186dff15a51c916e802c21ea7e89d4cf9b2c0bab58e2cad2c9ed3a [2021-02-19T00:52:21.035Z] $ docker rm -f 3dbed112ad186dff15a51c916e802c21ea7e89d4cf9b2c0bab58e2cad2c9ed3a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T00:52:21.764Z] + docker images [2021-02-19T00:52:21.764Z] + grep docker [2021-02-19T00:52:22.037Z] docker-sys-mgmt-agent-go-arm64 latest 82877b1fecc0 4 seconds ago 300MB [2021-02-19T00:52:22.037Z] docker-core-data-go-arm64 latest 0fb84b1d418a 58 seconds ago 21.1MB [2021-02-19T00:52:22.037Z] docker-security-proxy-setup-go-arm64 latest 334d728ccd7a About a minute ago 23.4MB [2021-02-19T00:52:22.037Z] docker-support-scheduler-go-arm64 latest 5bf717473308 2 minutes ago 16.3MB [2021-02-19T00:52:22.037Z] docker-security-bootstrapper-go-arm64 latest 6e0be2ec6eb2 4 minutes ago 17.2MB [2021-02-19T00:52:22.037Z] docker-core-metadata-go-arm64 latest 8d81f50a4138 4 minutes ago 17.9MB [2021-02-19T00:52:22.037Z] docker-core-command-go-arm64 latest e334a8ab7a0b 4 minutes ago 16.2MB [2021-02-19T00:52:22.037Z] docker-support-notifications-go-arm64 latest 0fab8f03bf4d 4 minutes ago 16.8MB [2021-02-19T00:52:22.037Z] docker-security-secretstore-setup-go-arm64 latest 75cb0ae6d2f5 4 minutes ago 23.6MB [2021-02-19T00:52:22.037Z] docker 20.10.0 eeaf43b92773 2 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 [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-02-19T00:52:24.218Z] provisioning config files... [2021-02-19T00:52:24.231Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config827961220622585699tmp [Pipeline] { [Pipeline] sh [2021-02-19T00:52:24.648Z] + set +x [2021-02-19T00:52:24.649Z] + curl -s https://codecov.io/bash [2021-02-19T00:52:24.649Z] + bash -s -- [2021-02-19T00:52:25.231Z] [2021-02-19T00:52:25.231Z] _____ _ [2021-02-19T00:52:25.231Z] / ____| | | [2021-02-19T00:52:25.231Z] | | ___ __| | ___ ___ _____ __ [2021-02-19T00:52:25.231Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-19T00:52:25.231Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-19T00:52:25.231Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-19T00:52:25.231Z] Bash-20210129-7c25fce [2021-02-19T00:52:25.231Z] [2021-02-19T00:52:25.231Z] [2021-02-19T00:52:25.231Z] ==> git version 2.24.3 found [2021-02-19T00:52:25.231Z] ==> 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-02-19T00:52:25.231Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-19T00:52:25.231Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-19T00:52:25.231Z] ==> Jenkins CI detected. [2021-02-19T00:52:25.231Z] project root: . [2021-02-19T00:52:25.231Z] --> token set from env [2021-02-19T00:52:25.231Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-19T00:52:25.231Z] ==> Running gcov in . (disable via -X gcov) [2021-02-19T00:52:25.231Z] ==> Python coveragepy not found [2021-02-19T00:52:25.231Z] ==> Searching for coverage reports in: [2021-02-19T00:52:25.231Z] + . [2021-02-19T00:52:25.231Z] -> Found 1 reports [2021-02-19T00:52:25.231Z] ==> Detecting git/mercurial file structure [2021-02-19T00:52:25.231Z] ==> Reading reports [2021-02-19T00:52:25.231Z] + ./coverage.out bytes=599033 [2021-02-19T00:52:25.495Z] ==> Appending adjustments [2021-02-19T00:52:25.495Z] https://docs.codecov.io/docs/fixing-reports [2021-02-19T00:52:28.821Z] + Found adjustments [2021-02-19T00:52:28.821Z] ==> Gzipping contents [2021-02-19T00:52:28.821Z] 88K /tmp/codecov.qezlI0.gz [2021-02-19T00:52:28.821Z] ==> Uploading reports [2021-02-19T00:52:28.821Z] url: https://codecov.io [2021-02-19T00:52:28.821Z] query: branch=PR-3179&commit=9993902a221f4ad19e46546f987dccf325cd49b9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= [2021-02-19T00:52:28.821Z] -> Pinging Codecov [2021-02-19T00:52:28.821Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3179&commit=9993902a221f4ad19e46546f987dccf325cd49b9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= [2021-02-19T00:52:29.084Z] -> Uploading to [2021-02-19T00:52:29.084Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-19/00271124DB129430A58F1EEE437C3FCB/9993902a221f4ad19e46546f987dccf325cd49b9/c02f7274-a638-4d9d-ac1f-f6060fa943a7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210219%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210219T005229Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2af86ee1e206b0c2c3e6f57aa2b1c896bacfac2fda23e8fdaa7f2fd3d8ea7a5c [2021-02-19T00:52:29.084Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-19T00:52:29.084Z] Dload Upload Total Spent Left Speed [2021-02-19T00:52:30.029Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 90001 0 0 100 90001 0 136k --:--:-- --:--:-- --:--:-- 136k 100 90001 0 0 100 90001 0 136k --:--:-- --:--:-- --:--:-- 136k [2021-02-19T00:52:30.029Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9993902a221f4ad19e46546f987dccf325cd49b9 [Pipeline] } [2021-02-19T00:52:30.041Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-19T00:52:32.354Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:52:33.245Z] ---> package-listing.sh [2021-02-19T00:52:33.245Z] ++ facter osfamily [2021-02-19T00:52:33.245Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-19T00:52:33.245Z] + OS_FAMILY=redhat [2021-02-19T00:52:33.245Z] + workspace=/w/workspace/edgex-go/2 [2021-02-19T00:52:33.245Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-19T00:52:33.245Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-19T00:52:33.245Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-19T00:52:33.245Z] + PACKAGES=/tmp/packages_start.txt [2021-02-19T00:52:33.245Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-19T00:52:33.245Z] + PACKAGES=/tmp/packages_end.txt [2021-02-19T00:52:33.245Z] + case "${OS_FAMILY}" in [2021-02-19T00:52:33.245Z] + rpm -qa [2021-02-19T00:52:33.245Z] + sort [2021-02-19T00:52:38.546Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-19T00:52:38.546Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-19T00:52:38.546Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-19T00:52:38.546Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-19T00:52:38.546Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-19T00:52:38.546Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-19T00:52:38.560Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-19T00:52:38.848Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:52:39.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T00:52:39.152Z] [2021-02-19T00:52:39.152Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:52:39.525Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T00:52:39.525Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-19T00:52:39.525Z] df20fa9351a1: Pulling fs layer [2021-02-19T00:52:39.525Z] 36b3adc4ff6f: Pulling fs layer [2021-02-19T00:52:39.525Z] 8ad3a11d3b57: Pulling fs layer [2021-02-19T00:52:39.525Z] 46f8f816bc3b: Pulling fs layer [2021-02-19T00:52:39.525Z] 93b61091891f: Pulling fs layer [2021-02-19T00:52:39.525Z] 93b9cdb0e59b: Pulling fs layer [2021-02-19T00:52:39.525Z] 5e14af77c1be: Pulling fs layer [2021-02-19T00:52:39.525Z] 01666e4c0597: Pulling fs layer [2021-02-19T00:52:39.525Z] aa168da1d23b: Pulling fs layer [2021-02-19T00:52:39.525Z] 46f8f816bc3b: Waiting [2021-02-19T00:52:39.525Z] 93b61091891f: Waiting [2021-02-19T00:52:39.525Z] 93b9cdb0e59b: Waiting [2021-02-19T00:52:39.525Z] 5e14af77c1be: Waiting [2021-02-19T00:52:39.525Z] 01666e4c0597: Waiting [2021-02-19T00:52:39.525Z] aa168da1d23b: Waiting [2021-02-19T00:52:39.525Z] 36b3adc4ff6f: Verifying Checksum [2021-02-19T00:52:39.525Z] 36b3adc4ff6f: Download complete [2021-02-19T00:52:39.525Z] 46f8f816bc3b: Verifying Checksum [2021-02-19T00:52:39.525Z] 46f8f816bc3b: Download complete [2021-02-19T00:52:39.788Z] df20fa9351a1: Download complete [2021-02-19T00:52:39.789Z] 93b9cdb0e59b: Verifying Checksum [2021-02-19T00:52:39.789Z] 93b9cdb0e59b: Download complete [2021-02-19T00:52:39.789Z] 5e14af77c1be: Verifying Checksum [2021-02-19T00:52:39.789Z] 5e14af77c1be: Download complete [2021-02-19T00:52:39.789Z] 93b61091891f: Download complete [2021-02-19T00:52:39.789Z] 01666e4c0597: Verifying Checksum [2021-02-19T00:52:39.789Z] 01666e4c0597: Download complete [2021-02-19T00:52:40.052Z] df20fa9351a1: Pull complete [2021-02-19T00:52:40.315Z] 36b3adc4ff6f: Pull complete [2021-02-19T00:52:40.586Z] 8ad3a11d3b57: Verifying Checksum [2021-02-19T00:52:40.586Z] 8ad3a11d3b57: Download complete [2021-02-19T00:52:41.542Z] 8ad3a11d3b57: Pull complete [2021-02-19T00:52:41.542Z] 46f8f816bc3b: Pull complete [2021-02-19T00:52:42.120Z] aa168da1d23b: Verifying Checksum [2021-02-19T00:52:42.120Z] aa168da1d23b: Download complete [2021-02-19T00:52:43.525Z] 93b61091891f: Pull complete [2021-02-19T00:52:43.525Z] 93b9cdb0e59b: Pull complete [2021-02-19T00:52:43.525Z] 5e14af77c1be: Pull complete [2021-02-19T00:52:43.793Z] 01666e4c0597: Pull complete [2021-02-19T00:52:53.852Z] aa168da1d23b: Pull complete [2021-02-19T00:52:53.853Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-19T00:52:53.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T00:52:53.853Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-19T00:52:54.036Z] prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container [2021-02-19T00:52:54.083Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-19T00:52:57.871Z] $ docker top 49c6d2616779d1539d5a90c407bd691fceaae462be16d9a8305864993214a76d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:52:58.392Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-19T00:52:58.692Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-19T00:52:58.990Z] + ls /var/log/sa-host [2021-02-19T00:52:58.990Z] + sadf -c /var/log/sa-host/sa19 [2021-02-19T00:52:58.990Z] file_magic: OK [2021-02-19T00:52:58.990Z] HZ: Using current value: 100 [2021-02-19T00:52:58.990Z] file_header: OK [2021-02-19T00:52:58.990Z] 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-02-19T00:52:58.990Z] Statistics: [2021-02-19T00:52:58.990Z] 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... [2021-02-19T00:52:58.990Z] File successfully converted to sysstat format version 12.2.1 [2021-02-19T00:52:58.990Z] + sadf -c /var/log/sa-host/sa23 [2021-02-19T00:52:58.990Z] file_magic: OK [2021-02-19T00:52:58.990Z] HZ: Using current value: 100 [2021-02-19T00:52:58.990Z] file_header: OK [2021-02-19T00:52:58.990Z] 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-02-19T00:52:58.990Z] Statistics: [2021-02-19T00:52:58.990Z] Hnuu...uuuununununu... [2021-02-19T00:52:58.990Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-19T00:52:59.223Z] provisioning config files... [2021-02-19T00:52:59.239Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6090252725821271721tmp [Pipeline] { [Pipeline] echo [2021-02-19T00:52:59.309Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:52:59.604Z] ---> create-netrc.sh [Pipeline] } [2021-02-19T00:52:59.620Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-19T00:52:59.715Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:53:00.042Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-19T00:53:00.054Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:53:00.350Z] ---> sudo-logs.sh [2021-02-19T00:53:00.350Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-19T00:53:00.412Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:53:00.721Z] ---> job-cost.sh [2021-02-19T00:53:00.721Z] lf-activate-venv: SKIPPING [2021-02-19T00:53:00.721Z] INFO: No Stack... [2021-02-19T00:53:02.111Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-19T00:53:02.372Z] INFO: Archiving Costs [Pipeline] echo [2021-02-19T00:53:02.384Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:53:02.682Z] ---> logs-deploy.sh [2021-02-19T00:53:02.682Z] lf-activate-venv: SKIPPING [2021-02-19T00:53:02.682Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3179/2 [2021-02-19T00:53:02.682Z] INFO: archiving workspace using pattern(s): [2021-02-19T00:53:04.069Z] Archives upload complete. [2021-02-19T00:53:04.069Z] INFO: archiving logs to Nexus