Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e8083b633316085ae65a12fce58fe8483c90e2a2+97c9be662ca07851310f194347921b3ddadc13fb (8c70756056d36d5a00cafef08f060c65b047ec20) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 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 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 ‘prd-centos7-docker-4c-2g-25135’ Running on prd-centos7-docker-4c-2g-25138 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 97c9be662ca07851310f194347921b3ddadc13fb into PR head commit e8083b633316085ae65a12fce58fe8483c90e2a2 Merge succeeded, producing e8083b633316085ae65a12fce58fe8483c90e2a2 Checking out Revision e8083b633316085ae65a12fce58fe8483c90e2a2 (PR-3109) > git config core.sparsecheckout # timeout=10 > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T01:19:47.475Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk bdc348bd071196530a260c21bb4978b2dcdf1182 # timeout=10 [Pipeline] withCredentials [2021-02-05T01:19:47.709Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T01:19:47.796Z] ========================================================= [2021-02-05T01:19:47.796Z] EdgeX Global Pipelines Version Info [2021-02-05T01:19:47.796Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:19:49.289Z] ------------------- [2021-02-05T01:19:49.289Z] stable info: [2021-02-05T01:19:49.289Z] ------------------- [2021-02-05T01:19:49.289Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T01:19:49.289Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T01:19:49.289Z] Message: update stable to v1.0.179 [2021-02-05T01:19:50.231Z] ------------------- [2021-02-05T01:19:50.231Z] experimental info: [2021-02-05T01:19:50.231Z] ------------------- [2021-02-05T01:19:50.231Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T01:19:50.231Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T01:19:50.231Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T01:19:50.473Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T01:19:50.625Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T01:19:50.744Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T01:19:50.825Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T01:19:50.909Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T01:19:50.992Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T01:19:51.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T01:19:51.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T01:19:51.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T01:19:51.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T01:19:51.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T01:19:51.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T01:19:51.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T01:19:51.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T01:19:51.808Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T01:19:51.899Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T01:19:51.981Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T01:19:52.063Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T01:19:52.143Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T01:19:52.224Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T01:19:52.305Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T01:19:52.391Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T01:19:52.480Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T01:19:52.572Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-05T01:19:52.681Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-05T01:19:52.776Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-05T01:19:52.859Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e8083b633316085ae65a12fce58fe8483c90e2a2 [Pipeline] echo [2021-02-05T01:19:52.975Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e8083b6 [Pipeline] echo [2021-02-05T01:19:53.059Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T01:19:53.223Z] provisioning config files... [2021-02-05T01:19:53.293Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config6278091012524130358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:19:53.649Z] ---> docker-login.sh [2021-02-05T01:19:53.649Z] nexus3.edgexfoundry.org:10001 [2021-02-05T01:19:53.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:19:53.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:19:53.911Z] Configure a credential helper to remove this warning. See [2021-02-05T01:19:53.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:19:53.911Z] [2021-02-05T01:19:53.911Z] Login Succeeded [2021-02-05T01:19:53.911Z] nexus3.edgexfoundry.org:10002 [2021-02-05T01:19:54.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:19:54.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:19:54.178Z] Configure a credential helper to remove this warning. See [2021-02-05T01:19:54.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:19:54.178Z] [2021-02-05T01:19:54.178Z] Login Succeeded [2021-02-05T01:19:54.178Z] nexus3.edgexfoundry.org:10003 [2021-02-05T01:19:54.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:19:54.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:19:54.439Z] Configure a credential helper to remove this warning. See [2021-02-05T01:19:54.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:19:54.439Z] [2021-02-05T01:19:54.439Z] Login Succeeded [2021-02-05T01:19:54.439Z] nexus3.edgexfoundry.org:10004 [2021-02-05T01:19:54.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:19:54.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:19:54.439Z] Configure a credential helper to remove this warning. See [2021-02-05T01:19:54.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:19:54.439Z] [2021-02-05T01:19:54.439Z] Login Succeeded [2021-02-05T01:19:54.439Z] docker.io [2021-02-05T01:19:54.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:19:54.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:19:54.962Z] Configure a credential helper to remove this warning. See [2021-02-05T01:19:54.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:19:54.962Z] [2021-02-05T01:19:54.962Z] Login Succeeded [2021-02-05T01:19:54.962Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T01:19:54.971Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T01:19:55.428Z] ++ 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-05T01:19:55.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:19:55.428Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T01:19:55.428Z] ++ cut -d/ -f2 [2021-02-05T01:19:55.428Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T01:19:55.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:19:55.428Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T01:19:55.428Z] ++ cut -d/ -f2 [2021-02-05T01:19:55.428Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T01:19:55.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:19:55.428Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T01:19:55.428Z] ++ cut -d/ -f2 [2021-02-05T01:19:55.428Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T01:19:55.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:19:55.428Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T01:19:55.428Z] ++ cut -d/ -f2 [2021-02-05T01:19:55.428Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T01:19:55.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:19:55.428Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T01:19:55.428Z] ++ cut -d/ -f2 [2021-02-05T01:19:55.428Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T01:19:55.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:19:55.428Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T01:19:55.428Z] ++ cut -d/ -f2 [2021-02-05T01:19:55.428Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T01:19:55.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:19:55.428Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T01:19:55.428Z] ++ cut -d/ -f2 [2021-02-05T01:19:55.428Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T01:19:55.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:19:55.428Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T01:19:55.428Z] ++ cut -d/ -f2 [2021-02-05T01:19:55.428Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T01:19:55.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:19:55.428Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T01:19:55.428Z] ++ cut -d/ -f2 [2021-02-05T01:19:55.428Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T01:19:55.497Z] 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-05T01:19:56.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T01:19:56.353Z] [2021-02-05T01:19:56.353Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:19:56.714Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T01:19:56.715Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T01:19:56.715Z] 31603596830f: Pulling fs layer [2021-02-05T01:19:56.715Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T01:19:56.715Z] 6ca5941a6612: Pulling fs layer [2021-02-05T01:19:56.715Z] ecc8261a40a4: Pulling fs layer [2021-02-05T01:19:56.715Z] ecc8261a40a4: Waiting [2021-02-05T01:19:56.715Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T01:19:56.715Z] 2a8b12db71e7: Download complete [2021-02-05T01:19:56.715Z] 31603596830f: Verifying Checksum [2021-02-05T01:19:56.715Z] 31603596830f: Download complete [2021-02-05T01:19:56.979Z] ecc8261a40a4: Verifying Checksum [2021-02-05T01:19:56.979Z] ecc8261a40a4: Download complete [2021-02-05T01:19:56.979Z] 6ca5941a6612: Verifying Checksum [2021-02-05T01:19:56.979Z] 6ca5941a6612: Download complete [2021-02-05T01:19:56.979Z] 31603596830f: Pull complete [2021-02-05T01:19:57.243Z] 2a8b12db71e7: Pull complete [2021-02-05T01:19:57.830Z] 6ca5941a6612: Pull complete [2021-02-05T01:19:58.091Z] ecc8261a40a4: Pull complete [2021-02-05T01:19:58.091Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T01:19:58.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T01:19:58.091Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T01:19:58.221Z] prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container [2021-02-05T01:19:58.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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:10004/edgex-devops/git-semver:latest cat [2021-02-05T01:20:00.626Z] $ docker top 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T01:20:00.902Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T01:20:00.902Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T01:20:01.101Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T01:20:01.108Z] $ docker exec 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 ssh-agent [2021-02-05T01:20:01.270Z] SSH_AUTH_SOCK=/tmp/ssh-M02IxYqXlXTI/agent.11 [2021-02-05T01:20:01.270Z] SSH_AGENT_PID=17 [2021-02-05T01:20:01.280Z] Running ssh-add (command line suppressed) [2021-02-05T01:20:01.416Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_5266419161830034998.key (/w/workspace/edgex-go/13@tmp/private_key_5266419161830034998.key) [2021-02-05T01:20:01.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T01:20:01.809Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T01:20:01.838Z] $ docker exec --env ******** --env ******** 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 ssh-agent -k [2021-02-05T01:20:01.966Z] unset SSH_AUTH_SOCK; [2021-02-05T01:20:01.967Z] unset SSH_AGENT_PID; [2021-02-05T01:20:01.967Z] echo Agent pid 17 killed; [2021-02-05T01:20:02.013Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T01:20:02.274Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T01:20:02.274Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T01:20:02.445Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T01:20:02.452Z] $ docker exec 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 ssh-agent [2021-02-05T01:20:02.613Z] SSH_AUTH_SOCK=/tmp/ssh-8rlAgQJvt2Qv/agent.48 [2021-02-05T01:20:02.613Z] SSH_AGENT_PID=53 [2021-02-05T01:20:02.621Z] Running ssh-add (command line suppressed) [2021-02-05T01:20:02.746Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_3240753862970783363.key (/w/workspace/edgex-go/13@tmp/private_key_3240753862970783363.key) [2021-02-05T01:20:02.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T01:20:03.164Z] + git semver init [2021-02-05T01:20:03.164Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T01:20:03.164Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-02-05T01:20:03.164Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-02-05T01:20:03.164Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T01:20:03.164Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T01:20:03.164Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T01:20:03.164Z] # $SEMVER_BRANCH = PR-3109 [2021-02-05T01:20:03.164Z] # $SEMVER_TEMP = /tmp/semver-980857962 [2021-02-05T01:20:03.164Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T01:20:25.372Z] # '/tmp/semver-980857962' -> '/w/workspace/edgex-go/13/.semver' [2021-02-05T01:20:26.320Z] # -> Force: false [2021-02-05T01:20:26.320Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-02-05T01:20:26.339Z] $ docker exec --env ******** --env ******** 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 ssh-agent -k [2021-02-05T01:20:26.540Z] unset SSH_AUTH_SOCK; [2021-02-05T01:20:26.541Z] unset SSH_AGENT_PID; [2021-02-05T01:20:26.541Z] echo Agent pid 53 killed; [2021-02-05T01:20:26.589Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T01:20:27.060Z] + git semver [Pipeline] } [2021-02-05T01:20:27.081Z] $ docker stop --time=1 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 [2021-02-05T01:20:28.657Z] $ docker rm -f 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T01:20:29.199Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T01:20:29.756Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T01:20:29.759Z] [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-05T01:20:30.781Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T01:20:31.086Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T01:20:31.388Z] + sudo service docker restart [2021-02-05T01:20:31.388Z] + true [2021-02-05T01:20:31.388Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T01:20:31.983Z] ========================================================= [2021-02-05T01:20:31.983Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T01:20:31.983Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:20:32.338Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-05T01:20:36.588Z] Sending build context to Docker daemon 327.5MB [2021-02-05T01:20:36.588Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T01:20:36.588Z] Step 2/6 : FROM ${BASE} [2021-02-05T01:20:36.588Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T01:20:36.588Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T01:20:36.588Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T01:20:36.588Z] de9db76c5a1d: Pulling fs layer [2021-02-05T01:20:36.588Z] bca2f99d35d6: Pulling fs layer [2021-02-05T01:20:36.588Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T01:20:36.588Z] 7c6f9722023f: Pulling fs layer [2021-02-05T01:20:36.588Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T01:20:36.588Z] 93359f2a8cfa: Waiting [2021-02-05T01:20:36.588Z] 7c6f9722023f: Waiting [2021-02-05T01:20:36.588Z] bca2f99d35d6: Waiting [2021-02-05T01:20:36.588Z] a35cf1a2eb13: Waiting [2021-02-05T01:20:36.588Z] de9db76c5a1d: Download complete [2021-02-05T01:20:36.588Z] 0ef7d3d256c8: Verifying Checksum [2021-02-05T01:20:36.588Z] 0ef7d3d256c8: Download complete [2021-02-05T01:20:36.588Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T01:20:36.588Z] 93359f2a8cfa: Download complete [2021-02-05T01:20:36.588Z] 7c6f9722023f: Verifying Checksum [2021-02-05T01:20:36.588Z] 7c6f9722023f: Download complete [2021-02-05T01:20:37.165Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T01:20:37.165Z] 188c0c94c7c5: Download complete [2021-02-05T01:20:37.432Z] 188c0c94c7c5: Pull complete [2021-02-05T01:20:37.704Z] 0ef7d3d256c8: Pull complete [2021-02-05T01:20:38.672Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T01:20:38.672Z] a35cf1a2eb13: Download complete [2021-02-05T01:20:39.248Z] de9db76c5a1d: Pull complete [2021-02-05T01:20:39.824Z] bca2f99d35d6: Verifying Checksum [2021-02-05T01:20:39.824Z] bca2f99d35d6: Download complete [2021-02-05T01:20:45.159Z] bca2f99d35d6: Pull complete [2021-02-05T01:20:45.159Z] 93359f2a8cfa: Pull complete [2021-02-05T01:20:45.159Z] 7c6f9722023f: Pull complete [2021-02-05T01:20:45.216Z] Still waiting to schedule task [2021-02-05T01:20:45.216Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25122’ [2021-02-05T01:20:49.408Z] a35cf1a2eb13: Pull complete [2021-02-05T01:20:49.408Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T01:20:49.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T01:20:49.408Z] ---> a62c8e92a672 [2021-02-05T01:20:49.408Z] 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-05T01:20:49.408Z] ---> Running in a89870f9537c [2021-02-05T01:20:49.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:20:50.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:20:51.202Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T01:20:51.464Z] (2/12) Installing file (5.38-r0) [2021-02-05T01:20:51.464Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T01:20:51.727Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T01:20:59.901Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T01:20:59.901Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T01:20:59.901Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T01:20:59.901Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T01:20:59.901Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T01:20:59.901Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T01:20:59.901Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T01:21:00.163Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T01:21:00.163Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:21:00.163Z] OK: 233 MiB in 51 packages [2021-02-05T01:21:03.491Z] Removing intermediate container a89870f9537c [2021-02-05T01:21:03.491Z] ---> 750b33355cf0 [2021-02-05T01:21:03.491Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T01:21:03.491Z] ---> Running in a0f00d01a6a5 [2021-02-05T01:21:03.491Z] Removing intermediate container a0f00d01a6a5 [2021-02-05T01:21:03.491Z] ---> 11267eaaec04 [2021-02-05T01:21:03.491Z] Step 5/6 : COPY go.mod . [2021-02-05T01:21:03.753Z] ---> c5e6ab873863 [2021-02-05T01:21:03.753Z] Step 6/6 : RUN go mod download [2021-02-05T01:21:03.753Z] ---> Running in 27fc773766ab [2021-02-05T01:21:25.781Z] Removing intermediate container 27fc773766ab [2021-02-05T01:21:25.781Z] ---> 95adee4f3302 [2021-02-05T01:21:25.781Z] Successfully built 95adee4f3302 [2021-02-05T01:21:25.781Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:21:26.093Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T01:21:26.093Z] . [Pipeline] withDockerContainer [2021-02-05T01:21:26.202Z] prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container [2021-02-05T01:21:26.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T01:21:27.384Z] $ docker top 49e48399ea89dde7f02144da7f668d7fde26772f1e01fcbd163bf4d7a69954b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:21:27.858Z] + go version [2021-02-05T01:21:27.858Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T01:21:27.876Z] $ docker stop --time=1 49e48399ea89dde7f02144da7f668d7fde26772f1e01fcbd163bf4d7a69954b8 [2021-02-05T01:21:29.203Z] $ docker rm -f 49e48399ea89dde7f02144da7f668d7fde26772f1e01fcbd163bf4d7a69954b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:21:29.952Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T01:21:29.952Z] . [Pipeline] withDockerContainer [2021-02-05T01:21:30.058Z] prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container [2021-02-05T01:21:30.115Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T01:21:30.703Z] $ docker top 682663bd51fec8cc577e9c57d8e1453a2a6fa2454d83f8cd524a4c7a401bc466 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T01:21:30.886Z] ========================================================= [2021-02-05T01:21:30.886Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T01:21:30.886Z] ========================================================= [Pipeline] sh [2021-02-05T01:21:31.174Z] + make test [2021-02-05T01:21:31.174Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T01:21:41.231Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T01:21:56.275Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T01:22:01.623Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T01:22:01.623Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T01:22:01.623Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T01:22:01.623Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T01:22:03.036Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T01:22:03.036Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T01:22:03.036Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T01:22:03.036Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T01:22:03.312Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T01:22:04.292Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T01:22:06.599Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T01:22:06.599Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T01:22:06.599Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T01:22:09.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.6% of statements [2021-02-05T01:22:09.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T01:22:09.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T01:22:09.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T01:22:09.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T01:22:09.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T01:22:09.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T01:22:09.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T01:22:09.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.057s coverage: 100.0% of statements [2021-02-05T01:22:12.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.1% of statements [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T01:22:12.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T01:22:12.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T01:22:12.554Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 65.8% of statements [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T01:22:12.554Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T01:22:12.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.419s coverage: 82.3% of statements [2021-02-05T01:22:12.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T01:22:12.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:22:12.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T01:22:12.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T01:22:15.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.441s coverage: 28.6% of statements [2021-02-05T01:22:15.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T01:22:15.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T01:22:15.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T01:22:15.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T01:22:15.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T01:22:15.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-02-05T01:22:15.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T01:22:15.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-02-05T01:22:15.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T01:22:15.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.137s coverage: 86.7% of statements [2021-02-05T01:22:15.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T01:22:15.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements [2021-02-05T01:22:15.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T01:22:15.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-02-05T01:22:15.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T01:22:15.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T01:22:15.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T01:22:15.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T01:22:17.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.464s coverage: 92.8% of statements [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T01:22:17.688Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T01:22:17.688Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T01:22:17.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T01:22:17.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements [2021-02-05T01:22:17.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-02-05T01:22:17.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements [2021-02-05T01:22:17.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements [2021-02-05T01:22:17.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-02-05T01:22:30.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements [2021-02-05T01:22:30.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T01:22:42.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-02-05T01:22:42.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.258s coverage: 68.9% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.083s coverage: 87.0% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.728s coverage: 29.1% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.063s coverage: 100.0% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T01:22:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-02-05T01:22:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-02-05T01:22:42.522Z] GO111MODULE=on go vet ./... [2021-02-05T01:23:09.286Z] gofmt -l . [2021-02-05T01:23:09.286Z] [ "`gofmt -l .`" = "" ] [2021-02-05T01:23:09.286Z] ./bin/test-go-mod-tidy.sh [2021-02-05T01:23:09.286Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T01:23:09.596Z] + ls -al . [2021-02-05T01:23:09.596Z] total 688 [2021-02-05T01:23:09.596Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 01:23 . [2021-02-05T01:23:09.596Z] drwxr-xr-x 4 root root 30 Feb 5 01:21 .. [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 01:19 .dockerignore [2021-02-05T01:23:09.596Z] drwxrwxr-x 8 1001 1001 179 Feb 5 01:19 .git [2021-02-05T01:23:09.596Z] drwxrwxr-x 3 1001 1001 125 Feb 5 01:19 .github [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 01:19 .gitignore [2021-02-05T01:23:09.596Z] drwx------ 3 1001 1001 60 Feb 5 01:20 .semver [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 01:19 .sonarcloud.properties [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 01:19 Attribution.txt [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 01:19 CONTRIBUTING.md [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 01:19 Dockerfile.build [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 01:19 Jenkinsfile [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 01:19 LICENSE [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 01:19 Makefile [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 01:19 README.md [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 01:19 SECURITY.md [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 01:20 VERSION [2021-02-05T01:23:09.596Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 01:19 ZMQWindows.md [2021-02-05T01:23:09.596Z] drwxrwxr-x 2 1001 1001 117 Feb 5 01:19 bin [2021-02-05T01:23:09.596Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 01:19 cmd [2021-02-05T01:23:09.597Z] -rw-r--r-- 1 root root 583623 Feb 5 01:22 coverage.out [2021-02-05T01:23:09.597Z] -rw-r--r-- 1 root root 1054 Feb 5 01:23 go.mod [2021-02-05T01:23:09.597Z] -rw-r--r-- 1 root root 19518 Feb 5 01:23 go.sum [2021-02-05T01:23:09.597Z] drwxrwxr-x 8 1001 1001 127 Feb 5 01:19 internal [2021-02-05T01:23:09.597Z] drwxrwxr-x 4 1001 1001 26 Feb 5 01:19 openapi [2021-02-05T01:23:09.597Z] drwxrwxr-x 4 1001 1001 71 Feb 5 01:19 snap [2021-02-05T01:23:09.597Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 01:19 version.go [Pipeline] sh [2021-02-05T01:23:09.910Z] + '[' -e coverage.out ] [2021-02-05T01:23:09.910Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T01:23:10.124Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T01:23:10.429Z] + make build [2021-02-05T01:23:10.430Z] 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-05T01:23:14.707Z] 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-05T01:23:22.971Z] 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-05T01:23:23.240Z] 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-05T01:23:24.668Z] 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-05T01:23:24.932Z] 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-05T01:23:26.332Z] 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-05T01:23:27.734Z] 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-05T01:23:28.707Z] 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-05T01:23:30.121Z] 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-05T01:23:31.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T01:23:32.063Z] 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-05T01:23:33.014Z] 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-05T01:23:34.421Z] $ docker stop --time=1 682663bd51fec8cc577e9c57d8e1453a2a6fa2454d83f8cd524a4c7a401bc466 [2021-02-05T01:23:36.043Z] $ docker rm -f 682663bd51fec8cc577e9c57d8e1453a2a6fa2454d83f8cd524a4c7a401bc466 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:23:37.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T01:23:37.792Z] [2021-02-05T01:23:37.792Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:23:38.133Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T01:23:38.133Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T01:23:38.133Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T01:23:38.133Z] ca9280d653b3: Pulling fs layer [2021-02-05T01:23:38.133Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T01:23:38.710Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-05T01:23:38.710Z] cbdbe7a5bc2a: Download complete [2021-02-05T01:23:38.978Z] cbdbe7a5bc2a: Pull complete [2021-02-05T01:23:38.978Z] ca9280d653b3: Verifying Checksum [2021-02-05T01:23:38.978Z] ca9280d653b3: Download complete [2021-02-05T01:23:39.933Z] 7e9c9ca2126c: Verifying Checksum [2021-02-05T01:23:39.933Z] 7e9c9ca2126c: Download complete [2021-02-05T01:23:39.933Z] ca9280d653b3: Pull complete [2021-02-05T01:23:48.106Z] 7e9c9ca2126c: Pull complete [2021-02-05T01:23:48.106Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T01:23:48.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T01:23:48.106Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T01:23:48.256Z] prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container [2021-02-05T01:23:48.305Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T01:23:49.116Z] $ docker top 101ff796a457eb83c05447e48a89fb538bd033729ac32136bbe319678d867319 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:23:49.690Z] + docker-compose build --help [2021-02-05T01:23:49.690Z] + grep parallel [2021-02-05T01:23:50.776Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T01:23:50.825Z] $ docker stop --time=1 101ff796a457eb83c05447e48a89fb538bd033729ac32136bbe319678d867319 [2021-02-05T01:23:52.215Z] $ docker rm -f 101ff796a457eb83c05447e48a89fb538bd033729ac32136bbe319678d867319 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:23:52.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T01:23:52.813Z] . [Pipeline] withDockerContainer [2021-02-05T01:23:52.910Z] prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container [2021-02-05T01:23:52.965Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T01:23:53.605Z] $ docker top d487405dc1d70ee37b8757770b6e5492895ea832d731de60c219d65ec22af80d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:23:54.140Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T01:23:55.083Z] Building docker-core-command-go ... [2021-02-05T01:23:55.083Z] Building docker-core-data-go ... [2021-02-05T01:23:55.083Z] Building docker-core-metadata-go ... [2021-02-05T01:23:55.083Z] Building docker-security-bootstrapper-go ... [2021-02-05T01:23:55.083Z] Building docker-security-proxy-setup-go ... [2021-02-05T01:23:55.083Z] Building docker-security-secretstore-setup-go ... [2021-02-05T01:23:55.083Z] Building docker-support-notifications-go ... [2021-02-05T01:23:55.083Z] Building docker-support-scheduler-go ... [2021-02-05T01:23:55.083Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T01:23:55.083Z] Building docker-security-secretstore-setup-go [2021-02-05T01:23:55.083Z] Building docker-sys-mgmt-agent-go [2021-02-05T01:23:55.083Z] Building docker-core-metadata-go [2021-02-05T01:23:55.083Z] Building docker-support-notifications-go [2021-02-05T01:23:55.083Z] Building docker-security-bootstrapper-go [2021-02-05T01:24:22.675Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25144 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-05T01:24:22.733Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-02-05T01:24:27.273Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:24:27.273Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:24:27.273Z] ---> 95adee4f3302 [2021-02-05T01:24:27.273Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T01:24:27.273Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:24:27.273Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:24:27.273Z] ---> 95adee4f3302 [2021-02-05T01:24:27.273Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:24:27.273Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:24:27.273Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:24:27.273Z] ---> 95adee4f3302 [2021-02-05T01:24:27.273Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T01:24:27.273Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:24:27.273Z] [2021-02-05T01:24:27.273Z] Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:24:27.273Z] [2021-02-05T01:24:27.273Z] ---> 95adee4f3302 [2021-02-05T01:24:27.273Z] ---> 95adee4f3302 [2021-02-05T01:24:27.273Z] Step 3/26 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2021-02-05T01:24:27.273Z] [2021-02-05T01:24:27.273Z] ---> Running in db0086bb5712 [2021-02-05T01:24:27.273Z] ---> Running in b82175a4b1e6 [2021-02-05T01:24:27.273Z] ---> Running in 406fea54f787 [2021-02-05T01:24:27.273Z] ---> Running in 2f72e0aa7eb9 [2021-02-05T01:24:27.273Z] ---> Running in 4c8e736b13dc [2021-02-05T01:24:27.273Z] Removing intermediate container 406fea54f787 [2021-02-05T01:24:27.273Z] ---> 1be5783ff6ed [2021-02-05T01:24:27.273Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:24:27.273Z] Removing intermediate container 2f72e0aa7eb9 [2021-02-05T01:24:27.273Z] ---> 1c9cf97bf8e3 [2021-02-05T01:24:27.273Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:24:27.273Z] Removing intermediate container db0086bb5712 [2021-02-05T01:24:27.273Z] ---> a4716108337c [2021-02-05T01:24:27.273Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:24:27.273Z] Removing intermediate container b82175a4b1e6 [2021-02-05T01:24:27.273Z] ---> c7c3de07b167 [2021-02-05T01:24:27.273Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:24:27.273Z] Removing intermediate container 4c8e736b13dc [2021-02-05T01:24:27.273Z] ---> 433480c22076 [2021-02-05T01:24:27.273Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:24:27.273Z] ---> Running in 9ec247166af6 [2021-02-05T01:24:27.273Z] ---> Running in 6e7cbc7dadb0 [2021-02-05T01:24:27.273Z] ---> Running in 61eb9f301624 [2021-02-05T01:24:27.273Z] ---> Running in 5b08a3d02712 [2021-02-05T01:24:27.273Z] ---> Running in b072db8452bd [2021-02-05T01:24:28.197Z] using credential edgex-jenkins-ssh [2021-02-05T01:24:28.263Z] Cloning the remote Git repository [2021-02-05T01:24:28.674Z] Removing intermediate container 6e7cbc7dadb0 [2021-02-05T01:24:28.674Z] ---> b1dffd8c37a1 [2021-02-05T01:24:28.674Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T01:24:28.674Z] ---> Running in 3424b3237bb9 [2021-02-05T01:24:28.333Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T01:24:28.471Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-02-05T01:24:28.564Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T01:24:28.567Z] > git --version # timeout=10 [2021-02-05T01:24:28.593Z] > git --version # 'git version 2.17.1' [2021-02-05T01:24:28.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T01:24:28.687Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T01:24:29.257Z] Removing intermediate container 9ec247166af6 [2021-02-05T01:24:29.257Z] ---> fc9df530defe [2021-02-05T01:24:29.257Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T01:24:29.257Z] Removing intermediate container 61eb9f301624 [2021-02-05T01:24:29.257Z] ---> f30e9c487f64 [2021-02-05T01:24:29.257Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T01:24:29.257Z] ---> Running in cc3a221e4e61 [2021-02-05T01:24:29.524Z] Removing intermediate container 5b08a3d02712 [2021-02-05T01:24:29.524Z] ---> 4914265bcccf [2021-02-05T01:24:29.524Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T01:24:29.524Z] Removing intermediate container b072db8452bd [2021-02-05T01:24:29.524Z] ---> faa393656cd9 [2021-02-05T01:24:29.524Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T01:24:29.524Z] ---> Running in 41de8c400c64 [2021-02-05T01:24:29.524Z] ---> Running in a6a96f19325e [2021-02-05T01:24:29.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:29.786Z] ---> Running in 3d8ad0d52bd7 [2021-02-05T01:24:30.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:30.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:30.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:30.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:30.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:30.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:31.106Z] OK: 233 MiB in 51 packages [2021-02-05T01:24:31.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:31.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:31.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:31.366Z] Removing intermediate container 3424b3237bb9 [2021-02-05T01:24:31.366Z] ---> 924156af57dc [2021-02-05T01:24:31.366Z] Step 6/23 : COPY go.mod . [2021-02-05T01:24:31.628Z] ---> 16b429d3a6db [2021-02-05T01:24:31.628Z] Step 7/23 : RUN go mod download [2021-02-05T01:24:31.894Z] ---> Running in 8d560be3230c [2021-02-05T01:24:31.894Z] OK: 233 MiB in 51 packages [2021-02-05T01:24:31.894Z] OK: 233 MiB in 51 packages [2021-02-05T01:24:31.894Z] OK: 233 MiB in 51 packages [2021-02-05T01:24:32.163Z] OK: 233 MiB in 51 packages [2021-02-05T01:24:32.737Z] Removing intermediate container 41de8c400c64 [2021-02-05T01:24:32.737Z] ---> ddf8e51deb98 [2021-02-05T01:24:32.737Z] Step 6/31 : COPY go.mod . [2021-02-05T01:24:32.737Z] Removing intermediate container a6a96f19325e [2021-02-05T01:24:32.737Z] ---> 42e17eb29d16 [2021-02-05T01:24:32.737Z] Step 6/24 : COPY go.mod . [2021-02-05T01:24:33.001Z] ---> 116ed07878f7 [2021-02-05T01:24:33.001Z] Step 7/31 : RUN go mod download [2021-02-05T01:24:33.001Z] ---> Running in 88d9631b59de [2021-02-05T01:24:33.263Z] Removing intermediate container 3d8ad0d52bd7 [2021-02-05T01:24:33.263Z] ---> 8dbe78b38d07 [2021-02-05T01:24:33.263Z] Step 6/22 : COPY go.mod . [2021-02-05T01:24:33.263Z] Removing intermediate container cc3a221e4e61 [2021-02-05T01:24:33.263Z] ---> 15012662124a [2021-02-05T01:24:33.263Z] Step 6/26 : COPY go.mod . [2021-02-05T01:24:33.263Z] ---> 1bd7ed4ca393 [2021-02-05T01:24:33.263Z] Step 7/24 : RUN go mod download [2021-02-05T01:24:34.810Z] ---> Running in 5d17b4e8ad3b [2021-02-05T01:24:34.810Z] ---> 15479753f406 [2021-02-05T01:24:34.810Z] Step 7/22 : RUN go mod download [2021-02-05T01:24:34.810Z] ---> 59868e0f757a [2021-02-05T01:24:34.810Z] Step 7/26 : RUN go mod download [2021-02-05T01:24:34.810Z] Removing intermediate container 8d560be3230c [2021-02-05T01:24:34.810Z] ---> 133cb3f00430 [2021-02-05T01:24:34.810Z] Step 8/23 : COPY . . [2021-02-05T01:24:34.810Z] ---> Running in 271d3606a35f [2021-02-05T01:24:34.810Z] ---> Running in 33c040cf0448 [2021-02-05T01:24:40.134Z] Removing intermediate container 88d9631b59de [2021-02-05T01:24:40.134Z] ---> 7aabdb9c96b2 [2021-02-05T01:24:40.134Z] Step 8/31 : COPY . . [2021-02-05T01:24:40.400Z] Removing intermediate container 271d3606a35f [2021-02-05T01:24:40.400Z] ---> 88aeb8ae62a2 [2021-02-05T01:24:40.400Z] Step 8/22 : COPY . . [2021-02-05T01:24:41.530Z] Removing intermediate container 5d17b4e8ad3b [2021-02-05T01:24:41.530Z] ---> 5584770d08e4 [2021-02-05T01:24:41.530Z] Step 8/24 : COPY . . [2021-02-05T01:24:44.815Z] Merging remotes/origin/master commit 97c9be662ca07851310f194347921b3ddadc13fb into PR head commit e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:24:44.848Z] Removing intermediate container 33c040cf0448 [2021-02-05T01:24:44.848Z] ---> 571ecf04410e [2021-02-05T01:24:44.848Z] Step 8/26 : COPY . . [2021-02-05T01:24:44.109Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T01:24:44.131Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T01:24:44.155Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T01:24:44.198Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T01:24:44.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T01:24:44.210Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T01:24:44.839Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T01:24:44.901Z] > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 [2021-02-05T01:24:45.408Z] Merge succeeded, producing e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:24:45.408Z] Checking out Revision e8083b633316085ae65a12fce58fe8483c90e2a2 (PR-3109) [2021-02-05T01:24:45.283Z] > git remote # timeout=10 [2021-02-05T01:24:45.314Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T01:24:45.344Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T01:24:45.369Z] > git merge 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 [2021-02-05T01:24:45.393Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T01:24:45.418Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T01:24:45.431Z] > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 [2021-02-05T01:24:50.059Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T01:24:51.648Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T01:24:52.121Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T01:24:52.491Z] + sudo service docker restart [2021-02-05T01:24:52.491Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T01:24:54.545Z] provisioning config files... [2021-02-05T01:24:54.590Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config159652103398264415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:24:54.995Z] ---> docker-login.sh [2021-02-05T01:24:54.995Z] nexus3.edgexfoundry.org:10001 [2021-02-05T01:24:55.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:24:56.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:24:56.267Z] Configure a credential helper to remove this warning. See [2021-02-05T01:24:56.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:24:56.267Z] [2021-02-05T01:24:56.267Z] Login Succeeded [2021-02-05T01:24:56.267Z] nexus3.edgexfoundry.org:10002 [2021-02-05T01:24:56.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:24:56.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:24:56.817Z] Configure a credential helper to remove this warning. See [2021-02-05T01:24:56.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:24:56.817Z] [2021-02-05T01:24:56.817Z] Login Succeeded [2021-02-05T01:24:56.817Z] nexus3.edgexfoundry.org:10003 [2021-02-05T01:24:57.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:24:57.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:24:57.366Z] Configure a credential helper to remove this warning. See [2021-02-05T01:24:57.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:24:57.366Z] [2021-02-05T01:24:57.366Z] Login Succeeded [2021-02-05T01:24:57.366Z] nexus3.edgexfoundry.org:10004 [2021-02-05T01:24:57.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:24:57.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:24:57.963Z] Configure a credential helper to remove this warning. See [2021-02-05T01:24:57.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:24:57.963Z] [2021-02-05T01:24:57.963Z] Login Succeeded [2021-02-05T01:24:57.963Z] docker.io [2021-02-05T01:24:58.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:24:58.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:24:58.841Z] Configure a credential helper to remove this warning. See [2021-02-05T01:24:58.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:24:58.841Z] [2021-02-05T01:24:58.841Z] Login Succeeded [2021-02-05T01:24:58.841Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T01:24:58.859Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-05T01:24:59.300Z] ========================================================= [2021-02-05T01:24:59.300Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T01:24:59.300Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:24:59.679Z] + 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-05T01:25:02.348Z] Sending build context to Docker daemon 166.1MB [2021-02-05T01:25:02.348Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T01:25:02.348Z] Step 2/6 : FROM ${BASE} [2021-02-05T01:25:02.348Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T01:25:02.348Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T01:25:02.348Z] a4357932f1b6: Pulling fs layer [2021-02-05T01:25:02.348Z] 18c013af1878: Pulling fs layer [2021-02-05T01:25:02.348Z] 00ac8860ef70: Pulling fs layer [2021-02-05T01:25:02.348Z] 63d7cb157983: Pulling fs layer [2021-02-05T01:25:02.348Z] b116817d02f9: Pulling fs layer [2021-02-05T01:25:02.348Z] 745a02a5169b: Pulling fs layer [2021-02-05T01:25:02.348Z] 63d7cb157983: Waiting [2021-02-05T01:25:02.348Z] b116817d02f9: Waiting [2021-02-05T01:25:02.348Z] 745a02a5169b: Waiting [2021-02-05T01:25:02.348Z] 00ac8860ef70: Waiting [2021-02-05T01:25:02.348Z] 18c013af1878: Verifying Checksum [2021-02-05T01:25:02.348Z] 18c013af1878: Download complete [2021-02-05T01:25:02.348Z] a4357932f1b6: Verifying Checksum [2021-02-05T01:25:02.348Z] a4357932f1b6: Download complete [2021-02-05T01:25:02.348Z] 63d7cb157983: Download complete [2021-02-05T01:25:02.348Z] b116817d02f9: Verifying Checksum [2021-02-05T01:25:02.348Z] b116817d02f9: Download complete [2021-02-05T01:25:02.348Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T01:25:02.348Z] 5f621e34cdf4: Download complete [2021-02-05T01:25:03.337Z] 5f621e34cdf4: Pull complete [2021-02-05T01:25:03.614Z] a4357932f1b6: Pull complete [2021-02-05T01:25:03.893Z] 18c013af1878: Pull complete [2021-02-05T01:25:04.504Z] 745a02a5169b: Verifying Checksum [2021-02-05T01:25:04.504Z] 745a02a5169b: Download complete [2021-02-05T01:25:05.957Z] 00ac8860ef70: Verifying Checksum [2021-02-05T01:25:05.957Z] 00ac8860ef70: Download complete [2021-02-05T01:25:11.616Z] ---> f2e0fb814e13 [2021-02-05T01:25:11.616Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T01:25:11.616Z] ---> Running in ea202a866dee [2021-02-05T01:25:15.996Z] ---> 72739aadb32a [2021-02-05T01:25:15.996Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T01:25:15.996Z] 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-05T01:25:16.158Z] 00ac8860ef70: Pull complete [2021-02-05T01:25:16.432Z] 63d7cb157983: Pull complete [2021-02-05T01:25:16.583Z] ---> ba8f8d84922c [2021-02-05T01:25:16.583Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T01:25:16.583Z] ---> 075fdfc2497b [2021-02-05T01:25:16.583Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T01:25:16.708Z] b116817d02f9: Pull complete [2021-02-05T01:25:16.845Z] ---> Running in d1fc6f746766 [2021-02-05T01:25:17.111Z] ---> Running in 7c51309d8daa [2021-02-05T01:25:17.111Z] ---> Running in d90c64dfc73f [2021-02-05T01:25:17.111Z] ---> 5465c394b8e5 [2021-02-05T01:25:17.111Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T01:25:17.718Z] ---> Running in 032ac81792bd [2021-02-05T01:25:18.335Z] 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-05T01:25:18.606Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T01:25:18.606Z] 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-05T01:25:18.876Z] 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-05T01:25:21.041Z] 745a02a5169b: Pull complete [2021-02-05T01:25:21.041Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T01:25:21.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T01:25:21.041Z] ---> b7e6874047d6 [2021-02-05T01:25:21.041Z] 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-05T01:25:24.441Z] ---> Running in b18f8a99aabb [2021-02-05T01:25:25.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:25:26.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:25:27.822Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T01:25:28.421Z] (2/12) Installing file (5.38-r0) [2021-02-05T01:25:28.421Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T01:25:28.421Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T01:25:43.498Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T01:25:43.498Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T01:25:43.498Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T01:25:43.498Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T01:25:43.498Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T01:25:43.498Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T01:25:43.498Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T01:25:43.498Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T01:25:43.498Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:25:43.498Z] OK: 217 MiB in 51 packages [2021-02-05T01:25:45.578Z] 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-05T01:25:45.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T01:25:46.119Z] Removing intermediate container b18f8a99aabb [2021-02-05T01:25:46.119Z] ---> cb796b881090 [2021-02-05T01:25:46.119Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T01:25:46.119Z] ---> Running in 7bf12e8c8242 [2021-02-05T01:25:46.713Z] Removing intermediate container 7bf12e8c8242 [2021-02-05T01:25:46.713Z] ---> 0b1c84ca2f33 [2021-02-05T01:25:46.713Z] Step 5/6 : COPY go.mod . [2021-02-05T01:25:47.304Z] ---> 1cdd63db6fa5 [2021-02-05T01:25:47.304Z] Step 6/6 : RUN go mod download [2021-02-05T01:25:47.304Z] ---> Running in e74ccf853e42 [2021-02-05T01:25:50.919Z] Removing intermediate container 032ac81792bd [2021-02-05T01:25:50.919Z] ---> 1fa66d0ea627 [2021-02-05T01:25:50.919Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T01:25:50.919Z] Removing intermediate container ea202a866dee [2021-02-05T01:25:50.919Z] ---> af8e02da3746 [2021-02-05T01:25:50.919Z] [2021-02-05T01:25:50.919Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:25:50.919Z] 3.12: Pulling from library/alpine [2021-02-05T01:25:51.201Z] ---> Running in 666a7ba646c7 [2021-02-05T01:25:51.201Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T01:25:51.468Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T01:25:51.468Z] ---> 389fef711851 [2021-02-05T01:25:51.468Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:25:54.046Z] Removing intermediate container 7c51309d8daa [2021-02-05T01:25:54.046Z] ---> df7b201657a7 [2021-02-05T01:25:54.046Z] [2021-02-05T01:25:54.046Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T01:25:54.046Z] ---> 389fef711851 [2021-02-05T01:25:54.046Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T01:25:54.309Z] ---> Running in 01dd28fcd866 [2021-02-05T01:25:54.309Z] 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-05T01:25:54.897Z] ---> Running in efe23d6eff2d [2021-02-05T01:25:57.458Z] Removing intermediate container d90c64dfc73f [2021-02-05T01:25:57.458Z] ---> b37efa028381 [2021-02-05T01:25:57.458Z] [2021-02-05T01:25:57.458Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T01:25:57.458Z] ---> 389fef711851 [2021-02-05T01:25:57.458Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T01:25:57.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:57.458Z] Removing intermediate container d1fc6f746766 [2021-02-05T01:25:57.458Z] ---> 75e0597fc4f0 [2021-02-05T01:25:57.458Z] [2021-02-05T01:25:57.458Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T01:25:57.458Z] ---> 389fef711851 [2021-02-05T01:25:57.458Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T01:25:57.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:57.458Z] ---> Running in 9227792f1381 [2021-02-05T01:25:57.458Z] ---> Running in 93ffad581f9b [2021-02-05T01:25:57.458Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T01:25:57.458Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:25:57.458Z] OK: 6 MiB in 15 packages [2021-02-05T01:25:57.458Z] Removing intermediate container 9227792f1381 [2021-02-05T01:25:57.458Z] ---> e7fb7c876b56 [2021-02-05T01:25:57.458Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T01:25:57.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:57.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:57.726Z] Removing intermediate container 666a7ba646c7 [2021-02-05T01:25:57.726Z] ---> 7a2c43a75619 [2021-02-05T01:25:57.726Z] [2021-02-05T01:25:57.726Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T01:25:57.726Z] ---> Running in 02af1e28d2fc [2021-02-05T01:25:57.726Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T01:25:57.726Z] 20.10.0: Pulling from library/docker [2021-02-05T01:25:57.726Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:25:57.726Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T01:25:57.726Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T01:25:57.726Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T01:25:57.726Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:25:57.726Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:25:57.993Z] OK: 7 MiB in 19 packages [2021-02-05T01:25:57.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:57.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:58.257Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T01:25:58.257Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T01:25:58.257Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:25:58.257Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:25:58.528Z] OK: 6 MiB in 16 packages [2021-02-05T01:25:59.917Z] Removing intermediate container 01dd28fcd866 [2021-02-05T01:25:59.917Z] ---> d628f7e2daca [2021-02-05T01:25:59.917Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:25:59.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:59.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:59.917Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T01:25:59.917Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T01:25:59.917Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:25:59.917Z] OK: 6 MiB in 16 packages [2021-02-05T01:26:00.488Z] ---> Running in 7dc0cc116f46 [2021-02-05T01:26:01.878Z] Removing intermediate container 7dc0cc116f46 [2021-02-05T01:26:01.878Z] ---> e6dbbcb00be1 [2021-02-05T01:26:01.878Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T01:26:02.448Z] ---> Running in 5d6cd2e06b2a [2021-02-05T01:26:02.448Z] Removing intermediate container efe23d6eff2d [2021-02-05T01:26:02.448Z] ---> 894a24511c5a [2021-02-05T01:26:02.448Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T01:26:02.448Z] Removing intermediate container 93ffad581f9b [2021-02-05T01:26:02.448Z] ---> c557425de9e1 [2021-02-05T01:26:02.448Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:26:02.448Z] Removing intermediate container 02af1e28d2fc [2021-02-05T01:26:02.448Z] ---> 5cc72782d00c [2021-02-05T01:26:02.448Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T01:26:02.750Z] ---> Running in 3692937b4fbd [2021-02-05T01:26:02.750Z] ---> Running in 0a8629c1986e [2021-02-05T01:26:02.750Z] ---> Running in 69a57dda7335 [2021-02-05T01:26:03.029Z] Removing intermediate container 5d6cd2e06b2a [2021-02-05T01:26:03.029Z] ---> 7d2ddbca16dd [2021-02-05T01:26:03.029Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T01:26:03.029Z] Removing intermediate container 0a8629c1986e [2021-02-05T01:26:03.029Z] ---> 28d179415aff [2021-02-05T01:26:03.029Z] Step 13/24 : WORKDIR / [2021-02-05T01:26:03.029Z] ---> Running in 91a15ea31bdb [2021-02-05T01:26:03.029Z] Removing intermediate container 3692937b4fbd [2021-02-05T01:26:03.029Z] ---> 7531485aa6c9 [2021-02-05T01:26:03.029Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T01:26:03.293Z] Removing intermediate container 69a57dda7335 [2021-02-05T01:26:03.293Z] ---> f6ee253c644f [2021-02-05T01:26:03.293Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T01:26:03.293Z] ---> Running in 7e4135bcf577 [2021-02-05T01:26:03.293Z] ---> Running in b16cb722bab9 [2021-02-05T01:26:03.293Z] ---> Running in e511eadec57d [2021-02-05T01:26:03.560Z] Removing intermediate container 91a15ea31bdb [2021-02-05T01:26:03.560Z] ---> d003708ca699 [2021-02-05T01:26:03.560Z] Step 15/23 : WORKDIR / [2021-02-05T01:26:03.560Z] ---> Running in 88a6e422123e [2021-02-05T01:26:03.560Z] Removing intermediate container 7e4135bcf577 [2021-02-05T01:26:03.560Z] ---> 2876f21fffca [2021-02-05T01:26:03.560Z] 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-05T01:26:03.836Z] Removing intermediate container b16cb722bab9 [2021-02-05T01:26:03.836Z] ---> 51b383b16d1a [2021-02-05T01:26:03.836Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T01:26:03.836Z] Removing intermediate container e511eadec57d [2021-02-05T01:26:03.836Z] ---> cacc4ac4b046 [2021-02-05T01:26:03.836Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T01:26:03.836Z] ---> Running in 0c32ad7f49b2 [2021-02-05T01:26:03.836Z] ---> Running in ef1995a442f8 [2021-02-05T01:26:04.113Z] Removing intermediate container 88a6e422123e [2021-02-05T01:26:04.113Z] ---> 56905c83da71 [2021-02-05T01:26:04.113Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:26:04.543Z] ---> fee2bb1f8bb1 [2021-02-05T01:26:04.543Z] 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-05T01:26:04.543Z] Removing intermediate container ef1995a442f8 [2021-02-05T01:26:04.543Z] ---> 6322de2bc1ba [2021-02-05T01:26:04.543Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:26:04.884Z] ---> e7b245004354 [2021-02-05T01:26:04.884Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T01:26:06.412Z] ---> 242370d234d4 [2021-02-05T01:26:06.412Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T01:26:06.412Z] ---> 0aa479f47787 [2021-02-05T01:26:06.412Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T01:26:06.412Z] ---> af8ad3b6a9b5 [2021-02-05T01:26:06.412Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T01:26:07.005Z] ---> 1d4145a31434 [2021-02-05T01:26:07.005Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T01:26:07.005Z] ---> f60bec56ce58 [2021-02-05T01:26:07.005Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T01:26:07.005Z] Removing intermediate container 0c32ad7f49b2 [2021-02-05T01:26:07.005Z] ---> 506250a667e9 [2021-02-05T01:26:07.005Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T01:26:07.005Z] ---> 3722db86f76b [2021-02-05T01:26:07.005Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T01:26:07.280Z] ---> Running in d28b9defb187 [2021-02-05T01:26:07.280Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T01:26:07.280Z] ---> Running in e6bd3a74a250 [2021-02-05T01:26:07.280Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T01:26:07.280Z] ---> aefe523efa57 [2021-02-05T01:26:07.280Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T01:26:07.543Z] ---> Running in c1f123c9fc45 [2021-02-05T01:26:07.543Z] Removing intermediate container d28b9defb187 [2021-02-05T01:26:07.543Z] ---> 9a3b5dacf7c6 [2021-02-05T01:26:07.543Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:26:07.814Z] ---> 660c75112ab0 [2021-02-05T01:26:07.814Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T01:26:07.814Z] ---> 4b45c5bb9f7a [2021-02-05T01:26:07.814Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T01:26:07.814Z] Removing intermediate container e6bd3a74a250 [2021-02-05T01:26:07.814Z] ---> 6791060fe6a5 [2021-02-05T01:26:07.814Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T01:26:07.814Z] ---> Running in 0512963c481c [2021-02-05T01:26:08.084Z] ---> Running in 4bf1807f5ac1 [2021-02-05T01:26:08.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:08.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:08.944Z] Removing intermediate container 0512963c481c [2021-02-05T01:26:08.944Z] ---> f037fa8f7155 [2021-02-05T01:26:08.944Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T01:26:08.944Z] ---> ee18af075c1f [2021-02-05T01:26:08.944Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T01:26:08.944Z] Removing intermediate container 4bf1807f5ac1 [2021-02-05T01:26:08.944Z] ---> c9f8a9f934b2 [2021-02-05T01:26:08.944Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:26:08.944Z] ---> e90e8bcd0005 [2021-02-05T01:26:08.944Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T01:26:08.944Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T01:26:08.944Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T01:26:08.944Z] Executing bash-5.0.17-r0.post-install [2021-02-05T01:26:08.944Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:26:08.944Z] OK: 12 MiB in 22 packages [2021-02-05T01:26:08.944Z] ---> Running in f4b61125535b [2021-02-05T01:26:08.944Z] ---> Running in 9fecd1e08737 [2021-02-05T01:26:08.944Z] ---> Running in 011f3bf9d40c [2021-02-05T01:26:09.525Z] ---> c2797b5982b5 [2021-02-05T01:26:09.525Z] 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-05T01:26:09.525Z] Removing intermediate container 9fecd1e08737 [2021-02-05T01:26:09.525Z] ---> d2cb3c58ceaf [2021-02-05T01:26:09.525Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T01:26:09.525Z] Removing intermediate container f4b61125535b [2021-02-05T01:26:09.525Z] ---> c44f6bf5cbbe [2021-02-05T01:26:09.525Z] Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:26:09.787Z] ---> Running in 91a6b1e8dc2a [2021-02-05T01:26:09.787Z] ---> Running in 1d1c044411c4 [2021-02-05T01:26:09.787Z] ---> Running in 2b49eaaf15f5 [2021-02-05T01:26:10.362Z] Removing intermediate container 91a6b1e8dc2a [2021-02-05T01:26:10.362Z] ---> bf892b70d6b6 [2021-02-05T01:26:10.362Z] Step 21/22 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:26:10.362Z] Removing intermediate container 2b49eaaf15f5 [2021-02-05T01:26:10.362Z] ---> b89bad499917 [2021-02-05T01:26:10.362Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T01:26:10.362Z] Removing intermediate container c1f123c9fc45 [2021-02-05T01:26:10.362Z] ---> 86a2a04b4690 [2021-02-05T01:26:10.362Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T01:26:10.624Z] ---> Running in c01b56ae2243 [2021-02-05T01:26:10.624Z] ---> Running in eaefc936fe26 [2021-02-05T01:26:10.624Z] ---> Running in 7673780d0be4 [2021-02-05T01:26:10.889Z] Removing intermediate container c01b56ae2243 [2021-02-05T01:26:10.889Z] ---> c753d5c5453a [2021-02-05T01:26:10.889Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T01:26:11.154Z] Removing intermediate container eaefc936fe26 [2021-02-05T01:26:11.154Z] ---> 5414484dc76e [2021-02-05T01:26:11.154Z] [2021-02-05T01:26:11.154Z] Removing intermediate container 7673780d0be4 [2021-02-05T01:26:11.154Z] ---> 23397c8366a0 [2021-02-05T01:26:11.154Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T01:26:11.154Z] ---> Running in 176e5bdd8296 [2021-02-05T01:26:11.417Z] Successfully built 5414484dc76e [2021-02-05T01:26:11.417Z] ---> Running in 02656d34f86c [2021-02-05T01:26:11.417Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T01:26:11.417Z] Building docker-core-command-go [2021-02-05T01:26:11.417Z]  Building docker-core-metadata-go ... done Removing intermediate container 011f3bf9d40c [2021-02-05T01:26:11.417Z] ---> 0f1c29452e62 [2021-02-05T01:26:11.417Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:26:11.417Z] Removing intermediate container 1d1c044411c4 [2021-02-05T01:26:11.417Z] ---> dea2f0ae47d7 [2021-02-05T01:26:11.417Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T01:26:11.417Z] Removing intermediate container 176e5bdd8296 [2021-02-05T01:26:11.417Z] ---> 470033c06e71 [2021-02-05T01:26:11.417Z] [2021-02-05T01:26:11.684Z] ---> Running in 94073fd853a2 [2021-02-05T01:26:11.684Z] Removing intermediate container 02656d34f86c [2021-02-05T01:26:11.684Z] ---> 5fd300f867eb [2021-02-05T01:26:11.684Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T01:26:11.684Z] Successfully built 470033c06e71 [2021-02-05T01:26:11.684Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T01:26:11.684Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-05T01:26:11.953Z] ---> a3a624ca8b07 [2021-02-05T01:26:11.953Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T01:26:11.953Z] ---> Running in f32da5fe6bb7 [2021-02-05T01:26:11.953Z] Removing intermediate container 94073fd853a2 [2021-02-05T01:26:11.953Z] ---> 39a1057fc2f5 [2021-02-05T01:26:11.953Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T01:26:11.953Z] ---> Running in 41fc56eeba45 [2021-02-05T01:26:12.216Z] Removing intermediate container f32da5fe6bb7 [2021-02-05T01:26:12.216Z] ---> 447d3d6cc185 [2021-02-05T01:26:12.216Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T01:26:14.145Z] Removing intermediate container e74ccf853e42 [2021-02-05T01:26:14.145Z] ---> 43aacc25e284 [2021-02-05T01:26:14.145Z] Successfully built 43aacc25e284 [2021-02-05T01:26:14.145Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:14.487Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T01:26:14.487Z] . [Pipeline] withDockerContainer [2021-02-05T01:26:14.737Z] prd-ubuntu18.04-docker-arm64-4c-16g-25144 does not seem to be running inside a container [2021-02-05T01:26:14.773Z] Removing intermediate container 41fc56eeba45 [2021-02-05T01:26:14.773Z] ---> 436861df3e32 [2021-02-05T01:26:14.773Z] Step 23/24 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:26:14.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T01:26:16.329Z] $ docker top 3a3baf689960a3af106e44777e0bdc33489cefc2082e64f880070051feebef0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:26:17.321Z] + go version [2021-02-05T01:26:17.321Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T01:26:17.349Z] $ docker stop --time=1 3a3baf689960a3af106e44777e0bdc33489cefc2082e64f880070051feebef0b [2021-02-05T01:26:18.985Z] ---> 46af3d55ee58 [2021-02-05T01:26:18.985Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T01:26:19.297Z] $ docker rm -f 3a3baf689960a3af106e44777e0bdc33489cefc2082e64f880070051feebef0b [2021-02-05T01:26:19.558Z] ---> Running in 6adb18a888b6 [2021-02-05T01:26:19.558Z] ---> dff4e526de02 [2021-02-05T01:26:19.558Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T01:26:19.558Z] ---> b7ea00695b31 [2021-02-05T01:26:19.558Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-05T01:26:19.826Z] Removing intermediate container 6adb18a888b6 [2021-02-05T01:26:19.826Z] ---> 7cc6081cde0d [2021-02-05T01:26:19.826Z] Step 24/24 : LABEL version=0.0.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:20.093Z] ---> Running in 18d2c6d2be77 [2021-02-05T01:26:20.093Z] ---> 8d6c01ff2d78 [2021-02-05T01:26:20.093Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T01:26:20.342Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T01:26:20.342Z] . [Pipeline] withDockerContainer [2021-02-05T01:26:20.621Z] prd-ubuntu18.04-docker-arm64-4c-16g-25144 does not seem to be running inside a container [2021-02-05T01:26:20.719Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T01:26:21.490Z] ---> c9b10a6f7b0a [2021-02-05T01:26:21.490Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T01:26:21.490Z] Removing intermediate container 18d2c6d2be77 [2021-02-05T01:26:21.490Z] ---> 95279d296709 [2021-02-05T01:26:21.490Z] [2021-02-05T01:26:22.236Z] $ docker top f83d0e8f68274392fcd805d3d0940c9017b8782bad15520b30353c3e83a78a7f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T01:26:22.640Z] ========================================================= [2021-02-05T01:26:22.640Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T01:26:22.640Z] ========================================================= [Pipeline] sh [2021-02-05T01:26:22.887Z] Successfully built 95279d296709 [2021-02-05T01:26:22.887Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T01:26:22.887Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-02-05T01:26:22.887Z] ---> bba1414c0693 [2021-02-05T01:26:22.887Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T01:26:23.171Z] ---> Running in 92611855cfd4 [2021-02-05T01:26:23.288Z] + make test [2021-02-05T01:26:23.288Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T01:26:23.439Z] ---> 615bc7a018f9 [2021-02-05T01:26:23.439Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T01:26:27.674Z] ---> Running in e3f1df89c81c [2021-02-05T01:26:29.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:29.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:29.086Z] Removing intermediate container e3f1df89c81c [2021-02-05T01:26:29.086Z] ---> c87212ecfbf2 [2021-02-05T01:26:29.086Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T01:26:29.086Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T01:26:29.086Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T01:26:29.086Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T01:26:29.353Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T01:26:29.353Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T01:26:29.353Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T01:26:29.353Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T01:26:33.805Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:26:33.805Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:26:33.805Z] ---> 95adee4f3302 [2021-02-05T01:26:33.805Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:26:33.805Z] ---> Using cache [2021-02-05T01:26:33.805Z] ---> 433480c22076 [2021-02-05T01:26:33.805Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:26:33.805Z] ---> Using cache [2021-02-05T01:26:33.805Z] ---> faa393656cd9 [2021-02-05T01:26:33.805Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T01:26:34.436Z] ---> 6b92ba8440e5 [2021-02-05T01:26:34.436Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T01:26:34.436Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:26:34.699Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:26:34.699Z] ---> 95adee4f3302 [2021-02-05T01:26:34.699Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:26:34.699Z] ---> Using cache [2021-02-05T01:26:34.699Z] ---> 433480c22076 [2021-02-05T01:26:34.699Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:26:34.699Z] ---> Using cache [2021-02-05T01:26:34.699Z] ---> faa393656cd9 [2021-02-05T01:26:34.699Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T01:26:34.960Z] ---> Running in aef171bef3b2 [2021-02-05T01:26:35.225Z] ---> Running in 93859929e17a [2021-02-05T01:26:35.225Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T01:26:35.225Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T01:26:35.225Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T01:26:35.225Z] ---> Running in 289266f27c10 [2021-02-05T01:26:35.225Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T01:26:35.225Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T01:26:35.225Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T01:26:35.225Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T01:26:35.498Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T01:26:35.498Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T01:26:35.498Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T01:26:35.771Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T01:26:35.771Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T01:26:35.771Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T01:26:35.771Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T01:26:35.771Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T01:26:35.771Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T01:26:36.035Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T01:26:36.035Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T01:26:36.035Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T01:26:36.035Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T01:26:36.306Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T01:26:36.307Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T01:26:36.307Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T01:26:37.699Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T01:26:37.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:37.699Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T01:26:37.960Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T01:26:38.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:38.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:38.489Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:26:38.753Z] OK: 71 MiB in 55 packages [2021-02-05T01:26:39.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:39.290Z] OK: 233 MiB in 51 packages [2021-02-05T01:26:39.881Z] OK: 233 MiB in 51 packages [2021-02-05T01:26:42.437Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:26:42.437Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:26:42.437Z] ---> 95adee4f3302 [2021-02-05T01:26:42.437Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T01:26:42.437Z] ---> Using cache [2021-02-05T01:26:42.437Z] ---> 433480c22076 [2021-02-05T01:26:42.437Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:26:42.437Z] ---> Using cache [2021-02-05T01:26:42.437Z] ---> faa393656cd9 [2021-02-05T01:26:42.437Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T01:26:42.437Z] Removing intermediate container 289266f27c10 [2021-02-05T01:26:42.437Z] ---> 4118e7466462 [2021-02-05T01:26:42.437Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T01:26:43.831Z] ---> Running in e4e651ad859e [2021-02-05T01:26:43.831Z] ---> Running in f238c34c5d51 [2021-02-05T01:26:45.218Z] Removing intermediate container aef171bef3b2 [2021-02-05T01:26:45.218Z] ---> 2bf34628f004 [2021-02-05T01:26:45.218Z] Step 6/23 : COPY go.mod . [2021-02-05T01:26:45.218Z] Removing intermediate container 93859929e17a [2021-02-05T01:26:45.218Z] ---> 039e7a7a24e7 [2021-02-05T01:26:45.218Z] Step 6/23 : COPY go.mod . [2021-02-05T01:26:45.480Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T01:26:45.798Z] Removing intermediate container e4e651ad859e [2021-02-05T01:26:45.798Z] ---> dc9306accd03 [2021-02-05T01:26:45.798Z] Step 28/31 : CMD ["gate"] [2021-02-05T01:26:46.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:46.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:47.552Z] OK: 233 MiB in 51 packages [2021-02-05T01:26:48.127Z] ---> 9c40220fcee2 [2021-02-05T01:26:48.127Z] Step 7/23 : RUN go mod download [2021-02-05T01:26:48.699Z] ---> 41404ecbaffc [2021-02-05T01:26:48.699Z] Step 7/23 : RUN go mod download [2021-02-05T01:26:48.699Z] ---> Running in e59f943760c7 [2021-02-05T01:26:48.963Z] ---> Running in a63397bc4ae1 [2021-02-05T01:26:48.963Z] ---> Running in e2e2e91b8014 [2021-02-05T01:26:49.224Z] Removing intermediate container e59f943760c7 [2021-02-05T01:26:49.224Z] ---> 7e4c2f9272ce [2021-02-05T01:26:49.224Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T01:26:49.224Z] Removing intermediate container 92611855cfd4 [2021-02-05T01:26:49.224Z] ---> 24db23d6e39f [2021-02-05T01:26:49.224Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T01:26:49.798Z] ---> Running in ba61ef36f4fd [2021-02-05T01:26:49.798Z] ---> Running in 05512f8270f4 [2021-02-05T01:26:49.798Z] Removing intermediate container f238c34c5d51 [2021-02-05T01:26:49.798Z] ---> 2e595236fa24 [2021-02-05T01:26:49.798Z] Step 6/21 : COPY go.mod . [2021-02-05T01:26:50.065Z] Removing intermediate container ba61ef36f4fd [2021-02-05T01:26:50.065Z] ---> 0c2118fc91d5 [2021-02-05T01:26:50.065Z] Step 30/31 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:26:50.329Z] ---> 949383744da6 [2021-02-05T01:26:50.329Z] Step 7/21 : RUN go mod download [2021-02-05T01:26:50.329Z] ---> Running in 91ec1e1bf162 [2021-02-05T01:26:50.329Z] ---> Running in d22fb41a967c [2021-02-05T01:26:50.604Z] Removing intermediate container 91ec1e1bf162 [2021-02-05T01:26:50.604Z] ---> 2d9b8b6da9ef [2021-02-05T01:26:50.604Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T01:26:50.872Z] ---> Running in 0514a8e8211b [2021-02-05T01:26:51.133Z] Removing intermediate container 0514a8e8211b [2021-02-05T01:26:51.133Z] ---> 18a9aacebbc0 [2021-02-05T01:26:51.133Z] [2021-02-05T01:26:51.395Z] Collecting docker-compose==1.23.2 [2021-02-05T01:26:51.395Z] Successfully built 18a9aacebbc0 [2021-02-05T01:26:51.395Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T01:26:51.664Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T01:26:51.664Z] Building docker-support-scheduler-go [2021-02-05T01:26:51.664Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container e2e2e91b8014 [2021-02-05T01:26:51.664Z] ---> f2e14f35ddac [2021-02-05T01:26:51.664Z] Step 8/23 : COPY . . [2021-02-05T01:26:51.933Z] Collecting PyYAML<4,>=3.10 [2021-02-05T01:26:51.933Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T01:26:51.933Z] Removing intermediate container a63397bc4ae1 [2021-02-05T01:26:51.933Z] ---> d396e71a85ac [2021-02-05T01:26:51.933Z] Step 8/23 : COPY . . [2021-02-05T01:26:54.490Z] Removing intermediate container d22fb41a967c [2021-02-05T01:26:54.490Z] ---> 9d0e8e1665e8 [2021-02-05T01:26:54.490Z] Step 8/21 : COPY . . [2021-02-05T01:26:54.751Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T01:26:54.751Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T01:26:56.669Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T01:26:56.669Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T01:26:58.057Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T01:26:58.057Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T01:27:02.280Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T01:27:02.280Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T01:27:02.280Z] 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-05T01:27:02.879Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T01:27:02.880Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T01:27:04.272Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T01:27:04.273Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T01:27:05.263Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T01:27:05.263Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T01:27:06.662Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T01:27:06.943Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T01:27:12.261Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T01:27:12.261Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T01:27:13.693Z] Collecting idna<2.8,>=2.5 [2021-02-05T01:27:13.693Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T01:27:15.103Z] 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-05T01:27:16.061Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T01:27:16.061Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T01:27:16.651Z] 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-05T01:27:16.651Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T01:27:16.651Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T01:27:16.651Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T01:27:16.651Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T01:27:17.424Z] Installing collected packages: PyYAML, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, dockerpty, texttable, cached-property, docopt, docker-compose [2021-02-05T01:27:17.424Z] Running setup.py install for PyYAML: started [2021-02-05T01:27:18.495Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:27:18.495Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:27:18.495Z] ---> 95adee4f3302 [2021-02-05T01:27:18.495Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T01:27:18.495Z] ---> Using cache [2021-02-05T01:27:18.495Z] ---> 433480c22076 [2021-02-05T01:27:18.495Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:27:18.495Z] ---> Using cache [2021-02-05T01:27:18.495Z] ---> faa393656cd9 [2021-02-05T01:27:18.495Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T01:27:18.495Z] ---> Using cache [2021-02-05T01:27:18.495Z] ---> 2e595236fa24 [2021-02-05T01:27:18.495Z] Step 6/22 : COPY go.mod . [2021-02-05T01:27:18.495Z] ---> Using cache [2021-02-05T01:27:18.495Z] ---> 949383744da6 [2021-02-05T01:27:18.495Z] Step 7/22 : RUN go mod download [2021-02-05T01:27:18.495Z] ---> Using cache [2021-02-05T01:27:18.495Z] ---> 9d0e8e1665e8 [2021-02-05T01:27:18.495Z] Step 8/22 : COPY . . [2021-02-05T01:27:19.928Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T01:27:23.291Z] Attempting uninstall: idna [2021-02-05T01:27:23.291Z] Found existing installation: idna 2.9 [2021-02-05T01:27:23.291Z] Uninstalling idna-2.9: [2021-02-05T01:27:23.555Z] Successfully uninstalled idna-2.9 [2021-02-05T01:27:26.119Z] Attempting uninstall: urllib3 [2021-02-05T01:27:26.119Z] Found existing installation: urllib3 1.25.9 [2021-02-05T01:27:26.381Z] Uninstalling urllib3-1.25.9: [2021-02-05T01:27:27.775Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T01:27:29.702Z] Attempting uninstall: requests [2021-02-05T01:27:29.702Z] Found existing installation: requests 2.23.0 [2021-02-05T01:27:29.702Z] Uninstalling requests-2.23.0: [2021-02-05T01:27:29.702Z] Successfully uninstalled requests-2.23.0 [2021-02-05T01:27:31.621Z] ---> 6e54f9d0c864 [2021-02-05T01:27:31.621Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T01:27:31.621Z] Running setup.py install for dockerpty: started [2021-02-05T01:27:31.621Z] ---> ef7381ba876f [2021-02-05T01:27:31.621Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T01:27:32.548Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T01:27:32.564Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T01:27:32.564Z] Running setup.py install for texttable: started [2021-02-05T01:27:32.826Z] ---> Running in 39932f4a27f0 [2021-02-05T01:27:32.826Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T01:27:32.826Z] ---> Running in 728414158a1d [2021-02-05T01:27:32.826Z] Running setup.py install for docopt: started [2021-02-05T01:27:33.092Z] ---> b990768ac7de [2021-02-05T01:27:33.092Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T01:27:33.354Z] ---> Running in fcdff7ebb242 [2021-02-05T01:27:33.354Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T01:27:36.779Z] 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-05T01:27:36.779Z] 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-05T01:27:36.779Z] 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-05T01:27:36.779Z] 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-05T01:27:43.446Z] ---> b5a52dd1d019 [2021-02-05T01:27:43.446Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T01:27:43.717Z] Removing intermediate container 05512f8270f4 [2021-02-05T01:27:43.717Z] ---> 2ee6332b594c [2021-02-05T01:27:43.717Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T01:27:43.717Z] ---> Running in 80bf1500d128 [2021-02-05T01:27:43.988Z] ---> Running in 532575daf2d4 [2021-02-05T01:27:44.953Z] 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-05T01:27:44.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:27:44.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:27:45.220Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:27:45.220Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T01:27:45.220Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T01:27:45.220Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:27:45.220Z] OK: 72 MiB in 58 packages [2021-02-05T01:27:46.654Z] Removing intermediate container 532575daf2d4 [2021-02-05T01:27:46.654Z] ---> 1b557218b309 [2021-02-05T01:27:46.654Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T01:27:46.928Z] ---> Running in 329b2b4f6265 [2021-02-05T01:27:48.886Z] Removing intermediate container 329b2b4f6265 [2021-02-05T01:27:48.886Z] ---> 63effc748577 [2021-02-05T01:27:48.886Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:27:49.483Z] ---> Running in b1c85c3b92da [2021-02-05T01:27:49.759Z] Removing intermediate container b1c85c3b92da [2021-02-05T01:27:49.759Z] ---> 38e144d4fe03 [2021-02-05T01:27:49.759Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T01:27:50.026Z] ---> Running in fb281ab695f7 [2021-02-05T01:27:51.009Z] Removing intermediate container fb281ab695f7 [2021-02-05T01:27:51.009Z] ---> 74a45c325dcd [2021-02-05T01:27:51.009Z] Step 25/26 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:27:51.009Z] ---> Running in 2c55b10126a9 [2021-02-05T01:27:51.277Z] Removing intermediate container 2c55b10126a9 [2021-02-05T01:27:51.277Z] ---> 5d1b42b71446 [2021-02-05T01:27:51.277Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T01:27:51.549Z] ---> Running in a38fc86084d4 [2021-02-05T01:27:51.819Z] Removing intermediate container a38fc86084d4 [2021-02-05T01:27:51.819Z] ---> 8b0c3e40f555 [2021-02-05T01:27:51.819Z] [2021-02-05T01:27:52.085Z] Successfully built 8b0c3e40f555 [2021-02-05T01:27:52.085Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T01:27:54.807Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T01:27:54.807Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T01:27:54.807Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T01:27:54.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T01:27:54.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T01:27:54.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T01:27:54.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T01:27:54.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T01:27:54.807Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T01:27:54.807Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T01:27:57.444Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T01:27:59.312Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T01:27:59.312Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T01:27:59.312Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T01:28:07.538Z] Removing intermediate container 39932f4a27f0 [2021-02-05T01:28:07.538Z] ---> 246820e94d73 [2021-02-05T01:28:07.538Z] [2021-02-05T01:28:07.538Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:28:07.538Z] ---> 389fef711851 [2021-02-05T01:28:07.538Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:28:07.538Z] ---> Using cache [2021-02-05T01:28:07.538Z] ---> d628f7e2daca [2021-02-05T01:28:07.538Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:28:07.538Z] ---> Using cache [2021-02-05T01:28:07.538Z] ---> e6dbbcb00be1 [2021-02-05T01:28:07.538Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T01:28:07.538Z] Removing intermediate container 728414158a1d [2021-02-05T01:28:07.538Z] ---> 55e2dd1f2335 [2021-02-05T01:28:07.538Z] [2021-02-05T01:28:07.538Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T01:28:07.538Z] ---> 389fef711851 [2021-02-05T01:28:07.538Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T01:28:07.538Z] ---> Running in 974a44dbef3e [2021-02-05T01:28:07.538Z] ---> Running in a776211053ae [2021-02-05T01:28:07.538Z] Removing intermediate container 974a44dbef3e [2021-02-05T01:28:07.538Z] ---> 977f7a4d74aa [2021-02-05T01:28:07.538Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T01:28:07.538Z] ---> Running in 290a78fd222c [2021-02-05T01:28:07.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:28:07.538Z] Removing intermediate container 290a78fd222c [2021-02-05T01:28:07.538Z] ---> 642ef0c5e77e [2021-02-05T01:28:07.538Z] Step 15/23 : WORKDIR / [2021-02-05T01:28:07.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:28:07.538Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T01:28:07.538Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:28:07.538Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T01:28:07.538Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T01:28:07.538Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:28:07.538Z] ---> Running in 661de7306c7d [2021-02-05T01:28:07.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.453s coverage: 45.6% of statements [2021-02-05T01:28:07.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T01:28:07.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T01:28:07.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T01:28:07.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T01:28:07.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T01:28:07.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T01:28:07.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T01:28:07.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.199s coverage: 100.0% of statements [2021-02-05T01:28:08.120Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:28:08.120Z] OK: 7 MiB in 18 packages [2021-02-05T01:28:11.441Z] Removing intermediate container 661de7306c7d [2021-02-05T01:28:11.441Z] ---> 64f603185855 [2021-02-05T01:28:11.441Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:28:11.441Z] Removing intermediate container fcdff7ebb242 [2021-02-05T01:28:11.441Z] ---> 6f9cc55b118e [2021-02-05T01:28:11.441Z] [2021-02-05T01:28:11.441Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:28:11.441Z] ---> 389fef711851 [2021-02-05T01:28:11.441Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T01:28:11.441Z] ---> Running in eb7210b605c4 [2021-02-05T01:28:13.998Z] ---> f176a6765f5b [2021-02-05T01:28:13.998Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T01:28:13.998Z] Removing intermediate container a776211053ae [2021-02-05T01:28:13.998Z] ---> deb6c376a67b [2021-02-05T01:28:13.998Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T01:28:13.998Z] Removing intermediate container eb7210b605c4 [2021-02-05T01:28:13.998Z] ---> fdb12a0ba372 [2021-02-05T01:28:13.998Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T01:28:13.998Z] ---> Running in 3cd7a70fca18 [2021-02-05T01:28:13.998Z] Removing intermediate container 80bf1500d128 [2021-02-05T01:28:13.998Z] ---> cd633e0e3367 [2021-02-05T01:28:13.998Z] [2021-02-05T01:28:13.998Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T01:28:13.998Z] ---> 389fef711851 [2021-02-05T01:28:13.998Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:28:13.998Z] ---> Using cache [2021-02-05T01:28:13.998Z] ---> d628f7e2daca [2021-02-05T01:28:13.998Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:28:13.998Z] ---> Using cache [2021-02-05T01:28:13.998Z] ---> e6dbbcb00be1 [2021-02-05T01:28:13.998Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T01:28:13.998Z] ---> Running in 47b49fd0e36e [2021-02-05T01:28:13.998Z] ---> Running in 5758d6c79f24 [2021-02-05T01:28:13.998Z] Removing intermediate container 3cd7a70fca18 [2021-02-05T01:28:13.998Z] ---> ce08d8ae6a0e [2021-02-05T01:28:13.998Z] Step 13/21 : WORKDIR /edgex [2021-02-05T01:28:14.260Z] ---> accddd686303 [2021-02-05T01:28:14.260Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T01:28:14.260Z] ---> Running in 931f496dcc9d [2021-02-05T01:28:14.260Z] Removing intermediate container 47b49fd0e36e [2021-02-05T01:28:14.260Z] ---> 73fbbef70ab2 [2021-02-05T01:28:14.260Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T01:28:14.260Z] Removing intermediate container 5758d6c79f24 [2021-02-05T01:28:14.260Z] ---> e0f87d896f45 [2021-02-05T01:28:14.260Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T01:28:14.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.1% of statements [2021-02-05T01:28:14.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T01:28:14.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T01:28:14.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T01:28:14.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T01:28:14.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T01:28:14.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T01:28:14.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-02-05T01:28:14.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T01:28:14.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-02-05T01:28:14.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T01:28:14.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T01:28:14.525Z] ---> Running in 03f0fdcbeb2e [2021-02-05T01:28:14.525Z] ---> Running in 1d4f180d80f2 [2021-02-05T01:28:14.525Z] Removing intermediate container 931f496dcc9d [2021-02-05T01:28:14.525Z] ---> 7d9bacd87feb [2021-02-05T01:28:14.525Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T01:28:14.525Z] ---> d415fe4eea0e [2021-02-05T01:28:14.525Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T01:28:14.789Z] Removing intermediate container 03f0fdcbeb2e [2021-02-05T01:28:14.789Z] ---> 8e2757a43fbc [2021-02-05T01:28:14.789Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:28:14.789Z] ---> Running in b264e81803bd [2021-02-05T01:28:14.789Z] Removing intermediate container 1d4f180d80f2 [2021-02-05T01:28:14.789Z] ---> 836f54a5f198 [2021-02-05T01:28:14.789Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:28:14.789Z] ---> 64b677b6fc74 [2021-02-05T01:28:14.789Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T01:28:15.050Z] ---> Running in 4515490b8861 [2021-02-05T01:28:15.050Z] Removing intermediate container b264e81803bd [2021-02-05T01:28:15.050Z] ---> 71d7abc94d77 [2021-02-05T01:28:15.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:28:15.317Z] ---> Running in be6c5a1be69f [2021-02-05T01:28:15.317Z] ---> ebade9e20f7a [2021-02-05T01:28:15.317Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T01:28:15.583Z] ---> bcaacad0a88a [2021-02-05T01:28:15.583Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T01:28:15.583Z] Removing intermediate container be6c5a1be69f [2021-02-05T01:28:15.583Z] ---> 1dcf90d6fae7 [2021-02-05T01:28:15.583Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T01:28:15.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 65.8% of statements [2021-02-05T01:28:15.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T01:28:15.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T01:28:16.531Z] ---> Running in e1765615558c [2021-02-05T01:28:16.792Z] ---> 4ea72807b0e3 [2021-02-05T01:28:16.792Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T01:28:16.792Z] ---> 2d667cc04882 [2021-02-05T01:28:16.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T01:28:17.053Z] ---> Running in e0d6c235215b [2021-02-05T01:28:17.053Z] Removing intermediate container e1765615558c [2021-02-05T01:28:17.053Z] ---> a39b78ab11db [2021-02-05T01:28:17.053Z] Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:28:17.053Z] ---> 9a6ccbc3166f [2021-02-05T01:28:17.053Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T01:28:17.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.689s coverage: 82.3% of statements [2021-02-05T01:28:17.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T01:28:17.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:28:17.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T01:28:17.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T01:28:17.313Z] ---> Running in 6074cc95753d [2021-02-05T01:28:17.313Z] ---> Running in 5cd6753f0c39 [2021-02-05T01:28:17.313Z] Removing intermediate container e0d6c235215b [2021-02-05T01:28:17.313Z] ---> 3d0e9e7e463b [2021-02-05T01:28:17.313Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T01:28:17.313Z] Removing intermediate container 4515490b8861 [2021-02-05T01:28:17.313Z] ---> 261c694c25fd [2021-02-05T01:28:17.313Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T01:28:17.575Z] ---> Running in a4f42fa28157 [2021-02-05T01:28:17.575Z] ---> Running in 1c1eddda8b06 [2021-02-05T01:28:17.575Z] Removing intermediate container 6074cc95753d [2021-02-05T01:28:17.575Z] ---> adef08357a32 [2021-02-05T01:28:17.575Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T01:28:17.838Z] Removing intermediate container 5cd6753f0c39 [2021-02-05T01:28:17.838Z] ---> 2b308fc75b0b [2021-02-05T01:28:17.838Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:28:17.838Z] ---> Running in 1f3bd1d0314f [2021-02-05T01:28:17.838Z] ---> Running in 29ba8e6daafe [2021-02-05T01:28:17.838Z] Removing intermediate container a4f42fa28157 [2021-02-05T01:28:17.838Z] ---> 69837f73c2df [2021-02-05T01:28:17.838Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T01:28:18.099Z] ---> Running in bd5a538fd260 [2021-02-05T01:28:18.099Z] Removing intermediate container 1f3bd1d0314f [2021-02-05T01:28:18.099Z] ---> b8f210f30564 [2021-02-05T01:28:18.099Z] [2021-02-05T01:28:18.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:28:19.041Z] Removing intermediate container 29ba8e6daafe [2021-02-05T01:28:19.041Z] ---> a32e4937f2ee [2021-02-05T01:28:19.041Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T01:28:19.041Z] Successfully built b8f210f30564 [2021-02-05T01:28:19.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:28:19.041Z] Successfully tagged docker-core-command-go:latest [2021-02-05T01:28:19.041Z]  Building docker-core-command-go ... done Removing intermediate container bd5a538fd260 [2021-02-05T01:28:19.041Z] ---> c7a258ed7092 [2021-02-05T01:28:19.041Z] Step 20/21 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:28:19.041Z] ---> Running in ce45d6e8c146 [2021-02-05T01:28:19.041Z] ---> Running in 7cb63ca06fde [2021-02-05T01:28:19.041Z] Removing intermediate container ce45d6e8c146 [2021-02-05T01:28:19.041Z] ---> cc65b5a34d47 [2021-02-05T01:28:19.041Z] Step 21/22 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:28:19.302Z] ---> Running in 378d51297522 [2021-02-05T01:28:19.302Z] Removing intermediate container 7cb63ca06fde [2021-02-05T01:28:19.302Z] ---> d6dce3767014 [2021-02-05T01:28:19.302Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T01:28:19.302Z] ---> Running in b1ce381891ae [2021-02-05T01:28:19.563Z] Removing intermediate container 378d51297522 [2021-02-05T01:28:19.563Z] ---> 34a0d1097701 [2021-02-05T01:28:19.563Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T01:28:19.563Z] ---> Running in 4bc8d848d23d [2021-02-05T01:28:19.563Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T01:28:19.563Z] Removing intermediate container b1ce381891ae [2021-02-05T01:28:19.563Z] ---> 3536db7b5426 [2021-02-05T01:28:19.563Z] [2021-02-05T01:28:19.563Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T01:28:19.823Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T01:28:19.823Z] Successfully built 3536db7b5426 [2021-02-05T01:28:19.823Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T01:28:19.823Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4bc8d848d23d [2021-02-05T01:28:19.823Z] ---> a199bdfa45ef [2021-02-05T01:28:19.823Z] [2021-02-05T01:28:19.823Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T01:28:19.823Z] Successfully built a199bdfa45ef [2021-02-05T01:28:20.084Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T01:28:20.084Z]  Building docker-support-scheduler-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T01:28:20.084Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T01:28:20.352Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:28:20.352Z] OK: 8 MiB in 20 packages [2021-02-05T01:28:20.924Z] Removing intermediate container 1c1eddda8b06 [2021-02-05T01:28:20.924Z] ---> c269db683dd6 [2021-02-05T01:28:20.924Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:28:20.924Z] ---> cfa3e7202d2f [2021-02-05T01:28:20.924Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T01:28:21.496Z] ---> bc29cff0b009 [2021-02-05T01:28:21.496Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T01:28:21.759Z] ---> bdeaf5dc3886 [2021-02-05T01:28:21.759Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T01:28:21.759Z] ---> Running in ec9335010642 [2021-02-05T01:28:22.020Z] Removing intermediate container ec9335010642 [2021-02-05T01:28:22.020Z] ---> 4d5622d1be34 [2021-02-05T01:28:22.020Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:28:22.020Z] ---> Running in 520f37feea75 [2021-02-05T01:28:22.281Z] Removing intermediate container 520f37feea75 [2021-02-05T01:28:22.281Z] ---> a20698b1bb0e [2021-02-05T01:28:22.281Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T01:28:22.281Z] ---> Running in 696da1e81ec1 [2021-02-05T01:28:22.542Z] Removing intermediate container 696da1e81ec1 [2021-02-05T01:28:22.542Z] ---> a80dccb016af [2021-02-05T01:28:22.542Z] Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:28:22.542Z] ---> Running in 470c0c61784c [2021-02-05T01:28:22.542Z] Removing intermediate container 470c0c61784c [2021-02-05T01:28:22.542Z] ---> 71500c831ca2 [2021-02-05T01:28:22.542Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T01:28:22.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.336s coverage: 28.6% of statements [2021-02-05T01:28:22.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T01:28:22.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T01:28:22.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T01:28:22.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T01:28:22.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T01:28:22.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-02-05T01:28:22.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T01:28:22.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-02-05T01:28:22.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T01:28:22.803Z] ---> Running in 95221a4fd250 [2021-02-05T01:28:22.803Z] Removing intermediate container 95221a4fd250 [2021-02-05T01:28:22.803Z] ---> f25d1d524b86 [2021-02-05T01:28:22.803Z] [2021-02-05T01:28:23.374Z] Successfully built f25d1d524b86 [2021-02-05T01:28:23.374Z] Successfully tagged docker-core-data-go:latest [2021-02-05T01:28:23.645Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-05T01:28:23.680Z] $ docker stop --time=1 d487405dc1d70ee37b8757770b6e5492895ea832d731de60c219d65ec22af80d [2021-02-05T01:28:24.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.337s coverage: 86.7% of statements [2021-02-05T01:28:24.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T01:28:25.251Z] $ docker rm -f d487405dc1d70ee37b8757770b6e5492895ea832d731de60c219d65ec22af80d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T01:28:25.792Z] + docker images [2021-02-05T01:28:25.792Z] + grep docker [2021-02-05T01:28:26.053Z] docker-core-data-go latest f25d1d524b86 3 seconds ago 22.3MB [2021-02-05T01:28:26.053Z] docker-support-scheduler-go latest a199bdfa45ef 6 seconds ago 17MB [2021-02-05T01:28:26.053Z] docker-security-proxy-setup-go latest 3536db7b5426 6 seconds ago 24.4MB [2021-02-05T01:28:26.053Z] docker-core-command-go latest b8f210f30564 8 seconds ago 16.9MB [2021-02-05T01:28:26.053Z] docker-sys-mgmt-agent-go latest 8b0c3e40f555 34 seconds ago 313MB [2021-02-05T01:28:26.053Z] docker-security-bootstrapper-go latest 18a9aacebbc0 About a minute ago 23.8MB [2021-02-05T01:28:26.053Z] docker-security-secretstore-setup-go latest 95279d296709 2 minutes ago 24.6MB [2021-02-05T01:28:26.053Z] docker-support-notifications-go latest 470033c06e71 2 minutes ago 17.6MB [2021-02-05T01:28:26.053Z] docker-core-metadata-go latest 5414484dc76e 2 minutes ago 18.8MB [2021-02-05T01:28:26.053Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-05T01:28:26.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements [2021-02-05T01:28:26.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T01:28:26.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements [2021-02-05T01:28:26.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T01:28:26.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T01:28:26.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T01:28:26.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [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-05T01:28:36.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.602s coverage: 92.8% of statements [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T01:28:36.476Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T01:28:36.476Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.249s coverage: 0.1% of statements [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T01:28:36.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T01:28:36.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 45.5% of statements [2021-02-05T01:28:36.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements [2021-02-05T01:28:36.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-02-05T01:28:36.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2021-02-05T01:28:36.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-02-05T01:28:41.744Z] Still waiting to schedule task [2021-02-05T01:28:41.744Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-05T01:28:48.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements [2021-02-05T01:28:48.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-02-05T01:29:04.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements [2021-02-05T01:29:04.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T01:29:04.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T01:29:04.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T01:29:04.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-05T01:29:04.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T01:29:04.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-02-05T01:29:04.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements [2021-02-05T01:29:04.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.132s coverage: 87.2% of statements [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.2% of statements [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.4% of statements [2021-02-05T01:29:04.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.618s coverage: 63.5% of statements [2021-02-05T01:29:04.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T01:29:04.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-02-05T01:29:04.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-02-05T01:29:06.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.941s coverage: 68.9% of statements [2021-02-05T01:29:06.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T01:29:06.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T01:29:06.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T01:29:06.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T01:29:06.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T01:29:07.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.361s coverage: 37.0% of statements [2021-02-05T01:29:07.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T01:29:07.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T01:29:08.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.865s coverage: 84.0% of statements [2021-02-05T01:29:08.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements [2021-02-05T01:29:16.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.413s coverage: 47.0% of statements [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T01:29:16.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T01:29:16.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T01:29:16.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.242s coverage: 87.0% of statements [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:29:16.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T01:29:26.625Z] Running on prd-ubuntu18.04-docker-8c-8g-25149 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-05T01:29:26.672Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [2021-02-05T01:29:26.699Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.156s coverage: 29.1% of statements [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T01:29:26.699Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T01:29:26.699Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T01:29:26.699Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.183s coverage: 100.0% of statements [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T01:29:26.699Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T01:29:26.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T01:29:26.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T01:29:26.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T01:29:26.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-02-05T01:29:26.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-05T01:29:26.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-02-05T01:29:26.699Z] GO111MODULE=on go vet ./... [Pipeline] checkout [2021-02-05T01:29:28.852Z] using credential edgex-jenkins-ssh [2021-02-05T01:29:28.947Z] Cloning the remote Git repository [2021-02-05T01:29:28.981Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T01:29:29.055Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-02-05T01:29:29.080Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T01:29:29.080Z] > git --version # timeout=10 [2021-02-05T01:29:29.086Z] > git --version # 'git version 2.17.1' [2021-02-05T01:29:29.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T01:29:29.110Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T01:29:34.993Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T01:29:34.999Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T01:29:35.009Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T01:29:35.019Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T01:29:35.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T01:29:35.023Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T01:29:35.489Z] Merging remotes/origin/master commit 97c9be662ca07851310f194347921b3ddadc13fb into PR head commit e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:29:35.601Z] Merge succeeded, producing e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:29:35.601Z] Checking out Revision e8083b633316085ae65a12fce58fe8483c90e2a2 (PR-3109) [2021-02-05T01:29:35.518Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T01:29:35.523Z] > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 [2021-02-05T01:29:35.591Z] > git remote # timeout=10 [2021-02-05T01:29:35.597Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T01:29:35.603Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T01:29:35.606Z] > git merge 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 [2021-02-05T01:29:35.615Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T01:29:35.624Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T01:29:35.627Z] > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 [2021-02-05T01:29:39.249Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:29:40.351Z] + echo snap-build.sh [2021-02-05T01:29:40.351Z] snap-build.sh [2021-02-05T01:29:40.351Z] + SNAP_BASE_DIR=. [2021-02-05T01:29:40.351Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2021-02-05T01:29:40.351Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2021-02-05T01:29:40.351Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2021-02-05T01:29:40.351Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2021-02-05T01:29:40.351Z] + cd /w/workspace/edgex-go/13 [2021-02-05T01:29:40.351Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-05T01:29:40.351Z] Reading package lists... [2021-02-05T01:29:40.351Z] Building dependency tree... [2021-02-05T01:29:40.351Z] Reading state information... [2021-02-05T01:29:40.612Z] The following packages were automatically installed and are no longer required: [2021-02-05T01:29:40.612Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-05T01:29:40.612Z] uidmap xdelta3 [2021-02-05T01:29:40.612Z] Use 'sudo apt autoremove' to remove them. [2021-02-05T01:29:40.612Z] The following packages will be REMOVED: [2021-02-05T01:29:40.612Z] lxd* lxd-client* [2021-02-05T01:29:40.873Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-05T01:29:40.873Z] After this operation, 31.7 MB disk space will be freed. [2021-02-05T01:29:41.926Z] (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-05T01:29:41.926Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T01:29:42.883Z] Removing lxd dnsmasq configuration [2021-02-05T01:29:42.883Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T01:29:42.883Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-05T01:29:43.842Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-05T01:29:43.842Z] (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-05T01:29:43.842Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T01:29:45.233Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-05T01:29:45.233Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-05T01:29:46.625Z] + sudo snap remove --purge lxd [2021-02-05T01:29:46.625Z] snap "lxd" is not installed [2021-02-05T01:29:46.625Z] + sudo groupadd --force --system lxd [2021-02-05T01:29:46.625Z] ++ whoami [2021-02-05T01:29:46.625Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-05T01:29:46.625Z] + newgrp - lxd [2021-02-05T01:29:46.625Z] + sudo snap install lxd [2021-02-05T01:29:56.625Z] 2021-02-05T01:29:53Z INFO Waiting for automatic snapd restart... [2021-02-05T01:30:11.562Z] lxd 4.10 from Canonical* installed [2021-02-05T01:30:11.562Z] + sudo lxd init --auto [2021-02-05T01:30:19.757Z] + sudo snap install --classic snapcraft [2021-02-05T01:30:27.917Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T01:30:27.918Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-05T01:30:27.918Z] + patch --verbose -p1 [2021-02-05T01:30:27.918Z] Hmm... Looks like a unified diff to me... [2021-02-05T01:30:27.918Z] The text leading up to this was: [2021-02-05T01:30:27.918Z] -------------------------- [2021-02-05T01:30:27.918Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-05T01:30:27.918Z] |From: Tony Espy [2021-02-05T01:30:27.918Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-05T01:30:27.918Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-05T01:30:27.918Z] | [2021-02-05T01:30:27.918Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-05T01:30:27.918Z] |optimize the snap CI check run for pull requests. When [2021-02-05T01:30:27.918Z] |applied, it essentially strips out everything (apps and [2021-02-05T01:30:27.918Z] |parts) from the snapcraft.yaml file except those required [2021-02-05T01:30:27.918Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-05T01:30:27.918Z] |catch changes to edgex-go that break the snap build. [2021-02-05T01:30:27.918Z] | [2021-02-05T01:30:27.918Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-05T01:30:27.918Z] |to update this patch file, otherwise it may fail to apply, [2021-02-05T01:30:27.918Z] |resulting in a failed snap build CI check in the associated [2021-02-05T01:30:27.918Z] |pull request. [2021-02-05T01:30:27.918Z] | [2021-02-05T01:30:27.918Z] |Note - in addition to applying this patch, the pipeline also [2021-02-05T01:30:27.918Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-05T01:30:27.918Z] |need to build the finally binary .snap file (and it won't [2021-02-05T01:30:27.918Z] |work with the patch applied). This further reduces the build [2021-02-05T01:30:27.918Z] |time. [2021-02-05T01:30:27.918Z] |--- [2021-02-05T01:30:27.918Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-05T01:30:27.918Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-05T01:30:27.918Z] | [2021-02-05T01:30:27.918Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-05T01:30:27.918Z] |index 1e537489..faf42425 100644 [2021-02-05T01:30:27.918Z] |--- a/snap/snapcraft.yaml [2021-02-05T01:30:27.918Z] |+++ b/snap/snapcraft.yaml [2021-02-05T01:30:27.918Z] -------------------------- [2021-02-05T01:30:27.918Z] patching file snap/snapcraft.yaml [2021-02-05T01:30:27.918Z] Using Plan A... [2021-02-05T01:30:27.918Z] Hunk #1 succeeded at 73. [2021-02-05T01:30:27.918Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-05T01:30:27.918Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-05T01:30:27.918Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-05T01:30:27.918Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-05T01:30:27.918Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-05T01:30:27.918Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-05T01:30:27.918Z] Hunk #8 succeeded at 342. [2021-02-05T01:30:27.918Z] Hmm... Ignoring the trailing garbage. [2021-02-05T01:30:27.918Z] done [2021-02-05T01:30:27.918Z] + sudo snapcraft prime --use-lxd [2021-02-05T01:30:28.192Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-05T01:30:28.192Z] 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-05T01:30:28.192Z] - README.md [2021-02-05T01:30:28.192Z] - snapcraft.yaml.orig [2021-02-05T01:30:28.192Z] [2021-02-05T01:30:28.192Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T01:30:28.764Z] Launching a container. [2021-02-05T01:30:41.026Z] Waiting for container to be ready [2021-02-05T01:30:41.026Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-05T01:30:41.026Z] [2021-02-05T01:30:42.948Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-05T01:30:43.208Z] Waiting for network to be ready... [2021-02-05T01:30:43.780Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T01:30:43.780Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T01:30:44.353Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T01:30:44.353Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T01:30:44.353Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T01:30:44.612Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T01:30:44.612Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T01:30:44.612Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T01:30:44.612Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T01:30:44.612Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T01:30:44.612Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T01:30:44.612Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T01:30:44.612Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T01:30:44.612Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T01:30:44.612Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T01:30:44.612Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T01:30:44.612Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T01:30:44.872Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T01:30:45.133Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T01:30:45.394Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T01:30:45.394Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T01:30:45.394Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T01:30:45.394Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T01:30:45.394Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T01:30:45.394Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T01:30:45.394Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T01:30:45.655Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T01:30:48.205Z] Fetched 23.9 MB in 4s (5502 kB/s) [2021-02-05T01:30:48.539Z] gofmt -l . [2021-02-05T01:30:48.539Z] [ "`gofmt -l .`" = "" ] [2021-02-05T01:30:48.539Z] ./bin/test-go-mod-tidy.sh [2021-02-05T01:30:48.796Z] Reading package lists... [2021-02-05T01:30:48.796Z] Reading package lists... [2021-02-05T01:30:48.819Z] ./bin/test-attribution-txt.sh [2021-02-05T01:30:49.058Z] Building dependency tree... [2021-02-05T01:30:49.058Z] Reading state information... [2021-02-05T01:30:49.058Z] The following additional packages will be installed: [2021-02-05T01:30:49.058Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T01:30:49.058Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T01:30:49.058Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T01:30:49.058Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-05T01:30:49.058Z] Suggested packages: [2021-02-05T01:30:49.058Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-05T01:30:49.058Z] Recommended packages: [2021-02-05T01:30:49.058Z] gnupg libsasl2-modules [2021-02-05T01:30:49.058Z] The following NEW packages will be installed: [2021-02-05T01:30:49.058Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T01:30:49.058Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T01:30:49.058Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T01:30:49.058Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-05T01:30:49.058Z] The following packages will be upgraded: [2021-02-05T01:30:49.058Z] gpg gpg-agent gpgconf libudev1 [2021-02-05T01:30:49.058Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-05T01:30:49.058Z] Need to get 3533 kB of archives. [2021-02-05T01:30:49.058Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-05T01:30:49.058Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-05T01:30:49.318Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-05T01:30:49.318Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-05T01:30:49.318Z] Get:4 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-05T01:30:49.318Z] Get:5 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-05T01:30:49.318Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-05T01:30:49.318Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-05T01:30:49.318Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-05T01:30:49.318Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-05T01:30:49.578Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-05T01:30:49.838Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-05T01:30:50.100Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-05T01:30:50.100Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-05T01:30:50.100Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-05T01:30:50.100Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-05T01:30:50.100Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-05T01:30:50.100Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-05T01:30:50.100Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-05T01:30:50.100Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-05T01:30:50.100Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-05T01:30:50.100Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-05T01:30:50.100Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [Pipeline] sh [2021-02-05T01:30:50.361Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T01:30:50.361Z] Fetched 3533 kB in 1s (3496 kB/s) [2021-02-05T01:30:50.361Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T01:30:50.361Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-05T01:30:50.361Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T01:30:50.361Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-05T01:30:50.622Z] Selecting previously unselected package udev. [2021-02-05T01:30:50.622Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T01:30:50.622Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-05T01:30:50.622Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-05T01:30:50.885Z] Selecting previously unselected package libfuse2:amd64. [2021-02-05T01:30:50.885Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T01:30:50.885Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T01:30:50.885Z] Selecting previously unselected package fuse. [2021-02-05T01:30:50.885Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T01:30:50.885Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-05T01:30:50.885Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T01:30:50.885Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T01:30:50.927Z] + ls -al . [2021-02-05T01:30:50.927Z] total 716 [2021-02-05T01:30:50.927Z] drwxrwxr-x 9 1001 1001 4096 Feb 5 01:30 . [2021-02-05T01:30:50.927Z] drwxr-xr-x 4 root root 4096 Feb 5 01:26 .. [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 01:24 .dockerignore [2021-02-05T01:30:50.927Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 01:24 .git [2021-02-05T01:30:50.927Z] drwxrwxr-x 3 1001 1001 4096 Feb 5 01:24 .github [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 01:24 .gitignore [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 01:24 .sonarcloud.properties [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 01:24 Attribution.txt [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 01:24 CONTRIBUTING.md [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 01:24 Dockerfile.build [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 01:24 Jenkinsfile [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 01:24 LICENSE [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 01:24 Makefile [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 01:24 README.md [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 01:24 SECURITY.md [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 01:20 VERSION [2021-02-05T01:30:50.927Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 01:24 ZMQWindows.md [2021-02-05T01:30:50.927Z] drwxrwxr-x 2 1001 1001 4096 Feb 5 01:24 bin [2021-02-05T01:30:50.928Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 01:24 cmd [2021-02-05T01:30:50.928Z] -rw-r--r-- 1 root root 583623 Feb 5 01:29 coverage.out [2021-02-05T01:30:50.928Z] -rw-r--r-- 1 root root 1054 Feb 5 01:30 go.mod [2021-02-05T01:30:50.928Z] -rw-r--r-- 1 root root 19518 Feb 5 01:30 go.sum [2021-02-05T01:30:50.928Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 01:24 internal [2021-02-05T01:30:50.928Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 01:24 openapi [2021-02-05T01:30:50.928Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 01:24 snap [2021-02-05T01:30:50.928Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 01:24 version.go [Pipeline] sh [2021-02-05T01:30:51.146Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T01:30:51.146Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T01:30:51.146Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T01:30:51.146Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T01:30:51.407Z] Selecting previously unselected package libksba8:amd64. [2021-02-05T01:30:51.407Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-05T01:30:51.407Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-05T01:30:51.407Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-05T01:30:51.407Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T01:30:51.407Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:51.581Z] + '[' -e coverage.out ] [2021-02-05T01:30:51.581Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T01:30:51.646Z] Warning: overwriting stash ‘coverage-report’ [2021-02-05T01:30:51.667Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-05T01:30:51.667Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T01:30:51.667Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:51.667Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-05T01:30:51.667Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T01:30:51.667Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:51.667Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-05T01:30:51.667Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T01:30:51.667Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:51.926Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-05T01:30:51.926Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T01:30:51.926Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:51.926Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-05T01:30:51.926Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T01:30:51.926Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:52.186Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-05T01:30:52.186Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T01:30:52.186Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:52.186Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-05T01:30:52.186Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T01:30:52.186Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:52.186Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-05T01:30:52.186Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T01:30:52.186Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:52.446Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-05T01:30:52.446Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T01:30:52.446Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T01:30:52.446Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-05T01:30:52.446Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T01:30:52.446Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T01:30:52.446Z] Selecting previously unselected package libldap-common. [2021-02-05T01:30:52.446Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-05T01:30:52.446Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T01:30:52.446Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-05T01:30:52.707Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-05T01:30:52.707Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T01:30:52.707Z] Selecting previously unselected package dirmngr. [2021-02-05T01:30:52.707Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T01:30:52.707Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T01:30:52.707Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T01:30:52.707Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-05T01:30:52.937Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T01:30:52.966Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T01:30:52.966Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T01:30:52.966Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T01:30:52.966Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-05T01:30:52.966Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:52.966Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-05T01:30:52.966Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T01:30:52.966Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-05T01:30:53.226Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-05T01:30:53.487Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:53.487Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-05T01:30:53.487Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-05T01:30:53.487Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-05T01:30:53.487Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:53.487Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:53.487Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:53.671Z] + make build [2021-02-05T01:30:53.672Z] 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-05T01:30:53.749Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:53.749Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:53.749Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:53.749Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T01:30:53.749Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T01:30:53.749Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T01:30:53.749Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T01:30:54.330Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-05T01:30:54.330Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-05T01:30:54.330Z] This means they are not meant to be enabled using systemctl. [2021-02-05T01:30:54.330Z] Possible reasons for having this kind of units are: [2021-02-05T01:30:54.330Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-05T01:30:54.330Z] .wants/ or .requires/ directory. [2021-02-05T01:30:54.330Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-05T01:30:54.330Z] a requirement dependency on it. [2021-02-05T01:30:54.330Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-05T01:30:54.330Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-05T01:30:54.330Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-05T01:30:54.330Z] instance name specified. [2021-02-05T01:30:54.330Z] Reading package lists... [2021-02-05T01:30:54.591Z] Building dependency tree... [2021-02-05T01:30:54.591Z] Reading state information... [2021-02-05T01:30:54.853Z] The following additional packages will be installed: [2021-02-05T01:30:54.853Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-05T01:30:54.853Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-05T01:30:54.853Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-05T01:30:54.853Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-05T01:30:54.853Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-05T01:30:54.853Z] Suggested packages: [2021-02-05T01:30:54.853Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-05T01:30:54.853Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-05T01:30:54.853Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-05T01:30:54.853Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-05T01:30:54.853Z] systemd-container policykit-1 [2021-02-05T01:30:54.853Z] Recommended packages: [2021-02-05T01:30:54.853Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-05T01:30:54.853Z] The following NEW packages will be installed: [2021-02-05T01:30:54.853Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-05T01:30:54.853Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-05T01:30:54.853Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-05T01:30:54.853Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-05T01:30:54.853Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-05T01:30:54.853Z] The following packages will be upgraded: [2021-02-05T01:30:54.853Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-05T01:30:54.853Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-05T01:30:54.853Z] Need to get 35.2 MB of archives. [2021-02-05T01:30:54.853Z] After this operation, 141 MB of additional disk space will be used. [2021-02-05T01:30:54.853Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-05T01:30:54.853Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-05T01:30:55.799Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-05T01:30:55.799Z] 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-05T01:30:55.799Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-05T01:30:55.799Z] 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-05T01:30:55.799Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-05T01:30:55.799Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-05T01:30:55.799Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-05T01:30:55.799Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-05T01:30:55.799Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-05T01:30:55.799Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-05T01:30:55.799Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-05T01:30:55.799Z] 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-05T01:30:55.799Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-05T01:30:55.799Z] 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-05T01:30:55.799Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-05T01:30:55.799Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-05T01:30:55.799Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-05T01:30:56.064Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-05T01:30:56.064Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-05T01:30:56.064Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-05T01:30:56.064Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-05T01:30:56.064Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-05T01:30:56.064Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-05T01:30:56.064Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-05T01:30:56.064Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-05T01:30:56.064Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-05T01:30:56.065Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-05T01:30:56.065Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-05T01:30:57.033Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T01:30:57.033Z] Fetched 35.2 MB in 2s (15.6 MB/s) [2021-02-05T01:30:57.295Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T01:30:57.295Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-05T01:30:57.295Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T01:30:57.878Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-05T01:30:57.878Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T01:30:57.878Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-05T01:30:58.142Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T01:30:58.142Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T01:30:58.142Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T01:30:58.407Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-05T01:30:58.407Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T01:30:58.407Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T01:30:58.667Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T01:30:58.940Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-05T01:30:58.940Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-05T01:30:59.204Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-05T01:30:59.205Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-05T01:30:59.205Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T01:30:59.465Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T01:30:59.465Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-05T01:30:59.465Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T01:30:59.465Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T01:30:59.724Z] Selecting previously unselected package libexpat1:amd64. [2021-02-05T01:30:59.724Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-05T01:30:59.724Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T01:30:59.985Z] Selecting previously unselected package python3.6-minimal. [2021-02-05T01:30:59.985Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T01:30:59.985Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T01:31:00.248Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T01:31:00.248Z] Checking for services that may need to be restarted...done. [2021-02-05T01:31:00.248Z] Checking for services that may need to be restarted...done. [2021-02-05T01:31:00.248Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T01:31:00.248Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T01:31:00.248Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T01:31:00.827Z] Selecting previously unselected package python3-minimal. [2021-02-05T01:31:00.827Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-05T01:31:00.827Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-05T01:31:00.827Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-05T01:31:00.827Z] Selecting previously unselected package mime-support. [2021-02-05T01:31:00.827Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-05T01:31:00.827Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-05T01:31:01.086Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-05T01:31:01.086Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-05T01:31:01.086Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T01:31:01.086Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-05T01:31:01.086Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T01:31:01.086Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T01:31:01.347Z] Selecting previously unselected package python3.6. [2021-02-05T01:31:01.347Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T01:31:01.347Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T01:31:01.347Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-05T01:31:01.347Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-05T01:31:01.347Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T01:31:01.609Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-05T01:31:01.881Z] Selecting previously unselected package python3. [2021-02-05T01:31:01.881Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-05T01:31:01.881Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-05T01:31:01.881Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-05T01:31:01.881Z] Selecting previously unselected package multiarch-support. [2021-02-05T01:31:01.881Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T01:31:01.881Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T01:31:01.881Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T01:31:02.158Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-05T01:31:02.158Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-05T01:31:02.158Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-05T01:31:02.158Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T01:31:02.158Z] Selecting previously unselected package libbsd0:amd64. [2021-02-05T01:31:02.158Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-05T01:31:02.158Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T01:31:02.158Z] Selecting previously unselected package sudo. [2021-02-05T01:31:02.158Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-05T01:31:02.158Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T01:31:02.430Z] Selecting previously unselected package apparmor. [2021-02-05T01:31:02.430Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T01:31:02.430Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-05T01:31:02.430Z] Selecting previously unselected package libedit2:amd64. [2021-02-05T01:31:02.430Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-05T01:31:02.430Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T01:31:02.696Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-05T01:31:02.696Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T01:31:02.696Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T01:31:02.696Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-05T01:31:02.696Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T01:31:02.696Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T01:31:02.696Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-05T01:31:02.696Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-05T01:31:02.959Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T01:31:02.959Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-05T01:31:02.959Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T01:31:02.959Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T01:31:02.959Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-05T01:31:02.959Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T01:31:02.959Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T01:31:03.223Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-05T01:31:03.223Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-05T01:31:03.223Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T01:31:03.494Z] Selecting previously unselected package openssh-client. [2021-02-05T01:31:03.494Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-05T01:31:03.494Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T01:31:03.494Z] Selecting previously unselected package squashfs-tools. [2021-02-05T01:31:03.494Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-05T01:31:03.494Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T01:31:03.756Z] Selecting previously unselected package snapd. [2021-02-05T01:31:03.756Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-05T01:31:03.756Z] Unpacking snapd (2.48+18.04) ... [2021-02-05T01:31:05.675Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T01:31:05.675Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T01:31:05.675Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-05T01:31:05.936Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T01:31:05.936Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T01:31:05.936Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T01:31:05.936Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T01:31:05.936Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-05T01:31:05.936Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-05T01:31:06.883Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T01:31:06.883Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T01:31:06.883Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T01:31:06.883Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T01:31:06.883Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T01:31:06.883Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T01:31:07.455Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T01:31:07.455Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T01:31:07.455Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T01:31:07.719Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-05T01:31:07.719Z] running python rtupdate hooks for python3.6... [2021-02-05T01:31:07.719Z] running python post-rtupdate hooks for python3.6... [2021-02-05T01:31:07.719Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-05T01:31:08.817Z] 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-05T01:31:09.105Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-05T01:31:09.105Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T01:31:09.105Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T01:31:09.366Z] Setting up snapd (2.48+18.04) ... [2021-02-05T01:31:09.626Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-05T01:31:09.887Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-05T01:31:10.146Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-05T01:31:10.146Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-05T01:31:10.406Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T01:31:10.406Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T01:31:10.668Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-05T01:31:10.668Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-05T01:31:10.928Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-05T01:31:11.190Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-05T01:31:11.190Z] /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-05T01:31:11.190Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T01:31:11.190Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T01:31:12.130Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T01:31:12.130Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T01:31:12.390Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T01:31:13.594Z] Reading package lists... [2021-02-05T01:31:13.594Z] Reading package lists... [2021-02-05T01:31:13.854Z] Building dependency tree... [2021-02-05T01:31:13.854Z] Reading state information... [2021-02-05T01:31:13.854Z] Calculating upgrade... [2021-02-05T01:31:14.119Z] The following packages will be upgraded: [2021-02-05T01:31:14.119Z] advancecomp base-files bash binutils binutils-common [2021-02-05T01:31:14.119Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-05T01:31:14.119Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-05T01:31:14.119Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-05T01:31:14.119Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-05T01:31:14.119Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-05T01:31:14.119Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-05T01:31:14.119Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-05T01:31:14.119Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-05T01:31:14.119Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-05T01:31:14.119Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-05T01:31:14.119Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-05T01:31:14.119Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-05T01:31:14.119Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-05T01:31:14.119Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-05T01:31:14.119Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T01:31:14.119Z] Need to get 63.8 MB of archives. [2021-02-05T01:31:14.119Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-05T01:31:14.119Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-05T01:31:14.119Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-05T01:31:14.119Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-05T01:31:14.119Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-05T01:31:14.119Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-05T01:31:14.119Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-05T01:31:14.119Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-05T01:31:14.119Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-05T01:31:14.119Z] 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-05T01:31:14.119Z] 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-05T01:31:14.119Z] 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-05T01:31:14.119Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-05T01:31:14.119Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-05T01:31:14.386Z] 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-05T01:31:14.386Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-05T01:31:14.386Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-05T01:31:14.386Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-05T01:31:14.386Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-05T01:31:14.386Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-05T01:31:14.386Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-05T01:31:14.386Z] 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-05T01:31:14.386Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-05T01:31:14.386Z] 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-05T01:31:14.386Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-05T01:31:14.386Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-05T01:31:14.386Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-05T01:31:14.386Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-05T01:31:14.386Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-05T01:31:14.386Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-05T01:31:14.386Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-05T01:31:14.386Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-05T01:31:14.386Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-05T01:31:14.386Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-05T01:31:14.386Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-05T01:31:14.386Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-05T01:31:14.386Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-05T01:31:14.386Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-05T01:31:14.386Z] 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-05T01:31:14.386Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-05T01:31:14.386Z] 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-05T01:31:14.386Z] 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-05T01:31:14.386Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-05T01:31:14.386Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-05T01:31:14.386Z] 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-05T01:31:14.386Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-05T01:31:14.386Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-05T01:31:14.386Z] 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-05T01:31:14.386Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-05T01:31:14.386Z] 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-05T01:31:14.646Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-05T01:31:14.646Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-05T01:31:14.646Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-05T01:31:14.646Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-05T01:31:14.646Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-05T01:31:14.646Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-05T01:31:14.646Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-05T01:31:14.646Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-05T01:31:14.907Z] 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-05T01:31:14.907Z] 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-05T01:31:14.907Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-05T01:31:15.170Z] 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-05T01:31:15.170Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-05T01:31:15.170Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-05T01:31:15.170Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-05T01:31:15.170Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-05T01:31:15.170Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-05T01:31:15.170Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-05T01:31:15.740Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-05T01:31:15.740Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-05T01:31:15.740Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-05T01:31:15.740Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-05T01:31:15.740Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-05T01:31:15.740Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-05T01:31:15.740Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-05T01:31:15.740Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-05T01:31:15.740Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-05T01:31:15.740Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-05T01:31:16.002Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-05T01:31:16.002Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-05T01:31:16.002Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-05T01:31:16.002Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-05T01:31:16.002Z] 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-05T01:31:16.002Z] 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-05T01:31:16.002Z] 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-05T01:31:16.002Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-05T01:31:16.002Z] 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-05T01:31:16.002Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-05T01:31:16.265Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-05T01:31:16.265Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-05T01:31:16.265Z] 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-05T01:31:16.265Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-05T01:31:16.265Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-05T01:31:16.265Z] 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-05T01:31:16.265Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-05T01:31:16.265Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-05T01:31:16.265Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-05T01:31:16.265Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-05T01:31:16.265Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-05T01:31:16.265Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-05T01:31:16.540Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T01:31:16.540Z] Fetched 63.8 MB in 2s (27.5 MB/s) [2021-02-05T01:31:16.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:16.540Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T01:31:16.540Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T01:31:17.127Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T01:31:17.127Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T01:31:17.391Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-05T01:31:17.391Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-05T01:31:18.336Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:18.336Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T01:31:18.336Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:18.336Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T01:31:18.336Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:18.336Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T01:31:18.597Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:18.597Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T01:31:18.597Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:18.597Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T01:31:18.858Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:18.858Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T01:31:18.858Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:18.858Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T01:31:19.119Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:19.379Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T01:31:19.379Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:19.379Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-05T01:31:19.379Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:19.379Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T01:31:19.379Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:19.379Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T01:31:19.640Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:19.640Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T01:31:19.640Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:19.902Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T01:31:19.902Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:20.163Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T01:31:20.163Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T01:31:20.163Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T01:31:20.735Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T01:31:20.998Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T01:31:20.998Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-05T01:31:20.998Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-05T01:31:20.998Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-05T01:31:20.998Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-05T01:31:21.263Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-05T01:31:21.525Z] Installing new version of config file /etc/issue ... [2021-02-05T01:31:21.525Z] Installing new version of config file /etc/issue.net ... [2021-02-05T01:31:21.525Z] Installing new version of config file /etc/lsb-release ... [2021-02-05T01:31:21.525Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-05T01:31:21.786Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-05T01:31:21.786Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-05T01:31:21.786Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-05T01:31:21.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:21.786Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-05T01:31:22.047Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-05T01:31:22.047Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-05T01:31:22.047Z] 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-05T01:31:22.308Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:22.308Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T01:31:22.308Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-05T01:31:22.308Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-05T01:31:22.570Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:22.570Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-05T01:31:22.570Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-05T01:31:22.570Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-05T01:31:22.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:22.832Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-05T01:31:22.832Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T01:31:23.092Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-05T01:31:23.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:23.092Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T01:31:23.354Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T01:31:23.354Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T01:31:23.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:23.616Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T01:31:23.616Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T01:31:23.616Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-05T01:31:23.877Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:23.877Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-05T01:31:23.877Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-05T01:31:23.877Z] Setting up grep (3.1-2build1) ... [2021-02-05T01:31:24.138Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:24.138Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T01:31:24.138Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T01:31:24.138Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-05T01:31:24.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:24.400Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T01:31:24.400Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T01:31:24.400Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-05T01:31:24.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:24.660Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T01:31:24.660Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T01:31:25.229Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T01:31:25.229Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T01:31:25.229Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T01:31:25.229Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T01:31:25.801Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-05T01:31:26.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:26.060Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-05T01:31:26.060Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T01:31:27.005Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T01:31:27.005Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T01:31:27.266Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T01:31:27.266Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T01:31:27.266Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T01:31:27.526Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:27.526Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-05T01:31:27.526Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-05T01:31:27.785Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-05T01:31:27.785Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:27.785Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T01:31:27.785Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T01:31:28.049Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T01:31:28.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:28.049Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T01:31:28.049Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T01:31:28.310Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T01:31:28.310Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:28.310Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T01:31:28.310Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T01:31:28.571Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T01:31:28.571Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:28.571Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T01:31:28.571Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T01:31:28.839Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T01:31:28.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:28.839Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T01:31:28.839Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T01:31:29.099Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T01:31:29.099Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T01:31:29.099Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T01:31:29.361Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:29.361Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T01:31:29.361Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T01:31:29.361Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T01:31:29.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:29.623Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T01:31:29.623Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T01:31:29.623Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T01:31:29.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:29.884Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T01:31:29.884Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T01:31:29.884Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-05T01:31:30.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:30.149Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T01:31:30.149Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T01:31:30.409Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-05T01:31:30.670Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-05T01:31:30.931Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-05T01:31:31.197Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:31.197Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T01:31:31.197Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T01:31:31.458Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T01:31:31.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T01:31:31.719Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-05T01:31:31.719Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T01:31:31.979Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-05T01:31:31.979Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:31.979Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-05T01:31:31.979Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-05T01:31:32.239Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-05T01:31:32.500Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:32.500Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-05T01:31:32.500Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T01:31:32.500Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-05T01:31:32.500Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:32.500Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-05T01:31:32.500Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T01:31:32.760Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-05T01:31:32.760Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:32.760Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T01:31:32.761Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T01:31:33.019Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T01:31:33.020Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:33.020Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T01:31:33.279Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T01:31:33.279Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T01:31:33.279Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:33.279Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T01:31:33.539Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T01:31:33.539Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T01:31:33.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:33.799Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T01:31:33.799Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T01:31:33.799Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-05T01:31:33.799Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T01:31:34.059Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T01:31:34.059Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T01:31:34.059Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T01:31:34.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:34.059Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-05T01:31:34.059Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-05T01:31:34.320Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-05T01:31:34.320Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:34.320Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-05T01:31:34.320Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T01:31:34.580Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T01:31:34.839Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:34.839Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T01:31:34.839Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T01:31:34.839Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T01:31:35.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:35.098Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-05T01:31:35.098Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-05T01:31:35.098Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-05T01:31:35.362Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:35.362Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T01:31:35.362Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T01:31:35.629Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-05T01:31:35.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:35.629Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T01:31:35.667Z] 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-05T01:31:35.889Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T01:31:35.889Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-05T01:31:35.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:35.889Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-05T01:31:35.889Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-05T01:31:36.149Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-05T01:31:36.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:36.149Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-05T01:31:36.149Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-05T01:31:36.418Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-05T01:31:36.418Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:36.418Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-05T01:31:36.418Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-05T01:31:36.690Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-05T01:31:36.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:36.690Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-05T01:31:36.690Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-05T01:31:36.690Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-05T01:31:36.952Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:36.952Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T01:31:36.952Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-05T01:31:36.952Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-05T01:31:37.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T01:31:37.212Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-05T01:31:37.212Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-05T01:31:37.212Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-05T01:31:37.212Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-05T01:31:37.212Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T01:31:37.472Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T01:31:37.472Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T01:31:37.472Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T01:31:37.674Z] 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-05T01:31:37.733Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T01:31:37.733Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T01:31:37.993Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-05T01:31:37.993Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-05T01:31:37.993Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T01:31:37.993Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-05T01:31:38.254Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T01:31:38.254Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-05T01:31:38.254Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-05T01:31:38.254Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-05T01:31:38.254Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-05T01:31:38.515Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-05T01:31:38.515Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-05T01:31:38.515Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-05T01:31:38.515Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-05T01:31:38.775Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-05T01:31:38.776Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-05T01:31:38.776Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-05T01:31:39.036Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-05T01:31:39.036Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-05T01:31:39.608Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-05T01:31:39.608Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-05T01:31:39.868Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-05T01:31:39.868Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-05T01:31:39.868Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T01:31:39.868Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T01:31:40.442Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T01:31:40.442Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T01:31:40.442Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T01:31:40.442Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T01:31:40.442Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T01:31:40.442Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T01:31:40.701Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:40.701Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T01:31:40.702Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:40.702Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T01:31:40.961Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:40.961Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T01:31:40.961Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:40.961Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T01:31:42.343Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:42.343Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T01:31:42.917Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:43.183Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T01:31:43.755Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:43.755Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T01:31:44.015Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:44.015Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T01:31:45.001Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T01:31:45.001Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T01:31:45.001Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T01:31:45.001Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T01:31:45.261Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T01:31:45.261Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T01:31:45.261Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T01:31:45.261Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T01:31:45.521Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-05T01:31:45.521Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-05T01:31:45.521Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T01:31:45.521Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T01:31:45.782Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T01:31:45.782Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T01:31:45.782Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-05T01:31:45.782Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-05T01:31:45.989Z] 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-05T01:31:46.043Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:46.043Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T01:31:46.043Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:46.043Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:46.043Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:46.043Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-05T01:31:46.303Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-05T01:31:46.303Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-05T01:31:46.303Z] [2021-02-05T01:31:46.303Z] Current default time zone: 'Etc/UTC' [2021-02-05T01:31:46.303Z] Local time is now: Fri Feb 5 01:31:46 UTC 2021. [2021-02-05T01:31:46.303Z] Universal Time is now: Fri Feb 5 01:31:46 UTC 2021. [2021-02-05T01:31:46.303Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-05T01:31:46.303Z] [2021-02-05T01:31:46.303Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-05T01:31:46.303Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:46.303Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-05T01:31:46.569Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-05T01:31:46.569Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-05T01:31:46.569Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-05T01:31:46.569Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-05T01:31:46.569Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-05T01:31:46.569Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-05T01:31:46.569Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T01:31:46.569Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:46.569Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-05T01:31:46.830Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T01:31:46.830Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T01:31:46.968Z] 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-05T01:31:47.091Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:47.091Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-05T01:31:47.091Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-05T01:31:47.091Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-05T01:31:47.091Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T01:31:47.091Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-05T01:31:47.091Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-05T01:31:47.091Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-05T01:31:47.091Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-05T01:31:49.003Z] Updating certificates in /etc/ssl/certs... [2021-02-05T01:31:49.576Z] 23 added, 27 removed; done. [2021-02-05T01:31:49.576Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T01:31:49.576Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T01:31:49.576Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-05T01:31:49.576Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-05T01:31:49.844Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-05T01:31:49.844Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T01:31:49.844Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T01:31:49.844Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T01:31:49.845Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T01:31:49.845Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T01:31:49.845Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T01:31:50.104Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T01:31:50.104Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-05T01:31:50.104Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-05T01:31:50.104Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-05T01:31:50.104Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-05T01:31:50.104Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-05T01:31:50.104Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T01:31:50.104Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T01:31:50.104Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-05T01:31:50.364Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-05T01:31:50.364Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-05T01:31:50.364Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T01:31:50.364Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T01:31:50.364Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-05T01:31:50.624Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-05T01:31:50.624Z] Updating certificates in /etc/ssl/certs... [2021-02-05T01:31:51.195Z] 0 added, 0 removed; done. [2021-02-05T01:31:51.195Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-05T01:31:51.195Z] done. [2021-02-05T01:31:51.455Z] Reading package lists... [2021-02-05T01:31:51.715Z] Building dependency tree... [2021-02-05T01:31:51.715Z] Reading state information... [2021-02-05T01:31:51.715Z] The following NEW packages will be installed: [2021-02-05T01:31:51.715Z] apt-transport-https [2021-02-05T01:31:51.976Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T01:31:51.976Z] Need to get 1696 B of archives. [2021-02-05T01:31:51.976Z] After this operation, 153 kB of additional disk space will be used. [2021-02-05T01:31:51.976Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-05T01:31:51.976Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T01:31:51.976Z] Fetched 1696 B in 0s (8454 B/s) [2021-02-05T01:31:51.976Z] Selecting previously unselected package apt-transport-https. [2021-02-05T01:31:51.976Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-05T01:31:51.976Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-05T01:31:51.976Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T01:31:52.238Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T01:31:52.501Z] Waiting for network to be ready... [2021-02-05T01:31:53.700Z] 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-05T01:31:57.780Z] 2021-02-05T01:31:55Z INFO Waiting for automatic snapd restart... [2021-02-05T01:31:57.780Z] snapd 2.48.2 from Canonical* installed [2021-02-05T01:31:58.720Z] "snapd" switched to the "latest/stable" channel [2021-02-05T01:31:58.720Z] [2021-02-05T01:32:00.422Z] 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-05T01:32:01.264Z] core18 20201210 from Canonical* installed [2021-02-05T01:32:01.265Z] "core18" switched to the "latest/stable" channel [2021-02-05T01:32:01.265Z] [2021-02-05T01:32:04.566Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T01:32:04.566Z] "snapcraft" switched to the "latest/stable" channel [2021-02-05T01:32:04.566Z] [2021-02-05T01:32:04.750Z] 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-05T01:32:07.898Z] 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-05T01:32:07.898Z] - README.md [2021-02-05T01:32:07.898Z] - snapcraft.yaml.orig [2021-02-05T01:32:07.898Z] [2021-02-05T01:32:07.898Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T01:32:10.196Z] 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-05T01:32:12.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T01:32:14.499Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T01:32:14.499Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T01:32:14.499Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T01:32:14.499Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T01:32:15.441Z] Reading package lists... [2021-02-05T01:32:15.702Z] 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-05T01:32:17.135Z] 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-05T01:32:21.481Z] 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-05T01:32:22.312Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T01:32:22.312Z] Reading package lists... [2021-02-05T01:32:22.312Z] Building dependency tree... [2021-02-05T01:32:22.312Z] Reading state information... [2021-02-05T01:32:22.312Z] Suggested packages: [2021-02-05T01:32:22.312Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-05T01:32:22.312Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-05T01:32:22.312Z] Recommended packages: [2021-02-05T01:32:22.312Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-05T01:32:22.312Z] The following NEW packages will be installed: [2021-02-05T01:32:22.312Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-05T01:32:22.312Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-05T01:32:22.312Z] pkg-config zip [2021-02-05T01:32:22.312Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T01:32:22.312Z] Need to get 7655 kB of archives. [2021-02-05T01:32:22.312Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-05T01:32:22.312Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-05T01:32:22.312Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-05T01:32:22.572Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-05T01:32:22.572Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-05T01:32:22.572Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-05T01:32:22.572Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-05T01:32:22.832Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-05T01:32:22.832Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-05T01:32:22.832Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-05T01:32:22.832Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-05T01:32:23.092Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-05T01:32:23.092Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-05T01:32:23.092Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-05T01:32:23.092Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-05T01:32:23.092Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-05T01:32:23.351Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T01:32:23.351Z] Fetched 7655 kB in 1s (7332 kB/s) [2021-02-05T01:32:23.351Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-05T01:32:23.351Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-05T01:32:23.351Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-05T01:32:23.351Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T01:32:23.612Z] Selecting previously unselected package libpsl5:amd64. [2021-02-05T01:32:23.612Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-05T01:32:23.612Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T01:32:23.612Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-05T01:32:23.612Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-05T01:32:23.612Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T01:32:23.877Z] Selecting previously unselected package librtmp1:amd64. [2021-02-05T01:32:23.877Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-05T01:32:23.877Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T01:32:23.877Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-05T01:32:23.877Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-05T01:32:23.877Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T01:32:23.877Z] Selecting previously unselected package liberror-perl. [2021-02-05T01:32:23.877Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-05T01:32:23.877Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-05T01:32:24.139Z] Selecting previously unselected package git-man. [2021-02-05T01:32:24.139Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-05T01:32:24.139Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T01:32:24.139Z] Selecting previously unselected package git. [2021-02-05T01:32:24.139Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-05T01:32:24.139Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T01:32:25.082Z] Selecting previously unselected package libnorm1:amd64. [2021-02-05T01:32:25.082Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-05T01:32:25.082Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T01:32:25.082Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-05T01:32:25.082Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-05T01:32:25.082Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T01:32:25.082Z] Selecting previously unselected package libsodium23:amd64. [2021-02-05T01:32:25.082Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-05T01:32:25.082Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-05T01:32:25.345Z] Selecting previously unselected package libzmq5:amd64. [2021-02-05T01:32:25.345Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T01:32:25.345Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T01:32:25.345Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-05T01:32:25.345Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T01:32:25.345Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T01:32:25.606Z] Selecting previously unselected package pkg-config. [2021-02-05T01:32:25.606Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-05T01:32:25.606Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T01:32:25.606Z] Selecting previously unselected package zip. [2021-02-05T01:32:25.606Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-05T01:32:25.606Z] Unpacking zip (3.0-11build1) ... [2021-02-05T01:32:25.606Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T01:32:25.606Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T01:32:25.606Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T01:32:25.606Z] Setting up liberror-perl (0.17025-1) ... [Pipeline] } [2021-02-05T01:32:25.811Z] $ docker stop --time=1 f83d0e8f68274392fcd805d3d0940c9017b8782bad15520b30353c3e83a78a7f [2021-02-05T01:32:25.866Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T01:32:25.867Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T01:32:25.867Z] No schema files found: doing nothing. [2021-02-05T01:32:25.867Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T01:32:25.867Z] Setting up zip (3.0-11build1) ... [2021-02-05T01:32:25.867Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T01:32:25.867Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-05T01:32:25.867Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T01:32:25.867Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T01:32:26.127Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T01:32:26.127Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T01:32:26.127Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T01:32:26.127Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T01:32:28.181Z] $ docker rm -f f83d0e8f68274392fcd805d3d0940c9017b8782bad15520b30353c3e83a78a7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:32:30.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T01:32:30.101Z] [2021-02-05T01:32:30.101Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:32:30.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T01:32:30.502Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T01:32:30.502Z] 29e5d40040c1: Pulling fs layer [2021-02-05T01:32:30.502Z] 1ce36da41761: Pulling fs layer [2021-02-05T01:32:30.502Z] 25b303627fd3: Pulling fs layer [2021-02-05T01:32:31.927Z] 29e5d40040c1: Verifying Checksum [2021-02-05T01:32:31.927Z] 29e5d40040c1: Download complete [2021-02-05T01:32:32.519Z] 29e5d40040c1: Pull complete [2021-02-05T01:32:32.716Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T01:32:32.716Z] git set to automatically installed. [2021-02-05T01:32:32.716Z] git-man set to automatically installed. [2021-02-05T01:32:32.716Z] libcurl3-gnutls set to automatically installed. [2021-02-05T01:32:32.716Z] liberror-perl set to automatically installed. [2021-02-05T01:32:32.716Z] libglib2.0-0 set to automatically installed. [2021-02-05T01:32:32.716Z] libnghttp2-14 set to automatically installed. [2021-02-05T01:32:32.716Z] libnorm1 set to automatically installed. [2021-02-05T01:32:32.716Z] libpgm-5.2-0 set to automatically installed. [2021-02-05T01:32:32.716Z] libpsl5 set to automatically installed. [2021-02-05T01:32:32.716Z] librtmp1 set to automatically installed. [2021-02-05T01:32:32.716Z] libsodium23 set to automatically installed. [2021-02-05T01:32:32.716Z] libzmq3-dev set to automatically installed. [2021-02-05T01:32:32.716Z] libzmq5 set to automatically installed. [2021-02-05T01:32:32.716Z] pkg-config set to automatically installed. [2021-02-05T01:32:32.716Z] zip set to automatically installed. [2021-02-05T01:32:32.791Z] 1ce36da41761: Verifying Checksum [2021-02-05T01:32:32.791Z] 1ce36da41761: Download complete [2021-02-05T01:32:34.226Z] 1ce36da41761: Pull complete [2021-02-05T01:32:34.633Z] snapd is not logged in, snap install commands will use sudo [2021-02-05T01:32:35.202Z] 25b303627fd3: Verifying Checksum [2021-02-05T01:32:35.202Z] 25b303627fd3: Download complete [2021-02-05T01:32:41.220Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T01:32:41.480Z] snap "core18" has no updates available [2021-02-05T01:32:42.426Z] Pulling config-common [2021-02-05T01:32:43.366Z] Pulling go-build-helper [2021-02-05T01:32:45.365Z] 25b303627fd3: Pull complete [2021-02-05T01:32:45.365Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T01:32:45.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T01:32:45.365Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T01:32:45.629Z] prd-ubuntu18.04-docker-arm64-4c-16g-25144 does not seem to be running inside a container [2021-02-05T01:32:45.715Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T01:32:48.786Z] $ docker top 9741f540e684a8c97c115f5122d858c97336f4f4139384849edbdbb55dd4b718 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:32:49.811Z] + docker-compose build --help [2021-02-05T01:32:49.812Z] + grep parallel [2021-02-05T01:32:54.159Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T01:32:54.186Z] $ docker stop --time=1 9741f540e684a8c97c115f5122d858c97336f4f4139384849edbdbb55dd4b718 [2021-02-05T01:32:56.137Z] $ docker rm -f 9741f540e684a8c97c115f5122d858c97336f4f4139384849edbdbb55dd4b718 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:32:56.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T01:32:56.971Z] . [Pipeline] withDockerContainer [2021-02-05T01:32:57.234Z] prd-ubuntu18.04-docker-arm64-4c-16g-25144 does not seem to be running inside a container [2021-02-05T01:32:57.312Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T01:32:58.720Z] $ docker top c68f931fa3a098713ff2baa6d699d11b106b3f378ecdc7939b8118309c0fdbcd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:32:59.710Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T01:33:04.001Z] Building docker-core-command-go ... [2021-02-05T01:33:04.001Z] Building docker-core-data-go ... [2021-02-05T01:33:04.001Z] Building docker-core-metadata-go ... [2021-02-05T01:33:04.001Z] Building docker-security-bootstrapper-go ... [2021-02-05T01:33:04.001Z] Building docker-security-proxy-setup-go ... [2021-02-05T01:33:04.001Z] Building docker-security-secretstore-setup-go ... [2021-02-05T01:33:04.001Z] Building docker-support-notifications-go ... [2021-02-05T01:33:04.001Z] Building docker-support-scheduler-go ... [2021-02-05T01:33:04.001Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T01:33:04.001Z] Building docker-security-secretstore-setup-go [2021-02-05T01:33:04.001Z] Building docker-core-metadata-go [2021-02-05T01:33:04.001Z] Building docker-security-bootstrapper-go [2021-02-05T01:33:04.001Z] Building docker-sys-mgmt-agent-go [2021-02-05T01:33:04.001Z] Building docker-core-data-go [2021-02-05T01:33:05.336Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T01:33:05.336Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T01:33:05.337Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T01:33:05.337Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T01:33:05.337Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T01:33:05.337Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T01:33:05.337Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T01:33:05.337Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T01:33:05.337Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T01:33:05.337Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T01:33:05.337Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T01:33:05.337Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T01:33:05.337Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T01:33:05.337Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T01:33:05.337Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T01:33:05.337Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T01:33:05.337Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T01:33:05.337Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T01:33:05.337Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T01:33:05.337Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T01:33:05.337Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T01:33:05.337Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T01:33:05.337Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T01:33:05.337Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T01:33:05.337Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T01:33:05.337Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T01:33:05.337Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T01:33:05.337Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-05T01:33:05.337Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-05T01:33:05.337Z] Fetched 279 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-05T01:33:05.337Z] Fetched 122 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-05T01:33:05.337Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-05T01:33:05.337Z] Fetched 8848 B in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-05T01:33:05.337Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-05T01:33:05.337Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-05T01:33:05.337Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-05T01:33:05.337Z] Fetched 214 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-05T01:33:05.337Z] Fetched 155 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-05T01:33:05.337Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-05T01:33:05.337Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-05T01:33:05.337Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-05T01:33:05.337Z] Fetched 499 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-05T01:33:05.337Z] Fetched 111 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-05T01:33:05.337Z] Fetched 240 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-05T01:33:05.337Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-05T01:33:05.337Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-05T01:33:05.337Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-05T01:33:05.337Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-05T01:33:05.337Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-05T01:33:05.337Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-05T01:33:05.337Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-05T01:33:05.337Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-05T01:33:05.337Z] Fetched 8720 B in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-05T01:33:05.337Z] Fetched 137 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-05T01:33:05.337Z] Fetched 119 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-05T01:33:05.337Z] Fetched 109 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-05T01:33:05.337Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-05T01:33:05.337Z] Fetched 645 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-05T01:33:05.337Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-05T01:33:05.337Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-05T01:33:05.337Z] Fetched 368 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-05T01:33:05.337Z] Fetched 187 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-05T01:33:05.337Z] Fetched 175 kB in 0s (0 B/s) [2021-02-05T01:33:05.337Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-05T01:33:07.880Z] Fetched 206 kB in 0s (0 B/s) [2021-02-05T01:33:07.880Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-05T01:33:07.880Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-05T01:33:07.880Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-05T01:33:07.880Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-05T01:33:07.880Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-05T01:33:07.880Z] Fetched 159 kB in 0s (0 B/s) [2021-02-05T01:33:07.880Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-05T01:33:07.880Z] Fetched 107 kB in 0s (0 B/s) [2021-02-05T01:33:07.880Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-05T01:33:07.880Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-05T01:33:07.880Z] Pulling static-packages [2021-02-05T01:33:08.818Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-05T01:33:08.818Z] Skipping pull go-build-helper (already ran) [2021-02-05T01:33:08.818Z] Skipping pull static-packages (already ran) [2021-02-05T01:33:08.818Z] Building go-build-helper [2021-02-05T01:33:12.117Z] Building static-packages [2021-02-05T01:33:14.031Z] Staging go-build-helper [2021-02-05T01:33:14.600Z] Staging static-packages [2021-02-05T01:33:15.541Z] Pulling go115 [2021-02-05T01:33:16.484Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-05T01:33:16.484Z] Skipping pull go115 (already ran) [2021-02-05T01:33:16.484Z] Building go115 [2021-02-05T01:33:16.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:33:16.484Z] Dload Upload Total Spent Left Speed [2021-02-05T01:33:21.316Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 213k 0 0 735k 0 0:02:40 --:--:-- 0:02:40 732k 22 115M 22 25.5M 0 0 19.6M 0 0:00:05 0:00:01 0:00:04 19.6M 44 115M 44 51.7M 0 0 22.5M 0 0:00:05 0:00:02 0:00:03 22.5M 71 115M 71 83.0M 0 0 25.2M 0 0:00:04 0:00:03 0:00:01 25.2M 95 115M 95 110M 0 0 24.2M 0 0:00:04 0:00:04 --:--:-- 24.2M 100 115M 100 115M 0 0 24.3M 0 0:00:04 0:00:04 --:--:-- 25.9M [2021-02-05T01:33:21.887Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-05T01:33:26.089Z] Staging go115 [2021-02-05T01:33:31.380Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T01:33:31.380Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T01:33:31.380Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T01:33:31.380Z] Fetched 0 B in 0s (0 B/s) [2021-02-05T01:33:31.380Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-05T01:33:31.380Z] Fetched 224 kB in 0s (0 B/s) [2021-02-05T01:33:31.380Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-05T01:33:31.380Z] Fetched 157 kB in 0s (0 B/s) [2021-02-05T01:33:31.380Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-05T01:33:31.380Z] Fetched 221 kB in 0s (0 B/s) [2021-02-05T01:33:31.380Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-05T01:33:31.380Z] Fetched 143 kB in 0s (0 B/s) [2021-02-05T01:33:31.380Z] Pulling edgex-go [2021-02-05T01:33:31.951Z] Pulling version [2021-02-05T01:33:32.897Z] Building config-common [2021-02-05T01:33:34.808Z] Skipping build go-build-helper (already ran) [2021-02-05T01:33:34.808Z] Skipping build static-packages (already ran) [2021-02-05T01:33:34.808Z] Skipping build go115 (already ran) [2021-02-05T01:33:34.808Z] Building edgex-go [2021-02-05T01:33:35.068Z] 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-05T01:33:36.452Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-05T01:33:36.452Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.22 [2021-02-05T01:33:36.452Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-05T01:33:36.452Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-05T01:33:36.452Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-05T01:33:36.452Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-05T01:33:36.452Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-05T01:33:36.452Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-05T01:33:36.452Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-05T01:33:36.452Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-05T01:33:36.452Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-05T01:33:36.452Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-05T01:33:36.452Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-05T01:33:36.452Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-05T01:33:36.452Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-05T01:33:36.452Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-05T01:33:36.452Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-05T01:33:36.452Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-05T01:33:36.452Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-05T01:33:36.452Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-05T01:33:36.452Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-05T01:33:36.452Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-05T01:33:36.714Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-05T01:33:36.714Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-05T01:33:36.714Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-05T01:33:36.714Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-05T01:33:36.974Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-05T01:33:36.974Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-05T01:33:43.557Z] 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-05T01:33:47.752Z] 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-05T01:33:48.692Z] 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-05T01:33:50.084Z] 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-05T01:33:50.084Z] 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-05T01:33:50.084Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-05T01:33:50.345Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-05T01:33:50.345Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-05T01:33:50.345Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-05T01:33:51.727Z] 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-05T01:33:51.727Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-05T01:33:51.727Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-05T01:33:53.110Z] 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-05T01:33:54.054Z] 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-05T01:33:54.054Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-05T01:33:55.437Z] 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-05T01:33:56.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T01:33:56.949Z] 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-05T01:33:56.949Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-05T01:33:58.334Z] 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-05T01:33:58.334Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-05T01:34:00.884Z] Building version [2021-02-05T01:34:02.800Z] Staging config-common [2021-02-05T01:34:03.742Z] Skipping stage go-build-helper (already ran) [2021-02-05T01:34:03.742Z] Skipping stage static-packages (already ran) [2021-02-05T01:34:03.742Z] Skipping stage go115 (already ran) [2021-02-05T01:34:03.742Z] Staging edgex-go [2021-02-05T01:34:04.685Z] Staging version [2021-02-05T01:34:05.258Z] Priming config-common [2021-02-05T01:34:06.200Z] Priming go-build-helper [2021-02-05T01:34:07.139Z] Priming static-packages [2021-02-05T01:34:09.683Z] Priming go115 [2021-02-05T01:34:10.256Z] Priming edgex-go [2021-02-05T01:34:11.644Z] Priming version [2021-02-05T01:34:11.976Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:34:11.976Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:34:11.976Z] ---> 43aacc25e284 [2021-02-05T01:34:11.976Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:34:12.221Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-05T01:34:12.264Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:34:12.264Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:34:12.264Z] ---> 43aacc25e284 [2021-02-05T01:34:12.264Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T01:34:12.897Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:34:12.897Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:34:12.897Z] ---> 43aacc25e284 [2021-02-05T01:34:12.897Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T01:34:12.897Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:34:12.897Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:34:12.897Z] ---> 43aacc25e284 [2021-02-05T01:34:12.897Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:34:12.897Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:34:12.897Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:34:12.897Z] ---> 43aacc25e284 [2021-02-05T01:34:12.897Z] Step 3/26 : WORKDIR /edgex-go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T01:34:16.343Z] ---> Running in 9cb248ce5487 [2021-02-05T01:34:16.343Z] ---> Running in cb0d2c5c9441 [2021-02-05T01:34:16.343Z] ---> Running in d045a2373b17 [2021-02-05T01:34:16.343Z] ---> Running in dd40deacf8f5 [2021-02-05T01:34:16.343Z] ---> Running in 282307bebe56 [2021-02-05T01:34:16.953Z] Removing intermediate container dd40deacf8f5 [2021-02-05T01:34:16.953Z] ---> b08adb538cbf [2021-02-05T01:34:16.953Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:34:17.230Z] Removing intermediate container d045a2373b17 [2021-02-05T01:34:17.230Z] ---> 575bba4b52f0 [2021-02-05T01:34:17.230Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:34:17.230Z] Removing intermediate container 9cb248ce5487 [2021-02-05T01:34:17.230Z] ---> 036352614c0a [2021-02-05T01:34:17.230Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:34:17.230Z] Removing intermediate container cb0d2c5c9441 [2021-02-05T01:34:17.230Z] ---> 3b671330c51d [2021-02-05T01:34:17.230Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:34:17.230Z] Removing intermediate container 282307bebe56 [2021-02-05T01:34:17.230Z] ---> f08d5ea4a1dd [2021-02-05T01:34:17.230Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:34:17.514Z] ---> Running in fb17482dc38d [2021-02-05T01:34:17.514Z] ---> Running in 7b3ea1e9ec98 [2021-02-05T01:34:17.514Z] ---> Running in c00a7440c2d3 [2021-02-05T01:34:17.514Z] ---> Running in 6016a445f5fe [2021-02-05T01:34:17.514Z] ---> Running in 5af5b6e8a049 [2021-02-05T01:34:20.959Z] Removing intermediate container fb17482dc38d [2021-02-05T01:34:20.959Z] ---> dc5d32348251 [2021-02-05T01:34:20.959Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T01:34:21.234Z] ---> Running in 344a4da5c895 [2021-02-05T01:34:21.234Z] Removing intermediate container 7b3ea1e9ec98 [2021-02-05T01:34:21.234Z] ---> f284811cce41 [2021-02-05T01:34:21.234Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T01:34:21.514Z] ---> Running in 627eb3fe0abd [2021-02-05T01:34:21.787Z] Removing intermediate container c00a7440c2d3 [2021-02-05T01:34:21.787Z] ---> 958b5822ea21 [2021-02-05T01:34:21.787Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T01:34:21.787Z] Removing intermediate container 5af5b6e8a049 [2021-02-05T01:34:21.787Z] ---> 1d47ed31c0c4 [2021-02-05T01:34:21.787Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T01:34:22.062Z] Removing intermediate container 6016a445f5fe [2021-02-05T01:34:22.062Z] ---> a137bf694608 [2021-02-05T01:34:22.062Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T01:34:22.062Z] ---> Running in 816103fccc79 [2021-02-05T01:34:22.062Z] ---> Running in 0adbec47377e [2021-02-05T01:34:22.337Z] ---> Running in 63b8df0d38d4 [2021-02-05T01:34:22.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:34:23.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:34:23.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:34:24.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:34:24.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:34:24.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:34:24.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:34:24.630Z] OK: 217 MiB in 51 packages [2021-02-05T01:34:24.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:34:24.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:34:25.189Z] OK: 217 MiB in 51 packages [2021-02-05T01:34:25.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:34:26.180Z] OK: 217 MiB in 51 packages [2021-02-05T01:34:26.180Z] Removing intermediate container 344a4da5c895 [2021-02-05T01:34:26.180Z] ---> 2b9a193b0c46 [2021-02-05T01:34:26.180Z] Step 6/26 : COPY go.mod . [2021-02-05T01:34:26.180Z] OK: 217 MiB in 51 packages [2021-02-05T01:34:26.180Z] OK: 217 MiB in 51 packages [2021-02-05T01:34:26.780Z] Removing intermediate container 627eb3fe0abd [2021-02-05T01:34:26.780Z] ---> 96634da97cb2 [2021-02-05T01:34:26.780Z] Step 6/23 : COPY go.mod . [2021-02-05T01:34:27.058Z] ---> 035b1e76f64f [2021-02-05T01:34:27.058Z] Step 7/26 : RUN go mod download [2021-02-05T01:34:27.350Z] ---> Running in a39f56dd93e4 [2021-02-05T01:34:27.623Z] Removing intermediate container 63b8df0d38d4 [2021-02-05T01:34:27.623Z] ---> ef115fcc2364 [2021-02-05T01:34:27.623Z] Step 6/24 : COPY go.mod . [2021-02-05T01:34:27.896Z] ---> aa7a0892ea97 [2021-02-05T01:34:27.896Z] Step 7/23 : RUN go mod download [2021-02-05T01:34:28.173Z] Removing intermediate container 0adbec47377e [2021-02-05T01:34:28.173Z] ---> 83b89576be18 [2021-02-05T01:34:28.173Z] Step 6/23 : COPY go.mod . [2021-02-05T01:34:28.173Z] ---> Running in 5626ca91a4ef [2021-02-05T01:34:28.173Z] Removing intermediate container 816103fccc79 [2021-02-05T01:34:28.173Z] ---> 2ebd0be07a51 [2021-02-05T01:34:28.173Z] Step 6/31 : COPY go.mod . [2021-02-05T01:34:28.780Z] ---> cef3a950b220 [2021-02-05T01:34:28.780Z] Step 7/24 : RUN go mod download [2021-02-05T01:34:29.076Z] ---> Running in 58c83f559f48 [2021-02-05T01:34:29.350Z] ---> 97c0436333cc [2021-02-05T01:34:29.350Z] Step 7/23 : RUN go mod download [2021-02-05T01:34:29.625Z] ---> Running in 4e854d16a994 [2021-02-05T01:34:29.625Z] ---> 1979cae2db87 [2021-02-05T01:34:29.625Z] Step 7/31 : RUN go mod download [2021-02-05T01:34:29.899Z] ---> Running in f1af9d7c5572 [2021-02-05T01:34:31.905Z] Removing intermediate container a39f56dd93e4 [2021-02-05T01:34:31.905Z] ---> e9d5b27ba930 [2021-02-05T01:34:31.905Z] Step 8/26 : COPY . . [2021-02-05T01:34:32.518Z] Removing intermediate container 5626ca91a4ef [2021-02-05T01:34:32.518Z] ---> 3c2e0a2a0745 [2021-02-05T01:34:32.518Z] Step 8/23 : COPY . . [2021-02-05T01:34:33.507Z] Removing intermediate container 58c83f559f48 [2021-02-05T01:34:33.507Z] ---> f2bcb649d93f [2021-02-05T01:34:33.507Z] Step 8/24 : COPY . . [2021-02-05T01:34:34.496Z] Removing intermediate container 4e854d16a994 [2021-02-05T01:34:34.496Z] ---> bc75830c62f4 [2021-02-05T01:34:34.496Z] Step 8/23 : COPY . . [2021-02-05T01:34:34.768Z] Removing intermediate container f1af9d7c5572 [2021-02-05T01:34:34.768Z] ---> dec90af2d3aa [2021-02-05T01:34:34.768Z] Step 8/31 : COPY . . [2021-02-05T01:35:01.576Z] ---> 2009ef46f35a [2021-02-05T01:35:01.576Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T01:35:01.576Z] ---> e34531331780 [2021-02-05T01:35:01.576Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T01:35:01.576Z] ---> 5dcc8f31d384 [2021-02-05T01:35:01.576Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T01:35:01.576Z] ---> caf18fae0375 [2021-02-05T01:35:01.576Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T01:35:01.576Z] ---> 7b881c27daac [2021-02-05T01:35:01.576Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T01:35:01.576Z] ---> Running in d833ad2915ec [2021-02-05T01:35:01.576Z] ---> Running in 025c78429a43 [2021-02-05T01:35:01.576Z] ---> Running in f66a298c7c6e [2021-02-05T01:35:01.576Z] ---> Running in 012e142d7173 [2021-02-05T01:35:01.576Z] ---> Running in 732762b1e3b9 [2021-02-05T01:35:01.576Z] 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-05T01:35:01.576Z] 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-05T01:35:01.576Z] 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-05T01:35:01.853Z] 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-05T01:35:01.853Z] 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-05T01:36:23.671Z] 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-05T01:36:23.671Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T01:36:38.812Z] Removing intermediate container f66a298c7c6e [2021-02-05T01:36:38.812Z] ---> 8680d2e6e74b [2021-02-05T01:36:38.812Z] [2021-02-05T01:36:38.812Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T01:36:38.812Z] 3.12: Pulling from library/alpine [2021-02-05T01:36:39.095Z] Removing intermediate container d833ad2915ec [2021-02-05T01:36:39.095Z] ---> e4ff54a3c832 [2021-02-05T01:36:39.095Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T01:36:39.488Z] ---> Running in 089a7c7d9c46 [2021-02-05T01:36:41.070Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T01:36:41.070Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T01:36:41.070Z] ---> afeebe901d6b [2021-02-05T01:36:41.070Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T01:36:41.378Z] ---> Running in 76ffafbb980a [2021-02-05T01:36:42.034Z] 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-05T01:36:43.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:36:43.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:36:44.119Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T01:36:44.391Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:36:44.391Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T01:36:44.391Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T01:36:44.391Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T01:36:44.391Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:36:44.391Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:36:44.667Z] OK: 7 MiB in 19 packages [2021-02-05T01:36:48.065Z] Removing intermediate container 76ffafbb980a [2021-02-05T01:36:48.065Z] ---> 49fded386ce6 [2021-02-05T01:36:48.065Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T01:36:48.665Z] ---> Running in d77e244b6093 [2021-02-05T01:36:48.665Z] Removing intermediate container 089a7c7d9c46 [2021-02-05T01:36:48.665Z] ---> 63725aba6678 [2021-02-05T01:36:48.665Z] [2021-02-05T01:36:48.665Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T01:36:48.941Z] 20.10.0: Pulling from library/docker [2021-02-05T01:36:49.932Z] Removing intermediate container d77e244b6093 [2021-02-05T01:36:49.932Z] ---> 41415118b246 [2021-02-05T01:36:49.932Z] Step 13/24 : WORKDIR / [2021-02-05T01:36:50.529Z] ---> Running in 86d196c6e77f [2021-02-05T01:36:51.969Z] Removing intermediate container 86d196c6e77f [2021-02-05T01:36:51.969Z] ---> 104fb113c053 [2021-02-05T01:36:51.969Z] 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-05T01:36:52.576Z] Removing intermediate container 012e142d7173 [2021-02-05T01:36:52.576Z] ---> 3e123ec620d5 [2021-02-05T01:36:52.576Z] [2021-02-05T01:36:52.576Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T01:36:52.576Z] ---> afeebe901d6b [2021-02-05T01:36:52.576Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T01:36:53.576Z] ---> Running in bb8a4a7d9d25 [2021-02-05T01:36:53.851Z] ---> 1f2883553d33 [2021-02-05T01:36:53.851Z] 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-05T01:36:54.449Z] Removing intermediate container bb8a4a7d9d25 [2021-02-05T01:36:54.449Z] ---> 350205883136 [2021-02-05T01:36:54.449Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T01:36:54.450Z] ---> Running in f7121bafb745 [2021-02-05T01:36:55.432Z] ---> 39c394473c0e [2021-02-05T01:36:55.432Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T01:36:56.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:36:56.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:36:56.982Z] ---> c96bbd773279 [2021-02-05T01:36:56.982Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T01:36:57.258Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T01:36:57.258Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T01:36:57.537Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:36:57.537Z] OK: 5 MiB in 16 packages [2021-02-05T01:37:00.187Z] ---> 5aa9bb041c3a [2021-02-05T01:37:00.187Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T01:37:00.463Z] Removing intermediate container f7121bafb745 [2021-02-05T01:37:00.463Z] ---> 38c6c742c6e1 [2021-02-05T01:37:00.463Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T01:37:00.735Z] ---> Running in e288a7710a75 [2021-02-05T01:37:02.177Z] Removing intermediate container e288a7710a75 [2021-02-05T01:37:02.177Z] ---> 0bfca3d2a8d7 [2021-02-05T01:37:02.177Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T01:37:02.776Z] ---> 97f3557a81aa [2021-02-05T01:37:02.777Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T01:37:03.052Z] ---> Running in 72a68a254982 [2021-02-05T01:37:03.651Z] Removing intermediate container 025c78429a43 [2021-02-05T01:37:03.651Z] ---> 1f5ac2f61edb [2021-02-05T01:37:03.651Z] [2021-02-05T01:37:03.651Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:37:03.651Z] ---> afeebe901d6b [2021-02-05T01:37:03.651Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:37:03.923Z] Removing intermediate container 72a68a254982 [2021-02-05T01:37:03.923Z] ---> 08089f613c94 [2021-02-05T01:37:03.923Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T01:37:04.209Z] ---> Running in b30cd723e982 [2021-02-05T01:37:04.486Z] ---> Running in a320bda77158 [2021-02-05T01:37:04.486Z] ---> 9d3fab17baa4 [2021-02-05T01:37:04.486Z] 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-05T01:37:05.080Z] ---> Running in c3d34f41a43e [2021-02-05T01:37:07.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:37:07.063Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T01:37:07.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:37:07.063Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T01:37:07.063Z] ---> eeaf43b92773 [2021-02-05T01:37:07.063Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T01:37:07.669Z] ---> Running in 030fa5500f9b [2021-02-05T01:37:07.669Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T01:37:07.669Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:37:07.669Z] OK: 5 MiB in 15 packages [2021-02-05T01:37:09.651Z] Removing intermediate container a320bda77158 [2021-02-05T01:37:09.651Z] Removing intermediate container c3d34f41a43e [2021-02-05T01:37:09.651Z] ---> ee5b680bee6c [2021-02-05T01:37:09.651Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T01:37:09.651Z] ---> 5d987f2e9527 [2021-02-05T01:37:09.651Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T01:37:09.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:37:09.651Z] Removing intermediate container b30cd723e982 [2021-02-05T01:37:09.651Z] ---> a07ec631b3da [2021-02-05T01:37:09.651Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:37:09.651Z] ---> Running in 9c02189f3a5a [2021-02-05T01:37:09.651Z] ---> Running in ffc80dd134df [2021-02-05T01:37:09.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:37:09.927Z] ---> Running in 47ef59d4b2ca [2021-02-05T01:37:10.199Z] Removing intermediate container 732762b1e3b9 [2021-02-05T01:37:10.199Z] ---> 9b54ab4598c3 [2021-02-05T01:37:10.199Z] [2021-02-05T01:37:10.199Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:37:10.199Z] ---> afeebe901d6b [2021-02-05T01:37:10.199Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T01:37:10.199Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T01:37:10.199Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T01:37:10.199Z] Executing bash-5.0.17-r0.post-install [2021-02-05T01:37:10.199Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:37:10.473Z] OK: 12 MiB in 22 packages [2021-02-05T01:37:10.473Z] Removing intermediate container ffc80dd134df [2021-02-05T01:37:10.473Z] ---> f1736cd32f9c [2021-02-05T01:37:10.473Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T01:37:10.473Z] ---> Running in 28019f45aed6 [2021-02-05T01:37:10.473Z] Removing intermediate container 9c02189f3a5a [2021-02-05T01:37:10.473Z] ---> f7abfc681835 [2021-02-05T01:37:10.473Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T01:37:10.767Z] ---> Running in 3deee9b4d508 [2021-02-05T01:37:10.767Z] Removing intermediate container 47ef59d4b2ca [2021-02-05T01:37:10.767Z] ---> 590ca15c5143 [2021-02-05T01:37:10.767Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T01:37:11.043Z] ---> Running in 36f04ca68c30 [2021-02-05T01:37:11.326Z] Removing intermediate container 28019f45aed6 [2021-02-05T01:37:11.326Z] ---> ae0670982bb2 [2021-02-05T01:37:11.326Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T01:37:11.326Z] Removing intermediate container 3deee9b4d508 [2021-02-05T01:37:11.326Z] ---> 5e19ea329815 [2021-02-05T01:37:11.326Z] Step 23/24 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:37:11.610Z] ---> Running in 7f85b34e1f3e [2021-02-05T01:37:11.610Z] Removing intermediate container 36f04ca68c30 [2021-02-05T01:37:11.610Z] ---> 0918f12e9719 [2021-02-05T01:37:11.610Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T01:37:11.883Z] ---> Running in bb6e70db6163 [2021-02-05T01:37:11.883Z] ---> f5c550640bf7 [2021-02-05T01:37:11.883Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T01:37:11.883Z] ---> Running in 86f9e7cbc841 [2021-02-05T01:37:12.168Z] ---> Running in fef7fff6f4a4 [2021-02-05T01:37:12.168Z] Removing intermediate container 030fa5500f9b [2021-02-05T01:37:12.168Z] ---> 7a74c289012f [2021-02-05T01:37:12.168Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T01:37:12.168Z] Removing intermediate container 7f85b34e1f3e [2021-02-05T01:37:12.168Z] ---> edab3bf21764 [2021-02-05T01:37:12.168Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T01:37:12.444Z] Removing intermediate container bb6e70db6163 [2021-02-05T01:37:12.444Z] ---> e22ea2a6f2a0 [2021-02-05T01:37:12.444Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T01:37:12.719Z] ---> Running in be4a0abd9a74 [2021-02-05T01:37:12.719Z] ---> Running in e6c6f835903b [2021-02-05T01:37:12.719Z] Removing intermediate container 86f9e7cbc841 [2021-02-05T01:37:12.719Z] ---> 87107c8e6281 [2021-02-05T01:37:12.719Z] Step 15/23 : WORKDIR / [2021-02-05T01:37:12.997Z] ---> Running in 7091cebea721 [2021-02-05T01:37:12.997Z] ---> Running in c7c90ad71091 [2021-02-05T01:37:13.273Z] Removing intermediate container e6c6f835903b [2021-02-05T01:37:13.273Z] ---> e1d56a7edf93 [2021-02-05T01:37:13.273Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T01:37:13.547Z] Removing intermediate container be4a0abd9a74 [2021-02-05T01:37:13.547Z] ---> eaf4ae8ad966 [2021-02-05T01:37:13.547Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:37:13.547Z] ---> Running in 62c2f2e2f467 [2021-02-05T01:37:13.547Z] Removing intermediate container 7091cebea721 [2021-02-05T01:37:13.547Z] ---> 586b4edcaea3 [2021-02-05T01:37:13.547Z] [2021-02-05T01:37:13.822Z] ---> Running in fc1effeedc65 [2021-02-05T01:37:13.822Z] Removing intermediate container c7c90ad71091 [2021-02-05T01:37:13.822Z] ---> 12f18947ee28 [2021-02-05T01:37:13.822Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:37:14.432Z] Successfully built 586b4edcaea3 [2021-02-05T01:37:14.432Z] Removing intermediate container 62c2f2e2f467 [2021-02-05T01:37:14.432Z] ---> c48d94f9cdc5 [2021-02-05T01:37:14.432Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T01:37:14.432Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T01:37:14.432Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-02-05T01:37:14.759Z] ---> Running in 243725f93f0f [2021-02-05T01:37:15.049Z] ---> 703c4891af42 [2021-02-05T01:37:15.049Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T01:37:15.655Z] Removing intermediate container 243725f93f0f [2021-02-05T01:37:15.655Z] ---> ab0d2f3e2990 [2021-02-05T01:37:15.655Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T01:37:15.932Z] Removing intermediate container fef7fff6f4a4 [2021-02-05T01:37:15.932Z] ---> a534008f6362 [2021-02-05T01:37:15.932Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:37:18.567Z] ---> f213868ad79c [2021-02-05T01:37:18.567Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T01:37:18.567Z] ---> b797620bb8d6 [2021-02-05T01:37:18.567Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T01:37:18.567Z] ---> 7290be16eaa6 [2021-02-05T01:37:18.567Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T01:37:18.567Z] Removing intermediate container fc1effeedc65 [2021-02-05T01:37:18.567Z] ---> fecfb16c421a [2021-02-05T01:37:18.567Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T01:37:19.173Z] ---> Running in 801b13c32330 [2021-02-05T01:37:20.154Z] ---> bcb1d14c0224 [2021-02-05T01:37:20.154Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T01:37:20.428Z] ---> 7ef3c1fcaf60 [2021-02-05T01:37:20.428Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T01:37:20.428Z] ---> a7b8b985d1be [2021-02-05T01:37:20.428Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T01:37:20.703Z] ---> Running in d3e488041650 [2021-02-05T01:37:21.693Z] Removing intermediate container d3e488041650 [2021-02-05T01:37:21.693Z] ---> 0edef936c819 [2021-02-05T01:37:21.693Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:37:21.693Z] ---> 1e614a85f96b [2021-02-05T01:37:21.693Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T01:37:21.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:37:21.693Z] ---> fe65d18b8576 [2021-02-05T01:37:21.693Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T01:37:21.693Z] ---> Running in 0e4dd0b578ba [2021-02-05T01:37:21.968Z] ---> Running in c904f40d36be [2021-02-05T01:37:22.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:37:22.845Z] Removing intermediate container 0e4dd0b578ba [2021-02-05T01:37:22.845Z] ---> 3bed367464e7 [2021-02-05T01:37:22.845Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T01:37:23.447Z] ---> Running in 22f77061df20 [2021-02-05T01:37:23.447Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T01:37:23.447Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T01:37:23.447Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T01:37:23.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:37:23.447Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T01:37:23.720Z] ---> 07f721c6e1bc [2021-02-05T01:37:23.720Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T01:37:23.720Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T01:37:23.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:37:23.996Z] Removing intermediate container 22f77061df20 [2021-02-05T01:37:23.996Z] ---> 08fafb5df1cf [2021-02-05T01:37:23.996Z] Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:37:23.996Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T01:37:23.996Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:37:23.996Z] OK: 8 MiB in 20 packages [2021-02-05T01:37:24.276Z] ---> Running in c56cfdcb7e38 [2021-02-05T01:37:24.551Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T01:37:24.551Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T01:37:24.551Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T01:37:24.551Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T01:37:24.551Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T01:37:24.551Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T01:37:24.827Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T01:37:25.104Z] ---> 03987c8a3464 [2021-02-05T01:37:25.104Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T01:37:26.544Z] ---> Running in cbe104d57c51 [2021-02-05T01:37:26.544Z] Removing intermediate container c56cfdcb7e38 [2021-02-05T01:37:26.544Z] ---> 645cadc6b2c8 [2021-02-05T01:37:26.544Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T01:37:26.822Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T01:37:26.822Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T01:37:26.822Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T01:37:26.822Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T01:37:26.822Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T01:37:26.822Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T01:37:27.104Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T01:37:27.104Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T01:37:27.104Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T01:37:27.104Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T01:37:27.104Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T01:37:27.104Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T01:37:27.104Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T01:37:27.104Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T01:37:27.383Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T01:37:27.383Z] ---> Running in 81a332599c62 [2021-02-05T01:37:27.383Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T01:37:27.383Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T01:37:27.383Z] Removing intermediate container cbe104d57c51 [2021-02-05T01:37:27.383Z] ---> 2ccb98564c82 [2021-02-05T01:37:27.383Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T01:37:27.383Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T01:37:27.383Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T01:37:27.383Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T01:37:27.383Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T01:37:27.383Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T01:37:27.383Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T01:37:27.662Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T01:37:27.662Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T01:37:27.662Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T01:37:27.662Z] Removing intermediate container 801b13c32330 [2021-02-05T01:37:27.662Z] ---> 5c59154a09b9 [2021-02-05T01:37:27.662Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:37:27.662Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:37:27.936Z] OK: 71 MiB in 55 packages [2021-02-05T01:37:28.212Z] Removing intermediate container 81a332599c62 [2021-02-05T01:37:28.212Z] ---> ab38b5d7bf22 [2021-02-05T01:37:28.212Z] [2021-02-05T01:37:28.826Z] Successfully built ab38b5d7bf22 [2021-02-05T01:37:28.826Z] ---> 9e9b1031fca4 [2021-02-05T01:37:28.826Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T01:37:28.826Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T01:37:28.826Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-02-05T01:37:29.809Z] ---> Running in cfee79c2aff0 [2021-02-05T01:37:29.809Z] ---> 5408d2476f6e [2021-02-05T01:37:29.809Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T01:37:34.120Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:37:34.120Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:37:34.120Z] ---> 43aacc25e284 [2021-02-05T01:37:34.120Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:37:34.120Z] ---> Using cache [2021-02-05T01:37:34.120Z] ---> f08d5ea4a1dd [2021-02-05T01:37:34.120Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:37:34.120Z] ---> Using cache [2021-02-05T01:37:34.120Z] ---> 1d47ed31c0c4 [2021-02-05T01:37:34.120Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T01:37:34.120Z] ---> 29ecabe40dca [2021-02-05T01:37:34.120Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T01:37:34.396Z] ---> Running in c4786b4be13a [2021-02-05T01:37:34.396Z] Removing intermediate container cfee79c2aff0 [2021-02-05T01:37:34.396Z] ---> 0c744941f1d9 [2021-02-05T01:37:34.396Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T01:37:35.825Z] ---> Running in 0b5109a96a40 [2021-02-05T01:37:36.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:37:36.097Z] ---> 2b8b8e4d4083 [2021-02-05T01:37:36.097Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T01:37:36.725Z] ---> Running in d6fb654de3c6 [2021-02-05T01:37:36.725Z] Removing intermediate container 0b5109a96a40 [2021-02-05T01:37:36.725Z] ---> 145205c2c8bf [2021-02-05T01:37:36.725Z] Step 28/31 : CMD ["gate"] [2021-02-05T01:37:36.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:37:37.349Z] Removing intermediate container c904f40d36be [2021-02-05T01:37:37.349Z] ---> 4838ce706ed2 [2021-02-05T01:37:37.349Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T01:37:37.349Z] ---> Running in 56f23421b1ac [2021-02-05T01:37:37.623Z] OK: 217 MiB in 51 packages [2021-02-05T01:37:37.623Z] Removing intermediate container d6fb654de3c6 [2021-02-05T01:37:37.623Z] ---> 8b8fca3b5855 [2021-02-05T01:37:37.623Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:37:37.623Z] ---> Running in 6ca03cfd121a [2021-02-05T01:37:37.898Z] ---> Running in 0fb88d222f8b [2021-02-05T01:37:38.506Z] Removing intermediate container 56f23421b1ac [2021-02-05T01:37:38.506Z] ---> 9ae4fffd7e89 [2021-02-05T01:37:38.506Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T01:37:38.790Z] Removing intermediate container 0fb88d222f8b [2021-02-05T01:37:38.790Z] ---> c36ccbb0c8c1 [2021-02-05T01:37:38.790Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T01:37:38.790Z] ---> Running in 6345dba7d313 [2021-02-05T01:37:39.404Z] Removing intermediate container c4786b4be13a [2021-02-05T01:37:39.404Z] ---> ce5a3e552149 [2021-02-05T01:37:39.404Z] Step 6/23 : COPY go.mod . [2021-02-05T01:37:39.404Z] ---> Running in 5f5c34d1a0eb [2021-02-05T01:37:39.692Z] Removing intermediate container 6345dba7d313 [2021-02-05T01:37:39.692Z] ---> 7ff0c914858a [2021-02-05T01:37:39.692Z] Step 30/31 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:37:40.692Z] ---> Running in f73f1753b9b2 [2021-02-05T01:37:40.692Z] Removing intermediate container 5f5c34d1a0eb [2021-02-05T01:37:40.692Z] ---> 2d3e51ce6b2b [2021-02-05T01:37:40.692Z] Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:37:40.692Z] ---> aaec4932e7ee [2021-02-05T01:37:40.692Z] Step 7/23 : RUN go mod download [2021-02-05T01:37:40.973Z] ---> Running in ba54f58119d8 [2021-02-05T01:37:40.973Z] ---> Running in 808f0332da43 [2021-02-05T01:37:41.578Z] Removing intermediate container f73f1753b9b2 [2021-02-05T01:37:41.578Z] ---> dc4529903006 [2021-02-05T01:37:41.578Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T01:37:41.578Z] Removing intermediate container ba54f58119d8 [2021-02-05T01:37:41.578Z] ---> 033fdfe0633d [2021-02-05T01:37:41.578Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T01:37:42.188Z] ---> Running in 524ee1e1431e [2021-02-05T01:37:42.188Z] ---> Running in 95137139d1d4 [2021-02-05T01:37:42.934Z] Removing intermediate container 524ee1e1431e [2021-02-05T01:37:42.934Z] ---> 7bd2fe11c535 [2021-02-05T01:37:42.934Z] [2021-02-05T01:37:43.276Z] Removing intermediate container 95137139d1d4 [2021-02-05T01:37:43.276Z] ---> b084c9a022d6 [2021-02-05T01:37:43.276Z] [2021-02-05T01:37:43.936Z] Successfully built 7bd2fe11c535 [2021-02-05T01:37:43.936Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T01:37:43.936Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-02-05T01:37:44.616Z] Successfully built b084c9a022d6 [2021-02-05T01:37:44.616Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T01:37:44.616Z] Building docker-support-notifications-go [2021-02-05T01:37:44.616Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-02-05T01:37:44.616Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T01:37:46.245Z] Removing intermediate container 808f0332da43 [2021-02-05T01:37:46.245Z] ---> 40a816f6f7a9 [2021-02-05T01:37:46.245Z] Step 8/23 : COPY . . [2021-02-05T01:37:46.848Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T01:37:46.848Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T01:37:47.446Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T01:37:47.446Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T01:37:50.070Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T01:37:50.070Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T01:37:50.672Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T01:37:50.672Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T01:37:53.301Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T01:37:53.301Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T01:37:54.740Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:37:54.740Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:37:54.740Z] ---> 43aacc25e284 [2021-02-05T01:37:54.740Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T01:37:54.740Z] ---> Using cache [2021-02-05T01:37:54.740Z] ---> f08d5ea4a1dd [2021-02-05T01:37:54.740Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:37:54.740Z] ---> Using cache [2021-02-05T01:37:54.740Z] ---> 1d47ed31c0c4 [2021-02-05T01:37:54.740Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T01:37:54.740Z] ---> Using cache [2021-02-05T01:37:54.740Z] ---> ce5a3e552149 [2021-02-05T01:37:54.740Z] Step 6/21 : COPY go.mod . [2021-02-05T01:37:54.740Z] ---> Using cache [2021-02-05T01:37:54.740Z] ---> aaec4932e7ee [2021-02-05T01:37:54.740Z] Step 7/21 : RUN go mod download [2021-02-05T01:37:54.740Z] ---> Using cache [2021-02-05T01:37:54.740Z] ---> 40a816f6f7a9 [2021-02-05T01:37:54.740Z] Step 8/21 : COPY . . [2021-02-05T01:37:55.335Z] 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-05T01:37:56.770Z] Collecting PyYAML<4,>=3.10 [2021-02-05T01:37:56.770Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T01:38:01.117Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T01:38:01.117Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T01:38:02.124Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T01:38:02.407Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T01:38:04.397Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T01:38:04.397Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T01:38:05.846Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T01:38:06.121Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T01:38:07.565Z] Collecting idna<2.8,>=2.5 [2021-02-05T01:38:07.565Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T01:38:08.558Z] 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-05T01:38:08.558Z] 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-05T01:38:08.832Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T01:38:08.832Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T01:38:09.108Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T01:38:09.108Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T01:38:09.108Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T01:38:09.108Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T01:38:09.108Z] ---> 7572d8a4727b [2021-02-05T01:38:09.108Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T01:38:10.097Z] ---> Running in 0aed436c10a2 [2021-02-05T01:38:10.378Z] Installing collected packages: urllib3, idna, requests, texttable, cached-property, dockerpty, docopt, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, docker-compose [2021-02-05T01:38:10.378Z] Attempting uninstall: urllib3 [2021-02-05T01:38:10.378Z] Found existing installation: urllib3 1.25.9 [2021-02-05T01:38:10.378Z] Uninstalling urllib3-1.25.9: [2021-02-05T01:38:10.653Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T01:38:11.254Z] Attempting uninstall: idna [2021-02-05T01:38:11.254Z] Found existing installation: idna 2.9 [2021-02-05T01:38:11.254Z] Uninstalling idna-2.9: [2021-02-05T01:38:11.530Z] Successfully uninstalled idna-2.9 [2021-02-05T01:38:11.802Z] 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-05T01:38:12.081Z] Attempting uninstall: requests [2021-02-05T01:38:12.081Z] Found existing installation: requests 2.23.0 [2021-02-05T01:38:12.081Z] Uninstalling requests-2.23.0: [2021-02-05T01:38:12.360Z] Successfully uninstalled requests-2.23.0 [2021-02-05T01:38:12.641Z] Running setup.py install for texttable: started [2021-02-05T01:38:15.300Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T01:38:15.577Z] Running setup.py install for dockerpty: started [2021-02-05T01:38:17.035Z] ---> 836502c0b25e [2021-02-05T01:38:17.035Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T01:38:17.326Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:38:17.326Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:38:17.326Z] ---> 43aacc25e284 [2021-02-05T01:38:17.326Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T01:38:17.326Z] ---> Using cache [2021-02-05T01:38:17.326Z] ---> f08d5ea4a1dd [2021-02-05T01:38:17.326Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:38:17.326Z] ---> Using cache [2021-02-05T01:38:17.326Z] ---> 1d47ed31c0c4 [2021-02-05T01:38:17.326Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T01:38:17.326Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:38:17.326Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:38:17.326Z] ---> 43aacc25e284 [2021-02-05T01:38:17.326Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T01:38:17.326Z] ---> Using cache [2021-02-05T01:38:17.326Z] ---> f08d5ea4a1dd [2021-02-05T01:38:17.326Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:38:17.326Z] ---> Using cache [2021-02-05T01:38:17.326Z] ---> 1d47ed31c0c4 [2021-02-05T01:38:17.326Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T01:38:17.326Z] ---> Using cache [2021-02-05T01:38:17.326Z] ---> ce5a3e552149 [2021-02-05T01:38:17.326Z] Step 6/22 : COPY go.mod . [2021-02-05T01:38:17.326Z] ---> Using cache [2021-02-05T01:38:17.326Z] ---> aaec4932e7ee [2021-02-05T01:38:17.326Z] Step 7/22 : RUN go mod download [2021-02-05T01:38:17.326Z] ---> Using cache [2021-02-05T01:38:17.326Z] ---> 40a816f6f7a9 [2021-02-05T01:38:17.326Z] Step 8/22 : COPY . . [2021-02-05T01:38:17.326Z] ---> Using cache [2021-02-05T01:38:17.326Z] ---> 836502c0b25e [2021-02-05T01:38:17.326Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T01:38:17.602Z] ---> Running in 15eec9b18c79 [2021-02-05T01:38:17.602Z] ---> Running in 610223750df7 [2021-02-05T01:38:17.886Z] ---> Running in 2fdf5859c15f [2021-02-05T01:38:18.170Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T01:38:18.452Z] Running setup.py install for docopt: started [2021-02-05T01:38:20.457Z] 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-05T01:38:20.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:38:20.457Z] 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-05T01:38:21.056Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T01:38:21.056Z] Running setup.py install for PyYAML: started [2021-02-05T01:38:21.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:38:22.041Z] OK: 217 MiB in 51 packages [2021-02-05T01:38:23.484Z] Removing intermediate container 15eec9b18c79 [2021-02-05T01:38:23.485Z] ---> aefb8ca81ae8 [2021-02-05T01:38:23.485Z] Step 6/22 : COPY go.mod . [2021-02-05T01:38:24.473Z] ---> 212539dbbd99 [2021-02-05T01:38:24.473Z] Step 7/22 : RUN go mod download [2021-02-05T01:38:24.750Z] ---> Running in 9c6064e009a2 [2021-02-05T01:38:25.026Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T01:38:28.441Z] 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-05T01:38:29.044Z] Removing intermediate container 9c6064e009a2 [2021-02-05T01:38:29.044Z] ---> 104990c84902 [2021-02-05T01:38:29.044Z] Step 8/22 : COPY . . [2021-02-05T01:38:37.341Z] Removing intermediate container 6ca03cfd121a [2021-02-05T01:38:37.341Z] ---> c37bda2e47a7 [2021-02-05T01:38:37.341Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T01:38:37.341Z] ---> Running in fdba5a4b97bd [2021-02-05T01:38:39.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:38:39.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:38:40.210Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:38:40.210Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T01:38:40.210Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T01:38:40.210Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:38:40.210Z] OK: 71 MiB in 58 packages [2021-02-05T01:38:43.615Z] Removing intermediate container fdba5a4b97bd [2021-02-05T01:38:43.615Z] ---> ca79855ba3f8 [2021-02-05T01:38:43.615Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T01:38:43.615Z] ---> Running in 9793499c1044 [2021-02-05T01:38:44.609Z] Removing intermediate container 9793499c1044 [2021-02-05T01:38:44.609Z] ---> fe304d4c7c37 [2021-02-05T01:38:44.609Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:38:44.886Z] ---> Running in 5d6ed634f8ca [2021-02-05T01:38:45.880Z] Removing intermediate container 5d6ed634f8ca [2021-02-05T01:38:45.880Z] ---> 4accb41bfd89 [2021-02-05T01:38:45.880Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T01:38:46.157Z] ---> Running in 17b1b98ae1ae [2021-02-05T01:38:47.148Z] Removing intermediate container 17b1b98ae1ae [2021-02-05T01:38:47.148Z] ---> 9c7cbd404b2a [2021-02-05T01:38:47.148Z] Step 25/26 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:38:47.752Z] ---> Running in ed7550b37728 [2021-02-05T01:38:48.754Z] Removing intermediate container ed7550b37728 [2021-02-05T01:38:48.754Z] ---> 47f262945149 [2021-02-05T01:38:48.754Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T01:38:48.754Z] ---> Running in d41a82ab9507 [2021-02-05T01:38:49.744Z] Removing intermediate container d41a82ab9507 [2021-02-05T01:38:49.744Z] ---> 5df1100b7e41 [2021-02-05T01:38:49.744Z] [2021-02-05T01:38:50.730Z] Successfully built 5df1100b7e41 [2021-02-05T01:38:50.730Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T01:38:51.334Z]  Building docker-sys-mgmt-agent-go ... done  ---> 96dc0ea37f9e [2021-02-05T01:38:51.334Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T01:38:51.614Z] ---> Running in 46e1835c6399 [2021-02-05T01:38:53.713Z] 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-05T01:39:32.740Z] 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-05T01:39:51.044Z] Removing intermediate container 610223750df7 [2021-02-05T01:39:51.044Z] ---> 1747d6bcf695 [2021-02-05T01:39:51.044Z] [2021-02-05T01:39:51.044Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T01:39:51.044Z] ---> afeebe901d6b [2021-02-05T01:39:51.044Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T01:39:51.044Z] ---> Running in 14a464ffa4ea [2021-02-05T01:39:51.044Z] Removing intermediate container 0aed436c10a2 [2021-02-05T01:39:51.044Z] ---> 0b8b7b79b574 [2021-02-05T01:39:51.044Z] [2021-02-05T01:39:51.044Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:39:51.044Z] ---> afeebe901d6b [2021-02-05T01:39:51.044Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:39:51.044Z] ---> Using cache [2021-02-05T01:39:51.044Z] ---> a07ec631b3da [2021-02-05T01:39:51.044Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:39:51.044Z] ---> Using cache [2021-02-05T01:39:51.044Z] ---> 590ca15c5143 [2021-02-05T01:39:51.044Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T01:39:51.044Z] ---> Running in 7307311b4bd9 [2021-02-05T01:39:51.044Z] Removing intermediate container 7307311b4bd9 [2021-02-05T01:39:51.044Z] ---> 8c11bb0f2235 [2021-02-05T01:39:51.044Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T01:39:51.342Z] ---> Running in 826d3f291214 [2021-02-05T01:39:51.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:39:52.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:39:52.232Z] Removing intermediate container 826d3f291214 [2021-02-05T01:39:52.232Z] ---> c401d8990f73 [2021-02-05T01:39:52.232Z] Step 15/23 : WORKDIR / [2021-02-05T01:39:52.517Z] ---> Running in ad65fa1fa2ed [2021-02-05T01:39:52.794Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T01:39:52.794Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:39:52.794Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T01:39:52.794Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T01:39:52.794Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:39:52.794Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:39:53.095Z] OK: 7 MiB in 18 packages [2021-02-05T01:39:53.382Z] Removing intermediate container ad65fa1fa2ed [2021-02-05T01:39:53.382Z] ---> 869af7efc9a7 [2021-02-05T01:39:53.382Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:39:56.035Z] ---> f3bae3f25ad8 [2021-02-05T01:39:56.035Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T01:39:56.312Z] Removing intermediate container 14a464ffa4ea [2021-02-05T01:39:56.312Z] ---> 98a0780e6907 [2021-02-05T01:39:56.312Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T01:39:56.589Z] ---> Running in cffa3e3b25b0 [2021-02-05T01:39:57.584Z] Removing intermediate container 2fdf5859c15f [2021-02-05T01:39:57.584Z] ---> eb1ee5e76196 [2021-02-05T01:39:57.584Z] [2021-02-05T01:39:57.584Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T01:39:57.584Z] ---> afeebe901d6b [2021-02-05T01:39:57.584Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:39:57.584Z] ---> Using cache [2021-02-05T01:39:57.584Z] ---> a07ec631b3da [2021-02-05T01:39:57.584Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:39:57.584Z] ---> Using cache [2021-02-05T01:39:57.584Z] ---> 590ca15c5143 [2021-02-05T01:39:57.584Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T01:39:57.861Z] Removing intermediate container cffa3e3b25b0 [2021-02-05T01:39:57.861Z] ---> 6dc63da7e2de [2021-02-05T01:39:57.861Z] Step 13/21 : WORKDIR /edgex [2021-02-05T01:39:58.133Z] ---> Running in 541e8882583f [2021-02-05T01:39:58.133Z] ---> Running in 50ac567ba9d9 [2021-02-05T01:39:58.133Z] ---> bb908a6427c1 [2021-02-05T01:39:58.133Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T01:39:58.734Z] Removing intermediate container 541e8882583f [2021-02-05T01:39:58.734Z] ---> 0fc81fe5b634 [2021-02-05T01:39:58.734Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T01:39:59.008Z] ---> Running in 0e236c2f9e8a [2021-02-05T01:39:59.008Z] Removing intermediate container 50ac567ba9d9 [2021-02-05T01:39:59.008Z] ---> 9abb0a2af337 [2021-02-05T01:39:59.008Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T01:39:59.611Z] ---> 6cab64f118ed [2021-02-05T01:39:59.611Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T01:39:59.611Z] Removing intermediate container 0e236c2f9e8a [2021-02-05T01:39:59.611Z] ---> 038d130fb465 [2021-02-05T01:39:59.611Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:39:59.887Z] ---> Running in 655175331b53 [2021-02-05T01:39:59.887Z] ---> 2bc5a4eb60a1 [2021-02-05T01:39:59.887Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T01:40:00.490Z] Removing intermediate container 655175331b53 [2021-02-05T01:40:00.490Z] ---> 862a2501d2b5 [2021-02-05T01:40:00.490Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:40:00.764Z] ---> Running in 514b81753c16 [2021-02-05T01:40:01.050Z] ---> dc82dc67b391 [2021-02-05T01:40:01.050Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T01:40:01.659Z] Removing intermediate container 514b81753c16 [2021-02-05T01:40:01.659Z] ---> 9cd1f9d1e91c [2021-02-05T01:40:01.659Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T01:40:01.659Z] ---> 1b149720d2a7 [2021-02-05T01:40:01.659Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T01:40:01.933Z] ---> Running in 0425f2990391 [2021-02-05T01:40:02.206Z] ---> a99dbc8c14c7 [2021-02-05T01:40:02.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T01:40:02.803Z] Removing intermediate container 0425f2990391 [2021-02-05T01:40:02.803Z] ---> 11f0190667b9 [2021-02-05T01:40:02.803Z] Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:40:03.086Z] ---> Running in 934ded98b862 [2021-02-05T01:40:03.681Z] ---> 1503f21af122 [2021-02-05T01:40:03.681Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T01:40:03.681Z] ---> 2d3c633e99d9 [2021-02-05T01:40:03.681Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T01:40:03.681Z] ---> Running in 6ba3b34552de [2021-02-05T01:40:03.681Z] ---> Running in 59ed683b6b4e [2021-02-05T01:40:03.681Z] Removing intermediate container 934ded98b862 [2021-02-05T01:40:03.681Z] ---> d800e990f5c9 [2021-02-05T01:40:03.681Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T01:40:03.956Z] ---> Running in 54119aed011b [2021-02-05T01:40:04.231Z] Removing intermediate container 6ba3b34552de [2021-02-05T01:40:04.507Z] ---> 3ac1f711dd7e [2021-02-05T01:40:04.507Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T01:40:04.507Z] Removing intermediate container 59ed683b6b4e [2021-02-05T01:40:04.507Z] ---> 4c3e4e5adc8a [2021-02-05T01:40:04.507Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:40:04.507Z] Removing intermediate container 54119aed011b [2021-02-05T01:40:04.507Z] ---> a3f716d16a49 [2021-02-05T01:40:04.507Z] [2021-02-05T01:40:04.783Z] ---> Running in 0387143c9e81 [2021-02-05T01:40:04.783Z] ---> Running in 841d9033ccdc [2021-02-05T01:40:05.061Z] Successfully built a3f716d16a49 [2021-02-05T01:40:05.061Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T01:40:05.337Z]  Building docker-core-command-go ... done Removing intermediate container 0387143c9e81 [2021-02-05T01:40:05.337Z] ---> faf426ea59f7 [2021-02-05T01:40:05.337Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T01:40:05.337Z] Removing intermediate container 841d9033ccdc [2021-02-05T01:40:05.337Z] ---> bd2d533e2e3a [2021-02-05T01:40:05.337Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T01:40:05.611Z] ---> Running in 3d744d8cd3fb [2021-02-05T01:40:05.611Z] ---> Running in 84f87fcc9011 [2021-02-05T01:40:06.207Z] Removing intermediate container 3d744d8cd3fb [2021-02-05T01:40:06.207Z] ---> 35e55d2c1497 [2021-02-05T01:40:06.207Z] Step 20/21 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:40:06.480Z] Removing intermediate container 84f87fcc9011 [2021-02-05T01:40:06.480Z] ---> db0573d27a18 [2021-02-05T01:40:06.480Z] Step 21/22 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:40:06.480Z] ---> Running in 75f04b0ac17a [2021-02-05T01:40:06.757Z] ---> Running in 8f7516b38f3c [2021-02-05T01:40:07.352Z] Removing intermediate container 75f04b0ac17a [2021-02-05T01:40:07.352Z] ---> 5c9ce413681b [2021-02-05T01:40:07.352Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T01:40:07.352Z] ---> Running in d17a081c9549 [2021-02-05T01:40:07.352Z] Removing intermediate container 8f7516b38f3c [2021-02-05T01:40:07.352Z] ---> fd6445c7ecf1 [2021-02-05T01:40:07.352Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T01:40:07.627Z] Removing intermediate container 46e1835c6399 [2021-02-05T01:40:07.627Z] ---> 911eec4b4a6a [2021-02-05T01:40:07.627Z] [2021-02-05T01:40:07.627Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T01:40:07.627Z] ---> afeebe901d6b [2021-02-05T01:40:07.627Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T01:40:07.627Z] ---> Running in 04c1377be4a2 [2021-02-05T01:40:07.897Z] ---> Running in c457b5b7688c [2021-02-05T01:40:07.897Z] Removing intermediate container d17a081c9549 [2021-02-05T01:40:07.897Z] ---> 0d54bacd9f40 [2021-02-05T01:40:07.897Z] [2021-02-05T01:40:08.171Z] Removing intermediate container 04c1377be4a2 [2021-02-05T01:40:08.171Z] ---> b0c3aa1962ac [2021-02-05T01:40:08.171Z] [2021-02-05T01:40:08.448Z] Successfully built 0d54bacd9f40 [2021-02-05T01:40:08.448Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T01:40:08.720Z]  Building docker-security-proxy-setup-go ... done Successfully built b0c3aa1962ac [2021-02-05T01:40:08.720Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T01:40:08.992Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:40:09.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:40:09.533Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T01:40:09.807Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T01:40:09.807Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:40:09.807Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:40:09.807Z] OK: 6 MiB in 16 packages [2021-02-05T01:40:11.775Z] Removing intermediate container c457b5b7688c [2021-02-05T01:40:11.775Z] ---> e23e8be80f2f [2021-02-05T01:40:11.775Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:40:11.775Z] ---> Running in 79b5ffe78ca8 [2021-02-05T01:40:12.046Z] Removing intermediate container 79b5ffe78ca8 [2021-02-05T01:40:12.046Z] ---> 0292d93cb055 [2021-02-05T01:40:12.046Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T01:40:12.318Z] ---> Running in 2b3d3df891a8 [2021-02-05T01:40:12.589Z] Removing intermediate container 2b3d3df891a8 [2021-02-05T01:40:12.589Z] ---> 0cdd74b9cdb6 [2021-02-05T01:40:12.589Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T01:40:12.862Z] ---> Running in c86619fa83b7 [2021-02-05T01:40:13.458Z] Removing intermediate container c86619fa83b7 [2021-02-05T01:40:13.458Z] ---> ffbb81b48728 [2021-02-05T01:40:13.458Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:40:14.054Z] ---> 0f34d77939cc [2021-02-05T01:40:14.054Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T01:40:15.486Z] ---> 097e3e4ac5da [2021-02-05T01:40:15.486Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T01:40:16.079Z] ---> 53b1375483a9 [2021-02-05T01:40:16.079Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T01:40:16.079Z] ---> Running in c46aa38dbd0c [2021-02-05T01:40:16.674Z] Removing intermediate container c46aa38dbd0c [2021-02-05T01:40:16.674Z] ---> 64b925be584d [2021-02-05T01:40:16.674Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:40:16.674Z] ---> Running in ec19ab0870c4 [2021-02-05T01:40:17.266Z] Removing intermediate container ec19ab0870c4 [2021-02-05T01:40:17.266Z] ---> 59056a9ec743 [2021-02-05T01:40:17.266Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T01:40:17.266Z] ---> Running in c8d91ad62771 [2021-02-05T01:40:17.859Z] Removing intermediate container c8d91ad62771 [2021-02-05T01:40:17.859Z] ---> a5ac6da28b6c [2021-02-05T01:40:17.859Z] Step 21/22 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 [2021-02-05T01:40:17.859Z] ---> Running in 22298d7b4922 [2021-02-05T01:40:18.453Z] Removing intermediate container 22298d7b4922 [2021-02-05T01:40:18.453Z] ---> 7b199b6290dc [2021-02-05T01:40:18.453Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T01:40:18.453Z] ---> Running in 6a4277e04778 [2021-02-05T01:40:19.048Z] Removing intermediate container 6a4277e04778 [2021-02-05T01:40:19.048Z] ---> 77fb9da1c0a5 [2021-02-05T01:40:19.048Z] [2021-02-05T01:40:19.320Z] Successfully built 77fb9da1c0a5 [2021-02-05T01:40:19.320Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T01:40:19.929Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-05T01:40:19.985Z] $ docker stop --time=1 c68f931fa3a098713ff2baa6d699d11b106b3f378ecdc7939b8118309c0fdbcd [2021-02-05T01:40:21.919Z] $ docker rm -f c68f931fa3a098713ff2baa6d699d11b106b3f378ecdc7939b8118309c0fdbcd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T01:40:22.629Z] + grep docker [2021-02-05T01:40:22.629Z] + docker images [2021-02-05T01:40:22.901Z] docker-support-notifications-go-arm64 latest 77fb9da1c0a5 4 seconds ago 16.7MB [2021-02-05T01:40:22.901Z] docker-security-proxy-setup-go-arm64 latest 0d54bacd9f40 15 seconds ago 23.2MB [2021-02-05T01:40:22.901Z] docker-support-scheduler-go-arm64 latest b0c3aa1962ac 15 seconds ago 16.1MB [2021-02-05T01:40:22.901Z] docker-core-command-go-arm64 latest a3f716d16a49 18 seconds ago 16MB [2021-02-05T01:40:22.901Z] docker-sys-mgmt-agent-go-arm64 latest 5df1100b7e41 About a minute ago 300MB [2021-02-05T01:40:22.901Z] docker-security-bootstrapper-go-arm64 latest b084c9a022d6 2 minutes ago 22.6MB [2021-02-05T01:40:22.901Z] docker-core-data-go-arm64 latest 7bd2fe11c535 2 minutes ago 21MB [2021-02-05T01:40:22.901Z] docker-core-metadata-go-arm64 latest ab38b5d7bf22 2 minutes ago 17.7MB [2021-02-05T01:40:22.901Z] docker-security-secretstore-setup-go-arm64 latest 586b4edcaea3 3 minutes ago 23.4MB [2021-02-05T01:40:22.901Z] docker 20.10.0 eeaf43b92773 7 weeks 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-05T01:40:25.045Z] provisioning config files... [2021-02-05T01:40:25.068Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config7463818482758791014tmp [Pipeline] { [Pipeline] sh [2021-02-05T01:40:25.493Z] + set +x [2021-02-05T01:40:25.493Z] + curl -s https://codecov.io/bash [2021-02-05T01:40:25.493Z] + bash -s -- [2021-02-05T01:40:25.755Z] [2021-02-05T01:40:25.755Z] _____ _ [2021-02-05T01:40:25.755Z] / ____| | | [2021-02-05T01:40:25.755Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T01:40:25.755Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T01:40:25.755Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T01:40:25.755Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T01:40:25.755Z] Bash-20210129-7c25fce [2021-02-05T01:40:25.755Z] [2021-02-05T01:40:25.755Z] [2021-02-05T01:40:25.755Z] ==> git version 2.24.3 found [2021-02-05T01:40:25.755Z] ==> 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-05T01:40:25.755Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T01:40:25.755Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T01:40:25.755Z] curl: option -sm: expected a proper numerical parameter [2021-02-05T01:40:25.755Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-05T01:40:26.017Z] ==> Jenkins CI detected. [2021-02-05T01:40:26.017Z] project root: . [2021-02-05T01:40:26.017Z] --> token set from env [2021-02-05T01:40:26.017Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T01:40:26.017Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T01:40:26.017Z] ==> Python coveragepy not found [2021-02-05T01:40:26.017Z] ==> Searching for coverage reports in: [2021-02-05T01:40:26.017Z] + . [2021-02-05T01:40:26.017Z] -> Found 1 reports [2021-02-05T01:40:26.017Z] ==> Detecting git/mercurial file structure [2021-02-05T01:40:26.017Z] ==> Reading reports [2021-02-05T01:40:26.017Z] + ./coverage.out bytes=583623 [2021-02-05T01:40:26.017Z] ==> Appending adjustments [2021-02-05T01:40:26.017Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T01:40:29.324Z] + Found adjustments [2021-02-05T01:40:29.324Z] ==> Gzipping contents [2021-02-05T01:40:29.324Z] 88K /tmp/codecov.vntSWg.gz [2021-02-05T01:40:29.324Z] ==> Uploading reports [2021-02-05T01:40:29.324Z] url: https://codecov.io [2021-02-05T01:40:29.324Z] query: branch=PR-3109&commit=e8083b633316085ae65a12fce58fe8483c90e2a2&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-05T01:40:29.324Z] -> Pinging Codecov [2021-02-05T01:40:29.324Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=e8083b633316085ae65a12fce58fe8483c90e2a2&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-05T01:40:29.585Z] -> Uploading to [2021-02-05T01:40:29.585Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/e8083b633316085ae65a12fce58fe8483c90e2a2/f882a53c-17aa-4d13-baea-628133c4900b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T014029Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f4de5ecab503f3ddf7270bc4d35230d76990415e6583c704dd3437d624b88491 [2021-02-05T01:40:29.585Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:40:29.585Z] Dload Upload Total Spent Left Speed [2021-02-05T01:40:30.419Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88010 0 0 100 88010 0 148k --:--:-- --:--:-- --:--:-- 148k [2021-02-05T01:40:30.419Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e8083b633316085ae65a12fce58fe8483c90e2a2 [Pipeline] } [2021-02-05T01:40:30.429Z] 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-05T01:40:32.576Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:40:33.450Z] ---> package-listing.sh [2021-02-05T01:40:33.450Z] ++ facter osfamily [2021-02-05T01:40:33.450Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T01:40:33.450Z] + OS_FAMILY=redhat [2021-02-05T01:40:33.450Z] + workspace=/w/workspace/edgex-go/13 [2021-02-05T01:40:33.450Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T01:40:33.450Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T01:40:33.450Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T01:40:33.450Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T01:40:33.450Z] + '[' /w/workspace/edgex-go/13 ']' [2021-02-05T01:40:33.450Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T01:40:33.450Z] + case "${OS_FAMILY}" in [2021-02-05T01:40:33.450Z] + rpm -qa [2021-02-05T01:40:33.450Z] + sort [2021-02-05T01:40:38.746Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T01:40:38.746Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T01:40:38.746Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T01:40:38.746Z] + '[' /w/workspace/edgex-go/13 ']' [2021-02-05T01:40:38.746Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-02-05T01:40:38.746Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-02-05T01:40:38.759Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T01:40:39.045Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:40:39.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T01:40:39.343Z] [2021-02-05T01:40:39.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:40:39.685Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T01:40:39.685Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T01:40:39.685Z] df20fa9351a1: Pulling fs layer [2021-02-05T01:40:39.685Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T01:40:39.685Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T01:40:39.685Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T01:40:39.685Z] 93b61091891f: Pulling fs layer [2021-02-05T01:40:39.685Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T01:40:39.685Z] 5e14af77c1be: Pulling fs layer [2021-02-05T01:40:39.685Z] 01666e4c0597: Pulling fs layer [2021-02-05T01:40:39.685Z] aa168da1d23b: Pulling fs layer [2021-02-05T01:40:39.685Z] 93b61091891f: Waiting [2021-02-05T01:40:39.685Z] 93b9cdb0e59b: Waiting [2021-02-05T01:40:39.685Z] 5e14af77c1be: Waiting [2021-02-05T01:40:39.685Z] 01666e4c0597: Waiting [2021-02-05T01:40:39.685Z] aa168da1d23b: Waiting [2021-02-05T01:40:39.685Z] 46f8f816bc3b: Waiting [2021-02-05T01:40:39.685Z] 36b3adc4ff6f: Download complete [2021-02-05T01:40:39.685Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T01:40:39.685Z] 46f8f816bc3b: Download complete [2021-02-05T01:40:39.685Z] df20fa9351a1: Verifying Checksum [2021-02-05T01:40:39.685Z] df20fa9351a1: Download complete [2021-02-05T01:40:39.685Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T01:40:39.685Z] 93b9cdb0e59b: Download complete [2021-02-05T01:40:39.945Z] 93b61091891f: Verifying Checksum [2021-02-05T01:40:39.945Z] 93b61091891f: Download complete [2021-02-05T01:40:39.945Z] 5e14af77c1be: Verifying Checksum [2021-02-05T01:40:39.945Z] 5e14af77c1be: Download complete [2021-02-05T01:40:39.945Z] 01666e4c0597: Verifying Checksum [2021-02-05T01:40:39.945Z] 01666e4c0597: Download complete [2021-02-05T01:40:39.945Z] df20fa9351a1: Pull complete [2021-02-05T01:40:40.207Z] 36b3adc4ff6f: Pull complete [2021-02-05T01:40:40.785Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T01:40:40.785Z] 8ad3a11d3b57: Download complete [2021-02-05T01:40:41.365Z] 8ad3a11d3b57: Pull complete [2021-02-05T01:40:41.625Z] 46f8f816bc3b: Pull complete [2021-02-05T01:40:41.890Z] 93b61091891f: Pull complete [2021-02-05T01:40:41.890Z] 93b9cdb0e59b: Pull complete [2021-02-05T01:40:42.152Z] 5e14af77c1be: Pull complete [2021-02-05T01:40:42.152Z] 01666e4c0597: Pull complete [2021-02-05T01:40:43.543Z] aa168da1d23b: Verifying Checksum [2021-02-05T01:40:43.543Z] aa168da1d23b: Download complete [2021-02-05T01:40:58.505Z] aa168da1d23b: Pull complete [2021-02-05T01:40:58.505Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T01:40:58.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T01:40:58.505Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T01:40:58.700Z] prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container [2021-02-05T01:40:58.760Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-lftools-log-publisher:alpine cat [2021-02-05T01:41:04.028Z] $ docker top 7d6c3a9e8fbebef20452ee60960225f37020a10c062637043b8a4175cae808a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:41:04.551Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T01:41:04.844Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T01:41:05.140Z] + ls /var/log/sa-host [2021-02-05T01:41:05.140Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T01:41:05.140Z] file_magic: OK [2021-02-05T01:41:05.140Z] HZ: Using current value: 100 [2021-02-05T01:41:05.140Z] file_header: OK [2021-02-05T01:41:05.140Z] 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-05T01:41:05.140Z] Statistics: [2021-02-05T01:41:05.140Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-05T01:41:05.140Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T01:41:05.140Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T01:41:05.140Z] file_magic: OK [2021-02-05T01:41:05.140Z] HZ: Using current value: 100 [2021-02-05T01:41:05.140Z] file_header: OK [2021-02-05T01:41:05.140Z] 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-05T01:41:05.140Z] Statistics: [2021-02-05T01:41:05.140Z] Hnuu...uuuununununu... [2021-02-05T01:41:05.140Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T01:41:05.332Z] provisioning config files... [2021-02-05T01:41:05.352Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config1046188128058973558tmp [Pipeline] { [Pipeline] echo [2021-02-05T01:41:05.418Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:41:05.708Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T01:41:05.716Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T01:41:05.804Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:41:06.093Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T01:41:06.104Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:41:06.403Z] ---> sudo-logs.sh [2021-02-05T01:41:06.403Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T01:41:06.412Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:41:06.701Z] ---> job-cost.sh [2021-02-05T01:41:06.702Z] lf-activate-venv: SKIPPING [2021-02-05T01:41:06.702Z] INFO: No Stack... [2021-02-05T01:41:08.088Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T01:41:08.665Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T01:41:08.677Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:41:08.978Z] ---> logs-deploy.sh [2021-02-05T01:41:08.978Z] lf-activate-venv: SKIPPING [2021-02-05T01:41:08.978Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/13 [2021-02-05T01:41:08.978Z] INFO: archiving workspace using pattern(s): [2021-02-05T01:41:10.460Z] Archives upload complete. [2021-02-05T01:41:10.460Z] INFO: archiving logs to Nexus