Pull request #3165 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5ff0acce6b99bee42b823579ebdaaa4684539945+dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b (47d7c3a3c0896c76fde1c1d3d8768a99ba5067e4) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3165/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3165/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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-26256 in /w/workspace/edgexfoundry_edgex-go_PR-3165 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 5ff0acce6b99bee42b823579ebdaaa4684539945 > 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/3165/head:refs/remotes/origin/PR-3165 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ff0acce6b99bee42b823579ebdaaa4684539945 # timeout=10 Merge succeeded, producing 5ff0acce6b99bee42b823579ebdaaa4684539945 Checking out Revision 5ff0acce6b99bee42b823579ebdaaa4684539945 (PR-3165) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ff0acce6b99bee42b823579ebdaaa4684539945 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-12T06:10:43.884Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T06:10:44.226Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T06:10:44.427Z] ========================================================= [2021-02-12T06:10:44.427Z] EdgeX Global Pipelines Version Info [2021-02-12T06:10:44.427Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-12T06:10:46.017Z] ------------------- [2021-02-12T06:10:46.017Z] stable info: [2021-02-12T06:10:46.017Z] ------------------- [2021-02-12T06:10:46.017Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T06:10:46.017Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T06:10:46.017Z] Message: update stable to v1.0.179 [2021-02-12T06:10:46.981Z] ------------------- [2021-02-12T06:10:46.981Z] experimental info: [2021-02-12T06:10:46.981Z] ------------------- [2021-02-12T06:10:46.981Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T06:10:46.981Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T06:10:46.981Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T06:10:47.391Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-12T06:10:47.529Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-12T06:10:47.661Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T06:10:47.780Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T06:10:47.906Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T06:10:48.022Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T06:10:48.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T06:10:48.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-12T06:10:48.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-12T06:10:48.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-12T06:10:48.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T06:10:48.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T06:10:48.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T06:10:49.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T06:10:49.157Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T06:10:49.276Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T06:10:49.402Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T06:10:49.513Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T06:10:49.629Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-12T06:10:49.761Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-12T06:10:49.875Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-12T06:10:50.019Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T06:10:50.156Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T06:10:50.275Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3165 [Pipeline] echo [2021-02-12T06:10:50.419Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3165 [Pipeline] echo [2021-02-12T06:10:50.534Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3165 [Pipeline] echo [2021-02-12T06:10:50.675Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ff0acce6b99bee42b823579ebdaaa4684539945 [Pipeline] echo [2021-02-12T06:10:50.791Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ff0acc [Pipeline] echo [2021-02-12T06:10:50.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T06:10:51.271Z] provisioning config files... [2021-02-12T06:10:51.303Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config555197817100208779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T06:10:51.729Z] ---> docker-login.sh [2021-02-12T06:10:51.729Z] nexus3.edgexfoundry.org:10001 [2021-02-12T06:10:51.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T06:10:51.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T06:10:51.991Z] Configure a credential helper to remove this warning. See [2021-02-12T06:10:51.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T06:10:51.991Z] [2021-02-12T06:10:51.991Z] Login Succeeded [2021-02-12T06:10:51.991Z] nexus3.edgexfoundry.org:10002 [2021-02-12T06:10:52.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T06:10:52.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T06:10:52.254Z] Configure a credential helper to remove this warning. See [2021-02-12T06:10:52.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T06:10:52.254Z] [2021-02-12T06:10:52.254Z] Login Succeeded [2021-02-12T06:10:52.254Z] nexus3.edgexfoundry.org:10003 [2021-02-12T06:10:52.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T06:10:52.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T06:10:52.517Z] Configure a credential helper to remove this warning. See [2021-02-12T06:10:52.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T06:10:52.517Z] [2021-02-12T06:10:52.517Z] Login Succeeded [2021-02-12T06:10:52.517Z] nexus3.edgexfoundry.org:10004 [2021-02-12T06:10:52.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T06:10:52.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T06:10:52.517Z] Configure a credential helper to remove this warning. See [2021-02-12T06:10:52.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T06:10:52.517Z] [2021-02-12T06:10:52.517Z] Login Succeeded [2021-02-12T06:10:52.517Z] docker.io [2021-02-12T06:10:52.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T06:10:53.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T06:10:53.041Z] Configure a credential helper to remove this warning. See [2021-02-12T06:10:53.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T06:10:53.041Z] [2021-02-12T06:10:53.041Z] Login Succeeded [2021-02-12T06:10:53.041Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T06:10:53.067Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T06:10:53.600Z] ++ 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-12T06:10:53.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T06:10:53.600Z] ++ dirname cmd/core-command/Dockerfile [2021-02-12T06:10:53.600Z] ++ cut -d/ -f2 [2021-02-12T06:10:53.600Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-12T06:10:53.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T06:10:53.600Z] ++ dirname cmd/core-data/Dockerfile [2021-02-12T06:10:53.600Z] ++ cut -d/ -f2 [2021-02-12T06:10:53.600Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-12T06:10:53.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T06:10:53.600Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-12T06:10:53.600Z] ++ cut -d/ -f2 [2021-02-12T06:10:53.600Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-12T06:10:53.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T06:10:53.600Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-12T06:10:53.600Z] ++ cut -d/ -f2 [2021-02-12T06:10:53.600Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-12T06:10:53.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T06:10:53.600Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-12T06:10:53.600Z] ++ cut -d/ -f2 [2021-02-12T06:10:53.600Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-12T06:10:53.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T06:10:53.600Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-12T06:10:53.600Z] ++ cut -d/ -f2 [2021-02-12T06:10:53.600Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-12T06:10:53.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T06:10:53.600Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-12T06:10:53.600Z] ++ cut -d/ -f2 [2021-02-12T06:10:53.600Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-12T06:10:53.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T06:10:53.600Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-12T06:10:53.600Z] ++ cut -d/ -f2 [2021-02-12T06:10:53.600Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-12T06:10:53.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T06:10:53.600Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-12T06:10:53.600Z] ++ cut -d/ -f2 [2021-02-12T06:10:53.600Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-12T06:10:53.722Z] 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-12T06:10:54.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T06:10:54.756Z] [2021-02-12T06:10:54.756Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:10:55.143Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T06:10:55.143Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T06:10:55.143Z] 31603596830f: Pulling fs layer [2021-02-12T06:10:55.143Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T06:10:55.143Z] 6ca5941a6612: Pulling fs layer [2021-02-12T06:10:55.143Z] ecc8261a40a4: Pulling fs layer [2021-02-12T06:10:55.143Z] ecc8261a40a4: Waiting [2021-02-12T06:10:55.143Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T06:10:55.143Z] 2a8b12db71e7: Download complete [2021-02-12T06:10:55.143Z] 31603596830f: Verifying Checksum [2021-02-12T06:10:55.143Z] 31603596830f: Download complete [2021-02-12T06:10:55.409Z] 6ca5941a6612: Verifying Checksum [2021-02-12T06:10:55.409Z] 6ca5941a6612: Download complete [2021-02-12T06:10:55.409Z] ecc8261a40a4: Verifying Checksum [2021-02-12T06:10:55.409Z] ecc8261a40a4: Download complete [2021-02-12T06:10:55.692Z] 31603596830f: Pull complete [2021-02-12T06:10:55.692Z] 2a8b12db71e7: Pull complete [2021-02-12T06:10:56.647Z] 6ca5941a6612: Pull complete [2021-02-12T06:10:56.910Z] ecc8261a40a4: Pull complete [2021-02-12T06:10:56.910Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T06:10:56.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T06:10:56.910Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T06:10:57.042Z] prd-centos7-docker-4c-2g-26256 does not seem to be running inside a container [2021-02-12T06:10:57.089Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T06:11:00.032Z] $ docker top 0cdaf34ca479bff9b045b9752dd4566fd1549b38074aeb78e942d5856f446375 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T06:11:00.397Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T06:11:00.397Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T06:11:00.642Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T06:11:00.646Z] $ docker exec 0cdaf34ca479bff9b045b9752dd4566fd1549b38074aeb78e942d5856f446375 ssh-agent [2021-02-12T06:11:00.815Z] SSH_AUTH_SOCK=/tmp/ssh-wMigpqWM5JGf/agent.13 [2021-02-12T06:11:00.815Z] SSH_AGENT_PID=18 [2021-02-12T06:11:00.824Z] Running ssh-add (command line suppressed) [2021-02-12T06:11:00.940Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3529685621647028351.key (/w/workspace/edgex-go/1@tmp/private_key_3529685621647028351.key) [2021-02-12T06:11:00.994Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T06:11:01.386Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T06:11:01.418Z] $ docker exec --env ******** --env ******** 0cdaf34ca479bff9b045b9752dd4566fd1549b38074aeb78e942d5856f446375 ssh-agent -k [2021-02-12T06:11:01.529Z] unset SSH_AUTH_SOCK; [2021-02-12T06:11:01.530Z] unset SSH_AGENT_PID; [2021-02-12T06:11:01.530Z] echo Agent pid 18 killed; [2021-02-12T06:11:01.582Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T06:11:01.800Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T06:11:01.800Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T06:11:01.962Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T06:11:01.965Z] $ docker exec 0cdaf34ca479bff9b045b9752dd4566fd1549b38074aeb78e942d5856f446375 ssh-agent [2021-02-12T06:11:02.174Z] SSH_AUTH_SOCK=/tmp/ssh-5qEjMl5TDwPg/agent.46 [2021-02-12T06:11:02.174Z] SSH_AGENT_PID=51 [2021-02-12T06:11:02.180Z] Running ssh-add (command line suppressed) [2021-02-12T06:11:02.313Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7234230568858950614.key (/w/workspace/edgex-go/1@tmp/private_key_7234230568858950614.key) [2021-02-12T06:11:02.363Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T06:11:02.730Z] + git semver init [2021-02-12T06:11:02.730Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T06:11:02.730Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-02-12T06:11:02.730Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-02-12T06:11:02.730Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T06:11:02.730Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T06:11:02.730Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T06:11:02.730Z] # $SEMVER_BRANCH = PR-3165 [2021-02-12T06:11:02.730Z] # $SEMVER_TEMP = /tmp/semver-687853547 [2021-02-12T06:11:02.730Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-12T06:11:34.931Z] # '/tmp/semver-687853547' -> '/w/workspace/edgex-go/1/.semver' [2021-02-12T06:11:34.931Z] # -> Force: false [2021-02-12T06:11:34.931Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-02-12T06:11:34.953Z] $ docker exec --env ******** --env ******** 0cdaf34ca479bff9b045b9752dd4566fd1549b38074aeb78e942d5856f446375 ssh-agent -k [2021-02-12T06:11:35.180Z] unset SSH_AUTH_SOCK; [2021-02-12T06:11:35.180Z] unset SSH_AGENT_PID; [2021-02-12T06:11:35.180Z] echo Agent pid 51 killed; [2021-02-12T06:11:35.271Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T06:11:35.841Z] + git semver [Pipeline] } [2021-02-12T06:11:35.887Z] $ docker stop --time=1 0cdaf34ca479bff9b045b9752dd4566fd1549b38074aeb78e942d5856f446375 [2021-02-12T06:11:37.718Z] $ docker rm -f 0cdaf34ca479bff9b045b9752dd4566fd1549b38074aeb78e942d5856f446375 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T06:11:38.337Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T06:11:38.916Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T06:11:38.938Z] [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-12T06:11:40.251Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-12T06:11:40.571Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T06:11:40.899Z] + sudo service docker restart [2021-02-12T06:11:40.899Z] + true [2021-02-12T06:11:40.899Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-12T06:11:41.516Z] ========================================================= [2021-02-12T06:11:41.516Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T06:11:41.516Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:11:41.894Z] + 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-12T06:11:45.224Z] Sending build context to Docker daemon 327.8MB [2021-02-12T06:11:45.224Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T06:11:45.224Z] Step 2/6 : FROM ${BASE} [2021-02-12T06:11:45.224Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T06:11:45.224Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T06:11:45.224Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T06:11:45.224Z] de9db76c5a1d: Pulling fs layer [2021-02-12T06:11:45.224Z] bca2f99d35d6: Pulling fs layer [2021-02-12T06:11:45.224Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T06:11:45.224Z] 7c6f9722023f: Pulling fs layer [2021-02-12T06:11:45.224Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T06:11:45.224Z] 93359f2a8cfa: Waiting [2021-02-12T06:11:45.224Z] 7c6f9722023f: Waiting [2021-02-12T06:11:45.224Z] a35cf1a2eb13: Waiting [2021-02-12T06:11:45.224Z] bca2f99d35d6: Waiting [2021-02-12T06:11:45.224Z] de9db76c5a1d: Verifying Checksum [2021-02-12T06:11:45.224Z] de9db76c5a1d: Download complete [2021-02-12T06:11:45.224Z] 0ef7d3d256c8: Verifying Checksum [2021-02-12T06:11:45.224Z] 0ef7d3d256c8: Download complete [2021-02-12T06:11:45.224Z] 93359f2a8cfa: Verifying Checksum [2021-02-12T06:11:45.224Z] 93359f2a8cfa: Download complete [2021-02-12T06:11:45.224Z] 7c6f9722023f: Verifying Checksum [2021-02-12T06:11:45.224Z] 7c6f9722023f: Download complete [2021-02-12T06:11:45.224Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T06:11:45.224Z] 188c0c94c7c5: Download complete [2021-02-12T06:11:45.800Z] 188c0c94c7c5: Pull complete [2021-02-12T06:11:45.800Z] 0ef7d3d256c8: Pull complete [2021-02-12T06:11:46.065Z] de9db76c5a1d: Pull complete [2021-02-12T06:11:47.018Z] a35cf1a2eb13: Verifying Checksum [2021-02-12T06:11:47.018Z] a35cf1a2eb13: Download complete [2021-02-12T06:11:47.973Z] bca2f99d35d6: Verifying Checksum [2021-02-12T06:11:47.973Z] bca2f99d35d6: Download complete [2021-02-12T06:11:53.330Z] bca2f99d35d6: Pull complete [2021-02-12T06:11:53.330Z] 93359f2a8cfa: Pull complete [2021-02-12T06:11:53.330Z] 7c6f9722023f: Pull complete [2021-02-12T06:11:54.616Z] Still waiting to schedule task [2021-02-12T06:11:54.617Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26253’ is offline [2021-02-12T06:11:58.639Z] a35cf1a2eb13: Pull complete [2021-02-12T06:11:58.909Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T06:11:58.909Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T06:11:58.909Z] ---> a62c8e92a672 [2021-02-12T06:11:58.909Z] 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-12T06:11:59.177Z] ---> Running in 4d40273c8f5b [2021-02-12T06:11:59.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:12:00.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:12:00.969Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T06:12:01.232Z] (2/12) Installing file (5.38-r0) [2021-02-12T06:12:01.232Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T06:12:01.232Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T06:12:06.539Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T06:12:06.539Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T06:12:06.539Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T06:12:06.539Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T06:12:06.539Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T06:12:06.802Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T06:12:06.802Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T06:12:06.802Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T06:12:07.064Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:12:07.064Z] OK: 233 MiB in 51 packages [2021-02-12T06:12:11.328Z] Removing intermediate container 4d40273c8f5b [2021-02-12T06:12:11.328Z] ---> d2cbd77c40c7 [2021-02-12T06:12:11.328Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T06:12:11.328Z] ---> Running in 3d9f6b83ccb4 [2021-02-12T06:12:11.328Z] Removing intermediate container 3d9f6b83ccb4 [2021-02-12T06:12:11.328Z] ---> c3dab0758972 [2021-02-12T06:12:11.328Z] Step 5/6 : COPY go.mod . [2021-02-12T06:12:11.328Z] ---> 5717a3e043d4 [2021-02-12T06:12:11.328Z] Step 6/6 : RUN go mod download [2021-02-12T06:12:11.328Z] ---> Running in 5f60b7cac80d [2021-02-12T06:12:33.361Z] Removing intermediate container 5f60b7cac80d [2021-02-12T06:12:33.361Z] ---> 4784c9dfcb2e [2021-02-12T06:12:33.361Z] Successfully built 4784c9dfcb2e [2021-02-12T06:12:33.361Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:12:33.710Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T06:12:33.710Z] . [Pipeline] withDockerContainer [2021-02-12T06:12:33.856Z] prd-centos7-docker-4c-2g-26256 does not seem to be running inside a container [2021-02-12T06:12:33.926Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-12T06:12:34.814Z] $ docker top d7933ec357a00f2fe8700cbdc0d28c4978887ea7f191d3903af77a6b326a2a33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T06:12:35.341Z] + go version [2021-02-12T06:12:35.341Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-12T06:12:35.370Z] $ docker stop --time=1 d7933ec357a00f2fe8700cbdc0d28c4978887ea7f191d3903af77a6b326a2a33 [2021-02-12T06:12:36.712Z] $ docker rm -f d7933ec357a00f2fe8700cbdc0d28c4978887ea7f191d3903af77a6b326a2a33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:12:37.747Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T06:12:37.747Z] . [Pipeline] withDockerContainer [2021-02-12T06:12:37.869Z] prd-centos7-docker-4c-2g-26256 does not seem to be running inside a container [2021-02-12T06:12:37.910Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-12T06:12:38.557Z] $ docker top 06d4f5970c1ffd42f59c8923046e4885ba988c4ad79b0c9eb5a46bc64180a1aa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T06:12:38.813Z] ========================================================= [2021-02-12T06:12:38.813Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T06:12:38.813Z] ========================================================= [Pipeline] sh [2021-02-12T06:12:39.132Z] + make test [2021-02-12T06:12:39.132Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T06:12:49.207Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T06:13:04.260Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T06:13:10.911Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T06:13:10.911Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T06:13:10.911Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T06:13:13.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T06:13:13.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T06:13:13.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T06:13:13.562Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T06:13:13.562Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T06:13:14.143Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T06:13:16.448Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T06:13:16.448Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T06:13:16.448Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T06:13:19.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 45.9% of statements [2021-02-12T06:13:19.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T06:13:19.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T06:13:19.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T06:13:19.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T06:13:19.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T06:13:19.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T06:13:19.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T06:13:19.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.063s coverage: 100.0% of statements [2021-02-12T06:13:21.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.226s coverage: 27.1% of statements [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T06:13:21.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T06:13:21.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T06:13:21.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 65.8% of statements [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T06:13:21.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T06:13:22.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.443s coverage: 82.3% of statements [2021-02-12T06:13:22.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T06:13:22.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T06:13:22.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T06:13:22.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T06:13:24.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T06:13:24.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T06:13:24.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T06:13:24.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.094s coverage: 86.7% of statements [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T06:13:24.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T06:13:24.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T06:13:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T06:13:28.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.464s coverage: 92.8% of statements [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T06:13:28.113Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T06:13:28.113Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T06:13:28.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T06:13:28.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 45.5% of statements [2021-02-12T06:13:28.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.034s coverage: 79.5% of statements [2021-02-12T06:13:28.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-02-12T06:13:28.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements [2021-02-12T06:13:28.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-02-12T06:13:40.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-02-12T06:13:40.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 91.4% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.146s coverage: 63.5% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.262s coverage: 68.9% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.325s coverage: 84.0% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.0% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.103s coverage: 89.4% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.785s coverage: 29.1% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.064s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T06:13:50.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements [2021-02-12T06:13:50.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-12T06:13:51.075Z] GO111MODULE=on go vet ./... [2021-02-12T06:14:08.499Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26261 in /w/workspace/edgexfoundry_edgex-go_PR-3165 [Pipeline] { [Pipeline] ws [2021-02-12T06:14:08.592Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-12T06:14:14.505Z] using credential edgex-jenkins-ssh [2021-02-12T06:14:14.565Z] Cloning the remote Git repository [2021-02-12T06:14:14.629Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T06:14:14.747Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-12T06:14:14.855Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T06:14:14.857Z] > git --version # timeout=10 [2021-02-12T06:14:14.886Z] > git --version # 'git version 2.17.1' [2021-02-12T06:14:14.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T06:14:14.966Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T06:14:17.767Z] gofmt -l . [2021-02-12T06:14:17.767Z] [ "`gofmt -l .`" = "" ] [2021-02-12T06:14:17.767Z] ./bin/test-go-mod-tidy.sh [2021-02-12T06:14:17.767Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T06:14:18.358Z] + ls -al . [2021-02-12T06:14:18.359Z] total 700 [2021-02-12T06:14:18.359Z] drwxrwxr-x 10 1001 1001 4096 Feb 12 06:14 . [2021-02-12T06:14:18.359Z] drwxr-xr-x 4 root root 28 Feb 12 06:12 .. [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 06:10 .dockerignore [2021-02-12T06:14:18.359Z] drwxrwxr-x 8 1001 1001 179 Feb 12 06:10 .git [2021-02-12T06:14:18.359Z] drwxrwxr-x 3 1001 1001 125 Feb 12 06:10 .github [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 06:10 .gitignore [2021-02-12T06:14:18.359Z] drwx------ 3 1001 1001 60 Feb 12 06:11 .semver [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 06:10 .sonarcloud.properties [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 06:10 Attribution.txt [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 06:10 CONTRIBUTING.md [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 06:10 Dockerfile.build [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 06:10 Jenkinsfile [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 06:10 LICENSE [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 06:10 Makefile [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 06:10 README.md [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 06:10 SECURITY.md [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 06:11 VERSION [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 06:10 ZMQWindows.md [2021-02-12T06:14:18.359Z] drwxrwxr-x 2 1001 1001 117 Feb 12 06:10 bin [2021-02-12T06:14:18.359Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 06:10 cmd [2021-02-12T06:14:18.359Z] -rw-r--r-- 1 root root 595676 Feb 12 06:13 coverage.out [2021-02-12T06:14:18.359Z] -rw-r--r-- 1 root root 1054 Feb 12 06:14 go.mod [2021-02-12T06:14:18.359Z] -rw-r--r-- 1 root root 19518 Feb 12 06:14 go.sum [2021-02-12T06:14:18.359Z] drwxrwxr-x 8 1001 1001 127 Feb 12 06:10 internal [2021-02-12T06:14:18.359Z] drwxrwxr-x 4 1001 1001 26 Feb 12 06:10 openapi [2021-02-12T06:14:18.359Z] drwxrwxr-x 4 1001 1001 71 Feb 12 06:10 snap [2021-02-12T06:14:18.359Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 06:10 version.go [Pipeline] sh [2021-02-12T06:14:18.683Z] + '[' -e coverage.out ] [2021-02-12T06:14:18.683Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T06:14:18.892Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T06:14:19.206Z] + make build [2021-02-12T06:14:19.207Z] 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-12T06:14:23.436Z] 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-12T06:14:30.122Z] 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-12T06:14:31.529Z] 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-12T06:14:32.300Z] Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:14:32.813Z] Merge succeeded, producing 5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:14:32.813Z] Checking out Revision 5ff0acce6b99bee42b823579ebdaaa4684539945 (PR-3165) [2021-02-12T06:14:32.928Z] 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-12T06:14:33.191Z] 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-12T06:14:31.466Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T06:14:31.485Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T06:14:31.521Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T06:14:31.586Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T06:14:31.588Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T06:14:31.602Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3165/head:refs/remotes/origin/PR-3165 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T06:14:32.322Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T06:14:32.339Z] > git checkout -f 5ff0acce6b99bee42b823579ebdaaa4684539945 # timeout=10 [2021-02-12T06:14:32.678Z] > git remote # timeout=10 [2021-02-12T06:14:32.699Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T06:14:32.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T06:14:32.736Z] > git merge dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 [2021-02-12T06:14:32.761Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T06:14:32.824Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T06:14:32.846Z] > git checkout -f 5ff0acce6b99bee42b823579ebdaaa4684539945 # timeout=10 [2021-02-12T06:14:35.119Z] 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-12T06:14:36.511Z] 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-12T06:14:37.087Z] 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-12T06:14:37.597Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-02-12T06:14:37.674Z] > git --version # timeout=10 [2021-02-12T06:14:37.683Z] > git --version # 'git version 2.17.1' [2021-02-12T06:14:37.700Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-02-12T06:14:38.478Z] 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T06:14:39.444Z] 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-12T06:14:39.685Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-12T06:14:40.110Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T06:14:40.395Z] 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-12T06:14:40.476Z] + sudo service docker restart [2021-02-12T06:14:40.476Z] + true [Pipeline] } [2021-02-12T06:14:42.340Z] $ docker stop --time=1 06d4f5970c1ffd42f59c8923046e4885ba988c4ad79b0c9eb5a46bc64180a1aa [2021-02-12T06:14:44.121Z] $ docker rm -f 06d4f5970c1ffd42f59c8923046e4885ba988c4ad79b0c9eb5a46bc64180a1aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-02-12T06:14:44.897Z] provisioning config files... [2021-02-12T06:14:44.957Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7554828301413568135tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-02-12T06:14:45.442Z] ---> docker-login.sh [2021-02-12T06:14:45.442Z] nexus3.edgexfoundry.org:10001 [2021-02-12T06:14:46.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T06:14:46.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T06:14:46.703Z] Configure a credential helper to remove this warning. See [2021-02-12T06:14:46.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T06:14:46.703Z] [2021-02-12T06:14:46.703Z] Login Succeeded [2021-02-12T06:14:46.703Z] nexus3.edgexfoundry.org:10002 [2021-02-12T06:14:47.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T06:14:47.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T06:14:47.329Z] Configure a credential helper to remove this warning. See [2021-02-12T06:14:47.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T06:14:47.329Z] [2021-02-12T06:14:47.329Z] Login Succeeded [2021-02-12T06:14:47.329Z] nexus3.edgexfoundry.org:10003 [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:14:47.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T06:14:47.667Z] [2021-02-12T06:14:47.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:14:47.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T06:14:47.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T06:14:47.929Z] Configure a credential helper to remove this warning. See [2021-02-12T06:14:47.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T06:14:47.929Z] [2021-02-12T06:14:47.929Z] Login Succeeded [2021-02-12T06:14:47.929Z] nexus3.edgexfoundry.org:10004 [2021-02-12T06:14:48.050Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T06:14:48.050Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-12T06:14:48.050Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-12T06:14:48.050Z] ca9280d653b3: Pulling fs layer [2021-02-12T06:14:48.050Z] 7e9c9ca2126c: Pulling fs layer [2021-02-12T06:14:48.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T06:14:48.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T06:14:48.803Z] Configure a credential helper to remove this warning. See [2021-02-12T06:14:48.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T06:14:48.803Z] [2021-02-12T06:14:48.803Z] Login Succeeded [2021-02-12T06:14:48.803Z] docker.io [2021-02-12T06:14:48.996Z] cbdbe7a5bc2a: Download complete [2021-02-12T06:14:48.997Z] ca9280d653b3: Verifying Checksum [2021-02-12T06:14:48.997Z] ca9280d653b3: Download complete [2021-02-12T06:14:49.263Z] cbdbe7a5bc2a: Pull complete [2021-02-12T06:14:49.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T06:14:49.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T06:14:49.674Z] Configure a credential helper to remove this warning. See [2021-02-12T06:14:49.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T06:14:49.674Z] [2021-02-12T06:14:49.674Z] Login Succeeded [2021-02-12T06:14:49.674Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T06:14:49.707Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-12T06:14:50.229Z] 7e9c9ca2126c: Download complete [2021-02-12T06:14:50.229Z] ca9280d653b3: Pull complete [Pipeline] echo [2021-02-12T06:14:50.304Z] ========================================================= [2021-02-12T06:14:50.304Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T06:14:50.304Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:14:50.730Z] + 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-12T06:14:53.388Z] Sending build context to Docker daemon 166.3MB [2021-02-12T06:14:53.388Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T06:14:53.388Z] Step 2/6 : FROM ${BASE} [2021-02-12T06:14:53.388Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T06:14:53.388Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T06:14:53.388Z] a4357932f1b6: Pulling fs layer [2021-02-12T06:14:53.388Z] 18c013af1878: Pulling fs layer [2021-02-12T06:14:53.388Z] 00ac8860ef70: Pulling fs layer [2021-02-12T06:14:53.388Z] 63d7cb157983: Pulling fs layer [2021-02-12T06:14:53.388Z] b116817d02f9: Pulling fs layer [2021-02-12T06:14:53.389Z] 745a02a5169b: Pulling fs layer [2021-02-12T06:14:53.389Z] 00ac8860ef70: Waiting [2021-02-12T06:14:53.389Z] 63d7cb157983: Waiting [2021-02-12T06:14:53.389Z] b116817d02f9: Waiting [2021-02-12T06:14:53.389Z] 745a02a5169b: Waiting [2021-02-12T06:14:53.389Z] 18c013af1878: Verifying Checksum [2021-02-12T06:14:53.389Z] 18c013af1878: Download complete [2021-02-12T06:14:53.389Z] a4357932f1b6: Verifying Checksum [2021-02-12T06:14:53.389Z] a4357932f1b6: Download complete [2021-02-12T06:14:53.389Z] 63d7cb157983: Verifying Checksum [2021-02-12T06:14:53.389Z] 63d7cb157983: Download complete [2021-02-12T06:14:53.389Z] b116817d02f9: Download complete [2021-02-12T06:14:53.666Z] 5f621e34cdf4: Verifying Checksum [2021-02-12T06:14:53.667Z] 5f621e34cdf4: Download complete [2021-02-12T06:14:54.666Z] 5f621e34cdf4: Pull complete [2021-02-12T06:14:54.971Z] a4357932f1b6: Pull complete [2021-02-12T06:14:55.252Z] 18c013af1878: Pull complete [2021-02-12T06:14:55.870Z] 745a02a5169b: Download complete [2021-02-12T06:14:57.863Z] 00ac8860ef70: Verifying Checksum [2021-02-12T06:14:57.863Z] 00ac8860ef70: Download complete [2021-02-12T06:14:58.405Z] 7e9c9ca2126c: Pull complete [2021-02-12T06:14:58.405Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-12T06:14:58.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T06:14:58.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-12T06:14:58.606Z] prd-centos7-docker-4c-2g-26256 does not seem to be running inside a container [2021-02-12T06:14:58.649Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-12T06:14:59.864Z] $ docker top c1b5ac306ccf1914393079014a35d9119b46aa67bf71c0277ba8e2c2982449bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T06:15:00.378Z] + docker-compose build --help [2021-02-12T06:15:00.378Z] + grep parallel [2021-02-12T06:15:01.322Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T06:15:01.352Z] $ docker stop --time=1 c1b5ac306ccf1914393079014a35d9119b46aa67bf71c0277ba8e2c2982449bd [2021-02-12T06:15:02.712Z] $ docker rm -f c1b5ac306ccf1914393079014a35d9119b46aa67bf71c0277ba8e2c2982449bd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:15:03.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T06:15:03.501Z] . [Pipeline] withDockerContainer [2021-02-12T06:15:03.629Z] prd-centos7-docker-4c-2g-26256 does not seem to be running inside a container [2021-02-12T06:15:03.675Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-12T06:15:04.360Z] $ docker top 5037a542b2f882259cf6c98a05a687439a16cef16fa8905872d43aa7a4a683cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T06:15:04.992Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T06:15:06.004Z] Building docker-core-command-go ... [2021-02-12T06:15:06.004Z] Building docker-core-data-go ... [2021-02-12T06:15:06.004Z] Building docker-core-metadata-go ... [2021-02-12T06:15:06.004Z] Building docker-security-bootstrapper-go ... [2021-02-12T06:15:06.004Z] Building docker-security-proxy-setup-go ... [2021-02-12T06:15:06.004Z] Building docker-security-secretstore-setup-go ... [2021-02-12T06:15:06.004Z] Building docker-support-notifications-go ... [2021-02-12T06:15:06.004Z] Building docker-support-scheduler-go ... [2021-02-12T06:15:06.004Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T06:15:06.004Z] Building docker-support-notifications-go [2021-02-12T06:15:06.004Z] Building docker-security-bootstrapper-go [2021-02-12T06:15:06.004Z] Building docker-security-proxy-setup-go [2021-02-12T06:15:06.004Z] Building docker-core-command-go [2021-02-12T06:15:06.004Z] Building docker-sys-mgmt-agent-go [2021-02-12T06:15:08.030Z] 00ac8860ef70: Pull complete [2021-02-12T06:15:08.030Z] 63d7cb157983: Pull complete [2021-02-12T06:15:08.303Z] b116817d02f9: Pull complete [2021-02-12T06:15:12.632Z] 745a02a5169b: Pull complete [2021-02-12T06:15:12.632Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T06:15:12.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T06:15:12.632Z] ---> b7e6874047d6 [2021-02-12T06:15:12.632Z] 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-12T06:15:15.264Z] ---> Running in 0dfe4cd40337 [2021-02-12T06:15:16.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:15:17.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:15:17.898Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T06:15:18.172Z] (2/12) Installing file (5.38-r0) [2021-02-12T06:15:18.172Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T06:15:18.442Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T06:15:23.827Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T06:15:23.827Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T06:15:23.827Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T06:15:23.827Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T06:15:23.827Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T06:15:23.827Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T06:15:23.827Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T06:15:23.827Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T06:15:23.827Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:15:23.827Z] OK: 217 MiB in 51 packages [2021-02-12T06:15:28.135Z] Removing intermediate container 0dfe4cd40337 [2021-02-12T06:15:28.135Z] ---> a661047c6ae7 [2021-02-12T06:15:28.135Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T06:15:28.135Z] ---> Running in e0eab6318f59 [2021-02-12T06:15:28.135Z] Removing intermediate container e0eab6318f59 [2021-02-12T06:15:28.135Z] ---> bbed9b916859 [2021-02-12T06:15:28.135Z] Step 5/6 : COPY go.mod . [2021-02-12T06:15:29.121Z] ---> ec409aacaa64 [2021-02-12T06:15:29.121Z] Step 6/6 : RUN go mod download [2021-02-12T06:15:29.121Z] ---> Running in ca9edd80816e [2021-02-12T06:15:38.253Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:15:38.253Z] [2021-02-12T06:15:38.253Z] Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:15:38.253Z] ---> 4784c9dfcb2e [2021-02-12T06:15:38.253Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T06:15:38.253Z] [2021-02-12T06:15:38.253Z] ---> 4784c9dfcb2e [2021-02-12T06:15:38.253Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T06:15:38.253Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:15:38.253Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:15:38.253Z] ---> 4784c9dfcb2e [2021-02-12T06:15:38.253Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T06:15:38.253Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:15:38.253Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:15:38.253Z] ---> 4784c9dfcb2e [2021-02-12T06:15:38.253Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T06:15:38.253Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:15:38.253Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:15:38.253Z] ---> 4784c9dfcb2e [2021-02-12T06:15:38.253Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T06:15:38.253Z] ---> Running in d183dee6593b [2021-02-12T06:15:38.253Z] ---> Running in c69ab55b297e [2021-02-12T06:15:38.253Z] ---> Running in 125fcd3338f3 [2021-02-12T06:15:38.253Z] ---> Running in 81b36c1623e4 [2021-02-12T06:15:38.253Z] ---> Running in 9a68ade622d9 [2021-02-12T06:15:38.253Z] Removing intermediate container 9a68ade622d9 [2021-02-12T06:15:38.253Z] ---> b8f2a6605765 [2021-02-12T06:15:38.253Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:15:38.253Z] Removing intermediate container 125fcd3338f3 [2021-02-12T06:15:38.253Z] ---> 2dfb063d0134 [2021-02-12T06:15:38.253Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:15:38.253Z] Removing intermediate container 81b36c1623e4 [2021-02-12T06:15:38.253Z] ---> c9c977d0d7cc [2021-02-12T06:15:38.253Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:15:38.253Z] Removing intermediate container d183dee6593b [2021-02-12T06:15:38.253Z] ---> f4c3ef409824 [2021-02-12T06:15:38.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:15:38.253Z] Removing intermediate container c69ab55b297e [2021-02-12T06:15:38.253Z] ---> 2203646362c3 [2021-02-12T06:15:38.253Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:15:38.253Z] ---> Running in 52b7725bbde2 [2021-02-12T06:15:38.253Z] ---> Running in d2879122feca [2021-02-12T06:15:38.253Z] ---> Running in 611108f41efc [2021-02-12T06:15:38.253Z] ---> Running in 29086143542a [2021-02-12T06:15:38.253Z] ---> Running in 082e04047bf5 [2021-02-12T06:15:39.233Z] Removing intermediate container 611108f41efc [2021-02-12T06:15:39.233Z] ---> 8193cb21b55c [2021-02-12T06:15:39.233Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T06:15:39.494Z] Removing intermediate container 52b7725bbde2 [2021-02-12T06:15:39.494Z] ---> d1ded3007399 [2021-02-12T06:15:39.494Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T06:15:39.755Z] ---> Running in cad329b4e043 [2021-02-12T06:15:39.755Z] ---> Running in 64c97d404a57 [2021-02-12T06:15:39.755Z] Removing intermediate container 29086143542a [2021-02-12T06:15:39.755Z] ---> 3301d895ff5c [2021-02-12T06:15:39.755Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T06:15:40.018Z] Removing intermediate container d2879122feca [2021-02-12T06:15:40.018Z] ---> d5ba1e2e9d3e [2021-02-12T06:15:40.018Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T06:15:40.018Z] ---> Running in 2a725f95e694 [2021-02-12T06:15:40.978Z] Removing intermediate container 082e04047bf5 [2021-02-12T06:15:40.978Z] ---> b1269969c2bc [2021-02-12T06:15:40.978Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T06:15:40.978Z] ---> Running in e82db2ef143b [2021-02-12T06:15:40.978Z] ---> Running in 9e6e0f8e7a60 [2021-02-12T06:15:40.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:15:41.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:15:41.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:15:41.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:15:42.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:15:42.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:15:42.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:15:42.354Z] OK: 233 MiB in 51 packages [2021-02-12T06:15:42.618Z] OK: 233 MiB in 51 packages [2021-02-12T06:15:42.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:15:42.618Z] Removing intermediate container cad329b4e043 [2021-02-12T06:15:42.618Z] ---> 5454476ee2e6 [2021-02-12T06:15:42.618Z] Step 6/21 : COPY go.mod . [2021-02-12T06:15:42.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:15:42.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:15:42.885Z] ---> c67e8f8b26fc [2021-02-12T06:15:42.885Z] Step 7/21 : RUN go mod download [2021-02-12T06:15:43.182Z] ---> Running in 0e1a96c9df43 [2021-02-12T06:15:43.182Z] Removing intermediate container 64c97d404a57 [2021-02-12T06:15:43.182Z] ---> 8a1ed9ef8087 [2021-02-12T06:15:43.182Z] Step 6/26 : COPY go.mod . [2021-02-12T06:15:43.182Z] OK: 233 MiB in 51 packages [2021-02-12T06:15:43.182Z] OK: 233 MiB in 51 packages [2021-02-12T06:15:43.182Z] OK: 233 MiB in 51 packages [2021-02-12T06:15:43.451Z] ---> 57436b01b45d [2021-02-12T06:15:43.451Z] Step 7/26 : RUN go mod download [2021-02-12T06:15:43.717Z] ---> Running in 42abb9e316cb [2021-02-12T06:15:44.669Z] Removing intermediate container 9e6e0f8e7a60 [2021-02-12T06:15:44.669Z] ---> 6bd98e8b13ac [2021-02-12T06:15:44.669Z] Step 6/23 : COPY go.mod . [2021-02-12T06:15:44.669Z] Removing intermediate container e82db2ef143b [2021-02-12T06:15:44.669Z] ---> 60331f52a19d [2021-02-12T06:15:44.669Z] Step 6/30 : COPY go.mod . [2021-02-12T06:15:44.669Z] Removing intermediate container 2a725f95e694 [2021-02-12T06:15:44.669Z] ---> 9abc31e32bef [2021-02-12T06:15:44.669Z] Step 6/22 : COPY go.mod . [2021-02-12T06:15:45.252Z] ---> 4a103987302d [2021-02-12T06:15:45.252Z] Step 7/30 : RUN go mod download [2021-02-12T06:15:45.252Z] Removing intermediate container 0e1a96c9df43 [2021-02-12T06:15:45.252Z] ---> 1c0c5b150f0f [2021-02-12T06:15:45.252Z] Step 8/21 : COPY . . [2021-02-12T06:15:45.252Z] ---> 08e3d03aa5e7 [2021-02-12T06:15:45.252Z] Step 7/23 : RUN go mod download [2021-02-12T06:15:45.252Z] ---> 7049c4c06d34 [2021-02-12T06:15:45.252Z] Step 7/22 : RUN go mod download [2021-02-12T06:15:45.252Z] ---> Running in 376eb13f002e [2021-02-12T06:15:45.518Z] ---> Running in e9c6b585f5e1 [2021-02-12T06:15:45.792Z] ---> Running in adbb58cc148a [2021-02-12T06:15:51.119Z] Removing intermediate container 42abb9e316cb [2021-02-12T06:15:51.119Z] ---> 41397faef654 [2021-02-12T06:15:51.119Z] Step 8/26 : COPY . . [2021-02-12T06:15:55.949Z] Removing intermediate container ca9edd80816e [2021-02-12T06:15:55.949Z] ---> b9d9efb5416b [2021-02-12T06:15:55.949Z] Successfully built b9d9efb5416b [2021-02-12T06:15:55.949Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:15:56.321Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T06:15:56.321Z] . [Pipeline] withDockerContainer [2021-02-12T06:15:56.480Z] Removing intermediate container 376eb13f002e [2021-02-12T06:15:56.480Z] ---> 76514c91dd45 [2021-02-12T06:15:56.480Z] Step 8/30 : COPY . . [2021-02-12T06:15:56.613Z] prd-ubuntu18.04-docker-arm64-4c-16g-26261 does not seem to be running inside a container [2021-02-12T06:15:56.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-12T06:15:58.221Z] $ docker top 43f1edbd566c21745830bc7c4433669bdcdfb17bc26135b4082eddd4f90e6184 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T06:15:59.331Z] + go version [2021-02-12T06:15:59.331Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T06:15:59.364Z] $ docker stop --time=1 43f1edbd566c21745830bc7c4433669bdcdfb17bc26135b4082eddd4f90e6184 [2021-02-12T06:16:01.272Z] $ docker rm -f 43f1edbd566c21745830bc7c4433669bdcdfb17bc26135b4082eddd4f90e6184 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:16:02.614Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T06:16:02.614Z] . [Pipeline] withDockerContainer [2021-02-12T06:16:02.894Z] prd-ubuntu18.04-docker-arm64-4c-16g-26261 does not seem to be running inside a container [2021-02-12T06:16:02.971Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-12T06:16:04.424Z] $ docker top 2267fa7bd7534bdb965d4eb228127cd540c6af2a30b26ab8b85ef0fc1cb9d09b -eo pid,comm [2021-02-12T06:16:04.680Z] Removing intermediate container e9c6b585f5e1 [2021-02-12T06:16:04.680Z] ---> 0b32b8bd8f9d [2021-02-12T06:16:04.680Z] Step 8/23 : COPY . . [2021-02-12T06:16:04.680Z] Removing intermediate container adbb58cc148a [2021-02-12T06:16:04.680Z] ---> ae8cd1493ac6 [2021-02-12T06:16:04.680Z] Step 8/22 : COPY . . [Pipeline] { [Pipeline] echo [2021-02-12T06:16:04.857Z] ========================================================= [2021-02-12T06:16:04.857Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T06:16:04.857Z] ========================================================= [Pipeline] sh [2021-02-12T06:16:05.516Z] + make test [2021-02-12T06:16:05.517Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T06:16:16.975Z] ---> f6753b565538 [2021-02-12T06:16:16.976Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T06:16:22.401Z] ---> Running in adc10ee02635 [2021-02-12T06:16:23.376Z] ---> c81d1d587382 [2021-02-12T06:16:23.376Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T06:16:26.974Z] ---> Running in 8c661ed34cba [2021-02-12T06:16:26.974Z] 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-12T06:16:27.243Z] ---> de80a9dddaf1 [2021-02-12T06:16:27.243Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T06:16:27.705Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T06:16:28.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T06:16:29.430Z] ---> Running in 4325c382bb6d [2021-02-12T06:16:30.875Z] 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-12T06:16:34.267Z] ---> 1149a3fcd8db [2021-02-12T06:16:34.267Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T06:16:34.267Z] ---> f8bdab682158 [2021-02-12T06:16:34.267Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T06:16:34.267Z] ---> Running in a493b1aa635d [2021-02-12T06:16:34.557Z] ---> Running in 7b9b40a08391 [2021-02-12T06:16:35.572Z] 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-12T06:16:35.572Z] 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-12T06:16:53.839Z] 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-12T06:16:58.119Z] Removing intermediate container 8c661ed34cba [2021-02-12T06:16:58.119Z] ---> fd590b2b5707 [2021-02-12T06:16:58.119Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T06:16:58.386Z] ---> Running in df7a6834f7b3 [2021-02-12T06:16:59.803Z] 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-12T06:17:02.394Z] Removing intermediate container 4325c382bb6d [2021-02-12T06:17:02.394Z] ---> 6c97cf52a6fa [2021-02-12T06:17:02.394Z] [2021-02-12T06:17:02.394Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T06:17:02.660Z] 3.12: Pulling from library/alpine [2021-02-12T06:17:02.660Z] Removing intermediate container adc10ee02635 [2021-02-12T06:17:02.660Z] ---> fa9e63ad34bd [2021-02-12T06:17:02.660Z] [2021-02-12T06:17:02.660Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T06:17:02.660Z] 3.12: Pulling from library/alpine [2021-02-12T06:17:03.247Z] Removing intermediate container df7a6834f7b3 [2021-02-12T06:17:03.247Z] ---> 52dcc33694dc [2021-02-12T06:17:03.247Z] [2021-02-12T06:17:03.247Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T06:17:03.247Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T06:17:03.247Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T06:17:03.247Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T06:17:03.247Z] ---> 389fef711851 [2021-02-12T06:17:03.247Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T06:17:03.247Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T06:17:03.247Z] ---> 389fef711851 [2021-02-12T06:17:03.247Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T06:17:03.247Z] 20.10.0: Pulling from library/docker [2021-02-12T06:17:03.522Z] ---> Running in e100c7c12413 [2021-02-12T06:17:03.522Z] ---> Running in 533f3d6febed [2021-02-12T06:17:03.791Z] Removing intermediate container e100c7c12413 [2021-02-12T06:17:03.791Z] ---> 6ab39e05529c [2021-02-12T06:17:03.791Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T06:17:04.747Z] ---> Running in e2f7cb45c0e5 [2021-02-12T06:17:04.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:04.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:05.029Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T06:17:05.029Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T06:17:05.029Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T06:17:05.029Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T06:17:05.029Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:17:05.029Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T06:17:05.029Z] OK: 7 MiB in 18 packages [2021-02-12T06:17:07.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:07.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:08.102Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T06:17:08.102Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T06:17:08.102Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:17:08.102Z] OK: 6 MiB in 16 packages [2021-02-12T06:17:13.540Z] Removing intermediate container 7b9b40a08391 [2021-02-12T06:17:13.540Z] ---> c2fed1e76dc2 [2021-02-12T06:17:13.540Z] [2021-02-12T06:17:13.540Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T06:17:13.540Z] ---> 389fef711851 [2021-02-12T06:17:13.540Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T06:17:13.540Z] Removing intermediate container a493b1aa635d [2021-02-12T06:17:13.540Z] ---> 027514c05d50 [2021-02-12T06:17:13.540Z] [2021-02-12T06:17:13.540Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T06:17:13.540Z] ---> 389fef711851 [2021-02-12T06:17:13.540Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T06:17:13.540Z] ---> Running in 35f5284c3170 [2021-02-12T06:17:13.540Z] Removing intermediate container 533f3d6febed [2021-02-12T06:17:13.540Z] ---> 09e5a36772c6 [2021-02-12T06:17:13.540Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T06:17:13.540Z] ---> Running in 1309ef35f805 [2021-02-12T06:17:13.540Z] ---> Running in 8f0abe79b6bb [2021-02-12T06:17:13.540Z] Removing intermediate container e2f7cb45c0e5 [2021-02-12T06:17:13.540Z] ---> 7ede980aa061 [2021-02-12T06:17:13.540Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T06:17:13.815Z] ---> Running in a57866cb8423 [2021-02-12T06:17:13.815Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T06:17:13.815Z] Removing intermediate container 8f0abe79b6bb [2021-02-12T06:17:13.815Z] ---> abfb0e7608d3 [2021-02-12T06:17:13.815Z] Step 13/21 : WORKDIR /edgex [2021-02-12T06:17:13.815Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T06:17:13.815Z] ---> aefe523efa57 [2021-02-12T06:17:13.815Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T06:17:13.815Z] ---> Running in c6a96fea713b [2021-02-12T06:17:14.083Z] ---> Running in 8ec3d69a3414 [2021-02-12T06:17:14.083Z] Removing intermediate container a57866cb8423 [2021-02-12T06:17:14.083Z] ---> dc8b2f5ee3ff [2021-02-12T06:17:14.083Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T06:17:14.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:14.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:14.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:14.380Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:14.380Z] ---> Running in 5a8b60d0725a [2021-02-12T06:17:14.380Z] Removing intermediate container c6a96fea713b [2021-02-12T06:17:14.380Z] ---> 1e5d4060bdd9 [2021-02-12T06:17:14.380Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T06:17:14.380Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T06:17:14.648Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T06:17:14.648Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T06:17:14.648Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:17:14.648Z] OK: 6 MiB in 15 packages [2021-02-12T06:17:14.648Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:17:14.648Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T06:17:14.648Z] OK: 6 MiB in 16 packages [2021-02-12T06:17:14.759Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T06:17:15.223Z] Removing intermediate container 5a8b60d0725a [2021-02-12T06:17:15.223Z] ---> 329bfc75b0f4 [2021-02-12T06:17:15.223Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T06:17:15.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:15.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:15.223Z] ---> Running in e4c772743da1 [2021-02-12T06:17:15.223Z] ---> 0e40218ebf46 [2021-02-12T06:17:15.223Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T06:17:15.487Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T06:17:15.487Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T06:17:15.487Z] Executing bash-5.0.17-r0.post-install [2021-02-12T06:17:15.487Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:17:15.487Z] OK: 12 MiB in 22 packages [2021-02-12T06:17:16.061Z] Removing intermediate container 1309ef35f805 [2021-02-12T06:17:16.061Z] ---> 5ba89b437df5 [2021-02-12T06:17:16.061Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T06:17:16.639Z] ---> e7438fb41cc7 [2021-02-12T06:17:16.639Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T06:17:16.639Z] ---> Running in a4ae733257de [2021-02-12T06:17:16.639Z] Removing intermediate container 35f5284c3170 [2021-02-12T06:17:16.639Z] ---> e2e5898b7d10 [2021-02-12T06:17:16.639Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T06:17:16.902Z] ---> Running in d6c28e1124b5 [2021-02-12T06:17:16.902Z] Removing intermediate container a4ae733257de [2021-02-12T06:17:16.902Z] ---> 2a99fcd2ce73 [2021-02-12T06:17:16.902Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T06:17:16.902Z] Removing intermediate container 8ec3d69a3414 [2021-02-12T06:17:16.902Z] ---> 0b6efc92afc4 [2021-02-12T06:17:16.902Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T06:17:17.170Z] ---> Running in 1a4672ec0245 [2021-02-12T06:17:17.170Z] ---> Running in f98b6f8e39c6 [2021-02-12T06:17:17.436Z] Removing intermediate container d6c28e1124b5 [2021-02-12T06:17:17.436Z] ---> 65fee82ca619 [2021-02-12T06:17:17.436Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T06:17:17.436Z] ---> 466884757c9a [2021-02-12T06:17:17.436Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T06:17:17.436Z] ---> Running in 48eb8f9b2b20 [2021-02-12T06:17:17.705Z] ---> Running in 50bdc42e0917 [2021-02-12T06:17:18.278Z] Removing intermediate container 1a4672ec0245 [2021-02-12T06:17:18.278Z] ---> 74a0bbcddde6 [2021-02-12T06:17:18.278Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T06:17:18.540Z] Removing intermediate container f98b6f8e39c6 [2021-02-12T06:17:18.541Z] ---> e0281acf436a [2021-02-12T06:17:18.541Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T06:17:18.541Z] ---> Running in 32ce2f2dc2c3 [2021-02-12T06:17:18.541Z] Removing intermediate container e4c772743da1 [2021-02-12T06:17:18.541Z] ---> bd3b17ce706b [2021-02-12T06:17:18.541Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T06:17:18.541Z] ---> Running in 9e0800528297 [2021-02-12T06:17:18.805Z] Removing intermediate container 48eb8f9b2b20 [2021-02-12T06:17:18.805Z] ---> e7b9a5aa2b79 [2021-02-12T06:17:18.805Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T06:17:18.805Z] Removing intermediate container 50bdc42e0917 [2021-02-12T06:17:18.805Z] ---> e463aeb5594e [2021-02-12T06:17:18.805Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T06:17:18.805Z] ---> Running in 337dfb27b824 [2021-02-12T06:17:18.805Z] ---> Running in 24891eb51a97 [2021-02-12T06:17:19.067Z] ---> Running in 98ab4250da46 [2021-02-12T06:17:19.067Z] Removing intermediate container 32ce2f2dc2c3 [2021-02-12T06:17:19.067Z] ---> ce0df2a9081c [2021-02-12T06:17:19.067Z] Step 15/23 : WORKDIR / [2021-02-12T06:17:19.067Z] Removing intermediate container 9e0800528297 [2021-02-12T06:17:19.067Z] ---> 8f491d672fb0 [2021-02-12T06:17:19.067Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T06:17:19.067Z] ---> Running in 85d3e0ca69bd [2021-02-12T06:17:19.330Z] ---> Running in 7e9509a71268 [2021-02-12T06:17:19.330Z] Removing intermediate container 337dfb27b824 [2021-02-12T06:17:19.330Z] ---> 02bb6a32a5c1 [2021-02-12T06:17:19.330Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T06:17:19.330Z] Removing intermediate container 24891eb51a97 [2021-02-12T06:17:19.330Z] ---> d70dacba2cf7 [2021-02-12T06:17:19.330Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:17:19.330Z] Removing intermediate container 98ab4250da46 [2021-02-12T06:17:19.330Z] ---> 2150f0d6294d [2021-02-12T06:17:19.330Z] Step 19/21 : LABEL arch=x86_64 [2021-02-12T06:17:19.595Z] ---> Running in 4bbccc7482bd [2021-02-12T06:17:19.595Z] Removing intermediate container 85d3e0ca69bd [2021-02-12T06:17:19.595Z] ---> adc88b803f2a [2021-02-12T06:17:19.595Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:17:19.595Z] Removing intermediate container 7e9509a71268 [2021-02-12T06:17:19.595Z] ---> e91732f63784 [2021-02-12T06:17:19.595Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T06:17:19.857Z] ---> bc24e085584f [2021-02-12T06:17:19.857Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T06:17:19.857Z] ---> db4e1e84affc [2021-02-12T06:17:19.857Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T06:17:19.857Z] Removing intermediate container 4bbccc7482bd [2021-02-12T06:17:19.857Z] ---> bb7895be3776 [2021-02-12T06:17:19.857Z] Step 20/21 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:17:20.450Z] ---> Running in ddf8ab10269b [2021-02-12T06:17:20.450Z] ---> 698bfef9b77d [2021-02-12T06:17:20.450Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T06:17:20.450Z] ---> Running in e0e30df29016 [2021-02-12T06:17:20.726Z] ---> 3619d28add82 [2021-02-12T06:17:20.726Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T06:17:20.726Z] ---> 7b51f21d436a [2021-02-12T06:17:20.726Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T06:17:20.991Z] Removing intermediate container e0e30df29016 [2021-02-12T06:17:20.991Z] ---> 520caab727b1 [2021-02-12T06:17:20.991Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T06:17:20.991Z] ---> Running in 6ea7fb775359 [2021-02-12T06:17:20.991Z] ---> 58ead8b3ac24 [2021-02-12T06:17:20.991Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T06:17:21.253Z] ---> 28b888250d44 [2021-02-12T06:17:21.253Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T06:17:21.253Z] ---> 60aab42758cd [2021-02-12T06:17:21.253Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T06:17:21.515Z] Removing intermediate container 6ea7fb775359 [2021-02-12T06:17:21.515Z] ---> 60c2eeaaad03 [2021-02-12T06:17:21.515Z] [2021-02-12T06:17:21.515Z] ---> Running in cfad745d5855 [2021-02-12T06:17:21.515Z] ---> 6301752a4fe4 [2021-02-12T06:17:21.515Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T06:17:21.778Z] ---> 264820aedc0d [2021-02-12T06:17:21.778Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T06:17:21.778Z] Successfully built 60c2eeaaad03 [2021-02-12T06:17:21.778Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-12T06:17:21.778Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-02-12T06:17:22.351Z] ---> Running in d7fd11ac3b5c [2021-02-12T06:17:22.625Z] ---> Running in 4ce6d4acf7de [2021-02-12T06:17:23.571Z] Removing intermediate container cfad745d5855 [2021-02-12T06:17:23.571Z] ---> 46cfa50c54b8 [2021-02-12T06:17:23.571Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:17:24.968Z] Removing intermediate container d7fd11ac3b5c [2021-02-12T06:17:24.968Z] ---> 3d925cf30b7c [2021-02-12T06:17:24.968Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:17:26.893Z] ---> Running in f28a3609094d [2021-02-12T06:17:26.893Z] Removing intermediate container ddf8ab10269b [2021-02-12T06:17:26.893Z] ---> 140802d2ed1a [2021-02-12T06:17:26.893Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:17:27.154Z] ---> Running in caa863b7ce57 [2021-02-12T06:17:27.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:27.422Z] Removing intermediate container f28a3609094d [2021-02-12T06:17:27.422Z] ---> f7f44b356e49 [2021-02-12T06:17:27.422Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T06:17:27.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:17:27.422Z] ---> Running in 0ce9d0e8c088 [2021-02-12T06:17:27.422Z] ---> b2bea00e11f8 [2021-02-12T06:17:27.422Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T06:17:27.422Z] Removing intermediate container caa863b7ce57 [2021-02-12T06:17:27.422Z] ---> 587babd6e0d0 [2021-02-12T06:17:27.422Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T06:17:27.422Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T06:17:27.686Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T06:17:27.686Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T06:17:27.686Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T06:17:27.686Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T06:17:27.686Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T06:17:27.686Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T06:17:27.686Z] ---> Running in 4b1e71d6702f [2021-02-12T06:17:28.639Z] Removing intermediate container 0ce9d0e8c088 [2021-02-12T06:17:28.639Z] ---> afe16f8da82d [2021-02-12T06:17:28.639Z] Step 21/22 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:17:32.388Z] ---> Running in b7e671f60ca8 [2021-02-12T06:17:33.257Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T06:17:33.257Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T06:17:33.257Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T06:17:33.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T06:17:33.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T06:17:33.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T06:17:33.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T06:17:33.257Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T06:17:33.458Z] Removing intermediate container 4b1e71d6702f [2021-02-12T06:17:33.458Z] ---> c0604d286061 [2021-02-12T06:17:33.458Z] Step 22/23 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:17:33.738Z] ---> 57d706198acf [2021-02-12T06:17:33.738Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T06:17:34.001Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T06:17:34.255Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T06:17:34.269Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T06:17:34.269Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T06:17:34.269Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T06:17:34.535Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T06:17:34.535Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T06:17:34.535Z] ---> Running in f7fe63e2c736 [2021-02-12T06:17:34.535Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T06:17:35.115Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T06:17:35.692Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T06:17:35.692Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T06:17:35.956Z] Removing intermediate container b7e671f60ca8 [2021-02-12T06:17:35.956Z] ---> 4a8f879ade46 [2021-02-12T06:17:35.956Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T06:17:36.907Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T06:17:37.503Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T06:17:37.503Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T06:17:37.774Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T06:17:37.774Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T06:17:38.349Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:17:38.349Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:17:38.350Z] ---> 4784c9dfcb2e [2021-02-12T06:17:38.350Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T06:17:38.350Z] ---> Using cache [2021-02-12T06:17:38.350Z] ---> 2203646362c3 [2021-02-12T06:17:38.350Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:17:38.350Z] ---> Using cache [2021-02-12T06:17:38.350Z] ---> b1269969c2bc [2021-02-12T06:17:38.350Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T06:17:38.350Z] ---> Using cache [2021-02-12T06:17:38.350Z] ---> 6bd98e8b13ac [2021-02-12T06:17:38.350Z] Step 6/24 : COPY go.mod . [2021-02-12T06:17:38.350Z] ---> Using cache [2021-02-12T06:17:38.350Z] ---> 08e3d03aa5e7 [2021-02-12T06:17:38.350Z] Step 7/24 : RUN go mod download [2021-02-12T06:17:38.350Z] ---> Using cache [2021-02-12T06:17:38.350Z] ---> 0b32b8bd8f9d [2021-02-12T06:17:38.350Z] Step 8/24 : COPY . . [2021-02-12T06:17:38.350Z] ---> Using cache [2021-02-12T06:17:38.350Z] ---> f8bdab682158 [2021-02-12T06:17:38.350Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T06:17:38.613Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T06:17:38.613Z] ---> 03eb7259c31a [2021-02-12T06:17:38.613Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T06:17:38.613Z] ---> Running in 05301a6452d3 [2021-02-12T06:17:38.613Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T06:17:38.613Z] Removing intermediate container f7fe63e2c736 [2021-02-12T06:17:38.613Z] ---> c2f6799190fb [2021-02-12T06:17:38.613Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T06:17:38.879Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T06:17:38.879Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T06:17:38.879Z] ---> Running in d6b7d904f7c8 [2021-02-12T06:17:38.879Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T06:17:38.880Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T06:17:38.880Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T06:17:38.880Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T06:17:39.454Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T06:17:39.454Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T06:17:39.454Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T06:17:39.454Z] ---> Running in 837e7ea59359 [2021-02-12T06:17:40.044Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:17:40.044Z] Removing intermediate container 05301a6452d3 [2021-02-12T06:17:40.044Z] ---> c0cf60da289a [2021-02-12T06:17:40.044Z] [2021-02-12T06:17:40.044Z] OK: 71 MiB in 55 packages [2021-02-12T06:17:40.308Z] ---> 6b088467bf7a [2021-02-12T06:17:40.308Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T06:17:40.308Z] Removing intermediate container 837e7ea59359 [2021-02-12T06:17:40.308Z] ---> aabd40c9b0b0 [2021-02-12T06:17:40.308Z] [2021-02-12T06:17:40.308Z] Successfully built c0cf60da289a [2021-02-12T06:17:40.308Z] Successfully tagged docker-support-notifications-go:latest [2021-02-12T06:17:40.308Z] Building docker-core-data-go [2021-02-12T06:17:40.576Z]  Building docker-support-notifications-go ... done Successfully built aabd40c9b0b0 [2021-02-12T06:17:40.577Z] Successfully tagged docker-core-command-go:latest [2021-02-12T06:17:40.577Z] Building docker-core-metadata-go [2021-02-12T06:17:40.577Z] ---> Running in 94f5d5a001ca [2021-02-12T06:17:40.852Z]  Building docker-core-command-go ... done 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-12T06:17:40.852Z] Removing intermediate container 94f5d5a001ca [2021-02-12T06:17:40.852Z] ---> 08bbccca7289 [2021-02-12T06:17:40.852Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T06:17:41.799Z] ---> 6effde88d217 [2021-02-12T06:17:41.799Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T06:17:42.544Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T06:17:42.544Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T06:17:42.544Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T06:17:47.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.340s coverage: 45.9% of statements [2021-02-12T06:17:47.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T06:17:47.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T06:17:47.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T06:17:47.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T06:17:47.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T06:17:47.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T06:17:47.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T06:17:47.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.198s coverage: 100.0% of statements [2021-02-12T06:17:50.034Z] ---> Running in 1423cdddebbe [2021-02-12T06:17:54.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.595s coverage: 27.1% of statements [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T06:17:54.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T06:17:54.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T06:17:54.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 65.8% of statements [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T06:17:54.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T06:17:57.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.721s coverage: 82.3% of statements [2021-02-12T06:17:57.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T06:17:57.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T06:17:57.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T06:17:57.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T06:18:02.385Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:18:02.385Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:18:02.385Z] ---> 4784c9dfcb2e [2021-02-12T06:18:02.385Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T06:18:02.385Z] ---> Using cache [2021-02-12T06:18:02.385Z] ---> 2203646362c3 [2021-02-12T06:18:02.385Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:18:02.385Z] ---> Using cache [2021-02-12T06:18:02.385Z] ---> b1269969c2bc [2021-02-12T06:18:02.385Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T06:18:02.385Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:18:02.385Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:18:02.385Z] ---> 4784c9dfcb2e [2021-02-12T06:18:02.385Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T06:18:02.385Z] ---> Using cache [2021-02-12T06:18:02.385Z] ---> 2203646362c3 [2021-02-12T06:18:02.385Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:18:02.386Z] ---> Using cache [2021-02-12T06:18:02.386Z] ---> b1269969c2bc [2021-02-12T06:18:02.386Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T06:18:02.386Z] ---> Using cache [2021-02-12T06:18:02.386Z] ---> 6bd98e8b13ac [2021-02-12T06:18:02.386Z] Step 6/23 : COPY go.mod . [2021-02-12T06:18:02.386Z] ---> Using cache [2021-02-12T06:18:02.386Z] ---> 08e3d03aa5e7 [2021-02-12T06:18:02.386Z] Step 7/23 : RUN go mod download [2021-02-12T06:18:02.386Z] ---> Using cache [2021-02-12T06:18:02.386Z] ---> 0b32b8bd8f9d [2021-02-12T06:18:02.386Z] Step 8/23 : COPY . . [2021-02-12T06:18:02.652Z] ---> Using cache [2021-02-12T06:18:02.652Z] ---> f8bdab682158 [2021-02-12T06:18:02.652Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T06:18:04.052Z] Removing intermediate container 1423cdddebbe [2021-02-12T06:18:04.052Z] ---> bff35c681b35 [2021-02-12T06:18:04.052Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T06:18:04.052Z] ---> Running in 018856674aba [2021-02-12T06:18:04.052Z] ---> Running in b0f338c86c13 [2021-02-12T06:18:04.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.165s coverage: 28.6% of statements [2021-02-12T06:18:04.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T06:18:04.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T06:18:04.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T06:18:04.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T06:18:04.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T06:18:04.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.170s coverage: 100.0% of statements [2021-02-12T06:18:04.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T06:18:04.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-02-12T06:18:04.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T06:18:04.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.362s coverage: 86.7% of statements [2021-02-12T06:18:04.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T06:18:04.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.337s coverage: 97.5% of statements [2021-02-12T06:18:04.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T06:18:04.316Z] ---> Running in 600620e56a68 [2021-02-12T06:18:04.590Z] Removing intermediate container 4ce6d4acf7de [2021-02-12T06:18:04.590Z] ---> 96a87527b9a5 [2021-02-12T06:18:04.590Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T06:18:04.858Z] Removing intermediate container 600620e56a68 [2021-02-12T06:18:04.858Z] ---> 6025b169f19c [2021-02-12T06:18:04.858Z] Step 27/30 : CMD ["gate"] [2021-02-12T06:18:04.858Z] ---> Running in 0560c961257a [2021-02-12T06:18:05.127Z] ---> Running in aebc5e841954 [2021-02-12T06:18:05.127Z] 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-12T06:18:05.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:18:05.391Z] Removing intermediate container aebc5e841954 [2021-02-12T06:18:05.391Z] ---> 914e233c91c0 [2021-02-12T06:18:05.391Z] Step 28/30 : LABEL arch=x86_64 [2021-02-12T06:18:05.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2021-02-12T06:18:05.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T06:18:05.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T06:18:05.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T06:18:05.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T06:18:05.657Z] 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-12T06:18:05.657Z] ---> Running in a7e7b07f79e6 [2021-02-12T06:18:05.923Z] Removing intermediate container a7e7b07f79e6 [2021-02-12T06:18:05.923Z] ---> ecd216515ffb [2021-02-12T06:18:05.923Z] Step 29/30 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:18:05.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:18:06.190Z] ---> Running in d0eba365ea3b [2021-02-12T06:18:06.476Z] Removing intermediate container d0eba365ea3b [2021-02-12T06:18:06.476Z] ---> 9c6e1a186226 [2021-02-12T06:18:06.476Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T06:18:06.476Z] OK: 233 MiB in 51 packages [2021-02-12T06:18:06.749Z] ---> Running in 6ee1ed5efd03 [2021-02-12T06:18:07.017Z] Removing intermediate container 6ee1ed5efd03 [2021-02-12T06:18:07.017Z] ---> d2752de2e9e8 [2021-02-12T06:18:07.017Z] [2021-02-12T06:18:07.285Z] Successfully built d2752de2e9e8 [2021-02-12T06:18:07.285Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-12T06:18:07.285Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-12T06:18:07.558Z] Removing intermediate container 018856674aba [2021-02-12T06:18:07.558Z] ---> efee54bf7ce2 [2021-02-12T06:18:07.558Z] Step 6/23 : COPY go.mod . [2021-02-12T06:18:10.913Z] Collecting docker-compose==1.23.2 [2021-02-12T06:18:10.913Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T06:18:11.907Z] ---> 0b5df9eda984 [2021-02-12T06:18:11.907Z] Step 7/23 : RUN go mod download [2021-02-12T06:18:11.907Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T06:18:11.907Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T06:18:12.485Z] 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-12T06:18:13.068Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T06:18:13.068Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T06:18:13.068Z] ---> Running in c0a25f61129f [2021-02-12T06:18:15.723Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T06:18:15.723Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T06:18:15.723Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T06:18:15.723Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T06:18:15.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.157s coverage: 92.8% of statements [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T06:18:15.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T06:18:15.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.167s coverage: 0.1% of statements [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T06:18:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T06:18:15.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 45.5% of statements [2021-02-12T06:18:15.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.148s coverage: 79.5% of statements [2021-02-12T06:18:15.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.115s coverage: 94.1% of statements [2021-02-12T06:18:15.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements [2021-02-12T06:18:15.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-02-12T06:18:16.322Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T06:18:16.322Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T06:18:17.318Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T06:18:17.318Z] Removing intermediate container d6b7d904f7c8 [2021-02-12T06:18:17.318Z] ---> 29ff5d45260a [2021-02-12T06:18:17.318Z] [2021-02-12T06:18:17.318Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T06:18:17.318Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T06:18:17.318Z] ---> 389fef711851 [2021-02-12T06:18:17.318Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T06:18:17.590Z] ---> Running in 80a44e69b10c [2021-02-12T06:18:17.881Z] Collecting PyYAML<4,>=3.10 [2021-02-12T06:18:17.881Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T06:18:19.837Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T06:18:19.837Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T06:18:19.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:18:19.837Z] Removing intermediate container c0a25f61129f [2021-02-12T06:18:19.837Z] ---> 3f6564fd9403 [2021-02-12T06:18:19.837Z] Step 8/23 : COPY . . [2021-02-12T06:18:19.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:18:20.105Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T06:18:20.386Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T06:18:20.386Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T06:18:20.386Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T06:18:20.386Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T06:18:20.386Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:18:20.664Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T06:18:20.664Z] OK: 7 MiB in 19 packages [2021-02-12T06:18:22.101Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T06:18:22.101Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T06:18:24.038Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T06:18:24.038Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T06:18:25.437Z] 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-12T06:18:25.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.076s coverage: 94.4% of statements [2021-02-12T06:18:25.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-02-12T06:18:26.832Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:18:26.832Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:18:26.832Z] ---> 4784c9dfcb2e [2021-02-12T06:18:26.832Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T06:18:26.832Z] ---> Using cache [2021-02-12T06:18:26.832Z] ---> 2203646362c3 [2021-02-12T06:18:26.832Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:18:26.832Z] ---> Using cache [2021-02-12T06:18:26.832Z] ---> b1269969c2bc [2021-02-12T06:18:26.832Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T06:18:26.832Z] ---> Using cache [2021-02-12T06:18:26.832Z] ---> 6bd98e8b13ac [2021-02-12T06:18:26.832Z] Step 6/22 : COPY go.mod . [2021-02-12T06:18:26.832Z] ---> Using cache [2021-02-12T06:18:26.832Z] ---> 08e3d03aa5e7 [2021-02-12T06:18:26.832Z] Step 7/22 : RUN go mod download [2021-02-12T06:18:26.832Z] ---> Using cache [2021-02-12T06:18:26.832Z] ---> 0b32b8bd8f9d [2021-02-12T06:18:26.832Z] Step 8/22 : COPY . . [2021-02-12T06:18:26.832Z] ---> Using cache [2021-02-12T06:18:26.832Z] ---> f8bdab682158 [2021-02-12T06:18:26.832Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T06:18:27.093Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T06:18:27.094Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T06:18:28.062Z] 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-12T06:18:28.062Z] Collecting idna<2.8,>=2.5 [2021-02-12T06:18:28.062Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T06:18:28.328Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T06:18:28.328Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T06:18:28.328Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T06:18:28.328Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T06:18:28.328Z] ---> Running in 8d669c94fe24 [2021-02-12T06:18:28.597Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, docopt, jsonschema, cached-property, texttable, PyYAML, dockerpty, docker-compose [2021-02-12T06:18:30.541Z] Attempting uninstall: urllib3 [2021-02-12T06:18:30.541Z] Found existing installation: urllib3 1.25.9 [2021-02-12T06:18:30.541Z] Uninstalling urllib3-1.25.9: [2021-02-12T06:18:30.807Z] Removing intermediate container 80a44e69b10c [2021-02-12T06:18:30.807Z] ---> 0dea944179ac [2021-02-12T06:18:30.807Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T06:18:31.384Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T06:18:31.659Z] 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-12T06:18:34.244Z] ---> Running in 248a038fa3f8 [2021-02-12T06:18:34.843Z] Attempting uninstall: idna [2021-02-12T06:18:34.843Z] Found existing installation: idna 2.9 [2021-02-12T06:18:34.843Z] Uninstalling idna-2.9: [2021-02-12T06:18:35.117Z] Successfully uninstalled idna-2.9 [2021-02-12T06:18:36.108Z] Attempting uninstall: requests [2021-02-12T06:18:36.108Z] Found existing installation: requests 2.23.0 [2021-02-12T06:18:36.108Z] Uninstalling requests-2.23.0: [2021-02-12T06:18:36.108Z] Successfully uninstalled requests-2.23.0 [2021-02-12T06:18:36.704Z] Removing intermediate container 248a038fa3f8 [2021-02-12T06:18:36.704Z] ---> 5fef8daa7eba [2021-02-12T06:18:36.704Z] Step 13/24 : WORKDIR / [2021-02-12T06:18:38.123Z] ---> Running in 9d7ab22c9e7c [2021-02-12T06:18:38.124Z] Running setup.py install for docopt: started [2021-02-12T06:18:39.590Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T06:18:41.566Z] Removing intermediate container 9d7ab22c9e7c [2021-02-12T06:18:41.566Z] ---> d38380016eb4 [2021-02-12T06:18:41.566Z] 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-12T06:18:41.566Z] Running setup.py install for texttable: started [2021-02-12T06:18:42.165Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T06:18:42.165Z] Running setup.py install for PyYAML: started [2021-02-12T06:18:43.148Z] ---> 71a8b9aba069 [2021-02-12T06:18:43.148Z] 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-12T06:18:43.148Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T06:18:43.148Z] Running setup.py install for dockerpty: started [2021-02-12T06:18:44.100Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.119s coverage: 92.9% of statements [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.061s coverage: 77.8% of statements [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.2% of statements [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.536s coverage: 63.5% of statements [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.716s coverage: 68.9% of statements [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.339s coverage: 37.0% of statements [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T06:18:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.428s coverage: 84.0% of statements [2021-02-12T06:18:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2021-02-12T06:18:45.054Z] ---> 98732744fc66 [2021-02-12T06:18:45.054Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T06:18:45.640Z] 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-12T06:18:45.640Z] ---> 1144d24bdf18 [2021-02-12T06:18:45.640Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T06:18:46.226Z] ---> 2b4bd67c0d0c [2021-02-12T06:18:46.226Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T06:18:46.505Z] ---> Running in 6b79723ef9bd [2021-02-12T06:18:46.792Z] Removing intermediate container b0f338c86c13 [2021-02-12T06:18:46.792Z] ---> 7cf040b30bbd [2021-02-12T06:18:46.792Z] [2021-02-12T06:18:46.792Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T06:18:46.792Z] ---> 389fef711851 [2021-02-12T06:18:46.792Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T06:18:46.792Z] ---> Using cache [2021-02-12T06:18:46.792Z] ---> 5ba89b437df5 [2021-02-12T06:18:46.792Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T06:18:46.792Z] ---> Using cache [2021-02-12T06:18:46.792Z] ---> 2a99fcd2ce73 [2021-02-12T06:18:46.792Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T06:18:47.074Z] ---> Running in 57c06ef0b139 [2021-02-12T06:18:47.341Z] ---> e9b64ee87795 [2021-02-12T06:18:47.341Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T06:18:47.341Z] 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-12T06:18:47.613Z] Removing intermediate container 57c06ef0b139 [2021-02-12T06:18:47.613Z] ---> 6d232cfde3ee [2021-02-12T06:18:47.613Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T06:18:47.613Z] ---> Running in c74e67236272 [2021-02-12T06:18:49.008Z] ---> 60625a35ad63 [2021-02-12T06:18:49.008Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T06:18:49.008Z] Removing intermediate container c74e67236272 [2021-02-12T06:18:49.008Z] ---> c6e6fd6afab4 [2021-02-12T06:18:49.008Z] Step 15/23 : WORKDIR / [2021-02-12T06:18:49.728Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.442s coverage: 47.0% of statements [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T06:18:49.728Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T06:18:49.728Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T06:18:49.728Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.329s coverage: 89.4% of statements [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T06:18:49.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T06:18:50.412Z] ---> Running in ab33d08a5974 [2021-02-12T06:18:50.679Z] ---> f07650a33de6 [2021-02-12T06:18:50.679Z] 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-12T06:18:50.679Z] Removing intermediate container 0560c961257a [2021-02-12T06:18:50.679Z] ---> 3e34277e1e13 [2021-02-12T06:18:50.679Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T06:18:50.945Z] ---> Running in 7db958a2b257 [2021-02-12T06:18:50.945Z] Removing intermediate container ab33d08a5974 [2021-02-12T06:18:50.945Z] ---> 05282eb4cc7b [2021-02-12T06:18:50.945Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:18:50.945Z] ---> Running in 48349597cb0d [2021-02-12T06:18:52.899Z] ---> 77bf6906e4bc [2021-02-12T06:18:52.899Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T06:18:54.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:18:54.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:18:54.601Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T06:18:54.601Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T06:18:54.601Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T06:18:54.601Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:18:54.867Z] OK: 72 MiB in 58 packages [2021-02-12T06:18:55.135Z] ---> 382a4e1e2625 [2021-02-12T06:18:55.135Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T06:18:56.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.968s coverage: 29.1% of statements [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T06:18:56.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T06:18:56.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T06:18:56.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.212s coverage: 100.0% of statements [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T06:18:56.472Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T06:18:56.472Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T06:18:56.472Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T06:18:56.472Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T06:18:56.472Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-02-12T06:18:56.603Z] Removing intermediate container 7db958a2b257 [2021-02-12T06:18:56.603Z] ---> 2abb835635bc [2021-02-12T06:18:56.603Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T06:18:56.785Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-12T06:18:57.434Z] ---> Running in ecae1bb01235 [2021-02-12T06:18:57.434Z] ---> fcd65a9fe077 [2021-02-12T06:18:57.434Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T06:18:57.434Z] Removing intermediate container 8d669c94fe24 [2021-02-12T06:18:57.434Z] ---> a8e04d3c6075 [2021-02-12T06:18:57.434Z] [2021-02-12T06:18:57.434Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T06:18:57.434Z] ---> 389fef711851 [2021-02-12T06:18:57.434Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T06:18:57.434Z] ---> Using cache [2021-02-12T06:18:57.434Z] ---> 5ba89b437df5 [2021-02-12T06:18:57.434Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T06:18:57.434Z] ---> Using cache [2021-02-12T06:18:57.434Z] ---> 2a99fcd2ce73 [2021-02-12T06:18:57.434Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T06:18:57.434Z] ---> Running in 8718984a9029 [2021-02-12T06:18:57.434Z] Removing intermediate container 48349597cb0d [2021-02-12T06:18:57.434Z] ---> adc458b78056 [2021-02-12T06:18:57.434Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T06:18:57.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-12T06:18:57.765Z] ---> Running in 836240083a95 [2021-02-12T06:18:57.765Z] Removing intermediate container ecae1bb01235 [2021-02-12T06:18:57.765Z] ---> 8658ecc546d3 [2021-02-12T06:18:57.765Z] Step 22/24 : LABEL arch=x86_64 [2021-02-12T06:18:57.765Z] ---> Running in 82eef3296f0c [2021-02-12T06:18:57.765Z] Removing intermediate container 8718984a9029 [2021-02-12T06:18:57.765Z] ---> 6c5e1e9d7097 [2021-02-12T06:18:57.765Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:18:58.140Z] ---> Running in bae7e1b157bd [2021-02-12T06:18:58.140Z] ---> Running in af6f273fa979 [2021-02-12T06:18:58.428Z] Removing intermediate container 836240083a95 [2021-02-12T06:18:58.428Z] ---> 6dea8aba716f [2021-02-12T06:18:58.428Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T06:18:58.428Z] Removing intermediate container bae7e1b157bd [2021-02-12T06:18:58.428Z] ---> 58e0f25dcfb5 [2021-02-12T06:18:58.428Z] Step 23/24 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:18:58.428Z] Removing intermediate container 82eef3296f0c [2021-02-12T06:18:58.428Z] ---> 6fb4ce0a5f95 [2021-02-12T06:18:58.428Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:18:58.428Z] ---> Running in f82656adcdab [2021-02-12T06:18:58.428Z] ---> Running in 19604d785546 [2021-02-12T06:18:58.428Z] ---> Running in e5370faa50e4 [2021-02-12T06:18:58.428Z] Removing intermediate container af6f273fa979 [2021-02-12T06:18:58.428Z] ---> 9543362651f0 [2021-02-12T06:18:58.428Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T06:18:58.709Z] ---> Running in c79d796ce8e4 [2021-02-12T06:18:58.739Z] GO111MODULE=on go vet ./... [2021-02-12T06:18:58.974Z] Removing intermediate container f82656adcdab [2021-02-12T06:18:58.975Z] ---> c59e7bbef013 [2021-02-12T06:18:58.975Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:18:58.975Z] Removing intermediate container 19604d785546 [2021-02-12T06:18:58.975Z] ---> 5ebe3e86bd05 [2021-02-12T06:18:58.975Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T06:18:58.975Z] Removing intermediate container e5370faa50e4 [2021-02-12T06:18:58.975Z] ---> b34f95ec9565 [2021-02-12T06:18:58.975Z] Step 24/26 : LABEL arch=x86_64 [2021-02-12T06:18:59.244Z] Removing intermediate container c79d796ce8e4 [2021-02-12T06:18:59.244Z] ---> 07fda2ebb987 [2021-02-12T06:18:59.244Z] Step 22/23 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:18:59.244Z] ---> Running in 58d829caa76a [2021-02-12T06:18:59.516Z] ---> Running in cf2949c181bd [2021-02-12T06:18:59.789Z] ---> Running in 675b4ca57912 [2021-02-12T06:18:59.789Z] ---> bc6e5612b1d3 [2021-02-12T06:18:59.789Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T06:19:00.058Z] Removing intermediate container 58d829caa76a [2021-02-12T06:19:00.058Z] ---> 39dc64eccf40 [2021-02-12T06:19:00.058Z] Step 25/26 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:19:01.017Z] Removing intermediate container cf2949c181bd [2021-02-12T06:19:01.017Z] ---> 2d8990c0781f [2021-02-12T06:19:01.017Z] [2021-02-12T06:19:01.017Z] Removing intermediate container 675b4ca57912 [2021-02-12T06:19:01.017Z] ---> fe88f180bf8c [2021-02-12T06:19:01.017Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T06:19:01.289Z] ---> Running in fcdf2ba56384 [2021-02-12T06:19:01.289Z] Successfully built 2d8990c0781f [2021-02-12T06:19:01.559Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-12T06:19:01.559Z]  Building docker-security-secretstore-setup-go ... done  ---> a8b9750581b0 [2021-02-12T06:19:01.559Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T06:19:01.559Z] ---> Running in 4d5f0bd53198 [2021-02-12T06:19:01.840Z] Removing intermediate container fcdf2ba56384 [2021-02-12T06:19:01.840Z] ---> 74165afb8934 [2021-02-12T06:19:01.840Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T06:19:01.840Z] Removing intermediate container 4d5f0bd53198 [2021-02-12T06:19:01.840Z] ---> a9bd061cb7f8 [2021-02-12T06:19:01.840Z] [2021-02-12T06:19:01.840Z] ---> Running in 97622ab6c0de [2021-02-12T06:19:02.114Z] ---> babb56e77771 [2021-02-12T06:19:02.114Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T06:19:02.114Z] Successfully built a9bd061cb7f8 [2021-02-12T06:19:02.378Z] Successfully tagged docker-core-metadata-go:latest [2021-02-12T06:19:02.646Z]  Building docker-core-metadata-go ... done  ---> Running in a367d415c3ca [2021-02-12T06:19:02.646Z] Removing intermediate container 97622ab6c0de [2021-02-12T06:19:02.646Z] ---> adc989b09dfd [2021-02-12T06:19:02.646Z] [2021-02-12T06:19:02.912Z] Successfully built adc989b09dfd [2021-02-12T06:19:02.912Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-12T06:19:02.912Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a367d415c3ca [2021-02-12T06:19:02.912Z] ---> 3ebf8a39632a [2021-02-12T06:19:02.912Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:19:03.183Z] ---> Running in 028ed3b22c8f [2021-02-12T06:19:03.183Z] Removing intermediate container 028ed3b22c8f [2021-02-12T06:19:03.183Z] ---> 868e69f9fdbd [2021-02-12T06:19:03.183Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T06:19:03.447Z] ---> Running in 0ee50ca19958 [2021-02-12T06:19:03.447Z] Removing intermediate container 0ee50ca19958 [2021-02-12T06:19:03.447Z] ---> 95652df2b5e5 [2021-02-12T06:19:03.447Z] Step 21/22 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:19:03.713Z] ---> Running in 097226ff50ce [2021-02-12T06:19:03.713Z] Removing intermediate container 097226ff50ce [2021-02-12T06:19:03.713Z] ---> b4f8ef2874cd [2021-02-12T06:19:03.713Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T06:19:03.713Z] ---> Running in ee2e90d59f22 [2021-02-12T06:19:03.980Z] Removing intermediate container ee2e90d59f22 [2021-02-12T06:19:03.980Z] ---> c50bfc73330b [2021-02-12T06:19:03.980Z] [2021-02-12T06:19:03.980Z] Successfully built c50bfc73330b [2021-02-12T06:19:04.557Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-12T06:19:08.781Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6b79723ef9bd [2021-02-12T06:19:08.781Z] ---> f6bd01d0dfd5 [2021-02-12T06:19:08.781Z] [2021-02-12T06:19:08.781Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T06:19:08.781Z] ---> 389fef711851 [2021-02-12T06:19:08.781Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T06:19:08.781Z] ---> Running in e1098c91bf6b [2021-02-12T06:19:08.781Z] Removing intermediate container e1098c91bf6b [2021-02-12T06:19:08.781Z] ---> 12d16b023571 [2021-02-12T06:19:08.781Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T06:19:08.781Z] ---> Running in 21fbcbb482d4 [2021-02-12T06:19:08.781Z] Removing intermediate container 21fbcbb482d4 [2021-02-12T06:19:08.781Z] ---> e1cfacea03ba [2021-02-12T06:19:08.781Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T06:19:09.043Z] ---> Running in ce584b814887 [2021-02-12T06:19:09.043Z] Removing intermediate container ce584b814887 [2021-02-12T06:19:09.043Z] ---> 42c6931e7270 [2021-02-12T06:19:09.043Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:19:09.309Z] ---> Running in 2dd66936b0fe [2021-02-12T06:19:10.261Z] Removing intermediate container 2dd66936b0fe [2021-02-12T06:19:10.261Z] ---> 7218f8c080fa [2021-02-12T06:19:10.261Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T06:19:10.261Z] ---> Running in 7ed90e6fcf9b [2021-02-12T06:19:10.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T06:19:11.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T06:19:11.982Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T06:19:11.982Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T06:19:11.982Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T06:19:11.982Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T06:19:12.244Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T06:19:12.244Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T06:19:12.507Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:19:12.507Z] OK: 8 MiB in 20 packages [2021-02-12T06:19:13.081Z] Removing intermediate container 7ed90e6fcf9b [2021-02-12T06:19:13.081Z] ---> 9cfca7fcd57e [2021-02-12T06:19:13.081Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:19:13.345Z] ---> 6da68d78e540 [2021-02-12T06:19:13.346Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T06:19:13.926Z] ---> 3ba383108b37 [2021-02-12T06:19:13.926Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T06:19:13.926Z] ---> 7dfd4faa68da [2021-02-12T06:19:13.926Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T06:19:14.187Z] ---> Running in 626534c8b4d8 [2021-02-12T06:19:14.187Z] Removing intermediate container 626534c8b4d8 [2021-02-12T06:19:14.187Z] ---> cf89e0c83798 [2021-02-12T06:19:14.187Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:19:14.448Z] ---> Running in f40f9b8210bd [2021-02-12T06:19:14.448Z] Removing intermediate container f40f9b8210bd [2021-02-12T06:19:14.448Z] ---> 2d04d5139ef2 [2021-02-12T06:19:14.448Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T06:19:14.448Z] ---> Running in dd1ab224537a [2021-02-12T06:19:14.709Z] Removing intermediate container dd1ab224537a [2021-02-12T06:19:14.709Z] ---> 6329dc7146dd [2021-02-12T06:19:14.709Z] Step 22/23 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:19:14.709Z] ---> Running in 3191830097c6 [2021-02-12T06:19:14.969Z] Removing intermediate container 3191830097c6 [2021-02-12T06:19:14.969Z] ---> 2d3d2f882d6e [2021-02-12T06:19:14.969Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T06:19:14.969Z] ---> Running in ad9909dbe10f [2021-02-12T06:19:15.231Z] Removing intermediate container ad9909dbe10f [2021-02-12T06:19:15.231Z] ---> 601cff7b1389 [2021-02-12T06:19:15.231Z] [2021-02-12T06:19:15.231Z] Successfully built 601cff7b1389 [2021-02-12T06:19:15.231Z] Successfully tagged docker-core-data-go:latest [2021-02-12T06:19:15.505Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-12T06:19:15.527Z] $ docker stop --time=1 5037a542b2f882259cf6c98a05a687439a16cef16fa8905872d43aa7a4a683cc [2021-02-12T06:19:17.418Z] $ docker rm -f 5037a542b2f882259cf6c98a05a687439a16cef16fa8905872d43aa7a4a683cc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T06:19:18.047Z] + docker images [2021-02-12T06:19:18.047Z] + grep docker [2021-02-12T06:19:18.310Z] docker-core-data-go latest 601cff7b1389 4 seconds ago 22.3MB [2021-02-12T06:19:18.310Z] docker-support-scheduler-go latest c50bfc73330b 15 seconds ago 17MB [2021-02-12T06:19:18.310Z] docker-sys-mgmt-agent-go latest adc989b09dfd 16 seconds ago 313MB [2021-02-12T06:19:18.310Z] docker-core-metadata-go latest a9bd061cb7f8 17 seconds ago 18.8MB [2021-02-12T06:19:18.310Z] docker-security-secretstore-setup-go latest 2d8990c0781f 19 seconds ago 24.6MB [2021-02-12T06:19:18.310Z] docker-security-bootstrapper-go latest d2752de2e9e8 About a minute ago 18MB [2021-02-12T06:19:18.310Z] docker-core-command-go latest aabd40c9b0b0 About a minute ago 16.9MB [2021-02-12T06:19:18.310Z] docker-support-notifications-go latest c0cf60da289a About a minute ago 17.6MB [2021-02-12T06:19:18.310Z] docker-security-proxy-setup-go latest 60c2eeaaad03 About a minute ago 24.4MB [2021-02-12T06:19:18.310Z] 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-12T06:19:34.491Z] Still waiting to schedule task [2021-02-12T06:19:34.491Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-12T06:20:20.539Z] gofmt -l . [2021-02-12T06:20:20.540Z] [ "`gofmt -l .`" = "" ] [2021-02-12T06:20:20.540Z] ./bin/test-go-mod-tidy.sh [2021-02-12T06:20:20.540Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T06:20:21.230Z] + ls -al . [2021-02-12T06:20:21.230Z] total 728 [2021-02-12T06:20:21.230Z] drwxrwxr-x 9 1001 1001 4096 Feb 12 06:20 . [2021-02-12T06:20:21.230Z] drwxr-xr-x 4 root root 4096 Feb 12 06:16 .. [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 06:14 .dockerignore [2021-02-12T06:20:21.230Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 06:14 .git [2021-02-12T06:20:21.230Z] drwxrwxr-x 3 1001 1001 4096 Feb 12 06:14 .github [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 06:14 .gitignore [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 06:14 .sonarcloud.properties [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 06:14 Attribution.txt [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 06:14 CONTRIBUTING.md [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 06:14 Dockerfile.build [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 06:14 Jenkinsfile [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 06:14 LICENSE [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 06:14 Makefile [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 06:14 README.md [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 06:14 SECURITY.md [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 06:11 VERSION [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 06:14 ZMQWindows.md [2021-02-12T06:20:21.230Z] drwxrwxr-x 2 1001 1001 4096 Feb 12 06:14 bin [2021-02-12T06:20:21.230Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 06:14 cmd [2021-02-12T06:20:21.230Z] -rw-r--r-- 1 root root 595676 Feb 12 06:18 coverage.out [2021-02-12T06:20:21.230Z] -rw-r--r-- 1 root root 1054 Feb 12 06:20 go.mod [2021-02-12T06:20:21.230Z] -rw-r--r-- 1 root root 19518 Feb 12 06:20 go.sum [2021-02-12T06:20:21.230Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 06:14 internal [2021-02-12T06:20:21.230Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 06:14 openapi [2021-02-12T06:20:21.230Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 06:14 snap [2021-02-12T06:20:21.230Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 06:14 version.go [Pipeline] sh [2021-02-12T06:20:21.897Z] + '[' -e coverage.out ] [2021-02-12T06:20:21.897Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T06:20:21.941Z] Warning: overwriting stash ‘coverage-report’ [2021-02-12T06:20:23.148Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T06:20:23.883Z] + make build [2021-02-12T06:20:23.883Z] 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-12T06:20:32.587Z] Running on prd-ubuntu18.04-docker-8c-8g-26263 in /w/workspace/edgexfoundry_edgex-go_PR-3165 [Pipeline] { [Pipeline] ws [2021-02-12T06:20:32.707Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-12T06:20:34.861Z] using credential edgex-jenkins-ssh [2021-02-12T06:20:34.913Z] Cloning the remote Git repository [2021-02-12T06:20:34.936Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T06:20:35.006Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-12T06:20:35.031Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T06:20:35.032Z] > git --version # timeout=10 [2021-02-12T06:20:35.040Z] > git --version # 'git version 2.17.1' [2021-02-12T06:20:35.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T06:20:35.067Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T06:20:36.285Z] 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-12T06:20:39.744Z] Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:20:39.880Z] Merge succeeded, producing 5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:20:39.880Z] Checking out Revision 5ff0acce6b99bee42b823579ebdaaa4684539945 (PR-3165) [2021-02-12T06:20:39.253Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T06:20:39.259Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T06:20:39.270Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T06:20:39.283Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T06:20:39.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T06:20:39.287Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3165/head:refs/remotes/origin/PR-3165 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T06:20:39.761Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T06:20:39.772Z] > git checkout -f 5ff0acce6b99bee42b823579ebdaaa4684539945 # timeout=10 [2021-02-12T06:20:39.852Z] > git remote # timeout=10 [2021-02-12T06:20:39.861Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T06:20:39.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T06:20:39.873Z] > git merge dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 [2021-02-12T06:20:39.881Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T06:20:39.890Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T06:20:39.894Z] > git checkout -f 5ff0acce6b99bee42b823579ebdaaa4684539945 # timeout=10 [2021-02-12T06:20:43.580Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-02-12T06:20:43.614Z] > git --version # timeout=10 [2021-02-12T06:20:43.618Z] > git --version # 'git version 2.17.1' [2021-02-12T06:20:43.623Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T06:20:44.954Z] + echo snap-build.sh [2021-02-12T06:20:44.954Z] snap-build.sh [2021-02-12T06:20:44.954Z] + SNAP_BASE_DIR=. [2021-02-12T06:20:44.954Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-02-12T06:20:44.954Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-02-12T06:20:44.954Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-02-12T06:20:44.954Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-02-12T06:20:44.954Z] + cd /w/workspace/edgex-go/1 [2021-02-12T06:20:44.954Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-12T06:20:44.954Z] Reading package lists... [2021-02-12T06:20:44.954Z] Building dependency tree... [2021-02-12T06:20:44.954Z] Reading state information... [2021-02-12T06:20:45.216Z] The following packages were automatically installed and are no longer required: [2021-02-12T06:20:45.216Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-12T06:20:45.216Z] uidmap xdelta3 [2021-02-12T06:20:45.216Z] Use 'sudo apt autoremove' to remove them. [2021-02-12T06:20:45.216Z] The following packages will be REMOVED: [2021-02-12T06:20:45.216Z] lxd* lxd-client* [2021-02-12T06:20:45.478Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-12T06:20:45.478Z] After this operation, 31.7 MB disk space will be freed. [2021-02-12T06:20:46.525Z] (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-12T06:20:46.525Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T06:20:47.472Z] Removing lxd dnsmasq configuration [2021-02-12T06:20:47.472Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T06:20:47.735Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-12T06:20:48.684Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-12T06:20:48.948Z] (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-12T06:20:48.948Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T06:20:50.337Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-12T06:20:50.337Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-12T06:20:51.284Z] + sudo snap remove --purge lxd [2021-02-12T06:20:51.558Z] snap "lxd" is not installed [2021-02-12T06:20:51.558Z] + sudo groupadd --force --system lxd [2021-02-12T06:20:51.558Z] ++ whoami [2021-02-12T06:20:51.558Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-12T06:20:51.558Z] + newgrp - lxd [2021-02-12T06:20:51.819Z] + sudo snap install lxd [2021-02-12T06:20:58.475Z] 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-12T06:20:59.992Z] 2021-02-12T06:20:57Z INFO Waiting for automatic snapd restart... [2021-02-12T06:21:01.092Z] 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-12T06:21:05.443Z] 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-12T06:21:06.868Z] 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-12T06:21:12.270Z] 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-12T06:21:14.942Z] lxd 4.11 from Canonical* installed [2021-02-12T06:21:14.943Z] + sudo lxd init --auto [2021-02-12T06:21:17.695Z] 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-12T06:21:21.108Z] 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-12T06:21:21.534Z] + sudo snap install --classic snapcraft [2021-02-12T06:21:25.410Z] 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-12T06:21:26.824Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T06:21:26.824Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-12T06:21:26.824Z] + patch --verbose -p1 [2021-02-12T06:21:26.824Z] Hmm... Looks like a unified diff to me... [2021-02-12T06:21:26.824Z] The text leading up to this was: [2021-02-12T06:21:26.824Z] -------------------------- [2021-02-12T06:21:26.824Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-12T06:21:26.824Z] |From: Tony Espy [2021-02-12T06:21:26.824Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-12T06:21:26.824Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-12T06:21:26.824Z] | [2021-02-12T06:21:26.824Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-12T06:21:26.824Z] |optimize the snap CI check run for pull requests. When [2021-02-12T06:21:26.824Z] |applied, it essentially strips out everything (apps and [2021-02-12T06:21:26.824Z] |parts) from the snapcraft.yaml file except those required [2021-02-12T06:21:26.824Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-12T06:21:26.824Z] |catch changes to edgex-go that break the snap build. [2021-02-12T06:21:26.824Z] | [2021-02-12T06:21:26.824Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-12T06:21:26.824Z] |to update this patch file, otherwise it may fail to apply, [2021-02-12T06:21:26.824Z] |resulting in a failed snap build CI check in the associated [2021-02-12T06:21:26.824Z] |pull request. [2021-02-12T06:21:26.824Z] | [2021-02-12T06:21:26.824Z] |Note - in addition to applying this patch, the pipeline also [2021-02-12T06:21:26.824Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-12T06:21:26.824Z] |need to build the finally binary .snap file (and it won't [2021-02-12T06:21:26.824Z] |work with the patch applied). This further reduces the build [2021-02-12T06:21:26.824Z] |time. [2021-02-12T06:21:26.824Z] |--- [2021-02-12T06:21:26.824Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-12T06:21:26.824Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-12T06:21:26.824Z] | [2021-02-12T06:21:26.824Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-12T06:21:26.824Z] |index 1e537489..faf42425 100644 [2021-02-12T06:21:26.824Z] |--- a/snap/snapcraft.yaml [2021-02-12T06:21:26.824Z] |+++ b/snap/snapcraft.yaml [2021-02-12T06:21:26.824Z] -------------------------- [2021-02-12T06:21:26.824Z] patching file snap/snapcraft.yaml [2021-02-12T06:21:26.824Z] Using Plan A... [2021-02-12T06:21:26.824Z] Hunk #1 succeeded at 73. [2021-02-12T06:21:26.824Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-12T06:21:26.824Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-12T06:21:26.824Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-12T06:21:26.824Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-12T06:21:26.824Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-12T06:21:26.824Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-12T06:21:26.824Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-12T06:21:26.824Z] Hmm... Ignoring the trailing garbage. [2021-02-12T06:21:26.824Z] done [2021-02-12T06:21:26.824Z] + sudo snapcraft prime --use-lxd [2021-02-12T06:21:28.210Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-12T06:21:28.210Z] 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-12T06:21:28.210Z] - README.md [2021-02-12T06:21:28.210Z] - snapcraft.yaml.orig [2021-02-12T06:21:28.210Z] [2021-02-12T06:21:28.210Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-12T06:21:29.151Z] Launching a container. [2021-02-12T06:21:30.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T06:21:34.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-12T06:21:39.623Z] $ docker stop --time=1 2267fa7bd7534bdb965d4eb228127cd540c6af2a30b26ab8b85ef0fc1cb9d09b [2021-02-12T06:21:41.391Z] Waiting for container to be ready [2021-02-12T06:21:41.391Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-12T06:21:41.391Z] [2021-02-12T06:21:42.043Z] $ docker rm -f 2267fa7bd7534bdb965d4eb228127cd540c6af2a30b26ab8b85ef0fc1cb9d09b [2021-02-12T06:21:43.306Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-12T06:21:43.888Z] Waiting for network to be ready... [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:21:44.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T06:21:44.281Z] [2021-02-12T06:21:44.281Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:21:44.461Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-12T06:21:44.461Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-12T06:21:44.699Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T06:21:44.720Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-12T06:21:44.720Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-12T06:21:44.973Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-12T06:21:44.973Z] 29e5d40040c1: Pulling fs layer [2021-02-12T06:21:44.973Z] 1ce36da41761: Pulling fs layer [2021-02-12T06:21:44.973Z] 25b303627fd3: Pulling fs layer [2021-02-12T06:21:44.981Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-12T06:21:45.240Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-12T06:21:45.240Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-12T06:21:45.240Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-12T06:21:45.240Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-12T06:21:45.240Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-12T06:21:45.240Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-12T06:21:45.240Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-12T06:21:45.240Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-12T06:21:45.240Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-12T06:21:45.240Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-12T06:21:45.240Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-12T06:21:45.240Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-12T06:21:45.240Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-12T06:21:45.501Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-12T06:21:45.570Z] 29e5d40040c1: Verifying Checksum [2021-02-12T06:21:45.570Z] 29e5d40040c1: Download complete [2021-02-12T06:21:45.761Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-12T06:21:45.761Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-12T06:21:45.761Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-12T06:21:46.024Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-12T06:21:46.024Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-12T06:21:46.024Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-12T06:21:46.024Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-12T06:21:46.024Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-12T06:21:46.554Z] 29e5d40040c1: Pull complete [2021-02-12T06:21:46.554Z] 1ce36da41761: Verifying Checksum [2021-02-12T06:21:46.554Z] 1ce36da41761: Download complete [2021-02-12T06:21:47.996Z] 1ce36da41761: Pull complete [2021-02-12T06:21:47.996Z] 25b303627fd3: Verifying Checksum [2021-02-12T06:21:47.996Z] 25b303627fd3: Download complete [2021-02-12T06:21:48.576Z] Fetched 23.9 MB in 4s (5505 kB/s) [2021-02-12T06:21:49.153Z] Reading package lists... [2021-02-12T06:21:49.414Z] Reading package lists... [2021-02-12T06:21:49.677Z] Building dependency tree... [2021-02-12T06:21:49.678Z] Reading state information... [2021-02-12T06:21:49.678Z] The following additional packages will be installed: [2021-02-12T06:21:49.678Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-12T06:21:49.678Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-12T06:21:49.678Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-12T06:21:49.678Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-12T06:21:49.678Z] Suggested packages: [2021-02-12T06:21:49.678Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-12T06:21:49.678Z] Recommended packages: [2021-02-12T06:21:49.678Z] gnupg libsasl2-modules [2021-02-12T06:21:49.678Z] The following NEW packages will be installed: [2021-02-12T06:21:49.678Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-12T06:21:49.678Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-12T06:21:49.678Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-12T06:21:49.678Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-12T06:21:49.678Z] The following packages will be upgraded: [2021-02-12T06:21:49.678Z] gpg gpg-agent gpgconf libudev1 [2021-02-12T06:21:49.939Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-12T06:21:49.939Z] Need to get 3532 kB of archives. [2021-02-12T06:21:49.939Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-12T06:21:49.939Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-12T06:21:49.939Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-12T06:21:50.200Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-12T06:21:50.461Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-12T06:21:50.461Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-12T06:21:50.461Z] 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-12T06:21:50.461Z] 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-12T06:21:50.461Z] 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-12T06:21:50.461Z] 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-12T06:21:50.461Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-12T06:21:50.721Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-12T06:21:50.721Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-12T06:21:50.721Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-12T06:21:50.721Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-12T06:21:50.721Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-12T06:21:50.721Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-12T06:21:50.721Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-12T06:21:50.721Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-12T06:21:50.721Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-12T06:21:50.721Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-12T06:21:50.721Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-12T06:21:50.721Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-12T06:21:50.983Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T06:21:50.983Z] Fetched 3532 kB in 1s (3532 kB/s) [2021-02-12T06:21:50.983Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-12T06:21:50.983Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-12T06:21:50.983Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T06:21:50.983Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-12T06:21:51.247Z] Selecting previously unselected package udev. [2021-02-12T06:21:51.247Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-12T06:21:51.247Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-12T06:21:51.247Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-12T06:21:51.511Z] Selecting previously unselected package libfuse2:amd64. [2021-02-12T06:21:51.511Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-12T06:21:51.511Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-12T06:21:51.511Z] Selecting previously unselected package fuse. [2021-02-12T06:21:51.511Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-12T06:21:51.511Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-12T06:21:51.773Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T06:21:51.773Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T06:21:51.773Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T06:21:51.773Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T06:21:52.034Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T06:21:52.034Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T06:21:52.295Z] Selecting previously unselected package libksba8:amd64. [2021-02-12T06:21:52.295Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-12T06:21:52.295Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-12T06:21:52.295Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-12T06:21:52.295Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T06:21:52.295Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:52.565Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-12T06:21:52.565Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T06:21:52.565Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:52.565Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-12T06:21:52.565Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T06:21:52.565Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:52.565Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-12T06:21:52.565Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T06:21:52.565Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:52.831Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-12T06:21:52.831Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T06:21:52.831Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:52.831Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-12T06:21:52.831Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T06:21:52.831Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:53.092Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-12T06:21:53.092Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T06:21:53.092Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:53.092Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-12T06:21:53.092Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T06:21:53.092Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:53.092Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-12T06:21:53.092Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T06:21:53.356Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:53.356Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-12T06:21:53.356Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-12T06:21:53.356Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T06:21:53.356Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-12T06:21:53.356Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-12T06:21:53.356Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T06:21:53.356Z] Selecting previously unselected package libldap-common. [2021-02-12T06:21:53.356Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-12T06:21:53.356Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T06:21:53.622Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-12T06:21:53.622Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-12T06:21:53.622Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T06:21:53.622Z] Selecting previously unselected package dirmngr. [2021-02-12T06:21:53.622Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T06:21:53.622Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-12T06:21:53.886Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T06:21:53.886Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-12T06:21:53.886Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-12T06:21:53.886Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T06:21:53.886Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T06:21:53.886Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-12T06:21:53.886Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:53.886Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-12T06:21:54.147Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T06:21:54.147Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-12T06:21:54.408Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-12T06:21:54.408Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:54.669Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-12T06:21:54.669Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-12T06:21:54.669Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-12T06:21:54.669Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:54.669Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:54.669Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:54.929Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:54.929Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:54.929Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:54.929Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T06:21:54.929Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T06:21:54.929Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-12T06:21:54.929Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T06:21:55.503Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-12T06:21:55.503Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-12T06:21:55.503Z] This means they are not meant to be enabled using systemctl. [2021-02-12T06:21:55.503Z] Possible reasons for having this kind of units are: [2021-02-12T06:21:55.503Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-12T06:21:55.503Z] .wants/ or .requires/ directory. [2021-02-12T06:21:55.503Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-12T06:21:55.503Z] a requirement dependency on it. [2021-02-12T06:21:55.503Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-12T06:21:55.503Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-12T06:21:55.503Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-12T06:21:55.503Z] instance name specified. [2021-02-12T06:21:55.766Z] Reading package lists... [2021-02-12T06:21:56.027Z] Building dependency tree... [2021-02-12T06:21:56.027Z] Reading state information... [2021-02-12T06:21:56.027Z] The following additional packages will be installed: [2021-02-12T06:21:56.027Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-12T06:21:56.027Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-12T06:21:56.027Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-12T06:21:56.027Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-12T06:21:56.027Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-12T06:21:56.027Z] Suggested packages: [2021-02-12T06:21:56.027Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-12T06:21:56.027Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-12T06:21:56.027Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-12T06:21:56.027Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-12T06:21:56.027Z] systemd-container policykit-1 [2021-02-12T06:21:56.027Z] Recommended packages: [2021-02-12T06:21:56.027Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-12T06:21:56.027Z] The following NEW packages will be installed: [2021-02-12T06:21:56.027Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-12T06:21:56.027Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-12T06:21:56.027Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-12T06:21:56.027Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-12T06:21:56.027Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-12T06:21:56.027Z] The following packages will be upgraded: [2021-02-12T06:21:56.027Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-12T06:21:56.288Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-12T06:21:56.288Z] Need to get 35.2 MB of archives. [2021-02-12T06:21:56.288Z] After this operation, 141 MB of additional disk space will be used. [2021-02-12T06:21:56.288Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-12T06:21:56.288Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-12T06:21:56.860Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-12T06:21:57.120Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-12T06:21:57.120Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-12T06:21:57.120Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-12T06:21:57.120Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-12T06:21:57.120Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-12T06:21:57.120Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-12T06:21:57.120Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-12T06:21:57.120Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-12T06:21:57.120Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-12T06:21:57.120Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-12T06:21:57.120Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-12T06:21:57.120Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-12T06:21:57.120Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-12T06:21:57.120Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-12T06:21:57.120Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-12T06:21:57.120Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-12T06:21:57.120Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-12T06:21:57.120Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-12T06:21:57.381Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-12T06:21:57.381Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-12T06:21:57.381Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-12T06:21:57.381Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-12T06:21:57.381Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-12T06:21:57.381Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-12T06:21:57.381Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-12T06:21:57.381Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-12T06:21:57.381Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-12T06:21:58.171Z] 25b303627fd3: Pull complete [2021-02-12T06:21:58.171Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-12T06:21:58.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T06:21:58.171Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-12T06:21:58.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-26261 does not seem to be running inside a container [2021-02-12T06:21:58.531Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-12T06:21:58.765Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T06:21:58.765Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-02-12T06:21:58.765Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T06:21:58.765Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-12T06:21:58.765Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T06:21:59.335Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-12T06:21:59.335Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T06:21:59.335Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-12T06:21:59.596Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T06:21:59.596Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-12T06:21:59.596Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-12T06:21:59.855Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-12T06:21:59.855Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T06:21:59.855Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-12T06:21:59.855Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-12T06:22:00.116Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-12T06:22:00.116Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-12T06:22:00.701Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-12T06:22:00.701Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-12T06:22:00.701Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-12T06:22:00.701Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-12T06:22:00.966Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-12T06:22:00.966Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T06:22:00.966Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T06:22:00.966Z] Selecting previously unselected package libexpat1:amd64. [2021-02-12T06:22:00.966Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-12T06:22:01.227Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-12T06:22:01.227Z] Selecting previously unselected package python3.6-minimal. [2021-02-12T06:22:01.227Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T06:22:01.227Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T06:22:01.488Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-12T06:22:01.488Z] Checking for services that may need to be restarted...done. [2021-02-12T06:22:01.488Z] Checking for services that may need to be restarted...done. [2021-02-12T06:22:01.580Z] $ docker top e1376b5e685ef4ce91a5060a5648cafa1ffbd4957e6b39191e79079b260e71d5 -eo pid,comm [Pipeline] { [2021-02-12T06:22:02.065Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T06:22:02.065Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-12T06:22:02.065Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] sh [2021-02-12T06:22:02.326Z] Selecting previously unselected package python3-minimal. [2021-02-12T06:22:02.326Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-12T06:22:02.326Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-12T06:22:02.590Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-12T06:22:02.590Z] Selecting previously unselected package mime-support. [2021-02-12T06:22:02.590Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-12T06:22:02.590Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-12T06:22:02.590Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-12T06:22:02.590Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-12T06:22:02.590Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-12T06:22:02.590Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-12T06:22:02.590Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T06:22:02.590Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T06:22:02.844Z] + docker-compose build --help [2021-02-12T06:22:02.844Z] + grep parallel [2021-02-12T06:22:02.850Z] Selecting previously unselected package python3.6. [2021-02-12T06:22:02.850Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T06:22:02.850Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T06:22:03.112Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-12T06:22:03.112Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-12T06:22:03.112Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-12T06:22:03.112Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-12T06:22:03.373Z] Selecting previously unselected package python3. [2021-02-12T06:22:03.373Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-12T06:22:03.373Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-12T06:22:03.373Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-12T06:22:03.373Z] Selecting previously unselected package multiarch-support. [2021-02-12T06:22:03.373Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T06:22:03.373Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-12T06:22:03.373Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-12T06:22:03.638Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-12T06:22:03.638Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-12T06:22:03.638Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-12T06:22:03.638Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-12T06:22:03.638Z] Selecting previously unselected package libbsd0:amd64. [2021-02-12T06:22:03.638Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-12T06:22:03.638Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-12T06:22:03.638Z] Selecting previously unselected package sudo. [2021-02-12T06:22:03.638Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-12T06:22:03.638Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-12T06:22:03.922Z] Selecting previously unselected package apparmor. [2021-02-12T06:22:03.922Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-12T06:22:03.922Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-12T06:22:04.182Z] Selecting previously unselected package libedit2:amd64. [2021-02-12T06:22:04.182Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-12T06:22:04.182Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-12T06:22:04.182Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-12T06:22:04.182Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T06:22:04.182Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T06:22:04.182Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-12T06:22:04.183Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T06:22:04.183Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T06:22:04.443Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-12T06:22:04.443Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-12T06:22:04.443Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-12T06:22:04.443Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-12T06:22:04.443Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T06:22:04.443Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T06:22:04.703Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-12T06:22:04.703Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T06:22:04.703Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T06:22:04.703Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-12T06:22:04.703Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-12T06:22:04.703Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-12T06:22:04.973Z] Selecting previously unselected package openssh-client. [2021-02-12T06:22:04.973Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-12T06:22:04.973Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-12T06:22:04.973Z] Selecting previously unselected package squashfs-tools. [2021-02-12T06:22:04.973Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-12T06:22:05.234Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-12T06:22:05.234Z] Selecting previously unselected package snapd. [2021-02-12T06:22:05.234Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-12T06:22:05.234Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-12T06:22:06.217Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T06:22:06.510Z] $ docker stop --time=1 e1376b5e685ef4ce91a5060a5648cafa1ffbd4957e6b39191e79079b260e71d5 [2021-02-12T06:22:08.536Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-12T06:22:08.536Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-12T06:22:08.536Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-12T06:22:08.536Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-12T06:22:08.536Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-12T06:22:08.536Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T06:22:08.536Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T06:22:08.536Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-12T06:22:08.536Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-12T06:22:08.540Z] $ docker rm -f e1376b5e685ef4ce91a5060a5648cafa1ffbd4957e6b39191e79079b260e71d5 [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-02-12T06:22:09.109Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-12T06:22:09.109Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-12T06:22:09.109Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:22:09.368Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T06:22:09.368Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T06:22:09.368Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T06:22:09.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T06:22:09.633Z] . [Pipeline] withDockerContainer [2021-02-12T06:22:09.897Z] prd-ubuntu18.04-docker-arm64-4c-16g-26261 does not seem to be running inside a container [2021-02-12T06:22:09.942Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-12T06:22:09.942Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T06:22:09.942Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-12T06:22:09.942Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-12T06:22:09.993Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-12T06:22:10.204Z] running python rtupdate hooks for python3.6... [2021-02-12T06:22:10.204Z] running python post-rtupdate hooks for python3.6... [2021-02-12T06:22:10.204Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-12T06:22:11.353Z] $ docker top 9c24bc61ebfa1bee85b37e56916f0ebfa9cafef834d0d5dc739fa1139da74a65 -eo pid,comm [2021-02-12T06:22:11.589Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-12T06:22:11.589Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T06:22:11.589Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [Pipeline] { [Pipeline] sh [2021-02-12T06:22:11.849Z] Setting up snapd (2.48.3+18.04) ... [2021-02-12T06:22:12.110Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-12T06:22:12.372Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-12T06:22:12.372Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-12T06:22:12.495Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T06:22:12.632Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-12T06:22:12.897Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-12T06:22:12.897Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-12T06:22:12.897Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-12T06:22:13.160Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-12T06:22:13.426Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-12T06:22:13.426Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-12T06:22:13.693Z] /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-12T06:22:13.693Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T06:22:13.693Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-12T06:22:14.647Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T06:22:14.647Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T06:22:14.647Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T06:22:15.848Z] Reading package lists... [2021-02-12T06:22:16.108Z] Reading package lists... [2021-02-12T06:22:16.108Z] Building dependency tree... [2021-02-12T06:22:16.108Z] Reading state information... [2021-02-12T06:22:16.369Z] Calculating upgrade... [2021-02-12T06:22:16.369Z] The following packages will be upgraded: [2021-02-12T06:22:16.369Z] advancecomp base-files bash binutils binutils-common [2021-02-12T06:22:16.369Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-12T06:22:16.369Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-12T06:22:16.369Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-12T06:22:16.369Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-12T06:22:16.369Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-12T06:22:16.369Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-12T06:22:16.369Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-12T06:22:16.369Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-12T06:22:16.369Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-12T06:22:16.369Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-12T06:22:16.369Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-12T06:22:16.369Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-12T06:22:16.369Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-12T06:22:16.369Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-12T06:22:16.369Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T06:22:16.369Z] Need to get 63.8 MB of archives. [2021-02-12T06:22:16.369Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-12T06:22:16.369Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-12T06:22:16.632Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-12T06:22:16.632Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-12T06:22:16.632Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-12T06:22:16.632Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-12T06:22:16.632Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-12T06:22:16.632Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-12T06:22:16.632Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-12T06:22:16.632Z] 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-12T06:22:16.632Z] 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-12T06:22:16.632Z] 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-12T06:22:16.632Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-12T06:22:16.632Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-12T06:22:16.632Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-12T06:22:16.632Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-12T06:22:16.632Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-12T06:22:16.632Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-12T06:22:16.632Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-12T06:22:16.632Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-12T06:22:16.632Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-12T06:22:16.786Z] Building docker-core-command-go ... [2021-02-12T06:22:16.786Z] Building docker-core-data-go ... [2021-02-12T06:22:16.786Z] Building docker-core-metadata-go ... [2021-02-12T06:22:16.786Z] Building docker-security-bootstrapper-go ... [2021-02-12T06:22:16.786Z] Building docker-security-proxy-setup-go ... [2021-02-12T06:22:16.786Z] Building docker-security-secretstore-setup-go ... [2021-02-12T06:22:16.786Z] Building docker-support-notifications-go ... [2021-02-12T06:22:16.786Z] Building docker-support-scheduler-go ... [2021-02-12T06:22:16.786Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T06:22:16.786Z] Building docker-core-command-go [2021-02-12T06:22:16.786Z] Building docker-support-scheduler-go [2021-02-12T06:22:16.786Z] Building docker-core-metadata-go [2021-02-12T06:22:16.786Z] Building docker-security-bootstrapper-go [2021-02-12T06:22:16.786Z] Building docker-sys-mgmt-agent-go [2021-02-12T06:22:16.893Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-12T06:22:16.893Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-12T06:22:16.893Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-12T06:22:16.893Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-12T06:22:16.893Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-12T06:22:16.893Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-12T06:22:16.893Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-12T06:22:16.893Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-12T06:22:16.893Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-12T06:22:16.893Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-12T06:22:16.893Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-12T06:22:16.893Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-12T06:22:16.893Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-12T06:22:16.893Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-12T06:22:16.893Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-12T06:22:16.893Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-12T06:22:16.893Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-12T06:22:16.893Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-12T06:22:16.893Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-12T06:22:16.893Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-12T06:22:16.893Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-12T06:22:16.893Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-12T06:22:16.893Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-12T06:22:16.893Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-12T06:22:16.893Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-12T06:22:16.893Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-12T06:22:16.893Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-12T06:22:16.893Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-12T06:22:16.893Z] Get:49 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-12T06:22:16.893Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-12T06:22:16.893Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-12T06:22:16.893Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-12T06:22:16.893Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-12T06:22:16.893Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-12T06:22:16.893Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-12T06:22:16.893Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-12T06:22:17.155Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-12T06:22:17.155Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-12T06:22:17.155Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-12T06:22:17.415Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-12T06:22:17.415Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-12T06:22:17.415Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-12T06:22:17.415Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-12T06:22:17.415Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-12T06:22:17.415Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-12T06:22:18.358Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-12T06:22:18.358Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-12T06:22:18.967Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-12T06:22:18.967Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-12T06:22:18.967Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-12T06:22:19.227Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-12T06:22:19.227Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-12T06:22:19.227Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-12T06:22:19.227Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-12T06:22:19.227Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-12T06:22:19.227Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-12T06:22:19.227Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-12T06:22:19.488Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-12T06:22:19.488Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-12T06:22:19.488Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-12T06:22:19.488Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-12T06:22:19.488Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-12T06:22:19.488Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-12T06:22:19.488Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-12T06:22:19.488Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-12T06:22:19.488Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-12T06:22:19.488Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-12T06:22:19.751Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-12T06:22:19.751Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-12T06:22:19.751Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-12T06:22:19.751Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-12T06:22:19.751Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-12T06:22:19.751Z] Get:93 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-12T06:22:19.751Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-12T06:22:19.751Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-12T06:22:19.751Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-12T06:22:19.751Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-12T06:22:19.751Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-12T06:22:20.013Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-12T06:22:20.013Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T06:22:20.013Z] Fetched 63.8 MB in 3s (18.3 MB/s) [2021-02-12T06:22:20.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:20.013Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T06:22:20.013Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T06:22:20.956Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T06:22:20.956Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T06:22:20.956Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-12T06:22:20.956Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-12T06:22:21.899Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:21.899Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T06:22:21.899Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:21.899Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T06:22:21.899Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:22.166Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T06:22:22.166Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:22.166Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T06:22:22.166Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:22.166Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T06:22:22.427Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:22.427Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T06:22:22.427Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:22.427Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T06:22:22.687Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:22.687Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T06:22:22.687Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:22.687Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-12T06:22:22.687Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:22.947Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T06:22:22.947Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:22.947Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T06:22:22.947Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:22.947Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T06:22:23.209Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:23.209Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T06:22:23.470Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:23.470Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T06:22:23.470Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T06:22:23.734Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T06:22:23.995Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-12T06:22:24.572Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T06:22:24.572Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-12T06:22:24.572Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-12T06:22:24.572Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-12T06:22:24.572Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-12T06:22:24.834Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-12T06:22:24.834Z] Installing new version of config file /etc/issue ... [2021-02-12T06:22:24.834Z] Installing new version of config file /etc/issue.net ... [2021-02-12T06:22:24.834Z] Installing new version of config file /etc/lsb-release ... [2021-02-12T06:22:24.834Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-12T06:22:25.094Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-12T06:22:25.094Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-12T06:22:25.094Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-12T06:22:25.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:25.094Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-12T06:22:25.355Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-12T06:22:25.355Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-12T06:22:25.616Z] 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-12T06:22:25.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:25.616Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T06:22:25.616Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-12T06:22:25.616Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-12T06:22:25.877Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:25.877Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-12T06:22:25.877Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-12T06:22:26.136Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-12T06:22:26.136Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:26.136Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-12T06:22:26.136Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T06:22:26.402Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-12T06:22:26.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:26.682Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T06:22:26.682Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T06:22:26.942Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T06:22:26.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:26.942Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T06:22:26.942Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T06:22:27.204Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-12T06:22:27.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:27.204Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-12T06:22:27.204Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-12T06:22:27.465Z] Setting up grep (3.1-2build1) ... [2021-02-12T06:22:27.465Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:27.465Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-12T06:22:27.465Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-12T06:22:27.732Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-12T06:22:27.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:27.732Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T06:22:27.732Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T06:22:27.992Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-12T06:22:27.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:27.992Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T06:22:27.992Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T06:22:28.569Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T06:22:28.569Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T06:22:28.569Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T06:22:28.569Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T06:22:29.143Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-12T06:22:29.143Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:29.143Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-12T06:22:29.143Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T06:22:30.531Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-12T06:22:30.531Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-12T06:22:30.531Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-12T06:22:30.531Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-12T06:22:30.793Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-12T06:22:30.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:30.793Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-12T06:22:30.793Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-12T06:22:31.055Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-12T06:22:31.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:31.316Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T06:22:31.316Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T06:22:31.316Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T06:22:31.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:31.579Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T06:22:31.579Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T06:22:31.579Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T06:22:31.842Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:31.842Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T06:22:31.842Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T06:22:31.842Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T06:22:32.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:32.104Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T06:22:32.104Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T06:22:32.104Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T06:22:32.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:32.365Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T06:22:32.365Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T06:22:32.365Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T06:22:32.628Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T06:22:32.628Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T06:22:32.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:32.628Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T06:22:32.628Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T06:22:32.890Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T06:22:32.890Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:32.890Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T06:22:32.890Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T06:22:33.153Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T06:22:33.153Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:33.153Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T06:22:33.153Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T06:22:33.153Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-12T06:22:33.414Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:33.414Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T06:22:33.414Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T06:22:33.996Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-12T06:22:34.258Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-12T06:22:34.520Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-12T06:22:34.520Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:34.520Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T06:22:34.781Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T06:22:35.041Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T06:22:35.304Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T06:22:35.304Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-12T06:22:35.304Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T06:22:35.304Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-12T06:22:35.565Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:35.565Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-12T06:22:35.565Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-12T06:22:35.565Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-12T06:22:35.827Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:35.827Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-12T06:22:36.088Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-12T06:22:36.088Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-12T06:22:36.350Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:36.350Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-12T06:22:36.350Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-12T06:22:36.350Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-12T06:22:36.611Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:36.611Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T06:22:36.611Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T06:22:36.611Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T06:22:36.872Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:36.872Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T06:22:36.872Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T06:22:36.872Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T06:22:37.143Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:37.144Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T06:22:37.144Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T06:22:37.405Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T06:22:37.405Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:37.405Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T06:22:37.666Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T06:22:37.666Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-12T06:22:37.666Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T06:22:37.666Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T06:22:37.927Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T06:22:37.927Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T06:22:37.927Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:37.927Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-12T06:22:37.927Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-12T06:22:38.189Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-12T06:22:38.452Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:38.452Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-12T06:22:38.452Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T06:22:38.452Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T06:22:38.715Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:38.715Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T06:22:38.975Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T06:22:38.975Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T06:22:39.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:39.236Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-12T06:22:39.236Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-12T06:22:39.236Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-12T06:22:39.497Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:39.497Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-12T06:22:39.497Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-12T06:22:39.761Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-12T06:22:40.022Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:40.022Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T06:22:40.022Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T06:22:40.022Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-12T06:22:40.286Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:40.286Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-12T06:22:40.286Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-12T06:22:40.286Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-12T06:22:40.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:40.549Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-12T06:22:40.549Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-12T06:22:40.549Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-12T06:22:40.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:40.549Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-12T06:22:40.549Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-12T06:22:40.810Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-12T06:22:40.810Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:40.810Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-12T06:22:40.810Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-12T06:22:41.070Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-12T06:22:41.070Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:41.070Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-12T06:22:41.070Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-12T06:22:41.332Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-12T06:22:41.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T06:22:41.332Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-12T06:22:41.332Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-12T06:22:41.332Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-12T06:22:41.594Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-12T06:22:41.594Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-12T06:22:41.594Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-12T06:22:41.594Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-12T06:22:41.594Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-12T06:22:41.855Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-12T06:22:41.855Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-12T06:22:42.116Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-12T06:22:42.116Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-12T06:22:42.116Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-12T06:22:42.116Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-12T06:22:42.377Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-12T06:22:42.377Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-12T06:22:42.377Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-12T06:22:42.377Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-12T06:22:42.377Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-12T06:22:42.639Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-12T06:22:42.639Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-12T06:22:42.639Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-12T06:22:42.639Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-12T06:22:42.899Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-12T06:22:42.899Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-12T06:22:42.899Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-12T06:22:43.159Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-12T06:22:43.159Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-12T06:22:43.752Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-12T06:22:43.752Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-12T06:22:44.072Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-12T06:22:44.072Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-12T06:22:44.336Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T06:22:44.336Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T06:22:44.652Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T06:22:44.652Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T06:22:44.964Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T06:22:44.964Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T06:22:44.964Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T06:22:44.964Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T06:22:45.273Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:45.273Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T06:22:45.273Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:45.273Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T06:22:45.646Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:45.646Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T06:22:45.646Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:45.646Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T06:22:46.619Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:46.619Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T06:22:47.563Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:47.563Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T06:22:48.135Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:48.135Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T06:22:48.396Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:48.396Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T06:22:49.335Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T06:22:49.335Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T06:22:49.335Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T06:22:49.335Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T06:22:49.907Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-12T06:22:49.907Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T06:22:49.907Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-12T06:22:50.169Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T06:22:50.169Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-12T06:22:50.169Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-12T06:22:50.428Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T06:22:50.428Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T06:22:50.428Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T06:22:50.428Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T06:22:50.690Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-12T06:22:50.690Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-12T06:22:50.690Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:50.690Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T06:22:50.952Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:50.952Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:50.952Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:50.952Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-12T06:22:50.952Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-12T06:22:50.952Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-12T06:22:51.213Z] [2021-02-12T06:22:51.213Z] Current default time zone: 'Etc/UTC' [2021-02-12T06:22:51.213Z] Local time is now: Fri Feb 12 06:22:51 UTC 2021. [2021-02-12T06:22:51.213Z] Universal Time is now: Fri Feb 12 06:22:51 UTC 2021. [2021-02-12T06:22:51.213Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-12T06:22:51.213Z] [2021-02-12T06:22:51.213Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-12T06:22:51.213Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:51.213Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-12T06:22:51.213Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-12T06:22:51.494Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-12T06:22:51.494Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-12T06:22:51.494Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-12T06:22:51.494Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-12T06:22:51.494Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-12T06:22:51.494Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-12T06:22:51.494Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:51.754Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-12T06:22:52.015Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T06:22:52.015Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-12T06:22:52.015Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:52.015Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-12T06:22:52.015Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-12T06:22:52.015Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-12T06:22:52.015Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-12T06:22:52.015Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-12T06:22:52.015Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-12T06:22:52.279Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-12T06:22:52.280Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-12T06:22:54.199Z] Updating certificates in /etc/ssl/certs... [2021-02-12T06:22:54.770Z] 23 added, 27 removed; done. [2021-02-12T06:22:54.770Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-12T06:22:54.770Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T06:22:54.770Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-12T06:22:55.032Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-12T06:22:55.032Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-12T06:22:55.032Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T06:22:55.032Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-12T06:22:55.032Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T06:22:55.032Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T06:22:55.032Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T06:22:55.032Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T06:22:55.292Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T06:22:55.292Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-12T06:22:55.292Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-12T06:22:55.292Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-12T06:22:55.292Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-12T06:22:55.292Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-12T06:22:55.292Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T06:22:55.569Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T06:22:55.569Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-12T06:22:55.569Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-12T06:22:55.569Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-12T06:22:55.569Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T06:22:55.569Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-12T06:22:55.828Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-12T06:22:55.828Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-12T06:22:55.828Z] Updating certificates in /etc/ssl/certs... [2021-02-12T06:22:56.400Z] 0 added, 0 removed; done. [2021-02-12T06:22:56.400Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-12T06:22:56.400Z] done. [2021-02-12T06:22:56.923Z] Reading package lists... [2021-02-12T06:22:56.923Z] Building dependency tree... [2021-02-12T06:22:56.923Z] Reading state information... [2021-02-12T06:22:57.182Z] The following NEW packages will be installed: [2021-02-12T06:22:57.182Z] apt-transport-https [2021-02-12T06:22:57.182Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T06:22:57.182Z] Need to get 1696 B of archives. [2021-02-12T06:22:57.182Z] After this operation, 153 kB of additional disk space will be used. [2021-02-12T06:22:57.182Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-12T06:22:57.182Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T06:22:57.182Z] Fetched 1696 B in 0s (20.8 kB/s) [2021-02-12T06:22:57.442Z] Selecting previously unselected package apt-transport-https. [2021-02-12T06:22:57.442Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-12T06:22:57.442Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-12T06:22:57.442Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-12T06:22:57.442Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-12T06:22:57.702Z] Waiting for network to be ready... [2021-02-12T06:23:02.986Z] 2021-02-12T06:23:01Z INFO Waiting for automatic snapd restart... [2021-02-12T06:23:04.897Z] snapd 2.48.2.1 from Canonical* installed [2021-02-12T06:23:04.897Z] "snapd" switched to the "latest/stable" channel [2021-02-12T06:23:04.897Z] [2021-02-12T06:23:07.443Z] core18 20210128 from Canonical* installed [2021-02-12T06:23:07.443Z] "core18" switched to the "latest/stable" channel [2021-02-12T06:23:07.443Z] [2021-02-12T06:23:10.747Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T06:23:11.008Z] "snapcraft" switched to the "latest/stable" channel [2021-02-12T06:23:11.008Z] [2021-02-12T06:23:14.319Z] 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-12T06:23:14.319Z] - README.md [2021-02-12T06:23:14.319Z] - snapcraft.yaml.orig [2021-02-12T06:23:14.319Z] [2021-02-12T06:23:14.319Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-12T06:23:20.902Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T06:23:20.902Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T06:23:20.902Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T06:23:20.902Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T06:23:21.842Z] Reading package lists... [2021-02-12T06:23:22.103Z] 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-12T06:23:24.770Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:23:24.770Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:23:24.770Z] ---> b9d9efb5416b [2021-02-12T06:23:24.770Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T06:23:25.046Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:23:25.046Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:23:25.046Z] ---> b9d9efb5416b [2021-02-12T06:23:25.046Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T06:23:25.046Z] [2021-02-12T06:23:25.046Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:23:25.046Z] ---> b9d9efb5416b [2021-02-12T06:23:25.046Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T06:23:25.321Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:23:25.321Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:23:25.321Z] ---> b9d9efb5416b [2021-02-12T06:23:25.321Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T06:23:25.321Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:23:25.595Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:23:25.595Z] ---> b9d9efb5416b [2021-02-12T06:23:25.595Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T06:23:28.223Z] ---> Running in 6893b137aa07 [2021-02-12T06:23:28.223Z] ---> Running in 14b44d657594 [2021-02-12T06:23:28.223Z] ---> Running in ee173e7c953f [2021-02-12T06:23:28.223Z] ---> Running in c9a265d9f2b3 [2021-02-12T06:23:28.223Z] ---> Running in 8c746849d685 [2021-02-12T06:23:28.686Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T06:23:28.686Z] Reading package lists... [2021-02-12T06:23:28.686Z] Building dependency tree... [2021-02-12T06:23:28.686Z] Reading state information... [2021-02-12T06:23:28.686Z] Suggested packages: [2021-02-12T06:23:28.686Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-12T06:23:28.686Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-12T06:23:28.686Z] Recommended packages: [2021-02-12T06:23:28.686Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-12T06:23:28.686Z] The following NEW packages will be installed: [2021-02-12T06:23:28.686Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-12T06:23:28.686Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-12T06:23:28.686Z] pkg-config zip [2021-02-12T06:23:28.686Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T06:23:28.686Z] Need to get 7655 kB of archives. [2021-02-12T06:23:28.686Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-12T06:23:28.686Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-12T06:23:28.686Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-12T06:23:28.686Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-12T06:23:28.686Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-12T06:23:28.686Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-12T06:23:28.819Z] Removing intermediate container 6893b137aa07 [2021-02-12T06:23:28.819Z] ---> 037b5b00dc49 [2021-02-12T06:23:28.819Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:23:28.819Z] Removing intermediate container 14b44d657594 [2021-02-12T06:23:28.819Z] ---> 340d535baaea [2021-02-12T06:23:28.819Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:23:28.947Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-12T06:23:28.947Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-12T06:23:28.947Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-12T06:23:28.947Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-12T06:23:28.947Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-12T06:23:28.947Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-12T06:23:29.099Z] Removing intermediate container c9a265d9f2b3 [2021-02-12T06:23:29.099Z] ---> 0203c8c3a1ec [2021-02-12T06:23:29.099Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:23:29.099Z] Removing intermediate container 8c746849d685 [2021-02-12T06:23:29.099Z] ---> 234e509c9e40 [2021-02-12T06:23:29.099Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:23:29.099Z] Removing intermediate container ee173e7c953f [2021-02-12T06:23:29.099Z] ---> 68d15cb6a382 [2021-02-12T06:23:29.099Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:23:29.099Z] ---> Running in 6cb879a495c6 [2021-02-12T06:23:29.099Z] ---> Running in d1dda03b9985 [2021-02-12T06:23:29.212Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-12T06:23:29.212Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-12T06:23:29.212Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-12T06:23:29.212Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-12T06:23:29.378Z] ---> Running in aaff959528a8 [2021-02-12T06:23:29.378Z] ---> Running in 22b4f6bec9e0 [2021-02-12T06:23:29.378Z] ---> Running in 61b069b0b7a3 [2021-02-12T06:23:29.473Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T06:23:29.473Z] Fetched 7655 kB in 1s (9072 kB/s) [2021-02-12T06:23:29.473Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-12T06:23:29.473Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-12T06:23:29.473Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-12T06:23:29.473Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-12T06:23:29.734Z] Selecting previously unselected package libpsl5:amd64. [2021-02-12T06:23:29.734Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-12T06:23:29.734Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-12T06:23:29.734Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-12T06:23:29.734Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-12T06:23:29.734Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-12T06:23:29.734Z] Selecting previously unselected package librtmp1:amd64. [2021-02-12T06:23:29.734Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-12T06:23:29.734Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-12T06:23:29.994Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-12T06:23:29.994Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-12T06:23:29.994Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-12T06:23:29.994Z] Selecting previously unselected package liberror-perl. [2021-02-12T06:23:29.994Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-12T06:23:29.994Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-12T06:23:29.994Z] Selecting previously unselected package git-man. [2021-02-12T06:23:29.994Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-12T06:23:29.994Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-12T06:23:30.255Z] Selecting previously unselected package git. [2021-02-12T06:23:30.255Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-12T06:23:30.255Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-12T06:23:31.197Z] Selecting previously unselected package libnorm1:amd64. [2021-02-12T06:23:31.197Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-12T06:23:31.197Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-12T06:23:31.197Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-12T06:23:31.197Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-12T06:23:31.197Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-12T06:23:31.197Z] Selecting previously unselected package libsodium23:amd64. [2021-02-12T06:23:31.197Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-12T06:23:31.197Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-12T06:23:31.197Z] Selecting previously unselected package libzmq5:amd64. [2021-02-12T06:23:31.197Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-12T06:23:31.458Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T06:23:31.458Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-12T06:23:31.458Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-12T06:23:31.458Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T06:23:31.458Z] Selecting previously unselected package pkg-config. [2021-02-12T06:23:31.458Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-12T06:23:31.458Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-12T06:23:31.719Z] Selecting previously unselected package zip. [2021-02-12T06:23:31.720Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-12T06:23:31.720Z] Unpacking zip (3.0-11build1) ... [2021-02-12T06:23:31.720Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-12T06:23:31.720Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-12T06:23:31.720Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-12T06:23:31.720Z] Setting up liberror-perl (0.17025-1) ... [2021-02-12T06:23:31.720Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-12T06:23:31.720Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-12T06:23:31.720Z] No schema files found: doing nothing. [2021-02-12T06:23:31.980Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-12T06:23:31.980Z] Setting up zip (3.0-11build1) ... [2021-02-12T06:23:31.980Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-12T06:23:31.980Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-12T06:23:31.980Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-12T06:23:31.980Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T06:23:31.980Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-12T06:23:31.980Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T06:23:31.980Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-12T06:23:32.246Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T06:23:32.818Z] Removing intermediate container d1dda03b9985 [2021-02-12T06:23:32.819Z] ---> fdce9889835e [2021-02-12T06:23:32.819Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T06:23:33.099Z] ---> Running in f3ddd180aafa [2021-02-12T06:23:33.372Z] Removing intermediate container aaff959528a8 [2021-02-12T06:23:33.372Z] ---> c98e3ec6595c [2021-02-12T06:23:33.372Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T06:23:33.650Z] ---> Running in e1d4b8f41e73 [2021-02-12T06:23:33.650Z] Removing intermediate container 22b4f6bec9e0 [2021-02-12T06:23:33.650Z] ---> b6c7625fe248 [2021-02-12T06:23:33.650Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T06:23:33.650Z] Removing intermediate container 6cb879a495c6 [2021-02-12T06:23:33.650Z] ---> a8f8ad464b0a [2021-02-12T06:23:33.650Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T06:23:33.650Z] Removing intermediate container 61b069b0b7a3 [2021-02-12T06:23:33.650Z] ---> 3ba452be70c8 [2021-02-12T06:23:33.650Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T06:23:33.938Z] ---> Running in 14e3834e3ae6 [2021-02-12T06:23:33.938Z] ---> Running in 386dccd0b538 [2021-02-12T06:23:33.938Z] ---> Running in 397be9763ff4 [2021-02-12T06:23:34.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:23:35.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:23:35.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:23:35.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:23:36.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:23:36.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:23:36.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:23:36.462Z] OK: 217 MiB in 51 packages [2021-02-12T06:23:36.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:23:37.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:23:37.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:23:37.023Z] OK: 217 MiB in 51 packages [2021-02-12T06:23:37.301Z] OK: 217 MiB in 51 packages [2021-02-12T06:23:37.581Z] OK: 217 MiB in 51 packages [2021-02-12T06:23:37.581Z] OK: 217 MiB in 51 packages [2021-02-12T06:23:38.568Z] Removing intermediate container f3ddd180aafa [2021-02-12T06:23:38.568Z] ---> 081a72843958 [2021-02-12T06:23:38.568Z] Step 6/22 : COPY go.mod . [2021-02-12T06:23:38.829Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T06:23:38.829Z] git set to automatically installed. [2021-02-12T06:23:38.829Z] git-man set to automatically installed. [2021-02-12T06:23:38.829Z] libcurl3-gnutls set to automatically installed. [2021-02-12T06:23:38.829Z] liberror-perl set to automatically installed. [2021-02-12T06:23:38.829Z] libglib2.0-0 set to automatically installed. [2021-02-12T06:23:38.829Z] libnghttp2-14 set to automatically installed. [2021-02-12T06:23:38.829Z] libnorm1 set to automatically installed. [2021-02-12T06:23:38.829Z] libpgm-5.2-0 set to automatically installed. [2021-02-12T06:23:38.829Z] libpsl5 set to automatically installed. [2021-02-12T06:23:38.829Z] librtmp1 set to automatically installed. [2021-02-12T06:23:38.829Z] libsodium23 set to automatically installed. [2021-02-12T06:23:38.829Z] libzmq3-dev set to automatically installed. [2021-02-12T06:23:38.829Z] libzmq5 set to automatically installed. [2021-02-12T06:23:38.829Z] pkg-config set to automatically installed. [2021-02-12T06:23:38.829Z] zip set to automatically installed. [2021-02-12T06:23:39.164Z] Removing intermediate container e1d4b8f41e73 [2021-02-12T06:23:39.164Z] ---> 9fbf5ed84d7a [2021-02-12T06:23:39.164Z] Step 6/30 : COPY go.mod . [2021-02-12T06:23:39.164Z] Removing intermediate container 386dccd0b538 [2021-02-12T06:23:39.164Z] ---> 240c8ab9c437 [2021-02-12T06:23:39.164Z] Step 6/23 : COPY go.mod . [2021-02-12T06:23:39.437Z] Removing intermediate container 14e3834e3ae6 [2021-02-12T06:23:39.437Z] ---> ed1c0fb86c15 [2021-02-12T06:23:39.437Z] Step 6/26 : COPY go.mod . [2021-02-12T06:23:39.437Z] ---> 4d488a81e677 [2021-02-12T06:23:39.437Z] Step 7/22 : RUN go mod download [2021-02-12T06:23:39.714Z] Removing intermediate container 397be9763ff4 [2021-02-12T06:23:39.714Z] ---> 08dd1cbd052f [2021-02-12T06:23:39.714Z] Step 6/23 : COPY go.mod . [2021-02-12T06:23:39.714Z] ---> Running in b232bf6413b7 [2021-02-12T06:23:40.213Z] snapd is not logged in, snap install commands will use sudo [2021-02-12T06:23:40.324Z] ---> a622e5d38dc4 [2021-02-12T06:23:40.324Z] ---> 96e1a86d6b56 [2021-02-12T06:23:40.324Z] Step 7/23 : RUN go mod download [2021-02-12T06:23:40.324Z] Step 7/30 : RUN go mod download [2021-02-12T06:23:40.603Z] ---> b450f1123995 [2021-02-12T06:23:40.603Z] Step 7/26 : RUN go mod download [2021-02-12T06:23:40.603Z] ---> Running in 6241752586c5 [2021-02-12T06:23:40.603Z] ---> Running in a1c22a8a2cbd [2021-02-12T06:23:40.873Z] ---> Running in 261ae2199cff [2021-02-12T06:23:40.873Z] ---> f015926abd9e [2021-02-12T06:23:40.873Z] Step 7/23 : RUN go mod download [2021-02-12T06:23:41.146Z] ---> Running in 92b396fe756f [2021-02-12T06:23:44.567Z] Removing intermediate container b232bf6413b7 [2021-02-12T06:23:44.567Z] ---> 219027d5e6b6 [2021-02-12T06:23:44.567Z] Step 8/22 : COPY . . [2021-02-12T06:23:44.567Z] Removing intermediate container a1c22a8a2cbd [2021-02-12T06:23:44.567Z] ---> 6caa3bb70507 [2021-02-12T06:23:44.567Z] Step 8/30 : COPY . . [2021-02-12T06:23:46.094Z] Removing intermediate container 6241752586c5 [2021-02-12T06:23:46.094Z] ---> 03db96d0e6e4 [2021-02-12T06:23:46.094Z] Step 8/23 : COPY . . [2021-02-12T06:23:46.696Z] Removing intermediate container 261ae2199cff [2021-02-12T06:23:46.696Z] ---> b76003588f35 [2021-02-12T06:23:46.696Z] Step 8/26 : COPY . . [2021-02-12T06:23:46.696Z] Removing intermediate container 92b396fe756f [2021-02-12T06:23:46.696Z] ---> f3c245df2f1f [2021-02-12T06:23:46.696Z] Step 8/23 : COPY . . [2021-02-12T06:23:46.802Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T06:23:46.802Z] snap "core18" has no updates available [2021-02-12T06:23:47.063Z] Pulling config-common [2021-02-12T06:23:47.063Z] + snapcraftctl pull [2021-02-12T06:23:48.006Z] Pulling go-build-helper [2021-02-12T06:23:48.006Z] + snapcraftctl pull [2021-02-12T06:24:09.981Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-12T06:24:09.981Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-12T06:24:09.981Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-12T06:24:09.981Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-12T06:24:09.981Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-12T06:24:09.981Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-12T06:24:09.981Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-12T06:24:09.981Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-12T06:24:09.981Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-12T06:24:09.981Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-12T06:24:09.981Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-12T06:24:09.981Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-12T06:24:09.981Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-12T06:24:09.981Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-12T06:24:09.981Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-12T06:24:09.981Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-12T06:24:09.981Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-12T06:24:09.981Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-12T06:24:09.981Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-12T06:24:09.981Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-12T06:24:09.981Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-12T06:24:09.981Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-12T06:24:09.981Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-12T06:24:09.981Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-12T06:24:09.981Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-12T06:24:09.981Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-12T06:24:09.981Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-12T06:24:09.981Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-12T06:24:09.981Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-12T06:24:09.981Z] Fetched 279 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-12T06:24:09.981Z] Fetched 122 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-12T06:24:09.981Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-12T06:24:09.981Z] Fetched 8848 B in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-12T06:24:09.981Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-12T06:24:09.981Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-12T06:24:09.981Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-12T06:24:09.981Z] Fetched 214 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-12T06:24:09.981Z] Fetched 155 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-12T06:24:09.981Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-12T06:24:09.981Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-12T06:24:09.981Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-12T06:24:09.981Z] Fetched 499 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-12T06:24:09.981Z] Fetched 111 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-12T06:24:09.981Z] Fetched 240 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-12T06:24:09.981Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-12T06:24:09.981Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-12T06:24:09.981Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-12T06:24:09.981Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-12T06:24:09.981Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-12T06:24:09.981Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-12T06:24:09.981Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-12T06:24:09.981Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-12T06:24:09.981Z] Fetched 8720 B in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-12T06:24:09.981Z] Fetched 137 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-12T06:24:09.981Z] Fetched 119 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-12T06:24:09.981Z] Fetched 109 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-12T06:24:09.981Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-12T06:24:09.981Z] Fetched 645 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-12T06:24:09.981Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-12T06:24:09.981Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-12T06:24:09.981Z] Fetched 368 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-12T06:24:09.981Z] Fetched 187 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-12T06:24:09.981Z] Fetched 175 kB in 0s (0 B/s) [2021-02-12T06:24:09.981Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-12T06:24:13.508Z] Fetched 206 kB in 0s (0 B/s) [2021-02-12T06:24:13.508Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-12T06:24:13.508Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-12T06:24:13.508Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-12T06:24:13.508Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-12T06:24:13.508Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-12T06:24:13.508Z] Fetched 159 kB in 0s (0 B/s) [2021-02-12T06:24:13.508Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-12T06:24:13.509Z] Fetched 107 kB in 0s (0 B/s) [2021-02-12T06:24:13.509Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-12T06:24:13.509Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-12T06:24:13.509Z] Pulling static-packages [2021-02-12T06:24:13.509Z] + snapcraftctl pull [2021-02-12T06:24:13.550Z] ---> 89f5f1babde2 [2021-02-12T06:24:13.550Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T06:24:13.550Z] ---> 35b192572c81 [2021-02-12T06:24:13.550Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T06:24:13.550Z] ---> a68c37fed2b0 [2021-02-12T06:24:13.550Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T06:24:13.550Z] ---> aaa10049e330 [2021-02-12T06:24:13.550Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T06:24:13.550Z] ---> Running in 0e08e6977c9e [2021-02-12T06:24:13.550Z] ---> Running in 7405b1c4709e [2021-02-12T06:24:13.550Z] ---> Running in 38309a5af36b [2021-02-12T06:24:13.550Z] ---> Running in 914f8a846cb7 [2021-02-12T06:24:13.550Z] ---> 60160c734393 [2021-02-12T06:24:13.550Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T06:24:13.550Z] ---> Running in 660af9a1bead [2021-02-12T06:24:13.550Z] 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-12T06:24:13.827Z] 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-12T06:24:14.078Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-12T06:24:14.078Z] Skipping pull go-build-helper (already ran) [2021-02-12T06:24:14.078Z] Skipping pull static-packages (already ran) [2021-02-12T06:24:14.078Z] Building go-build-helper [2021-02-12T06:24:14.078Z] + snapcraftctl build [2021-02-12T06:24:14.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T06:24:14.105Z] 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-12T06:24:14.382Z] 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-12T06:24:18.281Z] Building static-packages [2021-02-12T06:24:18.281Z] + snapcraftctl build [2021-02-12T06:24:19.665Z] Staging go-build-helper [2021-02-12T06:24:19.665Z] + snapcraftctl stage [2021-02-12T06:24:20.236Z] Staging static-packages [2021-02-12T06:24:20.236Z] + snapcraftctl stage [2021-02-12T06:24:21.179Z] Pulling go115 [2021-02-12T06:24:21.179Z] + snapcraftctl pull [2021-02-12T06:24:22.120Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-12T06:24:22.120Z] Skipping pull go115 (already ran) [2021-02-12T06:24:22.120Z] Building go115 [2021-02-12T06:24:22.120Z] + dpkg --print-architecture [2021-02-12T06:24:22.120Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-12T06:24:22.120Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-12T06:24:22.120Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-12T06:24:22.120Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T06:24:22.120Z] Dload Upload Total Spent Left Speed [2021-02-12T06:24:25.554Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 18.0M 0 0 24.5M 0 0:00:04 --:--:-- 0:00:04 24.5M 48 115M 48 56.6M 0 0 32.6M 0 0:00:03 0:00:01 0:00:02 32.6M 82 115M 82 94.7M 0 0 34.4M 0 0:00:03 0:00:02 0:00:01 34.4M 100 115M 100 115M 0 0 34.5M 0 0:00:03 0:00:03 --:--:-- 34.5M [2021-02-12T06:24:25.554Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-12T06:24:25.554Z] + sha256sum -c sha256 [2021-02-12T06:24:25.554Z] + grep OK [2021-02-12T06:24:26.127Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-12T06:24:26.127Z] + mkdir -p /root/stage/go1.15 [2021-02-12T06:24:26.127Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-12T06:24:30.349Z] Staging go115 [2021-02-12T06:24:30.349Z] + snapcraftctl stage [2021-02-12T06:24:35.643Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T06:24:35.643Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T06:24:35.643Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T06:24:35.643Z] Fetched 0 B in 0s (0 B/s) [2021-02-12T06:24:35.643Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-12T06:24:35.643Z] Fetched 224 kB in 0s (0 B/s) [2021-02-12T06:24:35.643Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-12T06:24:35.643Z] Fetched 157 kB in 0s (0 B/s) [2021-02-12T06:24:35.643Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-12T06:24:35.643Z] Fetched 221 kB in 0s (0 B/s) [2021-02-12T06:24:35.643Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-12T06:24:35.643Z] Fetched 143 kB in 0s (0 B/s) [2021-02-12T06:24:35.643Z] Pulling edgex-go [2021-02-12T06:24:35.643Z] + snapcraftctl pull [2021-02-12T06:24:36.214Z] Pulling version [2021-02-12T06:24:36.214Z] + cd /root/project [2021-02-12T06:24:36.214Z] + [ -f VERSION ] [2021-02-12T06:24:36.214Z] + PROJECT_VERSION=local-dev [2021-02-12T06:24:36.214Z] + git rev-parse --short HEAD [2021-02-12T06:24:36.214Z] + GIT_REVISION=5ff0acce [2021-02-12T06:24:36.214Z] + snapcraftctl set-version local-dev [2021-02-12T06:24:37.161Z] Building config-common [2021-02-12T06:24:37.161Z] + snapcraftctl build [2021-02-12T06:24:39.074Z] Skipping build go-build-helper (already ran) [2021-02-12T06:24:39.074Z] Skipping build static-packages (already ran) [2021-02-12T06:24:39.074Z] Skipping build go115 (already ran) [2021-02-12T06:24:39.074Z] Building edgex-go [2021-02-12T06:24:39.337Z] + 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-12T06:24:39.337Z] + cd /root/parts/edgex-go/src [2021-02-12T06:24:39.337Z] + make build [2021-02-12T06:24:39.337Z] 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-12T06:24:40.721Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-12T06:24:40.721Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-12T06:24:40.721Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-12T06:24:40.721Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 [2021-02-12T06:24:40.721Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-12T06:24:40.721Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-12T06:24:40.721Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.5 [2021-02-12T06:24:40.721Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-12T06:24:40.721Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-12T06:24:40.721Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-12T06:24:40.721Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-12T06:24:40.721Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-12T06:24:40.721Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-12T06:24:40.721Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-12T06:24:40.721Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-12T06:24:40.721Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-12T06:24:40.721Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-12T06:24:40.721Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-12T06:24:40.721Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-12T06:24:40.721Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-12T06:24:40.721Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-12T06:24:40.721Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-12T06:24:40.721Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-12T06:24:40.721Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-12T06:24:40.987Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-12T06:24:40.987Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-12T06:24:40.987Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-12T06:24:40.987Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-12T06:24:40.987Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-12T06:24:40.987Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-12T06:24:40.987Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-12T06:24:40.987Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-12T06:24:40.987Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-12T06:24:40.987Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-12T06:24:40.987Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-12T06:24:40.987Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-12T06:24:40.987Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-12T06:24:41.249Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-12T06:24:41.249Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-12T06:24:47.827Z] 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-12T06:24:47.827Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-12T06:24:52.033Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T06:24:52.974Z] 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-12T06:24:53.913Z] 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-12T06:24:54.484Z] 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-12T06:24:54.484Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-12T06:24:54.745Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-12T06:24:54.745Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-12T06:24:54.745Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-12T06:24:56.131Z] 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-12T06:24:56.131Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-12T06:24:56.131Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-12T06:24:57.515Z] 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-12T06:24:58.455Z] 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-12T06:24:58.455Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-12T06:24:59.836Z] 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-12T06:25:00.406Z] 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-12T06:25:00.406Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-12T06:25:01.350Z] 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-12T06:25:01.611Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-12T06:25:03.002Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-12T06:25:03.002Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-12T06:25:03.002Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-12T06:25:03.002Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-12T06:25:03.002Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-12T06:25:03.002Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-12T06:25:03.265Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-12T06:25:03.265Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-12T06:25:03.265Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-12T06:25:03.265Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-12T06:25:03.265Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-12T06:25:03.265Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-12T06:25:03.265Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-12T06:25:03.265Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-12T06:25:03.265Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-12T06:25:03.265Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-12T06:25:03.265Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-12T06:25:03.265Z] + 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-12T06:25:03.265Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-12T06:25:03.265Z] + 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-12T06:25:03.265Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-12T06:25:03.265Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-12T06:25:03.265Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-12T06:25:03.265Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-12T06:25:03.265Z] + 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-12T06:25:04.209Z] Building version [2021-02-12T06:25:04.209Z] + snapcraftctl build [2021-02-12T06:25:06.124Z] Staging config-common [2021-02-12T06:25:06.124Z] + snapcraftctl stage [2021-02-12T06:25:07.065Z] Skipping stage go-build-helper (already ran) [2021-02-12T06:25:07.065Z] Skipping stage static-packages (already ran) [2021-02-12T06:25:07.065Z] Skipping stage go115 (already ran) [2021-02-12T06:25:07.065Z] Staging edgex-go [2021-02-12T06:25:07.065Z] + snapcraftctl stage [2021-02-12T06:25:08.005Z] Staging version [2021-02-12T06:25:08.005Z] + snapcraftctl stage [2021-02-12T06:25:08.947Z] Priming config-common [2021-02-12T06:25:08.947Z] + snapcraftctl prime [2021-02-12T06:25:09.890Z] Priming go-build-helper [2021-02-12T06:25:09.890Z] + snapcraftctl prime [2021-02-12T06:25:10.863Z] Priming static-packages [2021-02-12T06:25:10.863Z] + snapcraftctl prime [2021-02-12T06:25:13.408Z] Priming go115 [2021-02-12T06:25:13.409Z] + snapcraftctl prime [2021-02-12T06:25:13.980Z] Priming edgex-go [2021-02-12T06:25:13.980Z] + snapcraftctl prime [2021-02-12T06:25:14.923Z] Priming version [2021-02-12T06:25:14.923Z] + snapcraftctl prime [2021-02-12T06:25:15.869Z] 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-12T06:25:51.208Z] Removing intermediate container 0e08e6977c9e [2021-02-12T06:25:51.208Z] ---> 3cbba52222fd [2021-02-12T06:25:51.208Z] [2021-02-12T06:25:51.208Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T06:25:51.486Z] 3.12: Pulling from library/alpine [2021-02-12T06:25:54.123Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T06:25:54.123Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T06:25:54.123Z] ---> afeebe901d6b [2021-02-12T06:25:54.123Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T06:25:56.756Z] ---> Running in bf9339e30206 [2021-02-12T06:25:57.034Z] Removing intermediate container 660af9a1bead [2021-02-12T06:25:57.034Z] ---> 33af59e9ce1c [2021-02-12T06:25:57.034Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T06:25:57.310Z] ---> Running in dd51dc7b142b [2021-02-12T06:25:57.588Z] Removing intermediate container bf9339e30206 [2021-02-12T06:25:57.588Z] ---> 3437c1cdf8ca [2021-02-12T06:25:57.588Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T06:25:58.198Z] ---> Running in baaf35f6807d [2021-02-12T06:26:00.019Z] 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-12T06:26:00.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:26:00.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:26:02.180Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T06:26:02.180Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T06:26:02.180Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:26:02.180Z] OK: 5 MiB in 16 packages [2021-02-12T06:26:06.537Z] Removing intermediate container 7405b1c4709e [2021-02-12T06:26:06.537Z] ---> 813d5661a1e8 [2021-02-12T06:26:06.537Z] [2021-02-12T06:26:06.537Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T06:26:06.537Z] ---> afeebe901d6b [2021-02-12T06:26:06.537Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T06:26:06.537Z] Removing intermediate container baaf35f6807d [2021-02-12T06:26:06.537Z] ---> 45521a7cbbe3 [2021-02-12T06:26:06.537Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T06:26:06.812Z] ---> Running in 05e9a95c9d36 [2021-02-12T06:26:07.088Z] ---> Running in fd853040af5b [2021-02-12T06:26:07.088Z] Removing intermediate container dd51dc7b142b [2021-02-12T06:26:07.088Z] ---> fdd08f01b98a [2021-02-12T06:26:07.088Z] [2021-02-12T06:26:07.361Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T06:26:07.361Z] Removing intermediate container 38309a5af36b [2021-02-12T06:26:07.361Z] ---> 8868e69b0de1 [2021-02-12T06:26:07.361Z] [2021-02-12T06:26:07.361Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T06:26:07.361Z] ---> afeebe901d6b [2021-02-12T06:26:07.361Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T06:26:07.361Z] 20.10.0: Pulling from library/docker [2021-02-12T06:26:07.961Z] ---> Running in c04f7ccef1b2 [2021-02-12T06:26:08.238Z] Removing intermediate container fd853040af5b [2021-02-12T06:26:08.238Z] ---> eb903a36d2fc [2021-02-12T06:26:08.238Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T06:26:08.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:26:09.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:26:09.121Z] ---> Running in 5a484811c97e [2021-02-12T06:26:09.729Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T06:26:09.729Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:26:09.729Z] OK: 5 MiB in 15 packages [2021-02-12T06:26:09.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:26:10.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:26:10.614Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T06:26:10.614Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:26:10.614Z] OK: 5 MiB in 15 packages [2021-02-12T06:26:11.212Z] Removing intermediate container 5a484811c97e [2021-02-12T06:26:11.212Z] ---> 0969470be912 [2021-02-12T06:26:11.212Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T06:26:12.639Z] ---> Running in df27888b0c9e [2021-02-12T06:26:13.621Z] Removing intermediate container 05e9a95c9d36 [2021-02-12T06:26:13.621Z] ---> 7a3856236794 [2021-02-12T06:26:13.621Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T06:26:14.232Z] Removing intermediate container c04f7ccef1b2 [2021-02-12T06:26:14.232Z] ---> 26abc7311524 [2021-02-12T06:26:14.232Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T06:26:14.508Z] ---> Running in 57c4a4ac92a9 [2021-02-12T06:26:15.099Z] ---> Running in e3c1910df1cd [2021-02-12T06:26:15.694Z] Removing intermediate container 57c4a4ac92a9 [2021-02-12T06:26:15.694Z] ---> 16ee9b3b9878 [2021-02-12T06:26:15.694Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T06:26:15.984Z] ---> Running in 2edd20db3fb4 [2021-02-12T06:26:15.984Z] Removing intermediate container e3c1910df1cd [2021-02-12T06:26:15.984Z] ---> 727da275707e [2021-02-12T06:26:15.984Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T06:26:16.258Z] Removing intermediate container 914f8a846cb7 [2021-02-12T06:26:16.258Z] ---> f40120756a1e [2021-02-12T06:26:16.258Z] [2021-02-12T06:26:16.258Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T06:26:16.258Z] ---> afeebe901d6b [2021-02-12T06:26:16.258Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T06:26:16.258Z] ---> Using cache [2021-02-12T06:26:16.258Z] ---> 26abc7311524 [2021-02-12T06:26:16.258Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T06:26:16.258Z] ---> Using cache [2021-02-12T06:26:16.258Z] ---> 727da275707e [2021-02-12T06:26:16.258Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T06:26:16.258Z] Removing intermediate container df27888b0c9e [2021-02-12T06:26:16.258Z] ---> 39de31582fcd [2021-02-12T06:26:16.258Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T06:26:16.541Z] ---> Running in 5b8b071b509f [2021-02-12T06:26:16.541Z] ---> Running in 8e28169a231f [2021-02-12T06:26:16.815Z] ---> Running in 7317da655df3 [2021-02-12T06:26:16.815Z] Removing intermediate container 2edd20db3fb4 [2021-02-12T06:26:16.815Z] ---> b319338b113a [2021-02-12T06:26:16.815Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T06:26:17.089Z] ---> Running in 0d1ce2dde917 [2021-02-12T06:26:17.365Z] Removing intermediate container 8e28169a231f [2021-02-12T06:26:17.365Z] ---> b9a2e50bb261 [2021-02-12T06:26:17.365Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T06:26:17.365Z] Removing intermediate container 5b8b071b509f [2021-02-12T06:26:17.365Z] ---> b4f5f4b362a1 [2021-02-12T06:26:17.365Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T06:26:17.682Z] Removing intermediate container 7317da655df3 [2021-02-12T06:26:17.682Z] ---> 926aeeca3e54 [2021-02-12T06:26:17.682Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T06:26:17.682Z] ---> Running in bd03bc9a5892 [2021-02-12T06:26:17.682Z] ---> Running in 9f31431f6d0d [2021-02-12T06:26:17.962Z] Removing intermediate container 0d1ce2dde917 [2021-02-12T06:26:17.962Z] ---> f2b6e6aaadb9 [2021-02-12T06:26:17.962Z] Step 15/23 : WORKDIR / [2021-02-12T06:26:18.234Z] ---> Running in 52a2801c9d82 [2021-02-12T06:26:18.511Z] Removing intermediate container bd03bc9a5892 [2021-02-12T06:26:18.511Z] ---> 6f60d7a97e74 [2021-02-12T06:26:18.511Z] Step 15/23 : WORKDIR / [2021-02-12T06:26:18.784Z] ---> 220df52c486b [2021-02-12T06:26:18.784Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T06:26:18.784Z] Removing intermediate container 9f31431f6d0d [2021-02-12T06:26:18.784Z] ---> a51c50f15f04 [2021-02-12T06:26:18.784Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:26:19.056Z] ---> Running in 3e9bb79895fc [2021-02-12T06:26:19.333Z] Removing intermediate container 52a2801c9d82 [2021-02-12T06:26:19.333Z] ---> 3507b3d27c3c [2021-02-12T06:26:19.333Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:26:19.333Z] ---> Running in ca5384daeb57 [2021-02-12T06:26:20.323Z] ---> dfa315bc1dec [2021-02-12T06:26:20.323Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T06:26:20.323Z] Removing intermediate container 3e9bb79895fc [2021-02-12T06:26:20.323Z] ---> c4cc48761517 [2021-02-12T06:26:20.323Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:26:20.595Z] ---> 20574acae459 [2021-02-12T06:26:20.595Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T06:26:22.041Z] ---> ce79b3add878 [2021-02-12T06:26:22.041Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T06:26:22.637Z] ---> 68f0de3c7c0e [2021-02-12T06:26:22.637Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T06:26:22.637Z] ---> c9982c403d89 [2021-02-12T06:26:22.637Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T06:26:22.637Z] Removing intermediate container ca5384daeb57 [2021-02-12T06:26:22.637Z] ---> 32c835bee2fb [2021-02-12T06:26:22.637Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:26:23.240Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T06:26:23.240Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T06:26:23.240Z] ---> eeaf43b92773 [2021-02-12T06:26:23.240Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T06:26:23.522Z] ---> Running in e3eba526445d [2021-02-12T06:26:23.808Z] ---> 3c49fa4a8425 [2021-02-12T06:26:23.808Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T06:26:24.086Z] ---> c1b25d2a575e [2021-02-12T06:26:24.086Z] ---> 445ffa81c911 [2021-02-12T06:26:24.086Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T06:26:24.086Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T06:26:24.086Z] ---> Running in c530305733f1 [2021-02-12T06:26:24.086Z] ---> 918022e9707e [2021-02-12T06:26:24.370Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T06:26:24.370Z] ---> Running in 1deabab8286d [2021-02-12T06:26:24.973Z] Removing intermediate container 1deabab8286d [2021-02-12T06:26:24.973Z] ---> e8be90e126f7 [2021-02-12T06:26:24.973Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:26:24.973Z] Removing intermediate container c530305733f1 [2021-02-12T06:26:24.973Z] ---> 040ca45a772b [2021-02-12T06:26:24.973Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:26:25.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:26:25.539Z] ---> Running in ee15906b94bd [2021-02-12T06:26:25.539Z] ---> Running in 94b6bc8e70d9 [2021-02-12T06:26:25.539Z] ---> efd81a1e8dc9 [2021-02-12T06:26:25.539Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T06:26:25.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:26:25.539Z] ---> 93c4b11d128f [2021-02-12T06:26:25.539Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T06:26:25.812Z] ---> Running in 43c8ce613395 [2021-02-12T06:26:26.088Z] Removing intermediate container 94b6bc8e70d9 [2021-02-12T06:26:26.088Z] ---> 4ca8217733a6 [2021-02-12T06:26:26.088Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T06:26:26.088Z] Removing intermediate container ee15906b94bd [2021-02-12T06:26:26.088Z] ---> df936ff99b17 [2021-02-12T06:26:26.088Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T06:26:26.088Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T06:26:26.088Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T06:26:26.364Z] Executing bash-5.0.17-r0.post-install [2021-02-12T06:26:26.365Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:26:26.365Z] OK: 12 MiB in 22 packages [2021-02-12T06:26:26.365Z] ---> Running in 13b817723d30 [2021-02-12T06:26:26.365Z] ---> Running in 7f754e6dbc03 [2021-02-12T06:26:26.646Z] Removing intermediate container 43c8ce613395 [2021-02-12T06:26:26.646Z] ---> f0909fbc123c [2021-02-12T06:26:26.646Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:26:26.646Z] ---> 823a56b78b1d [2021-02-12T06:26:26.646Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T06:26:26.646Z] ---> Running in 98a6a2356582 [2021-02-12T06:26:27.248Z] Removing intermediate container 7f754e6dbc03 [2021-02-12T06:26:27.248Z] ---> 53dd91c402ed [2021-02-12T06:26:27.248Z] Step 22/23 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:26:27.248Z] Removing intermediate container 13b817723d30 [2021-02-12T06:26:27.248Z] ---> 79c5330a0bfa [2021-02-12T06:26:27.248Z] Step 21/22 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:26:27.523Z] ---> Running in 7ab1190d4c6f [2021-02-12T06:26:27.523Z] ---> Running in 524282a8155c [2021-02-12T06:26:27.523Z] Removing intermediate container 98a6a2356582 [2021-02-12T06:26:27.523Z] ---> 93ba1d49ed14 [2021-02-12T06:26:27.523Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T06:26:27.796Z] ---> ff1f2ade61f8 [2021-02-12T06:26:27.796Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T06:26:27.796Z] ---> Running in b594de882394 [2021-02-12T06:26:28.068Z] Removing intermediate container e3eba526445d [2021-02-12T06:26:28.068Z] ---> ea3c0569e565 [2021-02-12T06:26:28.068Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T06:26:28.341Z] ---> Running in 815b9cc6f2a2 [2021-02-12T06:26:28.341Z] Removing intermediate container 7ab1190d4c6f [2021-02-12T06:26:28.341Z] ---> 5ed4fe0a6c54 [2021-02-12T06:26:28.341Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T06:26:28.341Z] Removing intermediate container 524282a8155c [2021-02-12T06:26:28.341Z] ---> 6b9a780d706e [2021-02-12T06:26:28.341Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T06:26:28.341Z] ---> Running in ce46beb35673 [2021-02-12T06:26:28.616Z] Removing intermediate container b594de882394 [2021-02-12T06:26:28.616Z] ---> ccfb4b399f6e [2021-02-12T06:26:28.616Z] Step 22/23 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:26:28.616Z] ---> Running in ff4fd9e9b769 [2021-02-12T06:26:28.616Z] ---> Running in 502bfeac2202 [2021-02-12T06:26:28.890Z] ---> Running in 297a3c495ef5 [2021-02-12T06:26:29.164Z] Removing intermediate container 815b9cc6f2a2 [2021-02-12T06:26:29.164Z] ---> c371ceed5b30 [2021-02-12T06:26:29.164Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T06:26:29.164Z] Removing intermediate container ce46beb35673 [2021-02-12T06:26:29.164Z] ---> 38e71ed7410b [2021-02-12T06:26:29.164Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T06:26:29.443Z] Removing intermediate container 502bfeac2202 [2021-02-12T06:26:29.443Z] ---> f1652b1b301e [2021-02-12T06:26:29.443Z] [2021-02-12T06:26:29.443Z] Removing intermediate container ff4fd9e9b769 [2021-02-12T06:26:29.443Z] ---> 9f2f358c48de [2021-02-12T06:26:29.443Z] [2021-02-12T06:26:29.443Z] Removing intermediate container 297a3c495ef5 [2021-02-12T06:26:29.443Z] ---> 92487ae852f8 [2021-02-12T06:26:29.443Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T06:26:29.443Z] ---> Running in 4b9b2360e937 [2021-02-12T06:26:29.723Z] ---> Running in 03250e848250 [2021-02-12T06:26:29.999Z] Successfully built f1652b1b301e [2021-02-12T06:26:29.999Z] Successfully built 9f2f358c48de [2021-02-12T06:26:29.999Z] ---> 46dfc7721a45 [2021-02-12T06:26:29.999Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T06:26:30.282Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-12T06:26:30.282Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-02-12T06:26:30.282Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-12T06:26:30.282Z] Building docker-support-notifications-go [2021-02-12T06:26:30.282Z]  Building docker-support-scheduler-go ... done Removing intermediate container 4b9b2360e937 [2021-02-12T06:26:30.282Z] ---> 1a0e845ee953 [2021-02-12T06:26:30.282Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T06:26:30.557Z] ---> Running in 10b3069233b4 [2021-02-12T06:26:30.557Z] Removing intermediate container 03250e848250 [2021-02-12T06:26:30.557Z] ---> 9b65852a3981 [2021-02-12T06:26:30.557Z] [2021-02-12T06:26:30.836Z] ---> Running in 84cbdceef369 [2021-02-12T06:26:31.110Z] Successfully built 9b65852a3981 [2021-02-12T06:26:31.110Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-12T06:26:31.391Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-12T06:26:31.392Z] Removing intermediate container 84cbdceef369 [2021-02-12T06:26:31.392Z] ---> c6375cd2cd3f [2021-02-12T06:26:31.392Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T06:26:32.833Z] ---> 0981a1ea20b0 [2021-02-12T06:26:32.833Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T06:26:33.434Z] Removing intermediate container 10b3069233b4 [2021-02-12T06:26:33.434Z] ---> 4a18d8c9744a [2021-02-12T06:26:33.434Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T06:26:33.714Z] ---> 601f20dcf6b2 [2021-02-12T06:26:33.990Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T06:26:34.268Z] ---> Running in 02a3b248a588 [2021-02-12T06:26:35.257Z] Removing intermediate container 02a3b248a588 [2021-02-12T06:26:35.257Z] ---> 16faccc86a34 [2021-02-12T06:26:35.257Z] Step 27/30 : CMD ["gate"] [2021-02-12T06:26:35.856Z] ---> f59b5af97f8f [2021-02-12T06:26:35.856Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T06:26:36.132Z] ---> Running in 1b202c11c439 [2021-02-12T06:26:36.410Z] ---> Running in c4474531e36e [2021-02-12T06:26:36.694Z] Removing intermediate container 1b202c11c439 [2021-02-12T06:26:36.694Z] ---> b09bc31cfc3f [2021-02-12T06:26:36.694Z] Step 28/30 : LABEL arch=arm64 [2021-02-12T06:26:37.674Z] ---> Running in 36c65449fee9 [2021-02-12T06:26:37.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:26:38.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:26:38.519Z] Removing intermediate container 36c65449fee9 [2021-02-12T06:26:38.519Z] ---> 582c9e6dde2d [2021-02-12T06:26:38.519Z] Step 29/30 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:26:38.795Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T06:26:38.795Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T06:26:38.795Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T06:26:38.795Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T06:26:38.795Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T06:26:38.795Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T06:26:38.795Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T06:26:39.069Z] ---> Running in 662ba20111ed [2021-02-12T06:26:40.504Z] Removing intermediate container 662ba20111ed [2021-02-12T06:26:40.504Z] ---> 156e7a67a0a8 [2021-02-12T06:26:40.504Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T06:26:40.795Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T06:26:40.796Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T06:26:40.796Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T06:26:40.796Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T06:26:40.796Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T06:26:40.796Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T06:26:40.796Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T06:26:40.796Z] ---> Running in 84cc4b88db5a [2021-02-12T06:26:41.073Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T06:26:41.073Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T06:26:41.073Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T06:26:41.073Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T06:26:41.073Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T06:26:41.073Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T06:26:41.073Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T06:26:41.073Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T06:26:41.073Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T06:26:41.348Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T06:26:41.348Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T06:26:41.348Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T06:26:41.348Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T06:26:41.348Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T06:26:41.348Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T06:26:41.348Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T06:26:41.348Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T06:26:41.348Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T06:26:41.348Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T06:26:41.619Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:26:41.619Z] OK: 71 MiB in 55 packages [2021-02-12T06:26:41.619Z] Removing intermediate container 84cc4b88db5a [2021-02-12T06:26:41.619Z] ---> ac7c99fdb8ec [2021-02-12T06:26:41.619Z] [2021-02-12T06:26:42.225Z] Successfully built ac7c99fdb8ec [2021-02-12T06:26:42.226Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-12T06:26:42.226Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-02-12T06:26:50.507Z] Removing intermediate container c4474531e36e [2021-02-12T06:26:50.507Z] ---> 6e3ab9731357 [2021-02-12T06:26:50.507Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T06:26:50.507Z] ---> Running in 73a99f781a42 [2021-02-12T06:26:55.908Z] Collecting docker-compose==1.23.2 [2021-02-12T06:26:55.908Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T06:26:55.908Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T06:26:55.908Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T06:26:56.507Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T06:26:56.507Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T06:26:57.492Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T06:26:57.492Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T06:26:57.768Z] 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-12T06:26:58.047Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T06:26:58.047Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T06:27:01.460Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T06:27:01.460Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T06:27:02.061Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T06:27:02.061Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T06:27:02.333Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T06:27:02.333Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T06:27:05.726Z] Collecting PyYAML<4,>=3.10 [2021-02-12T06:27:05.727Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T06:27:09.283Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T06:27:09.283Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T06:27:11.372Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T06:27:11.372Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T06:27:11.372Z] 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-12T06:27:11.372Z] 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-12T06:27:11.650Z] Collecting idna<2.8,>=2.5 [2021-02-12T06:27:11.650Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T06:27:12.652Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T06:27:12.652Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T06:27:12.652Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T06:27:12.652Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T06:27:12.652Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T06:27:12.652Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T06:27:13.638Z] Installing collected packages: cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, docopt, PyYAML, texttable, docker-compose [2021-02-12T06:27:13.914Z] Attempting uninstall: idna [2021-02-12T06:27:13.914Z] Found existing installation: idna 2.9 [2021-02-12T06:27:13.914Z] Uninstalling idna-2.9: [2021-02-12T06:27:13.914Z] Successfully uninstalled idna-2.9 [2021-02-12T06:27:14.516Z] Attempting uninstall: urllib3 [2021-02-12T06:27:14.516Z] Found existing installation: urllib3 1.25.9 [2021-02-12T06:27:14.516Z] Uninstalling urllib3-1.25.9: [2021-02-12T06:27:14.794Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T06:27:15.401Z] Attempting uninstall: requests [2021-02-12T06:27:15.401Z] Found existing installation: requests 2.23.0 [2021-02-12T06:27:15.401Z] Uninstalling requests-2.23.0: [2021-02-12T06:27:15.677Z] Successfully uninstalled requests-2.23.0 [2021-02-12T06:27:17.667Z] Running setup.py install for dockerpty: started [2021-02-12T06:27:18.274Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:27:18.274Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:27:18.274Z] ---> b9d9efb5416b [2021-02-12T06:27:18.274Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T06:27:18.274Z] ---> Using cache [2021-02-12T06:27:18.274Z] ---> 68d15cb6a382 [2021-02-12T06:27:18.274Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:27:18.274Z] ---> Using cache [2021-02-12T06:27:18.274Z] ---> 3ba452be70c8 [2021-02-12T06:27:18.274Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T06:27:18.274Z] ---> Using cache [2021-02-12T06:27:18.274Z] ---> 08dd1cbd052f [2021-02-12T06:27:18.274Z] Step 6/24 : COPY go.mod . [2021-02-12T06:27:18.274Z] ---> Using cache [2021-02-12T06:27:18.274Z] ---> f015926abd9e [2021-02-12T06:27:18.274Z] Step 7/24 : RUN go mod download [2021-02-12T06:27:18.274Z] ---> Using cache [2021-02-12T06:27:18.274Z] ---> f3c245df2f1f [2021-02-12T06:27:18.274Z] Step 8/24 : COPY . . [2021-02-12T06:27:18.274Z] ---> Using cache [2021-02-12T06:27:18.274Z] ---> aaa10049e330 [2021-02-12T06:27:18.274Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T06:27:19.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:27:19.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:27:19.264Z] ---> b9d9efb5416b [2021-02-12T06:27:19.264Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T06:27:19.264Z] ---> Using cache [2021-02-12T06:27:19.264Z] ---> 68d15cb6a382 [2021-02-12T06:27:19.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:27:19.264Z] ---> Using cache [2021-02-12T06:27:19.264Z] ---> 3ba452be70c8 [2021-02-12T06:27:19.264Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T06:27:19.536Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:27:19.536Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:27:19.536Z] ---> b9d9efb5416b [2021-02-12T06:27:19.536Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T06:27:19.536Z] ---> Using cache [2021-02-12T06:27:19.536Z] ---> 68d15cb6a382 [2021-02-12T06:27:19.536Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:27:19.536Z] ---> Using cache [2021-02-12T06:27:19.536Z] ---> 3ba452be70c8 [2021-02-12T06:27:19.536Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T06:27:20.133Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T06:27:20.133Z] Running setup.py install for docopt: started [2021-02-12T06:27:22.758Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T06:27:22.758Z] Running setup.py install for PyYAML: started [2021-02-12T06:27:23.033Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T06:27:23.034Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T06:27:23.034Z] ---> b9d9efb5416b [2021-02-12T06:27:23.034Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T06:27:23.034Z] ---> Using cache [2021-02-12T06:27:23.034Z] ---> 68d15cb6a382 [2021-02-12T06:27:23.034Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:27:23.034Z] ---> Using cache [2021-02-12T06:27:23.034Z] ---> 3ba452be70c8 [2021-02-12T06:27:23.034Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T06:27:23.034Z] ---> Using cache [2021-02-12T06:27:23.034Z] ---> 08dd1cbd052f [2021-02-12T06:27:23.034Z] Step 6/21 : COPY go.mod . [2021-02-12T06:27:23.034Z] ---> Using cache [2021-02-12T06:27:23.034Z] ---> f015926abd9e [2021-02-12T06:27:23.034Z] Step 7/21 : RUN go mod download [2021-02-12T06:27:23.034Z] ---> Using cache [2021-02-12T06:27:23.034Z] ---> f3c245df2f1f [2021-02-12T06:27:23.034Z] Step 8/21 : COPY . . [2021-02-12T06:27:23.034Z] ---> Using cache [2021-02-12T06:27:23.034Z] ---> aaa10049e330 [2021-02-12T06:27:23.034Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T06:27:24.018Z] ---> Running in 118b31723ca1 [2021-02-12T06:27:24.018Z] ---> Running in c1235e6aaffa [2021-02-12T06:27:24.018Z] ---> Running in 62bc106815c8 [2021-02-12T06:27:24.018Z] ---> Running in 03dd2c84c999 [2021-02-12T06:27:25.475Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T06:27:25.475Z] Running setup.py install for texttable: started [2021-02-12T06:27:25.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:27:26.350Z] 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-12T06:27:26.350Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:27:26.350Z] 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-12T06:27:26.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:27:27.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:27:27.509Z] OK: 217 MiB in 51 packages [2021-02-12T06:27:27.788Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T06:27:28.066Z] OK: 217 MiB in 51 packages [2021-02-12T06:27:29.535Z] Removing intermediate container 118b31723ca1 [2021-02-12T06:27:29.535Z] ---> 5343d837071b [2021-02-12T06:27:29.535Z] Step 6/23 : COPY go.mod . [2021-02-12T06:27:29.535Z] 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-12T06:27:29.818Z] Removing intermediate container 03dd2c84c999 [2021-02-12T06:27:29.818Z] ---> e807721725ee [2021-02-12T06:27:29.818Z] Step 6/22 : COPY go.mod . [2021-02-12T06:27:30.826Z] ---> 6bb7f2bb4502 [2021-02-12T06:27:30.826Z] Step 7/23 : RUN go mod download [2021-02-12T06:27:30.826Z] ---> Running in 6a699ae3c526 [2021-02-12T06:27:31.116Z] ---> 6119cb7c214a [2021-02-12T06:27:31.116Z] Step 7/22 : RUN go mod download [2021-02-12T06:27:31.400Z] ---> Running in a3c73b673b4a [2021-02-12T06:27:36.834Z] Removing intermediate container 73a99f781a42 [2021-02-12T06:27:36.834Z] ---> 42a081cfbe1e [2021-02-12T06:27:36.834Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T06:27:36.834Z] ---> Running in 9e6f7993b008 [2021-02-12T06:27:37.437Z] Removing intermediate container 6a699ae3c526 [2021-02-12T06:27:37.437Z] ---> e62cceab47e9 [2021-02-12T06:27:37.437Z] Step 8/23 : COPY . . [2021-02-12T06:27:37.437Z] Removing intermediate container a3c73b673b4a [2021-02-12T06:27:37.437Z] ---> 129c2b4578a1 [2021-02-12T06:27:37.437Z] Step 8/22 : COPY . . [2021-02-12T06:27:38.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:27:38.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:27:39.305Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T06:27:39.305Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T06:27:39.305Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T06:27:39.305Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:27:39.581Z] OK: 71 MiB in 58 packages [2021-02-12T06:27:43.926Z] Removing intermediate container 9e6f7993b008 [2021-02-12T06:27:43.926Z] ---> 9b104be05d8d [2021-02-12T06:27:43.926Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T06:27:43.926Z] ---> Running in 13acf5d56128 [2021-02-12T06:27:45.387Z] Removing intermediate container 13acf5d56128 [2021-02-12T06:27:45.387Z] ---> e0cfa703883e [2021-02-12T06:27:45.387Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:27:45.667Z] ---> Running in 21e4ed89d653 [2021-02-12T06:27:47.121Z] Removing intermediate container 21e4ed89d653 [2021-02-12T06:27:47.121Z] ---> d149f15c3582 [2021-02-12T06:27:47.121Z] Step 24/26 : LABEL arch=arm64 [2021-02-12T06:27:47.726Z] ---> Running in 1b064f140800 [2021-02-12T06:27:49.177Z] Removing intermediate container 1b064f140800 [2021-02-12T06:27:49.177Z] ---> 72da4cfdc3d0 [2021-02-12T06:27:49.177Z] Step 25/26 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:27:49.461Z] ---> Running in 048cfce312b7 [2021-02-12T06:27:50.444Z] Removing intermediate container 048cfce312b7 [2021-02-12T06:27:50.444Z] ---> c26daa1a3e59 [2021-02-12T06:27:50.444Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T06:27:50.718Z] ---> Running in 965cf9c46ee1 [2021-02-12T06:27:52.155Z] Removing intermediate container 965cf9c46ee1 [2021-02-12T06:27:52.155Z] ---> 1349d356783d [2021-02-12T06:27:52.155Z] [2021-02-12T06:27:53.142Z] Successfully built 1349d356783d [2021-02-12T06:27:53.142Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-12T06:28:08.275Z]  Building docker-sys-mgmt-agent-go ... done  ---> 5650bc103762 [2021-02-12T06:28:08.275Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T06:28:08.275Z] ---> 9609c46b50c1 [2021-02-12T06:28:08.275Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T06:28:08.275Z] ---> Running in 71023060fc82 [2021-02-12T06:28:08.275Z] ---> Running in 6a8083b01356 [2021-02-12T06:28:08.553Z] 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-12T06:28:08.826Z] 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-12T06:28:19.003Z] 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-12T06:28:19.285Z] 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-12T06:28:34.413Z] Removing intermediate container 62bc106815c8 [2021-02-12T06:28:34.413Z] ---> a82da39bb7aa [2021-02-12T06:28:34.413Z] [2021-02-12T06:28:34.413Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T06:28:34.413Z] ---> afeebe901d6b [2021-02-12T06:28:34.413Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T06:28:34.413Z] ---> Running in 736c58c227ec [2021-02-12T06:28:36.406Z] Removing intermediate container c1235e6aaffa [2021-02-12T06:28:36.406Z] ---> 588cdc09d66f [2021-02-12T06:28:36.406Z] [2021-02-12T06:28:36.406Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T06:28:36.406Z] ---> afeebe901d6b [2021-02-12T06:28:36.406Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T06:28:36.406Z] ---> Running in 4ba4794efeb7 [2021-02-12T06:28:36.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:28:36.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:28:37.283Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T06:28:37.762Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T06:28:37.762Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T06:28:37.762Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T06:28:37.762Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T06:28:37.762Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:28:37.762Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T06:28:38.096Z] OK: 7 MiB in 19 packages [2021-02-12T06:28:38.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:28:38.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:28:39.433Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T06:28:39.433Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T06:28:39.433Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T06:28:39.433Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T06:28:39.433Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:28:39.433Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T06:28:39.727Z] OK: 7 MiB in 18 packages [2021-02-12T06:28:40.719Z] Removing intermediate container 736c58c227ec [2021-02-12T06:28:40.719Z] ---> af7426be5177 [2021-02-12T06:28:40.719Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T06:28:41.318Z] ---> Running in 5be3e63fd24e [2021-02-12T06:28:42.317Z] Removing intermediate container 5be3e63fd24e [2021-02-12T06:28:42.317Z] ---> 0f6119cb23d5 [2021-02-12T06:28:42.317Z] Step 13/24 : WORKDIR / [2021-02-12T06:28:42.317Z] Removing intermediate container 4ba4794efeb7 [2021-02-12T06:28:42.317Z] ---> 35a0a88294a2 [2021-02-12T06:28:42.317Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T06:28:42.594Z] ---> Running in 91c04266f8cc [2021-02-12T06:28:42.594Z] ---> Running in 4a82c3c198fd [2021-02-12T06:28:43.193Z] Removing intermediate container 4a82c3c198fd [2021-02-12T06:28:43.193Z] ---> 511bf48d2e19 [2021-02-12T06:28:43.193Z] Step 13/21 : WORKDIR /edgex [2021-02-12T06:28:43.469Z] Removing intermediate container 91c04266f8cc [2021-02-12T06:28:43.469Z] ---> 9b6cfbb7ecd0 [2021-02-12T06:28:43.469Z] 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-12T06:28:43.469Z] ---> Running in 293ca3adaefc [2021-02-12T06:28:44.462Z] Removing intermediate container 293ca3adaefc [2021-02-12T06:28:44.462Z] ---> 1ae224930166 [2021-02-12T06:28:44.462Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T06:28:44.741Z] ---> 63d7e743db64 [2021-02-12T06:28:44.741Z] 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-12T06:28:45.741Z] ---> 4d761026f0b4 [2021-02-12T06:28:45.741Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T06:28:46.018Z] ---> 40db646ab530 [2021-02-12T06:28:46.018Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T06:28:47.472Z] ---> d74959a06a02 [2021-02-12T06:28:47.472Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T06:28:47.752Z] ---> b2ffe4974e98 [2021-02-12T06:28:47.752Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T06:28:49.754Z] ---> e0c883f62219 [2021-02-12T06:28:49.754Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T06:28:49.754Z] ---> 247026049f27 [2021-02-12T06:28:49.754Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T06:28:50.032Z] ---> Running in 2c0531b39962 [2021-02-12T06:28:51.025Z] Removing intermediate container 2c0531b39962 [2021-02-12T06:28:51.025Z] ---> 0d4c5f67c4d0 [2021-02-12T06:28:51.025Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T06:28:51.304Z] ---> Running in bdff7c168430 [2021-02-12T06:28:51.591Z] ---> 4cecbf56cf60 [2021-02-12T06:28:51.592Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T06:28:51.888Z] Removing intermediate container bdff7c168430 [2021-02-12T06:28:51.888Z] ---> 6c9488b659b6 [2021-02-12T06:28:51.888Z] Step 19/21 : LABEL arch=arm64 [2021-02-12T06:28:52.174Z] ---> Running in 9bfd4be4b00a [2021-02-12T06:28:53.171Z] Removing intermediate container 9bfd4be4b00a [2021-02-12T06:28:53.171Z] ---> 80d5b7539f8f [2021-02-12T06:28:53.171Z] Step 20/21 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:28:53.171Z] ---> 087691d7f842 [2021-02-12T06:28:53.171Z] 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-12T06:28:53.171Z] ---> Running in ea45461c2fc7 [2021-02-12T06:28:53.171Z] ---> Running in a721b5bc1d29 [2021-02-12T06:28:54.233Z] Removing intermediate container a721b5bc1d29 [2021-02-12T06:28:54.233Z] ---> baae8fd73d8b [2021-02-12T06:28:54.233Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T06:28:54.504Z] ---> Running in 777e4682aa37 [2021-02-12T06:28:55.488Z] Removing intermediate container 777e4682aa37 [2021-02-12T06:28:55.489Z] ---> 4499029b68a7 [2021-02-12T06:28:55.489Z] [2021-02-12T06:28:55.770Z] Successfully built 4499029b68a7 [2021-02-12T06:28:55.770Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-12T06:28:56.771Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ea45461c2fc7 [2021-02-12T06:28:56.771Z] ---> 1c0cd58d38ae [2021-02-12T06:28:56.771Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T06:28:57.045Z] ---> Running in 0346886b9a58 [2021-02-12T06:28:57.642Z] Removing intermediate container 0346886b9a58 [2021-02-12T06:28:57.642Z] ---> a190f9668937 [2021-02-12T06:28:57.642Z] Step 22/24 : LABEL arch=arm64 [2021-02-12T06:28:57.642Z] ---> Running in 7894d3c9a566 [2021-02-12T06:28:58.623Z] Removing intermediate container 7894d3c9a566 [2021-02-12T06:28:58.623Z] ---> 401a4b917513 [2021-02-12T06:28:58.623Z] Step 23/24 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:28:58.623Z] ---> Running in ddd4bdeb6078 [2021-02-12T06:28:59.222Z] Removing intermediate container ddd4bdeb6078 [2021-02-12T06:28:59.222Z] ---> f716d47416c9 [2021-02-12T06:28:59.222Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T06:28:59.503Z] ---> Running in cff3969b4958 [2021-02-12T06:29:00.123Z] Removing intermediate container cff3969b4958 [2021-02-12T06:29:00.123Z] ---> 8be2221f3347 [2021-02-12T06:29:00.123Z] [2021-02-12T06:29:00.725Z] Successfully built 8be2221f3347 [2021-02-12T06:29:00.725Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-12T06:29:19.058Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 71023060fc82 [2021-02-12T06:29:19.058Z] ---> 19d3d855cb18 [2021-02-12T06:29:19.058Z] [2021-02-12T06:29:19.058Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T06:29:19.058Z] ---> afeebe901d6b [2021-02-12T06:29:19.059Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T06:29:19.059Z] ---> Running in 4843123187a4 [2021-02-12T06:29:19.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:29:19.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:29:20.201Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T06:29:20.201Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T06:29:20.201Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:29:20.201Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T06:29:20.473Z] OK: 6 MiB in 16 packages [2021-02-12T06:29:22.452Z] Removing intermediate container 4843123187a4 [2021-02-12T06:29:22.452Z] ---> a57006918a0c [2021-02-12T06:29:22.452Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T06:29:22.452Z] ---> Running in 1d637831aa9c [2021-02-12T06:29:23.050Z] Removing intermediate container 1d637831aa9c [2021-02-12T06:29:23.050Z] ---> 9c8c55a8df81 [2021-02-12T06:29:23.050Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T06:29:23.050Z] ---> Running in 1e9a90a01373 [2021-02-12T06:29:24.032Z] Removing intermediate container 1e9a90a01373 [2021-02-12T06:29:24.032Z] ---> 119eed43c357 [2021-02-12T06:29:24.032Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T06:29:24.311Z] ---> Running in 45b6aa9c4e6c [2021-02-12T06:29:24.903Z] Removing intermediate container 45b6aa9c4e6c [2021-02-12T06:29:24.903Z] ---> 380f03daf359 [2021-02-12T06:29:24.903Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:29:25.184Z] Removing intermediate container 6a8083b01356 [2021-02-12T06:29:25.185Z] ---> 9b0ff9069cd8 [2021-02-12T06:29:25.185Z] [2021-02-12T06:29:25.185Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T06:29:25.185Z] ---> afeebe901d6b [2021-02-12T06:29:25.185Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T06:29:25.778Z] ---> Running in 0319556efb9c [2021-02-12T06:29:25.778Z] ---> c41b6935ebcb [2021-02-12T06:29:25.778Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T06:29:26.050Z] Removing intermediate container 0319556efb9c [2021-02-12T06:29:26.050Z] ---> 96094db72513 [2021-02-12T06:29:26.050Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T06:29:26.322Z] ---> Running in 9c44937f1b63 [2021-02-12T06:29:26.915Z] ---> a2e743e05405 [2021-02-12T06:29:26.915Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T06:29:27.188Z] Removing intermediate container 9c44937f1b63 [2021-02-12T06:29:27.188Z] ---> e9b3e21a8b50 [2021-02-12T06:29:27.188Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T06:29:27.188Z] ---> Running in 7a9b6b4056a2 [2021-02-12T06:29:27.784Z] Removing intermediate container 7a9b6b4056a2 [2021-02-12T06:29:27.784Z] ---> 7d4d690e98be [2021-02-12T06:29:27.784Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T06:29:27.784Z] ---> d808e9c4fa0a [2021-02-12T06:29:27.784Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T06:29:28.056Z] ---> Running in 459b0bcf54b5 [2021-02-12T06:29:28.056Z] ---> Running in 5ed6cb6900cc [2021-02-12T06:29:28.656Z] Removing intermediate container 5ed6cb6900cc [2021-02-12T06:29:28.656Z] ---> 5aa870ce60c1 [2021-02-12T06:29:28.656Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:29:28.656Z] ---> Running in 66e27776a6d9 [2021-02-12T06:29:29.251Z] Removing intermediate container 66e27776a6d9 [2021-02-12T06:29:29.251Z] ---> cf07ac01588f [2021-02-12T06:29:29.251Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T06:29:29.251Z] ---> Running in ae2bd7456975 [2021-02-12T06:29:29.858Z] Removing intermediate container ae2bd7456975 [2021-02-12T06:29:29.858Z] ---> 2d3546c6b367 [2021-02-12T06:29:29.858Z] Step 21/22 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:29:30.132Z] ---> Running in 9b4b0c9e26e7 [2021-02-12T06:29:30.415Z] Removing intermediate container 459b0bcf54b5 [2021-02-12T06:29:30.415Z] ---> d069f7bfc7f2 [2021-02-12T06:29:30.415Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T06:29:30.415Z] ---> Running in 7fb7a9bd5fbb [2021-02-12T06:29:30.710Z] Removing intermediate container 9b4b0c9e26e7 [2021-02-12T06:29:30.710Z] ---> e2844f32f205 [2021-02-12T06:29:30.710Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T06:29:30.710Z] ---> Running in 7f9b6092aa70 [2021-02-12T06:29:31.308Z] Removing intermediate container 7f9b6092aa70 [2021-02-12T06:29:31.308Z] ---> 8982d4d0dff8 [2021-02-12T06:29:31.308Z] [2021-02-12T06:29:31.900Z] Successfully built 8982d4d0dff8 [2021-02-12T06:29:31.900Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-12T06:29:31.900Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T06:29:32.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T06:29:33.460Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T06:29:33.460Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T06:29:33.460Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T06:29:33.732Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T06:29:33.732Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T06:29:34.002Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T06:29:34.002Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T06:29:34.002Z] OK: 8 MiB in 20 packages [2021-02-12T06:29:35.432Z] Removing intermediate container 7fb7a9bd5fbb [2021-02-12T06:29:35.432Z] ---> cc4ca3fa866b [2021-02-12T06:29:35.432Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T06:29:36.024Z] ---> 9760e8203187 [2021-02-12T06:29:36.024Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T06:29:37.453Z] ---> af9f9185bef7 [2021-02-12T06:29:37.453Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T06:29:38.044Z] ---> e5c5a4458ba8 [2021-02-12T06:29:38.044Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T06:29:38.044Z] ---> Running in 9fb2df112c13 [2021-02-12T06:29:38.636Z] Removing intermediate container 9fb2df112c13 [2021-02-12T06:29:38.636Z] ---> bd8cb39e1b4b [2021-02-12T06:29:38.636Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T06:29:38.636Z] ---> Running in 0f5cf2edfb1b [2021-02-12T06:29:39.231Z] Removing intermediate container 0f5cf2edfb1b [2021-02-12T06:29:39.231Z] ---> fef1c6ab003d [2021-02-12T06:29:39.231Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T06:29:39.231Z] ---> Running in c56265f63d11 [2021-02-12T06:29:39.825Z] Removing intermediate container c56265f63d11 [2021-02-12T06:29:39.825Z] ---> 18c9b00d1679 [2021-02-12T06:29:39.825Z] Step 22/23 : LABEL git_sha=5ff0acce6b99bee42b823579ebdaaa4684539945 [2021-02-12T06:29:39.825Z] ---> Running in d4a4b18da393 [2021-02-12T06:29:40.416Z] Removing intermediate container d4a4b18da393 [2021-02-12T06:29:40.416Z] ---> c3819c9408ae [2021-02-12T06:29:40.416Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T06:29:40.416Z] ---> Running in 20da1dcc0f00 [2021-02-12T06:29:41.009Z] Removing intermediate container 20da1dcc0f00 [2021-02-12T06:29:41.010Z] ---> c2cd2e26fde1 [2021-02-12T06:29:41.010Z] [2021-02-12T06:29:41.281Z] Successfully built c2cd2e26fde1 [2021-02-12T06:29:41.281Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-12T06:29:41.566Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-12T06:29:41.577Z] $ docker stop --time=1 9c24bc61ebfa1bee85b37e56916f0ebfa9cafef834d0d5dc739fa1139da74a65 [2021-02-12T06:29:43.480Z] $ docker rm -f 9c24bc61ebfa1bee85b37e56916f0ebfa9cafef834d0d5dc739fa1139da74a65 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T06:29:44.382Z] + docker images [2021-02-12T06:29:44.382Z] + grep docker [2021-02-12T06:29:44.655Z] docker-core-data-go-arm64 latest c2cd2e26fde1 4 seconds ago 21MB [2021-02-12T06:29:44.655Z] docker-support-notifications-go-arm64 latest 8982d4d0dff8 13 seconds ago 16.7MB [2021-02-12T06:29:44.655Z] docker-security-secretstore-setup-go-arm64 latest 8be2221f3347 45 seconds ago 23.4MB [2021-02-12T06:29:44.655Z] docker-security-proxy-setup-go-arm64 latest 4499029b68a7 50 seconds ago 23.2MB [2021-02-12T06:29:44.655Z] docker-sys-mgmt-agent-go-arm64 latest 1349d356783d About a minute ago 300MB [2021-02-12T06:29:44.655Z] docker-security-bootstrapper-go-arm64 latest ac7c99fdb8ec 3 minutes ago 17MB [2021-02-12T06:29:44.655Z] docker-core-metadata-go-arm64 latest 9b65852a3981 3 minutes ago 17.8MB [2021-02-12T06:29:44.655Z] docker-support-scheduler-go-arm64 latest 9f2f358c48de 3 minutes ago 16.1MB [2021-02-12T06:29:44.655Z] docker-core-command-go-arm64 latest f1652b1b301e 3 minutes ago 16MB [2021-02-12T06:29:44.655Z] 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-12T06:29:47.451Z] provisioning config files... [2021-02-12T06:29:47.463Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6988011361556167005tmp [Pipeline] { [Pipeline] sh [2021-02-12T06:29:47.908Z] + set +x [2021-02-12T06:29:47.908Z] + curl -s https://codecov.io/bash [2021-02-12T06:29:47.908Z] + bash -s -- [2021-02-12T06:29:48.482Z] [2021-02-12T06:29:48.482Z] _____ _ [2021-02-12T06:29:48.482Z] / ____| | | [2021-02-12T06:29:48.482Z] | | ___ __| | ___ ___ _____ __ [2021-02-12T06:29:48.482Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-12T06:29:48.482Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-12T06:29:48.482Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-12T06:29:48.482Z] Bash-20210129-7c25fce [2021-02-12T06:29:48.482Z] [2021-02-12T06:29:48.482Z] [2021-02-12T06:29:48.482Z] ==> git version 2.24.3 found [2021-02-12T06:29:48.482Z] ==> 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-12T06:29:48.482Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-12T06:29:48.482Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-12T06:29:48.482Z] ==> Jenkins CI detected. [2021-02-12T06:29:48.482Z] project root: . [2021-02-12T06:29:48.482Z] --> token set from env [2021-02-12T06:29:48.482Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-12T06:29:48.482Z] ==> Running gcov in . (disable via -X gcov) [2021-02-12T06:29:48.482Z] ==> Python coveragepy not found [2021-02-12T06:29:48.482Z] ==> Searching for coverage reports in: [2021-02-12T06:29:48.482Z] + . [2021-02-12T06:29:48.482Z] -> Found 1 reports [2021-02-12T06:29:48.482Z] ==> Detecting git/mercurial file structure [2021-02-12T06:29:48.482Z] ==> Reading reports [2021-02-12T06:29:48.482Z] + ./coverage.out bytes=595676 [2021-02-12T06:29:48.482Z] ==> Appending adjustments [2021-02-12T06:29:48.482Z] https://docs.codecov.io/docs/fixing-reports [2021-02-12T06:29:51.799Z] + Found adjustments [2021-02-12T06:29:51.799Z] ==> Gzipping contents [2021-02-12T06:29:51.799Z] 88K /tmp/codecov.KW7zNk.gz [2021-02-12T06:29:51.799Z] ==> Uploading reports [2021-02-12T06:29:51.799Z] url: https://codecov.io [2021-02-12T06:29:51.799Z] query: branch=PR-3165&commit=5ff0acce6b99bee42b823579ebdaaa4684539945&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3165%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3165&job=&cmd_args= [2021-02-12T06:29:51.799Z] -> Pinging Codecov [2021-02-12T06:29:51.799Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3165&commit=5ff0acce6b99bee42b823579ebdaaa4684539945&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3165%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3165&job=&cmd_args= [2021-02-12T06:29:52.395Z] -> Uploading to [2021-02-12T06:29:52.395Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-12/00271124DB129430A58F1EEE437C3FCB/5ff0acce6b99bee42b823579ebdaaa4684539945/b79be4c6-64d1-41ee-ba4c-573485bf0d58.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T062952Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=006ff94bf6dbad9ed228c3585fda496a8560714399e82d56835ad7d7e2aed630 [2021-02-12T06:29:52.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T06:29:52.395Z] Dload Upload Total Spent Left Speed [2021-02-12T06:29:52.988Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89478 0 0 100 89478 0 173k --:--:-- --:--:-- --:--:-- 174k [2021-02-12T06:29:52.989Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5ff0acce6b99bee42b823579ebdaaa4684539945 [Pipeline] } [2021-02-12T06:29:53.046Z] 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-12T06:29:55.977Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T06:29:56.905Z] ---> package-listing.sh [2021-02-12T06:29:56.906Z] ++ facter osfamily [2021-02-12T06:29:56.906Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T06:29:56.906Z] + OS_FAMILY=redhat [2021-02-12T06:29:56.906Z] + workspace=/w/workspace/edgex-go/1 [2021-02-12T06:29:56.906Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T06:29:56.906Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T06:29:56.906Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T06:29:56.906Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T06:29:56.906Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-12T06:29:56.906Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T06:29:56.906Z] + case "${OS_FAMILY}" in [2021-02-12T06:29:56.906Z] + rpm -qa [2021-02-12T06:29:56.906Z] + sort [2021-02-12T06:30:02.208Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T06:30:02.208Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T06:30:02.208Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T06:30:02.208Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-12T06:30:02.208Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-02-12T06:30:02.208Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-02-12T06:30:02.262Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-12T06:30:02.582Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:30:02.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T06:30:02.952Z] [2021-02-12T06:30:02.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T06:30:03.397Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T06:30:03.397Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T06:30:03.397Z] df20fa9351a1: Pulling fs layer [2021-02-12T06:30:03.397Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T06:30:03.397Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T06:30:03.397Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T06:30:03.397Z] 93b61091891f: Pulling fs layer [2021-02-12T06:30:03.397Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T06:30:03.397Z] 5e14af77c1be: Pulling fs layer [2021-02-12T06:30:03.397Z] 01666e4c0597: Pulling fs layer [2021-02-12T06:30:03.397Z] aa168da1d23b: Pulling fs layer [2021-02-12T06:30:03.397Z] 93b61091891f: Waiting [2021-02-12T06:30:03.397Z] 93b9cdb0e59b: Waiting [2021-02-12T06:30:03.397Z] 5e14af77c1be: Waiting [2021-02-12T06:30:03.397Z] 01666e4c0597: Waiting [2021-02-12T06:30:03.397Z] aa168da1d23b: Waiting [2021-02-12T06:30:03.397Z] 46f8f816bc3b: Waiting [2021-02-12T06:30:03.661Z] 36b3adc4ff6f: Verifying Checksum [2021-02-12T06:30:03.661Z] 36b3adc4ff6f: Download complete [2021-02-12T06:30:03.661Z] 46f8f816bc3b: Verifying Checksum [2021-02-12T06:30:03.661Z] 46f8f816bc3b: Download complete [2021-02-12T06:30:03.661Z] df20fa9351a1: Verifying Checksum [2021-02-12T06:30:03.661Z] df20fa9351a1: Download complete [2021-02-12T06:30:03.661Z] 93b9cdb0e59b: Verifying Checksum [2021-02-12T06:30:03.661Z] 93b9cdb0e59b: Download complete [2021-02-12T06:30:03.661Z] 5e14af77c1be: Download complete [2021-02-12T06:30:03.932Z] 01666e4c0597: Download complete [2021-02-12T06:30:03.932Z] 93b61091891f: Download complete [2021-02-12T06:30:04.199Z] df20fa9351a1: Pull complete [2021-02-12T06:30:04.461Z] 8ad3a11d3b57: Verifying Checksum [2021-02-12T06:30:04.461Z] 8ad3a11d3b57: Download complete [2021-02-12T06:30:04.461Z] 36b3adc4ff6f: Pull complete [2021-02-12T06:30:05.043Z] 8ad3a11d3b57: Pull complete [2021-02-12T06:30:05.321Z] 46f8f816bc3b: Pull complete [2021-02-12T06:30:06.275Z] aa168da1d23b: Verifying Checksum [2021-02-12T06:30:06.275Z] aa168da1d23b: Download complete [2021-02-12T06:30:07.223Z] 93b61091891f: Pull complete [2021-02-12T06:30:07.485Z] 93b9cdb0e59b: Pull complete [2021-02-12T06:30:07.485Z] 5e14af77c1be: Pull complete [2021-02-12T06:30:07.752Z] 01666e4c0597: Pull complete [2021-02-12T06:30:17.785Z] aa168da1d23b: Pull complete [2021-02-12T06:30:17.785Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T06:30:17.785Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T06:30:17.785Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T06:30:18.013Z] prd-centos7-docker-4c-2g-26256 does not seem to be running inside a container [2021-02-12T06:30:18.072Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-12T06:30:22.768Z] $ docker top f67a338abf53320beb94fe4ba9d5bab322d682a53d95a0be71d4de3a48ef4f0a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T06:30:23.425Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T06:30:23.747Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T06:30:24.090Z] + ls /var/log/sa-host [2021-02-12T06:30:24.090Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T06:30:24.090Z] file_magic: OK [2021-02-12T06:30:24.090Z] HZ: Using current value: 100 [2021-02-12T06:30:24.090Z] file_header: OK [2021-02-12T06:30:24.090Z] 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-12T06:30:24.090Z] Statistics: [2021-02-12T06:30:24.090Z] 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... [2021-02-12T06:30:24.090Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T06:30:24.090Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T06:30:24.090Z] file_magic: OK [2021-02-12T06:30:24.090Z] HZ: Using current value: 100 [2021-02-12T06:30:24.090Z] file_header: OK [2021-02-12T06:30:24.090Z] 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-12T06:30:24.090Z] Statistics: [2021-02-12T06:30:24.090Z] Hnuu...uuuununununu... [2021-02-12T06:30:24.090Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T06:30:24.871Z] provisioning config files... [2021-02-12T06:30:24.909Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7239632936223188191tmp [Pipeline] { [Pipeline] echo [2021-02-12T06:30:25.054Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T06:30:25.420Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T06:30:25.466Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T06:30:25.642Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T06:30:25.985Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T06:30:26.015Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T06:30:26.350Z] ---> sudo-logs.sh [2021-02-12T06:30:26.350Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T06:30:26.382Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T06:30:26.723Z] ---> job-cost.sh [2021-02-12T06:30:26.723Z] lf-activate-venv: SKIPPING [2021-02-12T06:30:26.723Z] INFO: No Stack... [2021-02-12T06:30:27.669Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T06:30:27.934Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T06:30:27.972Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T06:30:28.341Z] ---> logs-deploy.sh [2021-02-12T06:30:28.341Z] lf-activate-venv: SKIPPING [2021-02-12T06:30:28.341Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3165/1 [2021-02-12T06:30:28.341Z] INFO: archiving workspace using pattern(s): [2021-02-12T06:30:29.735Z] Archives upload complete. [2021-02-12T06:30:29.735Z] INFO: archiving logs to Nexus