Pull request #3057 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b421ca79a0b26ef99fb13a7f47455680ec466fbc+5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b (cda7f056be56d6b75603f3e01eba1e77f64a418b) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22098’ is offline; ‘prd-centos7-docker-4c-2g-22116’ is offline; ‘prd-centos7-docker-4c-2g-22117’ is offline; ‘prd-centos7-docker-4c-2g-22119’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-22107’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22108’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22109’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22110’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22112’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22115’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22118’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22123 in /w/workspace/edgexfoundry_edgex-go_PR-3057 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3057/head:refs/remotes/origin/PR-3057 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit b421ca79a0b26ef99fb13a7f47455680ec466fbc Merge succeeded, producing b421ca79a0b26ef99fb13a7f47455680ec466fbc Checking out Revision b421ca79a0b26ef99fb13a7f47455680ec466fbc (PR-3057) > git config core.sparsecheckout # timeout=10 > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T00:49:47.295Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T00:49:47.573Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T00:49:47.670Z] ========================================================= [2021-01-22T00:49:47.670Z] EdgeX Global Pipelines Version Info [2021-01-22T00:49:47.670Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 541d4ec7a42ab4285d17f54a4a327edf073ed8b3 # timeout=10 [2021-01-22T00:49:49.303Z] ------------------- [2021-01-22T00:49:49.303Z] stable info: [2021-01-22T00:49:49.303Z] ------------------- [2021-01-22T00:49:49.303Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T00:49:49.303Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T00:49:49.303Z] Message: update stable to v1.0.179 [2021-01-22T00:49:50.255Z] ------------------- [2021-01-22T00:49:50.255Z] experimental info: [2021-01-22T00:49:50.255Z] ------------------- [2021-01-22T00:49:50.255Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T00:49:50.255Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T00:49:50.255Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T00:49:50.588Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T00:49:50.677Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T00:49:50.782Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T00:49:50.875Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T00:49:50.955Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T00:49:51.044Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T00:49:51.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T00:49:51.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T00:49:51.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T00:49:51.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T00:49:51.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T00:49:51.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T00:49:51.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T00:49:51.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T00:49:51.877Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T00:49:52.049Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T00:49:52.131Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T00:49:52.212Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T00:49:52.296Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T00:49:52.381Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T00:49:52.471Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T00:49:52.571Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T00:49:52.675Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T00:49:52.760Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3057 [Pipeline] echo [2021-01-22T00:49:52.875Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3057 [Pipeline] echo [2021-01-22T00:49:52.956Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3057 [Pipeline] echo [2021-01-22T00:49:53.037Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b421ca79a0b26ef99fb13a7f47455680ec466fbc [Pipeline] echo [2021-01-22T00:49:53.131Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b421ca7 [Pipeline] echo [2021-01-22T00:49:53.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T00:49:53.410Z] provisioning config files... [2021-01-22T00:49:53.454Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7711099229655855216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:49:53.813Z] ---> docker-login.sh [2021-01-22T00:49:53.813Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:49:54.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:49:54.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:49:54.341Z] Configure a credential helper to remove this warning. See [2021-01-22T00:49:54.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:49:54.341Z] [2021-01-22T00:49:54.341Z] Login Succeeded [2021-01-22T00:49:54.341Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:49:54.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:49:54.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:49:54.341Z] Configure a credential helper to remove this warning. See [2021-01-22T00:49:54.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:49:54.341Z] [2021-01-22T00:49:54.341Z] Login Succeeded [2021-01-22T00:49:54.341Z] nexus3.edgexfoundry.org:10003 [2021-01-22T00:49:54.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:49:54.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:49:54.604Z] Configure a credential helper to remove this warning. See [2021-01-22T00:49:54.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:49:54.604Z] [2021-01-22T00:49:54.604Z] Login Succeeded [2021-01-22T00:49:54.604Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:49:54.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:49:54.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:49:54.867Z] Configure a credential helper to remove this warning. See [2021-01-22T00:49:54.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:49:54.867Z] [2021-01-22T00:49:54.867Z] Login Succeeded [2021-01-22T00:49:54.867Z] docker.io [2021-01-22T00:49:54.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:49:55.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:49:55.129Z] Configure a credential helper to remove this warning. See [2021-01-22T00:49:55.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:49:55.129Z] [2021-01-22T00:49:55.129Z] Login Succeeded [2021-01-22T00:49:55.129Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:49:55.140Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T00:49:55.614Z] ++ 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-01-22T00:49:55.614Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:49:55.614Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T00:49:55.614Z] ++ cut -d/ -f2 [2021-01-22T00:49:55.614Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T00:49:55.614Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:49:55.614Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T00:49:55.614Z] ++ cut -d/ -f2 [2021-01-22T00:49:55.614Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T00:49:55.614Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:49:55.614Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T00:49:55.614Z] ++ cut -d/ -f2 [2021-01-22T00:49:55.614Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T00:49:55.614Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:49:55.614Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T00:49:55.614Z] ++ cut -d/ -f2 [2021-01-22T00:49:55.614Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T00:49:55.614Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:49:55.614Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T00:49:55.614Z] ++ cut -d/ -f2 [2021-01-22T00:49:55.614Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T00:49:55.614Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:49:55.614Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T00:49:55.614Z] ++ cut -d/ -f2 [2021-01-22T00:49:55.614Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T00:49:55.614Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:49:55.614Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T00:49:55.614Z] ++ cut -d/ -f2 [2021-01-22T00:49:55.614Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T00:49:55.614Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:49:55.614Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T00:49:55.614Z] ++ cut -d/ -f2 [2021-01-22T00:49:55.614Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T00:49:55.614Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:49:55.614Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T00:49:55.614Z] ++ cut -d/ -f2 [2021-01-22T00:49:55.614Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T00:49:55.694Z] 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-01-22T00:49:56.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:49:56.491Z] [2021-01-22T00:49:56.491Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:49:56.841Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:49:56.841Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T00:49:56.841Z] 31603596830f: Pulling fs layer [2021-01-22T00:49:56.841Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T00:49:56.841Z] 6ca5941a6612: Pulling fs layer [2021-01-22T00:49:56.841Z] ecc8261a40a4: Pulling fs layer [2021-01-22T00:49:56.841Z] ecc8261a40a4: Waiting [2021-01-22T00:49:56.841Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T00:49:56.841Z] 2a8b12db71e7: Download complete [2021-01-22T00:49:56.841Z] 31603596830f: Verifying Checksum [2021-01-22T00:49:56.841Z] 31603596830f: Download complete [2021-01-22T00:49:57.106Z] ecc8261a40a4: Verifying Checksum [2021-01-22T00:49:57.106Z] ecc8261a40a4: Download complete [2021-01-22T00:49:57.106Z] 6ca5941a6612: Verifying Checksum [2021-01-22T00:49:57.106Z] 6ca5941a6612: Download complete [2021-01-22T00:49:57.368Z] 31603596830f: Pull complete [2021-01-22T00:49:57.368Z] 2a8b12db71e7: Pull complete [2021-01-22T00:49:58.316Z] 6ca5941a6612: Pull complete [2021-01-22T00:49:58.584Z] ecc8261a40a4: Pull complete [2021-01-22T00:49:58.584Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T00:49:58.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:49:58.584Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T00:49:58.693Z] prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container [2021-01-22T00:49:58.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T00:50:01.361Z] $ docker top 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T00:50:01.800Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T00:50:01.800Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T00:50:02.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T00:50:02.074Z] $ docker exec 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 ssh-agent [2021-01-22T00:50:02.253Z] SSH_AUTH_SOCK=/tmp/ssh-eGddq8ecsb1B/agent.12 [2021-01-22T00:50:02.253Z] SSH_AGENT_PID=17 [2021-01-22T00:50:02.268Z] Running ssh-add (command line suppressed) [2021-01-22T00:50:02.424Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_9078608043336724162.key (/w/workspace/edgex-go/4@tmp/private_key_9078608043336724162.key) [2021-01-22T00:50:02.480Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T00:50:02.841Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T00:50:02.868Z] $ docker exec --env ******** --env ******** 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 ssh-agent -k [2021-01-22T00:50:02.993Z] unset SSH_AUTH_SOCK; [2021-01-22T00:50:02.993Z] unset SSH_AGENT_PID; [2021-01-22T00:50:02.993Z] echo Agent pid 17 killed; [2021-01-22T00:50:03.043Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T00:50:03.188Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T00:50:03.188Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T00:50:03.377Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T00:50:03.381Z] $ docker exec 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 ssh-agent [2021-01-22T00:50:03.561Z] SSH_AUTH_SOCK=/tmp/ssh-pewKrHfFYEZY/agent.45 [2021-01-22T00:50:03.561Z] SSH_AGENT_PID=50 [2021-01-22T00:50:03.569Z] Running ssh-add (command line suppressed) [2021-01-22T00:50:03.707Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8012625131412049029.key (/w/workspace/edgex-go/4@tmp/private_key_8012625131412049029.key) [2021-01-22T00:50:03.766Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T00:50:04.106Z] + git semver init [2021-01-22T00:50:04.106Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T00:50:04.106Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-22T00:50:04.106Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-22T00:50:04.106Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T00:50:04.106Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T00:50:04.106Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T00:50:04.106Z] # $SEMVER_BRANCH = PR-3057 [2021-01-22T00:50:04.106Z] # $SEMVER_TEMP = /tmp/semver-120086347 [2021-01-22T00:50:04.106Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T00:50:30.827Z] # '/tmp/semver-120086347' -> '/w/workspace/edgex-go/4/.semver' [2021-01-22T00:50:30.827Z] # -> Force: false [2021-01-22T00:50:30.827Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-22T00:50:30.850Z] $ docker exec --env ******** --env ******** 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 ssh-agent -k [2021-01-22T00:50:31.115Z] unset SSH_AUTH_SOCK; [2021-01-22T00:50:31.116Z] unset SSH_AGENT_PID; [2021-01-22T00:50:31.116Z] echo Agent pid 50 killed; [2021-01-22T00:50:31.224Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T00:50:31.716Z] + git semver [Pipeline] } [2021-01-22T00:50:31.745Z] $ docker stop --time=1 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 [2021-01-22T00:50:33.324Z] $ docker rm -f 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:50:33.872Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T00:50:34.526Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T00:50:34.529Z] [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-01-22T00:50:35.482Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:50:35.789Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:50:36.125Z] + sudo service docker restart [2021-01-22T00:50:36.125Z] + true [2021-01-22T00:50:36.125Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T00:50:36.722Z] ========================================================= [2021-01-22T00:50:36.722Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T00:50:36.722Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:50:37.070Z] + 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-01-22T00:50:41.335Z] Sending build context to Docker daemon 327MB [2021-01-22T00:50:41.335Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:50:41.335Z] Step 2/6 : FROM ${BASE} [2021-01-22T00:50:41.335Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T00:50:41.335Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T00:50:41.335Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T00:50:41.335Z] de9db76c5a1d: Pulling fs layer [2021-01-22T00:50:41.335Z] bca2f99d35d6: Pulling fs layer [2021-01-22T00:50:41.335Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T00:50:41.335Z] 7c6f9722023f: Pulling fs layer [2021-01-22T00:50:41.335Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T00:50:41.335Z] 93359f2a8cfa: Waiting [2021-01-22T00:50:41.335Z] 7c6f9722023f: Waiting [2021-01-22T00:50:41.335Z] a35cf1a2eb13: Waiting [2021-01-22T00:50:41.335Z] bca2f99d35d6: Waiting [2021-01-22T00:50:41.335Z] de9db76c5a1d: Download complete [2021-01-22T00:50:41.335Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T00:50:41.335Z] 0ef7d3d256c8: Download complete [2021-01-22T00:50:41.335Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T00:50:41.335Z] 93359f2a8cfa: Download complete [2021-01-22T00:50:41.335Z] 7c6f9722023f: Download complete [2021-01-22T00:50:41.335Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T00:50:41.335Z] 188c0c94c7c5: Download complete [2021-01-22T00:50:41.335Z] 188c0c94c7c5: Pull complete [2021-01-22T00:50:41.916Z] 0ef7d3d256c8: Pull complete [2021-01-22T00:50:42.499Z] de9db76c5a1d: Pull complete [2021-01-22T00:50:43.469Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T00:50:43.469Z] a35cf1a2eb13: Download complete [2021-01-22T00:50:44.064Z] bca2f99d35d6: Verifying Checksum [2021-01-22T00:50:44.064Z] bca2f99d35d6: Download complete [2021-01-22T00:50:49.958Z] Still waiting to schedule task [2021-01-22T00:50:49.958Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-22T00:50:50.743Z] bca2f99d35d6: Pull complete [2021-01-22T00:50:50.743Z] 93359f2a8cfa: Pull complete [2021-01-22T00:50:50.743Z] 7c6f9722023f: Pull complete [2021-01-22T00:50:54.987Z] a35cf1a2eb13: Pull complete [2021-01-22T00:50:54.987Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T00:50:54.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T00:50:54.987Z] ---> a62c8e92a672 [2021-01-22T00:50:54.987Z] 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-01-22T00:50:55.258Z] ---> Running in c3a9909d1d56 [2021-01-22T00:50:56.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:50:57.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:50:58.585Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T00:50:58.851Z] (2/12) Installing file (5.38-r0) [2021-01-22T00:50:58.851Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T00:50:58.851Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T00:51:13.850Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T00:51:13.850Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T00:51:13.850Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T00:51:13.850Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T00:51:13.850Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T00:51:13.850Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T00:51:13.850Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T00:51:14.118Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T00:51:14.118Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:51:14.395Z] OK: 233 MiB in 51 packages [2021-01-22T00:51:18.646Z] Removing intermediate container c3a9909d1d56 [2021-01-22T00:51:18.646Z] ---> b33dac3628a1 [2021-01-22T00:51:18.646Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T00:51:18.646Z] ---> Running in e1b5c0377321 [2021-01-22T00:51:18.646Z] Removing intermediate container e1b5c0377321 [2021-01-22T00:51:18.646Z] ---> f2c1c7ad137f [2021-01-22T00:51:18.646Z] Step 5/6 : COPY go.mod . [2021-01-22T00:51:18.646Z] ---> 3ad386fd581f [2021-01-22T00:51:18.646Z] Step 6/6 : RUN go mod download [2021-01-22T00:51:18.646Z] ---> Running in 1df451a691ea [2021-01-22T00:51:45.330Z] Removing intermediate container 1df451a691ea [2021-01-22T00:51:45.330Z] ---> 67c2f7687a86 [2021-01-22T00:51:45.330Z] Successfully built 67c2f7687a86 [2021-01-22T00:51:45.330Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:51:45.658Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T00:51:45.658Z] . [Pipeline] withDockerContainer [2021-01-22T00:51:45.784Z] prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container [2021-01-22T00:51:45.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T00:51:46.745Z] $ docker top 341c4f2e8f6497e375e0cda733b268f35b5339797d4de97beba6aed881d1a690 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:51:47.278Z] + go version [2021-01-22T00:51:47.278Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T00:51:47.292Z] $ docker stop --time=1 341c4f2e8f6497e375e0cda733b268f35b5339797d4de97beba6aed881d1a690 [2021-01-22T00:51:48.687Z] $ docker rm -f 341c4f2e8f6497e375e0cda733b268f35b5339797d4de97beba6aed881d1a690 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:51:49.546Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T00:51:49.546Z] . [Pipeline] withDockerContainer [2021-01-22T00:51:49.674Z] prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container [2021-01-22T00:51:49.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T00:51:50.667Z] $ docker top 2eff9796228996eeadee285580a8b63cd17fcab4efbc3846aa4e500cbc2a4bd9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T00:51:50.929Z] ========================================================= [2021-01-22T00:51:50.929Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T00:51:50.929Z] ========================================================= [Pipeline] sh [2021-01-22T00:51:51.230Z] + make test [2021-01-22T00:51:51.230Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T00:52:01.300Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T00:52:19.645Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T00:52:25.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T00:52:25.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T00:52:25.283Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T00:52:25.283Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T00:52:27.911Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T00:52:27.911Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T00:52:27.911Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T00:52:27.911Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T00:52:27.911Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T00:52:28.501Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T00:52:31.131Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T00:52:31.131Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T00:52:31.131Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T00:52:34.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 46.6% of statements [2021-01-22T00:52:34.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T00:52:34.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T00:52:34.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T00:52:34.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T00:52:34.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T00:52:35.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.246s coverage: 27.0% of statements [2021-01-22T00:52:35.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T00:52:35.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T00:52:35.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T00:52:35.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T00:52:35.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T00:52:35.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T00:52:35.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-01-22T00:52:35.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T00:52:35.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-01-22T00:52:35.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T00:52:35.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T00:52:36.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 66.7% of statements [2021-01-22T00:52:36.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T00:52:36.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T00:52:37.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.3% of statements [2021-01-22T00:52:37.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T00:52:37.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:52:37.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T00:52:37.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T00:52:39.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements [2021-01-22T00:52:39.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T00:52:39.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T00:52:39.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T00:52:39.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T00:52:39.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T00:52:39.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-01-22T00:52:39.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T00:52:39.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-22T00:52:39.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T00:52:39.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements [2021-01-22T00:52:39.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T00:52:39.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2021-01-22T00:52:39.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T00:52:40.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2021-01-22T00:52:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T00:52:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T00:52:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T00:52:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T00:52:42.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.529s coverage: 92.8% of statements [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T00:52:42.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T00:52:42.792Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2021-01-22T00:52:42.793Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T00:52:42.793Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T00:52:42.793Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements [2021-01-22T00:52:42.793Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T00:52:42.793Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T00:52:42.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T00:52:42.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 43.8% of statements [2021-01-22T00:52:42.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements [2021-01-22T00:52:42.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-01-22T00:52:42.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements [2021-01-22T00:52:42.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.056s coverage: 87.2% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.4% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 63.5% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.054s coverage: 91.3% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.285s coverage: 68.9% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.298s coverage: 84.0% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T00:52:55.103Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements [2021-01-22T00:52:55.103Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T00:52:57.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.802s coverage: 29.1% of statements [2021-01-22T00:52:57.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T00:52:57.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T00:52:57.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T00:52:57.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T00:52:57.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T00:52:57.118Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-01-22T00:52:57.118Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T00:52:57.119Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements [2021-01-22T00:52:57.119Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T00:52:57.119Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-22T00:52:57.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T00:52:57.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-22T00:52:57.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T00:52:57.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T00:52:57.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T00:52:57.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T00:52:57.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-01-22T00:52:57.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T00:52:57.119Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T00:52:57.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-01-22T00:52:57.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-22T00:52:57.695Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-22T00:52:57.965Z] GO111MODULE=on go vet ./... [2021-01-22T00:53:30.461Z] gofmt -l . [2021-01-22T00:53:30.461Z] [ "`gofmt -l .`" = "" ] [2021-01-22T00:53:30.461Z] ./bin/test-go-mod-tidy.sh [2021-01-22T00:53:30.461Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T00:53:31.145Z] + ls -al . [2021-01-22T00:53:31.145Z] total 668 [2021-01-22T00:53:31.145Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 00:53 . [2021-01-22T00:53:31.145Z] drwxr-xr-x 4 root root 28 Jan 22 00:51 .. [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 00:49 .dockerignore [2021-01-22T00:53:31.145Z] drwxrwxr-x 8 1001 1001 179 Jan 22 00:49 .git [2021-01-22T00:53:31.145Z] drwxrwxr-x 3 1001 1001 125 Jan 22 00:49 .github [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 00:49 .gitignore [2021-01-22T00:53:31.145Z] drwx------ 3 1001 1001 47 Jan 22 00:50 .semver [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 00:49 .sonarcloud.properties [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 00:49 Attribution.txt [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:49 CONTRIBUTING.md [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 00:49 Dockerfile.build [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 00:49 Jenkinsfile [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:49 LICENSE [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 00:49 Makefile [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:49 README.md [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 00:49 SECURITY.md [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 00:50 VERSION [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:49 ZMQWindows.md [2021-01-22T00:53:31.145Z] drwxrwxr-x 2 1001 1001 117 Jan 22 00:49 bin [2021-01-22T00:53:31.145Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 00:49 cmd [2021-01-22T00:53:31.145Z] -rw-r--r-- 1 root root 562928 Jan 22 00:52 coverage.out [2021-01-22T00:53:31.145Z] -rw-r--r-- 1 root root 1047 Jan 22 00:53 go.mod [2021-01-22T00:53:31.145Z] -rw-r--r-- 1 root root 19067 Jan 22 00:53 go.sum [2021-01-22T00:53:31.145Z] drwxrwxr-x 8 1001 1001 127 Jan 22 00:49 internal [2021-01-22T00:53:31.145Z] drwxrwxr-x 4 1001 1001 26 Jan 22 00:49 openapi [2021-01-22T00:53:31.145Z] drwxrwxr-x 4 1001 1001 71 Jan 22 00:49 snap [2021-01-22T00:53:31.145Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 00:49 version.go [Pipeline] sh [2021-01-22T00:53:31.491Z] + '[' -e coverage.out ] [2021-01-22T00:53:31.491Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T00:53:31.755Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T00:53:32.071Z] + make build [2021-01-22T00:53:32.071Z] 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-01-22T00:53:37.438Z] 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-01-22T00:53:45.722Z] 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-01-22T00:53:47.681Z] 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-01-22T00:53:49.141Z] 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-01-22T00:53:49.423Z] 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-01-22T00:53:51.449Z] 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-01-22T00:53:52.899Z] 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-01-22T00:53:53.900Z] 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-01-22T00:53:55.365Z] 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-01-22T00:53:56.366Z] 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-01-22T00:53:57.883Z] 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-01-22T00:53:58.955Z] 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-01-22T00:54:01.153Z] $ docker stop --time=1 2eff9796228996eeadee285580a8b63cd17fcab4efbc3846aa4e500cbc2a4bd9 [2021-01-22T00:54:03.020Z] $ docker rm -f 2eff9796228996eeadee285580a8b63cd17fcab4efbc3846aa4e500cbc2a4bd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:54:05.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:54:05.175Z] [2021-01-22T00:54:05.175Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:54:05.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:54:05.612Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T00:54:05.612Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T00:54:05.612Z] ca9280d653b3: Pulling fs layer [2021-01-22T00:54:05.612Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T00:54:06.212Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T00:54:06.212Z] cbdbe7a5bc2a: Download complete [2021-01-22T00:54:06.842Z] cbdbe7a5bc2a: Pull complete [2021-01-22T00:54:06.842Z] ca9280d653b3: Verifying Checksum [2021-01-22T00:54:06.842Z] ca9280d653b3: Download complete [2021-01-22T00:54:07.881Z] ca9280d653b3: Pull complete [2021-01-22T00:54:09.324Z] 7e9c9ca2126c: Verifying Checksum [2021-01-22T00:54:09.324Z] 7e9c9ca2126c: Download complete [2021-01-22T00:54:16.379Z] 7e9c9ca2126c: Pull complete [2021-01-22T00:54:16.379Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T00:54:16.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:54:16.379Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T00:54:16.614Z] prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container [2021-01-22T00:54:16.675Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T00:54:19.936Z] $ docker top 49caa9aebd6ef52e30ed4b2c63f070c4aa5f7ae366cc5c91296ee6265bb95a7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:54:20.514Z] + docker-compose build --help [2021-01-22T00:54:20.514Z] + grep parallel [2021-01-22T00:54:21.930Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T00:54:21.949Z] $ docker stop --time=1 49caa9aebd6ef52e30ed4b2c63f070c4aa5f7ae366cc5c91296ee6265bb95a7a [2021-01-22T00:54:23.354Z] $ docker rm -f 49caa9aebd6ef52e30ed4b2c63f070c4aa5f7ae366cc5c91296ee6265bb95a7a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:54:24.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:54:24.026Z] . [Pipeline] withDockerContainer [2021-01-22T00:54:24.142Z] prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container [2021-01-22T00:54:24.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T00:54:24.857Z] $ docker top df3b93041d938b6e938490e897ed331f7438ab7134754fb62c543df857111c0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:54:25.440Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T00:54:26.409Z] Building docker-core-command-go ... [2021-01-22T00:54:26.409Z] Building docker-core-data-go ... [2021-01-22T00:54:26.409Z] Building docker-core-metadata-go ... [2021-01-22T00:54:26.409Z] Building docker-security-bootstrapper-go ... [2021-01-22T00:54:26.409Z] Building docker-security-proxy-setup-go ... [2021-01-22T00:54:26.409Z] Building docker-security-secretstore-setup-go ... [2021-01-22T00:54:26.409Z] Building docker-support-notifications-go ... [2021-01-22T00:54:26.409Z] Building docker-support-scheduler-go ... [2021-01-22T00:54:26.409Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T00:54:26.409Z] Building docker-core-data-go [2021-01-22T00:54:26.409Z] Building docker-security-bootstrapper-go [2021-01-22T00:54:26.409Z] Building docker-support-notifications-go [2021-01-22T00:54:26.409Z] Building docker-security-proxy-setup-go [2021-01-22T00:54:26.409Z] Building docker-support-scheduler-go [2021-01-22T00:55:05.444Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:55:05.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:55:05.444Z] [2021-01-22T00:55:05.444Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:55:05.444Z] ---> 67c2f7687a86 [2021-01-22T00:55:05.444Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:55:05.444Z] ---> 67c2f7687a86 [2021-01-22T00:55:05.444Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:55:05.444Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:55:05.444Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:55:05.444Z] ---> 67c2f7687a86 [2021-01-22T00:55:05.444Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T00:55:05.444Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:55:05.444Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:55:05.444Z] ---> 67c2f7687a86 [2021-01-22T00:55:05.444Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T00:55:05.444Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:55:05.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:55:05.444Z] ---> 67c2f7687a86 [2021-01-22T00:55:05.444Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:55:05.444Z] ---> Running in 990e7f905671 [2021-01-22T00:55:05.444Z] ---> Running in 632bc460fa12 [2021-01-22T00:55:05.444Z] ---> Running in 54ba84e0d7dd [2021-01-22T00:55:05.444Z] ---> Running in 7e588a0b41b2 [2021-01-22T00:55:05.444Z] ---> Running in f6a8a2e26f3c [2021-01-22T00:55:05.444Z] Removing intermediate container 632bc460fa12 [2021-01-22T00:55:05.444Z] ---> 61d0bffa1bb7 [2021-01-22T00:55:05.444Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:55:05.444Z] Removing intermediate container 54ba84e0d7dd [2021-01-22T00:55:05.444Z] ---> 88fa88513d31 [2021-01-22T00:55:05.444Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:55:05.444Z] Removing intermediate container 990e7f905671 [2021-01-22T00:55:05.444Z] ---> 92afb91d384a [2021-01-22T00:55:05.444Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:55:05.444Z] Removing intermediate container f6a8a2e26f3c [2021-01-22T00:55:05.444Z] ---> 80ce45720bad [2021-01-22T00:55:05.444Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:55:05.444Z] Removing intermediate container 7e588a0b41b2 [2021-01-22T00:55:05.444Z] ---> eeab47240c64 [2021-01-22T00:55:05.444Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:55:05.444Z] ---> Running in 2e535d35f221 [2021-01-22T00:55:05.444Z] ---> Running in 9953d3689d77 [2021-01-22T00:55:05.444Z] ---> Running in 28f49629f162 [2021-01-22T00:55:05.444Z] ---> Running in 89cf402de9e0 [2021-01-22T00:55:05.444Z] ---> Running in 85ac964aa065 [2021-01-22T00:55:05.444Z] Removing intermediate container 9953d3689d77 [2021-01-22T00:55:05.444Z] ---> 0f83459cfc86 [2021-01-22T00:55:05.444Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T00:55:05.444Z] Removing intermediate container 2e535d35f221 [2021-01-22T00:55:05.444Z] ---> 28b8addf59f3 [2021-01-22T00:55:05.444Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:55:05.444Z] ---> Running in 993cf222738f [2021-01-22T00:55:05.444Z] ---> Running in 5f5fbdf4dfcb [2021-01-22T00:55:05.444Z] Removing intermediate container 28f49629f162 [2021-01-22T00:55:05.444Z] ---> a91e8abb5a18 [2021-01-22T00:55:05.444Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:55:05.444Z] Removing intermediate container 85ac964aa065 [2021-01-22T00:55:05.444Z] ---> a5cbc6af0ab2 [2021-01-22T00:55:05.444Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T00:55:05.444Z] ---> Running in ec877b245638 [2021-01-22T00:55:05.777Z] ---> Running in 4ba8a22808e8 [2021-01-22T00:55:05.777Z] Removing intermediate container 89cf402de9e0 [2021-01-22T00:55:05.777Z] ---> 0947b2ab6a1a [2021-01-22T00:55:05.777Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T00:55:06.076Z] ---> Running in 585e48694a20 [2021-01-22T00:55:06.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:55:06.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:55:06.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:55:06.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:55:06.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:55:07.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:55:07.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:55:07.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:55:07.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:55:07.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:55:08.839Z] OK: 233 MiB in 51 packages [2021-01-22T00:55:08.839Z] OK: 233 MiB in 51 packages [2021-01-22T00:55:08.839Z] OK: 233 MiB in 51 packages [2021-01-22T00:55:08.839Z] OK: 233 MiB in 51 packages [2021-01-22T00:55:08.839Z] OK: 233 MiB in 51 packages [2021-01-22T00:55:09.437Z] Removing intermediate container 993cf222738f [2021-01-22T00:55:09.437Z] ---> 1ccba7b58ead [2021-01-22T00:55:09.437Z] Step 6/22 : COPY go.mod . [2021-01-22T00:55:09.716Z] Removing intermediate container 5f5fbdf4dfcb [2021-01-22T00:55:09.716Z] ---> 84a4a362353e [2021-01-22T00:55:09.716Z] Step 6/22 : COPY go.mod . [2021-01-22T00:55:09.994Z] ---> c88cf6cee03a [2021-01-22T00:55:09.995Z] Step 7/22 : RUN go mod download [2021-01-22T00:55:09.995Z] Removing intermediate container ec877b245638 [2021-01-22T00:55:09.995Z] ---> d0d8b3a0b497 [2021-01-22T00:55:09.995Z] Step 6/21 : COPY go.mod . [2021-01-22T00:55:09.995Z] Removing intermediate container 585e48694a20 [2021-01-22T00:55:09.995Z] ---> 10f0ad6a99c2 [2021-01-22T00:55:09.995Z] Step 6/23 : COPY go.mod . [2021-01-22T00:55:09.995Z] ---> Running in 031ed0918121 [2021-01-22T00:55:10.265Z] Removing intermediate container 4ba8a22808e8 [2021-01-22T00:55:10.265Z] ---> 695bf173226b [2021-01-22T00:55:10.265Z] Step 6/33 : COPY go.mod . [2021-01-22T00:55:10.265Z] ---> 5bd7d8884929 [2021-01-22T00:55:10.265Z] Step 7/22 : RUN go mod download [2021-01-22T00:55:10.554Z] ---> Running in 161f496f9ffd [2021-01-22T00:55:10.554Z] ---> 5b6e03ac7ce5 [2021-01-22T00:55:10.554Z] Step 7/21 : RUN go mod download [2021-01-22T00:55:10.554Z] ---> d9ac3d5b8936 [2021-01-22T00:55:10.554Z] Step 7/23 : RUN go mod download [2021-01-22T00:55:10.554Z] ---> bba1f8bebac3 [2021-01-22T00:55:10.554Z] Step 7/33 : RUN go mod download [2021-01-22T00:55:10.857Z] ---> Running in d5ee3add3fb5 [2021-01-22T00:55:10.857Z] ---> Running in 1bb4b28b9801 [2021-01-22T00:55:10.857Z] ---> Running in a55ab21fc06d [2021-01-22T00:55:13.565Z] Removing intermediate container 031ed0918121 [2021-01-22T00:55:13.565Z] ---> 5995e258e366 [2021-01-22T00:55:13.565Z] Step 8/22 : COPY . . [2021-01-22T00:55:13.565Z] Removing intermediate container 161f496f9ffd [2021-01-22T00:55:13.565Z] ---> a71d9ca4049e [2021-01-22T00:55:13.565Z] Step 8/22 : COPY . . [2021-01-22T00:55:13.565Z] Removing intermediate container d5ee3add3fb5 [2021-01-22T00:55:13.565Z] ---> 1bee968fa314 [2021-01-22T00:55:13.565Z] Step 8/21 : COPY . . [2021-01-22T00:55:13.841Z] Removing intermediate container a55ab21fc06d [2021-01-22T00:55:13.841Z] ---> cbeaa8ecc82a [2021-01-22T00:55:13.841Z] Step 8/33 : COPY . . [2021-01-22T00:55:13.841Z] Removing intermediate container 1bb4b28b9801 [2021-01-22T00:55:13.841Z] ---> d34cc511052b [2021-01-22T00:55:13.841Z] Step 8/23 : COPY . . [2021-01-22T00:55:40.015Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22128 in /w/workspace/edgexfoundry_edgex-go_PR-3057 [Pipeline] { [Pipeline] ws [2021-01-22T00:55:40.089Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-22T00:55:45.467Z] using credential edgex-jenkins-ssh [2021-01-22T00:55:45.525Z] Cloning the remote Git repository [2021-01-22T00:55:45.576Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:55:45.689Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-22T00:55:45.808Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:55:45.809Z] > git --version # timeout=10 [2021-01-22T00:55:45.832Z] > git --version # 'git version 2.17.1' [2021-01-22T00:55:45.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:55:45.891Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:55:53.071Z] ---> 87b35f758b3c [2021-01-22T00:55:53.071Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> c382852811b3 [2021-01-22T00:55:53.071Z] [2021-01-22T00:55:53.071Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T00:55:53.071Z] ---> a4c1e7376a04 [2021-01-22T00:55:53.071Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T00:55:53.071Z] ---> Running in 9902ac1da5dd [2021-01-22T00:55:53.071Z] ---> Running in d64a8d476c75 [2021-01-22T00:55:53.071Z] ---> f73299e19caf [2021-01-22T00:55:53.071Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T00:55:53.071Z] ---> Running in 1f66ad0107d5 [2021-01-22T00:55:53.071Z] ---> 6383cf843f19 [2021-01-22T00:55:53.071Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T00:55:53.071Z] ---> Running in c0cae5005afb [2021-01-22T00:55:53.071Z] ---> Running in 56bd77c98c78 [2021-01-22T00:55:53.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T00:55:53.687Z] 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-01-22T00:55:53.687Z] 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-01-22T00:55:53.687Z] 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-01-22T00:55:53.687Z] 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-01-22T00:56:06.422Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:56:06.440Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:56:06.465Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:56:06.509Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:56:06.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:56:06.527Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3057/head:refs/remotes/origin/PR-3057 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T00:56:07.151Z] Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:56:07.687Z] Merge succeeded, producing b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:56:07.688Z] Checking out Revision b421ca79a0b26ef99fb13a7f47455680ec466fbc (PR-3057) [2021-01-22T00:56:07.175Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:56:07.194Z] > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # timeout=10 [2021-01-22T00:56:07.513Z] > git remote # timeout=10 [2021-01-22T00:56:07.529Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T00:56:07.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:56:07.555Z] > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 [2021-01-22T00:56:07.624Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T00:56:07.695Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:56:07.709Z] > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # timeout=10 [2021-01-22T00:56:12.555Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T00:56:14.233Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:56:14.697Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:56:15.048Z] + true [2021-01-22T00:56:15.048Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T00:56:17.763Z] provisioning config files... [2021-01-22T00:56:17.814Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1270791420305796592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:56:18.229Z] ---> docker-login.sh [2021-01-22T00:56:18.229Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:56:19.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:56:19.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:56:19.498Z] Configure a credential helper to remove this warning. See [2021-01-22T00:56:19.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:56:19.498Z] [2021-01-22T00:56:19.498Z] Login Succeeded [2021-01-22T00:56:19.498Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:56:20.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:56:20.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:56:20.095Z] Configure a credential helper to remove this warning. See [2021-01-22T00:56:20.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:56:20.095Z] [2021-01-22T00:56:20.095Z] Login Succeeded [2021-01-22T00:56:20.095Z] nexus3.edgexfoundry.org:10003 [2021-01-22T00:56:20.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:56:20.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:56:20.691Z] Configure a credential helper to remove this warning. See [2021-01-22T00:56:20.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:56:20.691Z] [2021-01-22T00:56:20.691Z] Login Succeeded [2021-01-22T00:56:20.691Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:56:20.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:56:21.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:56:21.243Z] Configure a credential helper to remove this warning. See [2021-01-22T00:56:21.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:56:21.243Z] [2021-01-22T00:56:21.243Z] Login Succeeded [2021-01-22T00:56:21.243Z] docker.io [2021-01-22T00:56:21.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:56:21.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:56:21.791Z] Configure a credential helper to remove this warning. See [2021-01-22T00:56:21.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:56:21.791Z] [2021-01-22T00:56:21.791Z] Login Succeeded [2021-01-22T00:56:21.791Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:56:21.809Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T00:56:22.235Z] ========================================================= [2021-01-22T00:56:22.236Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T00:56:22.236Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:56:22.627Z] + 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-01-22T00:56:24.725Z] Sending build context to Docker daemon 165.8MB [2021-01-22T00:56:24.725Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:56:24.725Z] Step 2/6 : FROM ${BASE} [2021-01-22T00:56:25.003Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T00:56:25.003Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T00:56:25.003Z] a4357932f1b6: Pulling fs layer [2021-01-22T00:56:25.003Z] 18c013af1878: Pulling fs layer [2021-01-22T00:56:25.003Z] 00ac8860ef70: Pulling fs layer [2021-01-22T00:56:25.003Z] 63d7cb157983: Pulling fs layer [2021-01-22T00:56:25.003Z] b116817d02f9: Pulling fs layer [2021-01-22T00:56:25.003Z] 745a02a5169b: Pulling fs layer [2021-01-22T00:56:25.003Z] 63d7cb157983: Waiting [2021-01-22T00:56:25.003Z] b116817d02f9: Waiting [2021-01-22T00:56:25.003Z] 745a02a5169b: Waiting [2021-01-22T00:56:25.003Z] 00ac8860ef70: Waiting [2021-01-22T00:56:25.003Z] 18c013af1878: Verifying Checksum [2021-01-22T00:56:25.003Z] 18c013af1878: Download complete [2021-01-22T00:56:25.003Z] a4357932f1b6: Download complete [2021-01-22T00:56:25.003Z] 63d7cb157983: Verifying Checksum [2021-01-22T00:56:25.003Z] 63d7cb157983: Download complete [2021-01-22T00:56:25.003Z] b116817d02f9: Verifying Checksum [2021-01-22T00:56:25.003Z] b116817d02f9: Download complete [2021-01-22T00:56:25.003Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T00:56:25.003Z] 5f621e34cdf4: Download complete [2021-01-22T00:56:25.990Z] 5f621e34cdf4: Pull complete [2021-01-22T00:56:26.064Z] 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-01-22T00:56:26.064Z] 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-01-22T00:56:26.263Z] a4357932f1b6: Pull complete [2021-01-22T00:56:26.535Z] 18c013af1878: Pull complete [2021-01-22T00:56:31.949Z] 745a02a5169b: Verifying Checksum [2021-01-22T00:56:33.434Z] 00ac8860ef70: Verifying Checksum [2021-01-22T00:56:33.434Z] 00ac8860ef70: Download complete [2021-01-22T00:56:34.348Z] Removing intermediate container 9902ac1da5dd [2021-01-22T00:56:34.348Z] ---> da8c64183f64 [2021-01-22T00:56:34.348Z] [2021-01-22T00:56:34.348Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T00:56:34.348Z] 3.12: Pulling from library/alpine [2021-01-22T00:56:34.623Z] Removing intermediate container d64a8d476c75 [2021-01-22T00:56:34.623Z] ---> d7e2e4022edc [2021-01-22T00:56:34.623Z] [2021-01-22T00:56:34.623Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T00:56:34.623Z] Removing intermediate container 1f66ad0107d5 [2021-01-22T00:56:34.623Z] ---> bcd35f20d1d4 [2021-01-22T00:56:34.623Z] [2021-01-22T00:56:34.623Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T00:56:34.623Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:56:34.890Z] 3.12: Pulling from library/alpine [2021-01-22T00:56:34.890Z] 3.12: Pulling from library/alpine [2021-01-22T00:56:34.890Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:56:34.890Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:56:35.155Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:56:35.155Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:56:35.155Z] ---> 389fef711851 [2021-01-22T00:56:35.155Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T00:56:35.155Z] Status: Image is up to date for alpine:3.12 [2021-01-22T00:56:35.155Z] ---> 389fef711851 [2021-01-22T00:56:35.155Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T00:56:35.155Z] ---> 389fef711851 [2021-01-22T00:56:35.155Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T00:56:35.155Z] Removing intermediate container c0cae5005afb [2021-01-22T00:56:35.155Z] ---> f38100c5af21 [2021-01-22T00:56:35.155Z] [2021-01-22T00:56:35.155Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T00:56:35.155Z] ---> 389fef711851 [2021-01-22T00:56:35.155Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T00:56:35.423Z] ---> Running in 4846c11dbd46 [2021-01-22T00:56:35.423Z] ---> Running in 798aca7c3ae0 [2021-01-22T00:56:35.423Z] ---> Running in 977b4f4adc6d [2021-01-22T00:56:35.423Z] ---> Running in 149c87474731 [2021-01-22T00:56:36.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:56:36.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:56:36.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:56:36.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:56:36.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:56:36.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:56:36.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:56:36.736Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T00:56:37.028Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T00:56:37.028Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:56:37.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:56:37.028Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:56:37.028Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T00:56:37.028Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T00:56:37.028Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:56:37.028Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:56:37.028Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T00:56:37.028Z] OK: 6 MiB in 15 packages [2021-01-22T00:56:37.028Z] OK: 6 MiB in 16 packages [2021-01-22T00:56:37.028Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T00:56:37.028Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:56:37.028Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:56:37.311Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T00:56:37.592Z] OK: 7 MiB in 18 packages [2021-01-22T00:56:37.866Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T00:56:37.866Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T00:56:37.866Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:56:38.134Z] OK: 6 MiB in 17 packages [2021-01-22T00:56:41.475Z] Removing intermediate container 149c87474731 [2021-01-22T00:56:41.475Z] ---> 5cd13616628c [2021-01-22T00:56:41.475Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T00:56:41.475Z] Removing intermediate container 4846c11dbd46 [2021-01-22T00:56:41.475Z] ---> cea6703ab7f6 [2021-01-22T00:56:41.475Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T00:56:41.475Z] ---> Running in e5f4701a9d6e [2021-01-22T00:56:41.475Z] Removing intermediate container 798aca7c3ae0 [2021-01-22T00:56:41.475Z] ---> e85288a3be44 [2021-01-22T00:56:41.475Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T00:56:41.741Z] Removing intermediate container 977b4f4adc6d [2021-01-22T00:56:41.741Z] ---> caf04c87e677 [2021-01-22T00:56:41.741Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:56:42.006Z] Removing intermediate container 56bd77c98c78 [2021-01-22T00:56:42.006Z] ---> 388c2d27315a [2021-01-22T00:56:42.006Z] [2021-01-22T00:56:42.006Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T00:56:42.006Z] ---> 389fef711851 [2021-01-22T00:56:42.006Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:56:42.006Z] ---> Running in 8e1ca55d32da [2021-01-22T00:56:42.006Z] ---> Running in d11116d2ca55 [2021-01-22T00:56:42.006Z] Removing intermediate container e5f4701a9d6e [2021-01-22T00:56:42.006Z] ---> e3eaf5fcd7f4 [2021-01-22T00:56:42.006Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T00:56:42.006Z] ---> Running in 43afba343180 [2021-01-22T00:56:42.006Z] ---> Running in 76ee239f5273 [2021-01-22T00:56:42.273Z] ---> Running in d058a1d1f3e7 [2021-01-22T00:56:42.273Z] Removing intermediate container 8e1ca55d32da [2021-01-22T00:56:42.273Z] ---> ecbe97d42b18 [2021-01-22T00:56:42.273Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T00:56:42.273Z] Removing intermediate container d11116d2ca55 [2021-01-22T00:56:42.273Z] ---> 2d76010af5d2 [2021-01-22T00:56:42.273Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T00:56:42.536Z] ---> Running in a74563cc32b8 [2021-01-22T00:56:42.536Z] Removing intermediate container 43afba343180 [2021-01-22T00:56:42.536Z] ---> 437b11abed20 [2021-01-22T00:56:42.536Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T00:56:42.536Z] ---> Running in b2b75b116dc3 [2021-01-22T00:56:42.536Z] Removing intermediate container 76ee239f5273 [2021-01-22T00:56:42.536Z] ---> d8b35671f260 [2021-01-22T00:56:42.536Z] Step 13/21 : WORKDIR /edgex [2021-01-22T00:56:42.536Z] Removing intermediate container d058a1d1f3e7 [2021-01-22T00:56:42.536Z] ---> c825dd91ddc4 [2021-01-22T00:56:42.536Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T00:56:42.821Z] ---> Running in 26e673a0e30a [2021-01-22T00:56:42.821Z] ---> Running in 0fdbeecec96e [2021-01-22T00:56:42.821Z] ---> Running in 829ac055ec4b [2021-01-22T00:56:42.821Z] Removing intermediate container a74563cc32b8 [2021-01-22T00:56:42.821Z] ---> a5fca5e883ae [2021-01-22T00:56:42.821Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T00:56:43.204Z] Removing intermediate container b2b75b116dc3 [2021-01-22T00:56:43.204Z] ---> 01c128e3ec0c [2021-01-22T00:56:43.204Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T00:56:43.204Z] Removing intermediate container 26e673a0e30a [2021-01-22T00:56:43.204Z] ---> ac27bdb65895 [2021-01-22T00:56:43.204Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T00:56:43.204Z] ---> Running in eb97de5692f5 [2021-01-22T00:56:43.545Z] ---> Running in 56192a71acb8 [2021-01-22T00:56:43.636Z] 00ac8860ef70: Pull complete [2021-01-22T00:56:43.917Z] 63d7cb157983: Pull complete [2021-01-22T00:56:43.931Z] Removing intermediate container 829ac055ec4b [2021-01-22T00:56:43.931Z] ---> 542988e7cad8 [2021-01-22T00:56:43.931Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T00:56:43.931Z] Connecting to github.com (140.82.113.4:443) [2021-01-22T00:56:43.931Z]  ---> Running in ff269aed07c9 [2021-01-22T00:56:43.931Z] Removing intermediate container eb97de5692f5 [2021-01-22T00:56:43.931Z] ---> 1612eb78e0aa [2021-01-22T00:56:43.931Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:56:43.931Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.12.212:443) [2021-01-22T00:56:43.931Z] Removing intermediate container 56192a71acb8 [2021-01-22T00:56:43.931Z] ---> d4c828e6f02a [2021-01-22T00:56:43.931Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:56:44.203Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T00:56:44.203Z] Removing intermediate container ff269aed07c9 [2021-01-22T00:56:44.203Z] ---> 264dad579d93 [2021-01-22T00:56:44.203Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:56:44.203Z] ---> b81ea399cd71 [2021-01-22T00:56:44.203Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T00:56:44.203Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T00:56:44.203Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T00:56:44.203Z] dockerize [2021-01-22T00:56:44.203Z] ---> Running in 5b3dfd6b93ba [2021-01-22T00:56:44.519Z] b116817d02f9: Pull complete [2021-01-22T00:56:44.797Z] ---> f5c8e9ec9029 [2021-01-22T00:56:44.797Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T00:56:44.797Z] ---> b96e2b72b1ee [2021-01-22T00:56:44.797Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T00:56:45.069Z] ---> 144c7f05cdb0 [2021-01-22T00:56:45.069Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T00:56:45.335Z] Removing intermediate container 0fdbeecec96e [2021-01-22T00:56:45.335Z] ---> 267096d46478 [2021-01-22T00:56:45.335Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T00:56:45.610Z] ---> Running in ddc29d1a58bf [2021-01-22T00:56:45.610Z] ---> 75b1e7efd140 [2021-01-22T00:56:45.610Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T00:56:45.892Z] ---> 89daa7e91dfa [2021-01-22T00:56:45.893Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T00:56:45.893Z] Removing intermediate container ddc29d1a58bf [2021-01-22T00:56:45.893Z] ---> c18af0c7d6b1 [2021-01-22T00:56:45.893Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T00:56:45.893Z] ---> d3dd0ed8e02a [2021-01-22T00:56:45.893Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T00:56:46.177Z] ---> Running in 2b8234edc065 [2021-01-22T00:56:46.177Z] ---> Running in 5ca11af91110 [2021-01-22T00:56:46.177Z] ---> 8437f0bc1e05 [2021-01-22T00:56:46.177Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T00:56:46.791Z] ---> 3d791205d31e [2021-01-22T00:56:46.791Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T00:56:46.791Z] Removing intermediate container 5b3dfd6b93ba [2021-01-22T00:56:46.791Z] ---> 3e6b07c8b7d9 [2021-01-22T00:56:46.791Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T00:56:47.089Z] ---> Running in e10e347b3d3c [2021-01-22T00:56:47.089Z] Removing intermediate container 2b8234edc065 [2021-01-22T00:56:47.089Z] ---> 12a9bdb2cf69 [2021-01-22T00:56:47.089Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T00:56:47.089Z] ---> Running in a3147b36d6bf [2021-01-22T00:56:47.089Z] ---> Running in 5fede6ea534b [2021-01-22T00:56:47.089Z] Removing intermediate container 5ca11af91110 [2021-01-22T00:56:47.089Z] ---> 8f67bfcebc45 [2021-01-22T00:56:47.089Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T00:56:47.362Z] ---> Running in f80274b72429 [2021-01-22T00:56:47.362Z] ---> Running in 5d416443e34a [2021-01-22T00:56:47.630Z] Removing intermediate container e10e347b3d3c [2021-01-22T00:56:47.630Z] ---> acc166b40e51 [2021-01-22T00:56:47.630Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:56:47.630Z] Removing intermediate container 5fede6ea534b [2021-01-22T00:56:47.630Z] ---> ae9f92ef9a86 [2021-01-22T00:56:47.630Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:56:47.909Z] Removing intermediate container f80274b72429 [2021-01-22T00:56:47.909Z] ---> 575940e01aa0 [2021-01-22T00:56:47.909Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T00:56:47.909Z] ---> Running in 22bf50ae09ff [2021-01-22T00:56:47.909Z] ---> Running in 74a918f61a67 [2021-01-22T00:56:47.909Z] ---> Running in fe0618adf5f7 [2021-01-22T00:56:47.958Z] 745a02a5169b: Pull complete [2021-01-22T00:56:47.958Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T00:56:47.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T00:56:47.958Z] ---> b7e6874047d6 [2021-01-22T00:56:47.958Z] 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-01-22T00:56:48.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:56:48.183Z] Move dockerize executable [2021-01-22T00:56:48.183Z] Removing intermediate container 22bf50ae09ff [2021-01-22T00:56:48.183Z] ---> 7354f0f49bf9 [2021-01-22T00:56:48.183Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:56:48.183Z] Removing intermediate container 74a918f61a67 [2021-01-22T00:56:48.183Z] ---> ebf384d0a44a [2021-01-22T00:56:48.183Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:56:48.477Z] Removing intermediate container fe0618adf5f7 [2021-01-22T00:56:48.477Z] ---> 23699c496b50 [2021-01-22T00:56:48.477Z] Step 20/21 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:56:48.477Z] ---> Running in 600459e07ec9 [2021-01-22T00:56:48.477Z] ---> Running in 4500fb688940 [2021-01-22T00:56:48.477Z] ---> Running in a17fd79712df [2021-01-22T00:56:48.745Z] Removing intermediate container a17fd79712df [2021-01-22T00:56:48.745Z] ---> ae54330d34c6 [2021-01-22T00:56:48.745Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:56:48.745Z] Removing intermediate container 4500fb688940 [2021-01-22T00:56:48.745Z] ---> 4eb67838f501 [2021-01-22T00:56:48.745Z] Step 21/22 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:56:48.745Z] Removing intermediate container 600459e07ec9 [2021-01-22T00:56:48.745Z] ---> 093ea83691c5 [2021-01-22T00:56:48.745Z] Step 21/22 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:56:49.328Z] ---> Running in e697b886ec23 [2021-01-22T00:56:49.328Z] ---> Running in 370fa6c3d5fd [2021-01-22T00:56:49.328Z] ---> Running in 9713e29d8045 [2021-01-22T00:56:49.328Z] Removing intermediate container 5d416443e34a [2021-01-22T00:56:49.328Z] ---> d66bba8b5bca [2021-01-22T00:56:49.328Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T00:56:49.328Z] ---> Running in b58452e53731 [2021-01-22T00:56:49.328Z] Removing intermediate container 370fa6c3d5fd [2021-01-22T00:56:49.328Z] ---> 8170db724666 [2021-01-22T00:56:49.328Z] [2021-01-22T00:56:49.328Z] Removing intermediate container e697b886ec23 [2021-01-22T00:56:49.328Z] ---> 889c96ecbb4c [2021-01-22T00:56:49.328Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:56:49.592Z] Removing intermediate container 9713e29d8045 [2021-01-22T00:56:49.592Z] ---> 6562ba8a6116 [2021-01-22T00:56:49.592Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:56:49.868Z] ---> Running in 788bae110d32 [2021-01-22T00:56:49.868Z] Successfully built 8170db724666 [2021-01-22T00:56:49.868Z] ---> Running in c44bebe713e4 [2021-01-22T00:56:49.868Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T00:56:49.868Z] Building docker-sys-mgmt-agent-go [2021-01-22T00:56:49.868Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b58452e53731 [2021-01-22T00:56:49.868Z] ---> f617e9e8cd9f [2021-01-22T00:56:49.868Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T00:56:49.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:56:50.132Z] Removing intermediate container c44bebe713e4 [2021-01-22T00:56:50.132Z] ---> ba072ab1bc0c [2021-01-22T00:56:50.132Z] [2021-01-22T00:56:50.132Z] Removing intermediate container 788bae110d32 [2021-01-22T00:56:50.132Z] ---> b742937e0639 [2021-01-22T00:56:50.132Z] [2021-01-22T00:56:50.132Z] Successfully built ba072ab1bc0c [2021-01-22T00:56:50.132Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T00:56:50.132Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-22T00:56:50.132Z] Successfully built b742937e0639 [2021-01-22T00:56:50.404Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T00:56:50.404Z] Building docker-core-metadata-go [2021-01-22T00:56:50.404Z]  Building docker-support-notifications-go ... done  ---> c20ea7ff78c4 [2021-01-22T00:56:50.404Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T00:56:50.404Z] ---> Running in 1591f198b27c [2021-01-22T00:56:51.411Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T00:56:51.411Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T00:56:51.411Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T00:56:51.431Z] ---> Running in 547f1a7ad9ac [2021-01-22T00:56:51.699Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T00:56:51.987Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T00:56:52.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:56:52.971Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T00:56:52.971Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:56:52.971Z] OK: 8 MiB in 20 packages [2021-01-22T00:56:54.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:56:55.887Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T00:56:56.175Z] (2/12) Installing file (5.38-r0) [2021-01-22T00:56:56.465Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T00:56:56.465Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T00:56:57.295Z] Removing intermediate container 1591f198b27c [2021-01-22T00:56:57.295Z] ---> 39715d1e50b3 [2021-01-22T00:56:57.295Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:56:57.295Z] Removing intermediate container a3147b36d6bf [2021-01-22T00:56:57.295Z] ---> de33f3a17082 [2021-01-22T00:56:57.295Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:57:00.712Z] ---> 7d08f45c21bd [2021-01-22T00:57:00.712Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T00:57:00.712Z] ---> bbe11c1b6cd2 [2021-01-22T00:57:00.712Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T00:57:01.300Z] ---> 6e61efa923b6 [2021-01-22T00:57:01.300Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T00:57:01.300Z] ---> 5f873a724935 [2021-01-22T00:57:01.300Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T00:57:02.785Z] ---> 99204add534c [2021-01-22T00:57:02.785Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T00:57:03.833Z] ---> 86325d9b7d32 [2021-01-22T00:57:03.833Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T00:57:04.912Z] ---> Running in 16b0540a4d32 [2021-01-22T00:57:05.222Z] ---> 71ab3b5e8589 [2021-01-22T00:57:05.222Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T00:57:05.502Z] Removing intermediate container 16b0540a4d32 [2021-01-22T00:57:05.502Z] ---> 53d08cd48ef4 [2021-01-22T00:57:05.502Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:57:06.488Z] ---> Running in fc7d65af656c [2021-01-22T00:57:06.488Z] ---> 2fbd346e1945 [2021-01-22T00:57:06.488Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T00:57:08.979Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T00:57:08.979Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T00:57:08.979Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T00:57:08.979Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T00:57:08.979Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T00:57:08.979Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T00:57:09.254Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T00:57:09.534Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T00:57:09.534Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:57:09.534Z] OK: 217 MiB in 51 packages [2021-01-22T00:57:09.925Z] Removing intermediate container fc7d65af656c [2021-01-22T00:57:09.925Z] ---> 24b273f88a7d [2021-01-22T00:57:09.925Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T00:57:09.925Z] ---> Running in 6c8a997421b9 [2021-01-22T00:57:09.925Z] ---> Running in e033da31375f [2021-01-22T00:57:10.919Z] Removing intermediate container 6c8a997421b9 [2021-01-22T00:57:10.919Z] ---> a52bdd7b3b49 [2021-01-22T00:57:10.919Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T00:57:10.919Z] Removing intermediate container e033da31375f [2021-01-22T00:57:10.919Z] ---> 8fe7da6812a8 [2021-01-22T00:57:10.919Z] Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:57:11.924Z] ---> Running in d163a464b898 [2021-01-22T00:57:12.248Z] ---> 14b80b9b3d96 [2021-01-22T00:57:12.248Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T00:57:12.884Z] Removing intermediate container d163a464b898 [2021-01-22T00:57:12.884Z] ---> 80bbf73eff75 [2021-01-22T00:57:12.884Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T00:57:13.160Z] ---> Running in db10a97ba593 [2021-01-22T00:57:13.455Z] ---> Running in fdee53ca584c [2021-01-22T00:57:13.906Z] Removing intermediate container 547f1a7ad9ac [2021-01-22T00:57:13.906Z] ---> ef866f15a37d [2021-01-22T00:57:13.906Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T00:57:13.906Z] ---> Running in 01e983b4c555 [2021-01-22T00:57:14.182Z] Removing intermediate container 01e983b4c555 [2021-01-22T00:57:14.182Z] ---> 228a0f5de468 [2021-01-22T00:57:14.182Z] Step 5/6 : COPY go.mod . [2021-01-22T00:57:14.452Z] Removing intermediate container fdee53ca584c [2021-01-22T00:57:14.452Z] ---> 5707482539d6 [2021-01-22T00:57:14.452Z] [2021-01-22T00:57:15.165Z] ---> ac6b1f160e33 [2021-01-22T00:57:15.165Z] Step 6/6 : RUN go mod download [2021-01-22T00:57:15.165Z] ---> Running in 4b0777eb76f6 [2021-01-22T00:57:15.883Z] Successfully built 5707482539d6 [2021-01-22T00:57:15.883Z] Successfully tagged docker-core-data-go:latest [2021-01-22T00:57:15.883Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-01-22T00:57:15.883Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:57:15.883Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:57:15.883Z] ---> 67c2f7687a86 [2021-01-22T00:57:15.883Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T00:57:15.883Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:57:15.883Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:57:15.883Z] ---> 67c2f7687a86 [2021-01-22T00:57:15.883Z] ---> Using cache [2021-01-22T00:57:15.883Z] Step 3/23 : WORKDIR /edgex-go ---> eeab47240c64 [2021-01-22T00:57:15.883Z] [2021-01-22T00:57:15.883Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:57:15.883Z] ---> Using cache [2021-01-22T00:57:15.883Z] ---> eeab47240c64 [2021-01-22T00:57:15.883Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:57:15.884Z] ---> Using cache [2021-01-22T00:57:15.884Z] ---> a5cbc6af0ab2 [2021-01-22T00:57:15.884Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T00:57:15.884Z] ---> Using cache [2021-01-22T00:57:15.884Z] ---> 695bf173226b [2021-01-22T00:57:15.884Z] Step 6/23 : COPY go.mod . [2021-01-22T00:57:15.884Z] ---> Using cache [2021-01-22T00:57:15.884Z] ---> a5cbc6af0ab2 [2021-01-22T00:57:15.884Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T00:57:15.884Z] ---> Using cache [2021-01-22T00:57:15.884Z] ---> bba1f8bebac3 [2021-01-22T00:57:15.884Z] Step 7/23 : RUN go mod download [2021-01-22T00:57:15.884Z] ---> Using cache [2021-01-22T00:57:15.884Z] ---> cbeaa8ecc82a [2021-01-22T00:57:15.884Z] Step 8/23 : COPY . . [2021-01-22T00:57:15.884Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:57:15.884Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:57:15.884Z] ---> 67c2f7687a86 [2021-01-22T00:57:15.884Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:57:15.884Z] ---> Using cache [2021-01-22T00:57:15.884Z] ---> eeab47240c64 [2021-01-22T00:57:15.884Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:57:15.884Z] ---> Using cache [2021-01-22T00:57:15.884Z] ---> a5cbc6af0ab2 [2021-01-22T00:57:15.884Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T00:57:15.884Z] ---> Using cache [2021-01-22T00:57:15.884Z] ---> 695bf173226b [2021-01-22T00:57:15.884Z] Step 6/24 : COPY go.mod . [2021-01-22T00:57:15.884Z] ---> Using cache [2021-01-22T00:57:15.884Z] ---> bba1f8bebac3 [2021-01-22T00:57:15.884Z] Step 7/24 : RUN go mod download [2021-01-22T00:57:15.884Z] ---> Using cache [2021-01-22T00:57:15.884Z] ---> cbeaa8ecc82a [2021-01-22T00:57:15.884Z] Step 8/24 : COPY . . [2021-01-22T00:57:16.155Z] ---> Using cache [2021-01-22T00:57:16.155Z] ---> f73299e19caf [2021-01-22T00:57:16.155Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T00:57:16.155Z] ---> Using cache [2021-01-22T00:57:16.155Z] ---> f73299e19caf [2021-01-22T00:57:16.155Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T00:57:17.572Z] ---> Running in dd842f20e8c9 [2021-01-22T00:57:17.572Z] ---> Running in 26456d0d796a [2021-01-22T00:57:17.572Z] ---> Running in f42a281f1daa [2021-01-22T00:57:18.188Z] Removing intermediate container db10a97ba593 [2021-01-22T00:57:18.188Z] ---> 811f828e142f [2021-01-22T00:57:18.188Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T00:57:19.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:57:19.600Z] 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-01-22T00:57:19.600Z] 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-01-22T00:57:19.870Z] ---> Running in a902ca1018de [2021-01-22T00:57:20.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:57:20.750Z] Removing intermediate container a902ca1018de [2021-01-22T00:57:20.750Z] ---> 47f4579b6b75 [2021-01-22T00:57:20.750Z] Step 30/33 : CMD ["gate"] [2021-01-22T00:57:21.353Z] ---> Running in 8f62131048a8 [2021-01-22T00:57:21.629Z] OK: 233 MiB in 51 packages [2021-01-22T00:57:22.245Z] Removing intermediate container 8f62131048a8 [2021-01-22T00:57:22.245Z] ---> d24fee5397a5 [2021-01-22T00:57:22.245Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T00:57:23.678Z] ---> Running in 921d51348754 [2021-01-22T00:57:24.278Z] Removing intermediate container dd842f20e8c9 [2021-01-22T00:57:24.278Z] ---> 41dbdc7c2cdb [2021-01-22T00:57:24.278Z] Step 6/26 : COPY go.mod . [2021-01-22T00:57:24.278Z] Removing intermediate container 921d51348754 [2021-01-22T00:57:24.278Z] ---> d50015e6b1e4 [2021-01-22T00:57:24.278Z] Step 32/33 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:57:25.722Z] ---> Running in 8e2bb5a5714b [2021-01-22T00:57:26.004Z] ---> a26feb7e4587 [2021-01-22T00:57:26.004Z] Step 7/26 : RUN go mod download [2021-01-22T00:57:26.282Z] ---> Running in a18ebe885e55 [2021-01-22T00:57:26.282Z] Removing intermediate container 8e2bb5a5714b [2021-01-22T00:57:26.282Z] ---> e902eca4df93 [2021-01-22T00:57:26.282Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T00:57:26.882Z] ---> Running in ac38589d946a [2021-01-22T00:57:27.874Z] Removing intermediate container ac38589d946a [2021-01-22T00:57:27.874Z] ---> dac67e0bd954 [2021-01-22T00:57:27.874Z] [2021-01-22T00:57:28.153Z] Successfully built dac67e0bd954 [2021-01-22T00:57:28.153Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T00:57:30.786Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container a18ebe885e55 [2021-01-22T00:57:30.786Z] ---> 241519845fdb [2021-01-22T00:57:30.786Z] Step 8/26 : COPY . . [2021-01-22T00:57:37.579Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:57:37.579Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:57:37.579Z] ---> 67c2f7687a86 [2021-01-22T00:57:37.579Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T00:57:37.579Z] ---> Using cache [2021-01-22T00:57:37.579Z] ---> eeab47240c64 [2021-01-22T00:57:37.579Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:57:37.579Z] ---> Using cache [2021-01-22T00:57:37.579Z] ---> a5cbc6af0ab2 [2021-01-22T00:57:37.579Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T00:57:37.580Z] ---> Using cache [2021-01-22T00:57:37.580Z] ---> 695bf173226b [2021-01-22T00:57:37.580Z] Step 6/23 : COPY go.mod . [2021-01-22T00:57:37.580Z] ---> Using cache [2021-01-22T00:57:37.580Z] ---> bba1f8bebac3 [2021-01-22T00:57:37.580Z] Step 7/23 : RUN go mod download [2021-01-22T00:57:37.580Z] ---> Using cache [2021-01-22T00:57:37.580Z] ---> cbeaa8ecc82a [2021-01-22T00:57:37.580Z] Step 8/23 : COPY . . [2021-01-22T00:57:37.852Z] ---> Using cache [2021-01-22T00:57:37.852Z] ---> f73299e19caf [2021-01-22T00:57:37.852Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T00:57:39.305Z] ---> Running in 0090c1dfeea0 [2021-01-22T00:57:41.284Z] 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-01-22T00:57:41.957Z] Removing intermediate container 4b0777eb76f6 [2021-01-22T00:57:41.957Z] ---> ec3711256719 [2021-01-22T00:57:41.957Z] Successfully built ec3711256719 [2021-01-22T00:57:41.957Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:57:42.304Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T00:57:42.304Z] . [Pipeline] withDockerContainer [2021-01-22T00:57:42.584Z] prd-ubuntu18.04-docker-arm64-4c-16g-22128 does not seem to be running inside a container [2021-01-22T00:57:42.682Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T00:57:43.358Z] 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-01-22T00:57:44.209Z] $ docker top 49640f8bd00ab4e324cda6563462286ed305a496908302054b0305c4e86b8c62 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:57:45.326Z] + go version [2021-01-22T00:57:45.326Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T00:57:45.352Z] $ docker stop --time=1 49640f8bd00ab4e324cda6563462286ed305a496908302054b0305c4e86b8c62 [2021-01-22T00:57:47.324Z] $ docker rm -f 49640f8bd00ab4e324cda6563462286ed305a496908302054b0305c4e86b8c62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:57:48.358Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T00:57:48.358Z] . [Pipeline] withDockerContainer [2021-01-22T00:57:48.686Z] prd-ubuntu18.04-docker-arm64-4c-16g-22128 does not seem to be running inside a container [2021-01-22T00:57:48.777Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T00:57:50.227Z] $ docker top 86b0d7383fe46fdfe13582355b05920be9aeae687649552c46b6e7a42efbad08 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T00:57:50.674Z] ========================================================= [2021-01-22T00:57:50.674Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T00:57:50.674Z] ========================================================= [Pipeline] sh [2021-01-22T00:57:51.405Z] + make test [2021-01-22T00:57:51.405Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T00:57:55.883Z] Removing intermediate container f42a281f1daa [2021-01-22T00:57:55.884Z] ---> f920e504af0b [2021-01-22T00:57:55.884Z] [2021-01-22T00:57:55.884Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T00:57:55.884Z] ---> 389fef711851 [2021-01-22T00:57:55.884Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:57:59.291Z] ---> Running in f6786934ff17 [2021-01-22T00:57:59.588Z] Removing intermediate container 26456d0d796a [2021-01-22T00:57:59.588Z] ---> 5f6020cd36bd [2021-01-22T00:57:59.588Z] [2021-01-22T00:57:59.588Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T00:57:59.588Z] ---> 389fef711851 [2021-01-22T00:57:59.588Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T00:57:59.588Z] ---> Using cache [2021-01-22T00:57:59.588Z] ---> e85288a3be44 [2021-01-22T00:57:59.588Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T00:57:59.588Z] ---> Using cache [2021-01-22T00:57:59.588Z] ---> 2d76010af5d2 [2021-01-22T00:57:59.588Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T00:57:59.588Z] ---> 560b6c36adbd [2021-01-22T00:57:59.588Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T00:57:59.890Z] ---> Running in 5f794326ab3b [2021-01-22T00:57:59.890Z] ---> Running in 17d53a94778f [2021-01-22T00:58:00.168Z] Removing intermediate container 5f794326ab3b [2021-01-22T00:58:00.168Z] ---> 571e56bbf833 [2021-01-22T00:58:00.168Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T00:58:00.441Z] ---> Running in 5cc16733d350 [2021-01-22T00:58:00.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:58:00.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:58:00.718Z] 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-01-22T00:58:00.718Z] Removing intermediate container 5cc16733d350 [2021-01-22T00:58:00.718Z] ---> db8af8972cd6 [2021-01-22T00:58:00.718Z] Step 15/23 : WORKDIR / [2021-01-22T00:58:00.718Z] ---> Running in 01b0ffccc65b [2021-01-22T00:58:00.718Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:58:00.718Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:58:00.718Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:58:01.001Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:58:01.001Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:58:01.001Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:58:01.001Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:58:01.270Z] OK: 7 MiB in 19 packages [2021-01-22T00:58:01.270Z] Removing intermediate container 01b0ffccc65b [2021-01-22T00:58:01.270Z] ---> 53dca86a948e [2021-01-22T00:58:01.270Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:58:01.952Z] ---> d8dd9229309a [2021-01-22T00:58:01.952Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T00:58:03.259Z] Removing intermediate container f6786934ff17 [2021-01-22T00:58:03.259Z] ---> 72a26a6f8219 [2021-01-22T00:58:03.259Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:58:03.259Z] ---> ab9c77e14d4b [2021-01-22T00:58:03.259Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T00:58:03.259Z] ---> Running in 6594b4bc8e51 [2021-01-22T00:58:03.693Z] Removing intermediate container 6594b4bc8e51 [2021-01-22T00:58:03.693Z] ---> 9a46460787bd [2021-01-22T00:58:03.693Z] Step 13/24 : WORKDIR / [2021-01-22T00:58:03.693Z] ---> Running in 92f31714f7f4 [2021-01-22T00:58:03.693Z] ---> 58eccbc02bbc [2021-01-22T00:58:03.693Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T00:58:04.010Z] ---> Running in 13ea46cebe51 [2021-01-22T00:58:04.010Z] Removing intermediate container 92f31714f7f4 [2021-01-22T00:58:04.010Z] ---> 1c0b667fb34b [2021-01-22T00:58:04.010Z] 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-01-22T00:58:04.428Z] Removing intermediate container 13ea46cebe51 [2021-01-22T00:58:04.428Z] ---> f06ef8902a91 [2021-01-22T00:58:04.428Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:58:04.843Z] ---> Running in e3e503359838 [2021-01-22T00:58:05.442Z] ---> c70fc633b8e8 [2021-01-22T00:58:05.442Z] 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-01-22T00:58:06.862Z] Removing intermediate container e3e503359838 [2021-01-22T00:58:06.862Z] ---> c501a2b5817d [2021-01-22T00:58:06.862Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T00:58:06.862Z] Removing intermediate container 0090c1dfeea0 [2021-01-22T00:58:06.862Z] ---> 20266396aff4 [2021-01-22T00:58:06.862Z] [2021-01-22T00:58:06.862Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T00:58:06.862Z] ---> 389fef711851 [2021-01-22T00:58:06.862Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T00:58:06.862Z] ---> Using cache [2021-01-22T00:58:06.862Z] ---> e85288a3be44 [2021-01-22T00:58:06.862Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T00:58:06.862Z] ---> Using cache [2021-01-22T00:58:06.862Z] ---> 2d76010af5d2 [2021-01-22T00:58:06.862Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T00:58:07.136Z] ---> Running in 73c2a1a8d020 [2021-01-22T00:58:07.137Z] ---> f3610f648048 [2021-01-22T00:58:07.137Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T00:58:07.137Z] ---> Running in 001ba090fb48 [2021-01-22T00:58:07.410Z] Removing intermediate container 001ba090fb48 [2021-01-22T00:58:07.410Z] ---> cda711109cb1 [2021-01-22T00:58:07.410Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T00:58:07.410Z] Removing intermediate container 73c2a1a8d020 [2021-01-22T00:58:07.410Z] ---> af16880b424a [2021-01-22T00:58:07.410Z] Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:58:07.410Z] ---> Running in 3effaf734344 [2021-01-22T00:58:07.410Z] ---> Running in 60b6f9cf91ec [2021-01-22T00:58:07.678Z] ---> af8d2ed2c448 [2021-01-22T00:58:07.678Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T00:58:07.678Z] Removing intermediate container 3effaf734344 [2021-01-22T00:58:07.678Z] ---> acc5eee7c098 [2021-01-22T00:58:07.678Z] Step 15/23 : WORKDIR / [2021-01-22T00:58:07.952Z] Removing intermediate container 60b6f9cf91ec [2021-01-22T00:58:07.952Z] ---> e41d9c9b9cf7 [2021-01-22T00:58:07.952Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T00:58:07.952Z] ---> Running in 3ed90407a529 [2021-01-22T00:58:07.952Z] ---> Running in 55374bcee8cf [2021-01-22T00:58:08.552Z] Removing intermediate container 3ed90407a529 [2021-01-22T00:58:08.552Z] ---> 8e8cfb381682 [2021-01-22T00:58:08.552Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:58:08.552Z] Removing intermediate container 55374bcee8cf [2021-01-22T00:58:08.552Z] ---> 515f04d6b841 [2021-01-22T00:58:08.552Z] [2021-01-22T00:58:08.552Z] ---> 8a38e584d41a [2021-01-22T00:58:08.552Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T00:58:08.552Z] Successfully built 515f04d6b841 [2021-01-22T00:58:08.552Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T00:58:09.144Z]  Building docker-core-metadata-go ... done  ---> de5445b2c215 [2021-01-22T00:58:09.144Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T00:58:09.728Z] ---> 95fc71aa584c [2021-01-22T00:58:09.728Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T00:58:10.003Z] ---> 5a17b19e0988 [2021-01-22T00:58:10.003Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T00:58:10.277Z] ---> 494afdf0468d [2021-01-22T00:58:10.277Z] 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-01-22T00:58:10.277Z] ---> Running in 0ffa86d66460 [2021-01-22T00:58:10.890Z] ---> 8c73940cb8d0 [2021-01-22T00:58:10.890Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T00:58:10.890Z] ---> Running in 2405e3e5ba1a [2021-01-22T00:58:11.186Z] Removing intermediate container 2405e3e5ba1a [2021-01-22T00:58:11.186Z] ---> abc21688e0e3 [2021-01-22T00:58:11.187Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:58:11.187Z] ---> Running in d1e2db194dc3 [2021-01-22T00:58:11.460Z] Removing intermediate container d1e2db194dc3 [2021-01-22T00:58:11.460Z] ---> 0bd83fa94457 [2021-01-22T00:58:11.460Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T00:58:11.726Z] ---> Running in 9f89d26def28 [2021-01-22T00:58:11.990Z] Removing intermediate container 9f89d26def28 [2021-01-22T00:58:11.990Z] ---> fdd9b6d5cec2 [2021-01-22T00:58:11.990Z] Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:58:11.990Z] Removing intermediate container 0ffa86d66460 [2021-01-22T00:58:11.990Z] ---> ce4a355ff43f [2021-01-22T00:58:11.990Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T00:58:12.597Z] ---> Running in 0f0de37d77d6 [2021-01-22T00:58:12.597Z] ---> Running in 754f8bfd44d6 [2021-01-22T00:58:12.870Z] Removing intermediate container 0f0de37d77d6 [2021-01-22T00:58:12.870Z] ---> 14a7d466c02f [2021-01-22T00:58:12.870Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T00:58:12.870Z] Removing intermediate container 754f8bfd44d6 [2021-01-22T00:58:12.870Z] ---> 098719f01fad [2021-01-22T00:58:12.870Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T00:58:12.870Z] ---> Running in 1b57c0ec04bd [2021-01-22T00:58:12.870Z] ---> Running in 1ab4907655e9 [2021-01-22T00:58:13.158Z] Removing intermediate container 1b57c0ec04bd [2021-01-22T00:58:13.158Z] ---> c2ce2805b178 [2021-01-22T00:58:13.158Z] [2021-01-22T00:58:13.158Z] Removing intermediate container 1ab4907655e9 [2021-01-22T00:58:13.158Z] ---> 180b520329cc [2021-01-22T00:58:13.158Z] Step 23/24 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:58:13.426Z] Successfully built c2ce2805b178 [2021-01-22T00:58:13.426Z] Successfully tagged docker-core-command-go:latest [2021-01-22T00:58:13.426Z]  Building docker-core-command-go ... done  ---> Running in dbf90d9d5444 [2021-01-22T00:58:13.745Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T00:58:14.391Z] Removing intermediate container dbf90d9d5444 [2021-01-22T00:58:14.391Z] ---> cf2fc372e5ca [2021-01-22T00:58:14.391Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:58:14.659Z] ---> Running in 33946620e1a5 [2021-01-22T00:58:14.925Z] Removing intermediate container 17d53a94778f [2021-01-22T00:58:14.925Z] ---> f867089b5091 [2021-01-22T00:58:14.925Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T00:58:15.194Z] ---> Running in 2b2227cffc36 [2021-01-22T00:58:15.194Z] Removing intermediate container 33946620e1a5 [2021-01-22T00:58:15.194Z] ---> d36c22b7d154 [2021-01-22T00:58:15.194Z] [2021-01-22T00:58:15.194Z] Successfully built d36c22b7d154 [2021-01-22T00:58:15.194Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T00:58:15.476Z]  Building docker-security-secretstore-setup-go ... done 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-01-22T00:58:16.473Z] Removing intermediate container 2b2227cffc36 [2021-01-22T00:58:16.474Z] ---> 63a3ec45a69f [2021-01-22T00:58:16.474Z] [2021-01-22T00:58:16.474Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T00:58:16.737Z] 20.10.0: Pulling from library/docker [2021-01-22T00:58:23.370Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T00:58:23.370Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T00:58:23.370Z] ---> aefe523efa57 [2021-01-22T00:58:23.370Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T00:58:23.370Z] ---> Running in b8975e89b3df [2021-01-22T00:58:23.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:58:23.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:58:23.370Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T00:58:23.370Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T00:58:23.370Z] Executing bash-5.0.17-r0.post-install [2021-01-22T00:58:23.370Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:58:23.370Z] OK: 12 MiB in 22 packages [2021-01-22T00:58:23.955Z] Removing intermediate container b8975e89b3df [2021-01-22T00:58:23.955Z] ---> 45c049a043a7 [2021-01-22T00:58:23.955Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T00:58:24.225Z] ---> Running in 6cf462ca14d5 [2021-01-22T00:58:24.225Z] Removing intermediate container 6cf462ca14d5 [2021-01-22T00:58:24.225Z] ---> c5a43bd68d21 [2021-01-22T00:58:24.225Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T00:58:24.225Z] ---> Running in bc6e7d1f9ad3 [2021-01-22T00:58:24.506Z] Removing intermediate container bc6e7d1f9ad3 [2021-01-22T00:58:24.506Z] ---> 25e6c8084d3d [2021-01-22T00:58:24.506Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T00:58:24.506Z] ---> Running in 1a106c329695 [2021-01-22T00:58:24.771Z] Removing intermediate container 1a106c329695 [2021-01-22T00:58:24.771Z] ---> f28cb888b599 [2021-01-22T00:58:24.771Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T00:58:25.356Z] ---> e82559d7321e [2021-01-22T00:58:25.356Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T00:58:25.658Z] ---> 2fb22a72fd78 [2021-01-22T00:58:25.658Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T00:58:25.927Z] ---> 31e092e81aa2 [2021-01-22T00:58:25.927Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T00:58:25.927Z] ---> Running in ce1645ed5f92 [2021-01-22T00:58:26.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:58:26.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:58:26.891Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T00:58:26.891Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T00:58:26.891Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T00:58:26.891Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T00:58:26.891Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T00:58:26.891Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T00:58:26.891Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T00:58:28.854Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T00:58:28.854Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T00:58:28.854Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T00:58:28.854Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T00:58:28.854Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T00:58:28.854Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T00:58:28.854Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T00:58:28.854Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T00:58:28.854Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T00:58:28.854Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T00:58:28.854Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T00:58:28.854Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T00:58:28.854Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T00:58:28.854Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T00:58:28.854Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T00:58:29.118Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T00:58:29.118Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T00:58:29.118Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T00:58:29.118Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T00:58:29.118Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T00:58:29.118Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T00:58:29.118Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T00:58:29.118Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T00:58:29.118Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T00:58:29.118Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T00:58:29.118Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T00:58:29.382Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:58:29.382Z] OK: 71 MiB in 55 packages [2021-01-22T00:58:39.456Z] Removing intermediate container ce1645ed5f92 [2021-01-22T00:58:39.456Z] ---> a95d0abeb52c [2021-01-22T00:58:39.456Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T00:58:39.456Z] ---> Running in 7fe782073934 [2021-01-22T00:58:39.720Z] Collecting docker-compose==1.23.2 [2021-01-22T00:58:39.720Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T00:58:39.989Z] Collecting PyYAML<4,>=3.10 [2021-01-22T00:58:39.989Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T00:58:40.951Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T00:58:40.952Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T00:58:41.220Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T00:58:41.220Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T00:58:41.486Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T00:58:41.486Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T00:58:42.064Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T00:58:42.064Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T00:58:42.064Z] 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-01-22T00:58:42.064Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T00:58:42.064Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T00:58:42.643Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T00:58:42.643Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T00:58:43.228Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T00:58:43.506Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T00:58:43.506Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T00:58:43.506Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T00:58:43.789Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T00:58:43.789Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T00:58:43.789Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T00:58:43.789Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T00:58:43.789Z] 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-01-22T00:58:44.055Z] Collecting idna<2.8,>=2.5 [2021-01-22T00:58:44.056Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T00:58:44.056Z] 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-01-22T00:58:44.056Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T00:58:44.056Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T00:58:44.056Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T00:58:44.056Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T00:58:44.320Z] Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, cached-property, texttable, dockerpty, jsonschema, docker-compose [2021-01-22T00:58:44.320Z] Running setup.py install for PyYAML: started [2021-01-22T00:58:44.903Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T00:58:44.903Z] Attempting uninstall: urllib3 [2021-01-22T00:58:44.903Z] Found existing installation: urllib3 1.25.9 [2021-01-22T00:58:44.903Z] Uninstalling urllib3-1.25.9: [2021-01-22T00:58:44.903Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T00:58:45.171Z] Attempting uninstall: idna [2021-01-22T00:58:45.171Z] Found existing installation: idna 2.9 [2021-01-22T00:58:45.171Z] Uninstalling idna-2.9: [2021-01-22T00:58:45.171Z] Successfully uninstalled idna-2.9 [2021-01-22T00:58:45.441Z] Attempting uninstall: requests [2021-01-22T00:58:45.441Z] Found existing installation: requests 2.23.0 [2021-01-22T00:58:45.441Z] Uninstalling requests-2.23.0: [2021-01-22T00:58:45.441Z] Successfully uninstalled requests-2.23.0 [2021-01-22T00:58:46.019Z] Running setup.py install for docopt: started [2021-01-22T00:58:46.600Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T00:58:46.600Z] Running setup.py install for texttable: started [2021-01-22T00:58:46.874Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T00:58:46.874Z] Running setup.py install for dockerpty: started [2021-01-22T00:58:47.460Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T00:58:48.074Z] 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-01-22T00:58:51.450Z] Removing intermediate container 7fe782073934 [2021-01-22T00:58:51.450Z] ---> 7dff9610cd77 [2021-01-22T00:58:51.450Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T00:58:51.450Z] ---> Running in 61708ce54b98 [2021-01-22T00:58:52.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:58:52.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:58:52.295Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:58:52.295Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T00:58:52.295Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T00:58:52.295Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:58:52.295Z] OK: 72 MiB in 58 packages [2021-01-22T00:58:52.873Z] Removing intermediate container 61708ce54b98 [2021-01-22T00:58:52.873Z] ---> 21f58470962a [2021-01-22T00:58:52.873Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T00:58:52.873Z] ---> Running in ae8c888d6c95 [2021-01-22T00:58:52.873Z] Removing intermediate container ae8c888d6c95 [2021-01-22T00:58:52.873Z] ---> 79d2149cd331 [2021-01-22T00:58:52.873Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:58:52.873Z] ---> Running in b5e1f9245be0 [2021-01-22T00:58:53.139Z] Removing intermediate container b5e1f9245be0 [2021-01-22T00:58:53.139Z] ---> 9afa1347ab0d [2021-01-22T00:58:53.139Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T00:58:53.139Z] ---> Running in 5035d1cac268 [2021-01-22T00:58:53.406Z] Removing intermediate container 5035d1cac268 [2021-01-22T00:58:53.406Z] ---> bd25effd8323 [2021-01-22T00:58:53.406Z] Step 25/26 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T00:58:53.406Z] ---> Running in daabe33c54df [2021-01-22T00:58:53.672Z] Removing intermediate container daabe33c54df [2021-01-22T00:58:53.672Z] ---> 50cc076fe843 [2021-01-22T00:58:53.672Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T00:58:53.672Z] ---> Running in 110ec6e5e552 [2021-01-22T00:58:53.672Z] Removing intermediate container 110ec6e5e552 [2021-01-22T00:58:53.672Z] ---> e54a26ca9394 [2021-01-22T00:58:53.672Z] [2021-01-22T00:58:53.938Z] Successfully built e54a26ca9394 [2021-01-22T00:58:53.938Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T00:58:54.215Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T00:58:54.222Z] $ docker stop --time=1 df3b93041d938b6e938490e897ed331f7438ab7134754fb62c543df857111c0b [2021-01-22T00:58:55.740Z] $ docker rm -f df3b93041d938b6e938490e897ed331f7438ab7134754fb62c543df857111c0b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:58:56.289Z] + docker images [2021-01-22T00:58:56.289Z] + grep docker [2021-01-22T00:58:56.553Z] docker-sys-mgmt-agent-go latest e54a26ca9394 3 seconds ago 313MB [2021-01-22T00:58:56.553Z] docker-security-secretstore-setup-go latest d36c22b7d154 42 seconds ago 24.6MB [2021-01-22T00:58:56.553Z] docker-core-command-go latest c2ce2805b178 44 seconds ago 16.3MB [2021-01-22T00:58:56.553Z] docker-core-metadata-go latest 515f04d6b841 48 seconds ago 18.8MB [2021-01-22T00:58:56.553Z] docker-security-bootstrapper-go latest dac67e0bd954 About a minute ago 41.5MB [2021-01-22T00:58:56.553Z] docker-core-data-go latest 5707482539d6 About a minute ago 22.3MB [2021-01-22T00:58:56.553Z] docker-security-proxy-setup-go latest 8170db724666 2 minutes ago 24.4MB [2021-01-22T00:58:56.553Z] docker-support-notifications-go latest b742937e0639 2 minutes ago 16.9MB [2021-01-22T00:58:56.553Z] docker-support-scheduler-go latest ba072ab1bc0c 2 minutes ago 16.4MB [2021-01-22T00:58:56.553Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-22T00:59:01.197Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T00:59:06.668Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T00:59:11.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T00:59:11.014Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T00:59:11.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T00:59:12.232Z] Still waiting to schedule task [2021-01-22T00:59:12.232Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-22T00:59:17.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T00:59:17.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T00:59:17.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T00:59:17.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T00:59:17.814Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T00:59:17.814Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T00:59:24.586Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T00:59:24.586Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T00:59:24.586Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T00:59:30.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.226s coverage: 46.6% of statements [2021-01-22T00:59:30.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T00:59:30.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T00:59:30.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T00:59:30.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T00:59:30.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T00:59:36.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.507s coverage: 27.0% of statements [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T00:59:36.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T00:59:36.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T00:59:36.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.286s coverage: 66.7% of statements [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T00:59:36.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T00:59:37.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.728s coverage: 82.3% of statements [2021-01-22T00:59:37.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T00:59:37.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:59:37.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T00:59:37.450Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T00:59:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.174s coverage: 28.6% of statements [2021-01-22T00:59:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T00:59:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T00:59:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T00:59:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T00:59:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T00:59:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2021-01-22T00:59:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T00:59:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-01-22T00:59:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T00:59:45.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.339s coverage: 86.7% of statements [2021-01-22T00:59:45.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T00:59:46.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.362s coverage: 97.5% of statements [2021-01-22T00:59:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T00:59:46.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements [2021-01-22T00:59:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T00:59:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T00:59:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T00:59:46.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T00:59:56.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.196s coverage: 92.8% of statements [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T00:59:56.582Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T00:59:56.582Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.168s coverage: 0.1% of statements [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T00:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T00:59:56.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 43.8% of statements [2021-01-22T00:59:56.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.097s coverage: 79.5% of statements [2021-01-22T00:59:56.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.084s coverage: 94.1% of statements [2021-01-22T00:59:56.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2021-01-22T00:59:56.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-01-22T01:00:00.748Z] Running on prd-ubuntu18.04-docker-8c-8g-22134 in /w/workspace/edgexfoundry_edgex-go_PR-3057 [Pipeline] { [Pipeline] ws [2021-01-22T01:00:00.838Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-22T01:00:03.402Z] using credential edgex-jenkins-ssh [2021-01-22T01:00:03.466Z] Cloning the remote Git repository [2021-01-22T01:00:03.496Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T01:00:03.561Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-22T01:00:03.590Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T01:00:03.590Z] > git --version # timeout=10 [2021-01-22T01:00:03.598Z] > git --version # 'git version 2.17.1' [2021-01-22T01:00:03.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T01:00:03.627Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T01:00:06.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2021-01-22T01:00:06.781Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-01-22T01:00:06.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T01:00:06.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T01:00:06.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T01:00:06.781Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T01:00:08.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements [2021-01-22T01:00:08.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T01:00:08.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T01:00:08.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-01-22T01:00:08.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T01:00:08.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-01-22T01:00:08.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T01:00:08.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-01-22T01:00:08.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.144s coverage: 87.2% of statements [2021-01-22T01:00:08.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements [2021-01-22T01:00:08.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements [2021-01-22T01:00:08.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T01:00:08.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.599s coverage: 63.5% of statements [2021-01-22T01:00:08.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T01:00:08.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T01:00:09.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements [2021-01-22T01:00:09.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-01-22T01:00:11.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements [2021-01-22T01:00:11.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-01-22T01:00:11.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.106s coverage: 100.0% of statements [2021-01-22T01:00:15.016Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T01:00:15.023Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T01:00:15.031Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T01:00:15.042Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T01:00:15.042Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T01:00:15.046Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3057/head:refs/remotes/origin/PR-3057 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T01:00:15.536Z] Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:00:15.655Z] Merge succeeded, producing b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:00:15.656Z] Checking out Revision b421ca79a0b26ef99fb13a7f47455680ec466fbc (PR-3057) [2021-01-22T01:00:16.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.749s coverage: 68.9% of statements [2021-01-22T01:00:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T01:00:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T01:00:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T01:00:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T01:00:16.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T01:00:17.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.388s coverage: 37.0% of statements [2021-01-22T01:00:17.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T01:00:17.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T01:00:15.562Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T01:00:15.568Z] > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # timeout=10 [2021-01-22T01:00:15.647Z] > git remote # timeout=10 [2021-01-22T01:00:15.653Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T01:00:15.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T01:00:15.660Z] > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 [2021-01-22T01:00:15.668Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T01:00:15.676Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T01:00:15.679Z] > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # timeout=10 [2021-01-22T01:00:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.507s coverage: 84.0% of statements [2021-01-22T01:00:17.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2021-01-22T01:00:19.376Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T01:00:20.854Z] + echo snap-build.sh [2021-01-22T01:00:20.854Z] snap-build.sh [2021-01-22T01:00:20.854Z] + SNAP_BASE_DIR=. [2021-01-22T01:00:20.854Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-22T01:00:20.854Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-22T01:00:20.854Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-22T01:00:20.854Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-22T01:00:20.854Z] + cd /w/workspace/edgex-go/4 [2021-01-22T01:00:20.854Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-22T01:00:20.854Z] Reading package lists... [2021-01-22T01:00:20.854Z] Building dependency tree... [2021-01-22T01:00:20.854Z] Reading state information... [2021-01-22T01:00:21.116Z] The following packages were automatically installed and are no longer required: [2021-01-22T01:00:21.116Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-22T01:00:21.116Z] uidmap xdelta3 [2021-01-22T01:00:21.116Z] Use 'sudo apt autoremove' to remove them. [2021-01-22T01:00:21.116Z] The following packages will be REMOVED: [2021-01-22T01:00:21.116Z] lxd* lxd-client* [2021-01-22T01:00:21.378Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-22T01:00:21.379Z] After this operation, 31.7 MB disk space will be freed. [2021-01-22T01:00:22.687Z] (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-01-22T01:00:22.687Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T01:00:23.261Z] Removing lxd dnsmasq configuration [2021-01-22T01:00:23.524Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T01:00:23.524Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-22T01:00:24.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.329s coverage: 47.1% of statements [2021-01-22T01:00:24.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T01:00:24.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T01:00:24.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T01:00:24.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T01:00:24.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T01:00:24.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2021-01-22T01:00:24.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T01:00:24.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements [2021-01-22T01:00:24.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T01:00:24.475Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-22T01:00:24.739Z] (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-01-22T01:00:24.739Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T01:00:26.134Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-22T01:00:26.134Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-22T01:00:27.529Z] + sudo snap remove --purge lxd [2021-01-22T01:00:27.792Z] snap "lxd" is not installed [2021-01-22T01:00:27.792Z] + sudo groupadd --force --system lxd [2021-01-22T01:00:27.792Z] ++ whoami [2021-01-22T01:00:27.792Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-22T01:00:27.792Z] + newgrp - lxd [2021-01-22T01:00:27.792Z] + sudo snap install lxd [2021-01-22T01:00:28.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.058s coverage: 29.1% of statements [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T01:00:28.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T01:00:28.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T01:00:28.475Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T01:00:28.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T01:00:28.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T01:00:28.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T01:00:29.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-01-22T01:00:29.739Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-22T01:00:30.332Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-22T01:00:31.306Z] GO111MODULE=on go vet ./... [2021-01-22T01:00:35.967Z] 2021-01-22T01:00:33Z INFO Waiting for automatic snapd restart... [2021-01-22T01:00:48.226Z] lxd 4.10 from Canonical* installed [2021-01-22T01:00:48.226Z] + sudo lxd init --auto [2021-01-22T01:00:56.377Z] + sudo snap install --classic snapcraft [2021-01-22T01:01:00.593Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T01:01:00.593Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-22T01:01:00.593Z] + patch --verbose -p1 [2021-01-22T01:01:00.593Z] Hmm... Looks like a unified diff to me... [2021-01-22T01:01:00.593Z] The text leading up to this was: [2021-01-22T01:01:00.593Z] -------------------------- [2021-01-22T01:01:00.593Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-22T01:01:00.593Z] |From: Tony Espy [2021-01-22T01:01:00.593Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-22T01:01:00.593Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-22T01:01:00.593Z] | [2021-01-22T01:01:00.593Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-22T01:01:00.593Z] |optimize the snap CI check run for pull requests. When [2021-01-22T01:01:00.593Z] |applied, it essentially strips out everything (apps and [2021-01-22T01:01:00.593Z] |parts) from the snapcraft.yaml file except those required [2021-01-22T01:01:00.593Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-22T01:01:00.593Z] |catch changes to edgex-go that break the snap build. [2021-01-22T01:01:00.593Z] | [2021-01-22T01:01:00.593Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-22T01:01:00.593Z] |to update this patch file, otherwise it may fail to apply, [2021-01-22T01:01:00.593Z] |resulting in a failed snap build CI check in the associated [2021-01-22T01:01:00.593Z] |pull request. [2021-01-22T01:01:00.593Z] | [2021-01-22T01:01:00.593Z] |Note - in addition to applying this patch, the pipeline also [2021-01-22T01:01:00.593Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-22T01:01:00.593Z] |need to build the finally binary .snap file (and it won't [2021-01-22T01:01:00.593Z] |work with the patch applied). This further reduces the build [2021-01-22T01:01:00.593Z] |time. [2021-01-22T01:01:00.593Z] |--- [2021-01-22T01:01:00.593Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-22T01:01:00.593Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-22T01:01:00.593Z] | [2021-01-22T01:01:00.593Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-22T01:01:00.593Z] |index 1e537489..faf42425 100644 [2021-01-22T01:01:00.593Z] |--- a/snap/snapcraft.yaml [2021-01-22T01:01:00.593Z] |+++ b/snap/snapcraft.yaml [2021-01-22T01:01:00.593Z] -------------------------- [2021-01-22T01:01:00.593Z] patching file snap/snapcraft.yaml [2021-01-22T01:01:00.593Z] Using Plan A... [2021-01-22T01:01:00.593Z] Hunk #1 succeeded at 73. [2021-01-22T01:01:00.593Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-22T01:01:00.593Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-22T01:01:00.593Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-22T01:01:00.593Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-22T01:01:00.593Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-22T01:01:00.593Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-22T01:01:00.593Z] Hunk #8 succeeded at 342. [2021-01-22T01:01:00.593Z] Hmm... Ignoring the trailing garbage. [2021-01-22T01:01:00.593Z] done [2021-01-22T01:01:00.594Z] + sudo snapcraft prime --use-lxd [2021-01-22T01:01:01.554Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-22T01:01:01.832Z] 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-01-22T01:01:01.832Z] - README.md [2021-01-22T01:01:01.832Z] - snapcraft.yaml.orig [2021-01-22T01:01:01.832Z] [2021-01-22T01:01:01.832Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T01:01:02.405Z] Launching a container. [2021-01-22T01:01:14.653Z] Waiting for container to be ready [2021-01-22T01:01:14.653Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-22T01:01:14.653Z] [2021-01-22T01:01:18.006Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-22T01:01:18.006Z] Waiting for network to be ready... [2021-01-22T01:01:18.606Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T01:01:18.606Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T01:01:18.881Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T01:01:18.881Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T01:01:19.181Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T01:01:19.457Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T01:01:19.457Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T01:01:19.457Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T01:01:19.457Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T01:01:19.457Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T01:01:19.457Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T01:01:19.457Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T01:01:19.457Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T01:01:19.457Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T01:01:19.457Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T01:01:19.457Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T01:01:19.457Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T01:01:19.457Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T01:01:20.070Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T01:01:20.342Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T01:01:20.342Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T01:01:20.342Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T01:01:20.342Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T01:01:20.342Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T01:01:20.342Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T01:01:20.342Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T01:01:20.342Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T01:01:22.917Z] Fetched 23.8 MB in 4s (5409 kB/s) [2021-01-22T01:01:23.489Z] Reading package lists... [2021-01-22T01:01:23.489Z] Reading package lists... [2021-01-22T01:01:23.751Z] Building dependency tree... [2021-01-22T01:01:23.751Z] Reading state information... [2021-01-22T01:01:23.751Z] The following additional packages will be installed: [2021-01-22T01:01:23.751Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T01:01:23.751Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T01:01:23.751Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T01:01:23.751Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-22T01:01:23.751Z] Suggested packages: [2021-01-22T01:01:23.751Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-22T01:01:23.751Z] Recommended packages: [2021-01-22T01:01:23.751Z] gnupg libsasl2-modules [2021-01-22T01:01:23.751Z] The following NEW packages will be installed: [2021-01-22T01:01:23.751Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T01:01:23.751Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T01:01:23.751Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T01:01:23.751Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-22T01:01:23.751Z] The following packages will be upgraded: [2021-01-22T01:01:23.751Z] gpg gpg-agent gpgconf libudev1 [2021-01-22T01:01:24.014Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-22T01:01:24.014Z] Need to get 3533 kB of archives. [2021-01-22T01:01:24.014Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-22T01:01:24.014Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-22T01:01:24.014Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-22T01:01:24.014Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-22T01:01:24.014Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-22T01:01:24.014Z] Get:5 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-01-22T01:01:24.014Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-22T01:01:24.014Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-22T01:01:24.014Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-22T01:01:24.014Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-22T01:01:24.275Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-22T01:01:24.848Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-22T01:01:24.849Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-22T01:01:24.849Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-22T01:01:24.849Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-22T01:01:24.849Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-22T01:01:24.849Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-22T01:01:24.849Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-22T01:01:24.849Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-22T01:01:24.849Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-22T01:01:24.849Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-22T01:01:24.849Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-22T01:01:24.849Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-22T01:01:25.110Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T01:01:25.110Z] Fetched 3533 kB in 1s (3430 kB/s) [2021-01-22T01:01:25.110Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T01:01:25.110Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-22T01:01:25.110Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T01:01:25.110Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-22T01:01:25.372Z] Selecting previously unselected package udev. [2021-01-22T01:01:25.372Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T01:01:25.372Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-22T01:01:25.372Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-22T01:01:25.636Z] Selecting previously unselected package libfuse2:amd64. [2021-01-22T01:01:25.637Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T01:01:25.637Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T01:01:25.637Z] Selecting previously unselected package fuse. [2021-01-22T01:01:25.637Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T01:01:25.637Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-22T01:01:25.637Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T01:01:25.899Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T01:01:25.899Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T01:01:25.899Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T01:01:26.159Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T01:01:26.160Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T01:01:26.160Z] Selecting previously unselected package libksba8:amd64. [2021-01-22T01:01:26.160Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-22T01:01:26.160Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-22T01:01:26.420Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-22T01:01:26.420Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:01:26.420Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:26.420Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-22T01:01:26.420Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:01:26.420Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:26.682Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-22T01:01:26.683Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:01:26.683Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:26.683Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-22T01:01:26.683Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:01:26.683Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:26.683Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-22T01:01:26.683Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:01:26.683Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:26.956Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-22T01:01:26.956Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:01:26.956Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:26.956Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-22T01:01:27.235Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:01:27.235Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:27.235Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-22T01:01:27.235Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:01:27.235Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:27.235Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-22T01:01:27.235Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T01:01:27.235Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:27.508Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-22T01:01:27.508Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T01:01:27.508Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T01:01:27.508Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-22T01:01:27.508Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T01:01:27.508Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T01:01:27.508Z] Selecting previously unselected package libldap-common. [2021-01-22T01:01:27.508Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-22T01:01:27.508Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T01:01:27.791Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-22T01:01:27.791Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-22T01:01:27.791Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T01:01:27.791Z] Selecting previously unselected package dirmngr. [2021-01-22T01:01:27.791Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T01:01:27.791Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T01:01:28.066Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T01:01:28.066Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-22T01:01:28.066Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T01:01:28.066Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T01:01:28.066Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T01:01:28.066Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-22T01:01:28.066Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:28.066Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-22T01:01:28.066Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T01:01:28.353Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-22T01:01:28.619Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-22T01:01:28.619Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:28.619Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-22T01:01:28.882Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-22T01:01:28.882Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-22T01:01:28.882Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:28.882Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:28.882Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:28.882Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:28.882Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:28.882Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:29.146Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T01:01:29.146Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T01:01:29.146Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T01:01:29.146Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T01:01:29.723Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-22T01:01:29.723Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-22T01:01:29.723Z] This means they are not meant to be enabled using systemctl. [2021-01-22T01:01:29.723Z] Possible reasons for having this kind of units are: [2021-01-22T01:01:29.723Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-22T01:01:29.723Z] .wants/ or .requires/ directory. [2021-01-22T01:01:29.724Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-22T01:01:29.724Z] a requirement dependency on it. [2021-01-22T01:01:29.724Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-22T01:01:29.724Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-22T01:01:29.724Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-22T01:01:29.724Z] instance name specified. [2021-01-22T01:01:29.986Z] Reading package lists... [2021-01-22T01:01:29.986Z] Building dependency tree... [2021-01-22T01:01:29.986Z] Reading state information... [2021-01-22T01:01:30.250Z] The following additional packages will be installed: [2021-01-22T01:01:30.250Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-22T01:01:30.250Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-22T01:01:30.250Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-22T01:01:30.250Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-22T01:01:30.250Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-22T01:01:30.250Z] Suggested packages: [2021-01-22T01:01:30.250Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-22T01:01:30.250Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-22T01:01:30.250Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-22T01:01:30.250Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-22T01:01:30.250Z] systemd-container policykit-1 [2021-01-22T01:01:30.250Z] Recommended packages: [2021-01-22T01:01:30.250Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-22T01:01:30.250Z] The following NEW packages will be installed: [2021-01-22T01:01:30.250Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-22T01:01:30.250Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-22T01:01:30.250Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-22T01:01:30.250Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-22T01:01:30.250Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-22T01:01:30.250Z] The following packages will be upgraded: [2021-01-22T01:01:30.250Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-22T01:01:30.514Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-22T01:01:30.514Z] Need to get 35.2 MB of archives. [2021-01-22T01:01:30.514Z] After this operation, 141 MB of additional disk space will be used. [2021-01-22T01:01:30.514Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-22T01:01:30.514Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-22T01:01:31.090Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-22T01:01:31.090Z] 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-01-22T01:01:31.090Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-22T01:01:31.353Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-22T01:01:31.353Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-22T01:01:31.353Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-22T01:01:31.353Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-22T01:01:31.353Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-22T01:01:31.353Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-22T01:01:31.353Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-22T01:01:31.353Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-22T01:01:31.353Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-22T01:01:31.353Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-22T01:01:31.353Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-22T01:01:31.353Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-22T01:01:31.353Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-22T01:01:31.353Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-22T01:01:31.353Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-22T01:01:31.353Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-22T01:01:31.616Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-22T01:01:31.616Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-22T01:01:31.616Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-22T01:01:31.616Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-22T01:01:31.616Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-22T01:01:31.616Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-22T01:01:31.616Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-22T01:01:31.616Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-22T01:01:31.616Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-22T01:01:33.010Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T01:01:33.010Z] Fetched 35.2 MB in 3s (12.9 MB/s) [2021-01-22T01:01:33.276Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T01:01:33.276Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-22T01:01:33.276Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T01:01:33.852Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-22T01:01:33.852Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T01:01:34.137Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-22T01:01:34.137Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T01:01:34.137Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T01:01:34.137Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T01:01:34.414Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-22T01:01:34.713Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T01:01:34.713Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T01:01:34.713Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T01:01:34.985Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-22T01:01:34.985Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-22T01:01:35.559Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-22T01:01:35.559Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-22T01:01:35.559Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T01:01:35.559Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T01:01:35.821Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-22T01:01:35.821Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T01:01:35.821Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:01:36.082Z] Selecting previously unselected package libexpat1:amd64. [2021-01-22T01:01:36.082Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-22T01:01:36.082Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T01:01:36.082Z] Selecting previously unselected package python3.6-minimal. [2021-01-22T01:01:36.082Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T01:01:36.082Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:01:36.343Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T01:01:36.343Z] Checking for services that may need to be restarted...done. [2021-01-22T01:01:36.343Z] Checking for services that may need to be restarted...done. [2021-01-22T01:01:36.604Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:01:36.604Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T01:01:36.604Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:01:37.177Z] Selecting previously unselected package python3-minimal. [2021-01-22T01:01:37.177Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-22T01:01:37.177Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-22T01:01:37.177Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-22T01:01:37.177Z] Selecting previously unselected package mime-support. [2021-01-22T01:01:37.177Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-22T01:01:37.177Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-22T01:01:37.177Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-22T01:01:37.177Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-22T01:01:37.438Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T01:01:37.438Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-22T01:01:37.438Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T01:01:37.438Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:01:37.700Z] Selecting previously unselected package python3.6. [2021-01-22T01:01:37.700Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T01:01:37.700Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:01:37.700Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-22T01:01:37.700Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-22T01:01:37.700Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T01:01:37.962Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-22T01:01:38.224Z] Selecting previously unselected package python3. [2021-01-22T01:01:38.224Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-22T01:01:38.224Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-22T01:01:38.224Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-22T01:01:38.224Z] Selecting previously unselected package multiarch-support. [2021-01-22T01:01:38.224Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T01:01:38.224Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T01:01:38.224Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T01:01:38.486Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-22T01:01:38.486Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-22T01:01:38.486Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-22T01:01:38.486Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T01:01:38.486Z] Selecting previously unselected package libbsd0:amd64. [2021-01-22T01:01:38.486Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-22T01:01:38.486Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T01:01:38.486Z] Selecting previously unselected package sudo. [2021-01-22T01:01:38.486Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-22T01:01:38.486Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T01:01:38.747Z] Selecting previously unselected package apparmor. [2021-01-22T01:01:38.747Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T01:01:38.747Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-22T01:01:39.008Z] Selecting previously unselected package libedit2:amd64. [2021-01-22T01:01:39.008Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-22T01:01:39.008Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T01:01:39.008Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-22T01:01:39.008Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T01:01:39.008Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:01:39.008Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-22T01:01:39.008Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T01:01:39.008Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:01:39.269Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-22T01:01:39.270Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-22T01:01:39.270Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T01:01:39.270Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-22T01:01:39.270Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T01:01:39.270Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:01:39.373Z] gofmt -l . [2021-01-22T01:01:39.532Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-22T01:01:39.532Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T01:01:39.532Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:01:39.532Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-22T01:01:39.532Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-22T01:01:39.532Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T01:01:39.795Z] Selecting previously unselected package openssh-client. [2021-01-22T01:01:39.795Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-22T01:01:39.795Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T01:01:40.056Z] Selecting previously unselected package squashfs-tools. [2021-01-22T01:01:40.056Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-22T01:01:40.056Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T01:01:40.056Z] Selecting previously unselected package snapd. [2021-01-22T01:01:40.056Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-22T01:01:40.056Z] Unpacking snapd (2.48+18.04) ... [2021-01-22T01:01:41.988Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T01:01:41.988Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T01:01:41.995Z] [ "`gofmt -l .`" = "" ] [2021-01-22T01:01:42.256Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-22T01:01:42.256Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T01:01:42.256Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T01:01:42.256Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:01:42.256Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T01:01:42.518Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-22T01:01:42.518Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-22T01:01:44.505Z] ./bin/test-go-mod-tidy.sh [2021-01-22T01:01:44.507Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T01:01:44.507Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T01:01:44.507Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T01:01:44.507Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:01:44.507Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:01:44.507Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T01:01:44.507Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T01:01:44.507Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:01:44.507Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T01:01:44.507Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-22T01:01:44.507Z] running python rtupdate hooks for python3.6... [2021-01-22T01:01:44.507Z] running python post-rtupdate hooks for python3.6... [2021-01-22T01:01:44.507Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-22T01:01:44.810Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T01:01:46.455Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-22T01:01:46.455Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T01:01:46.455Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T01:01:46.455Z] Setting up snapd (2.48+18.04) ... [2021-01-22T01:01:46.986Z] + ls -al . [2021-01-22T01:01:46.986Z] total 696 [2021-01-22T01:01:46.986Z] drwxrwxr-x 9 1001 1001 4096 Jan 22 01:01 . [2021-01-22T01:01:46.986Z] drwxr-xr-x 4 root root 4096 Jan 22 00:57 .. [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 00:56 .dockerignore [2021-01-22T01:01:46.986Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 00:56 .git [2021-01-22T01:01:46.986Z] drwxrwxr-x 3 1001 1001 4096 Jan 22 00:56 .github [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 00:56 .gitignore [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 00:56 .sonarcloud.properties [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 00:56 Attribution.txt [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:56 CONTRIBUTING.md [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 00:56 Dockerfile.build [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 00:56 Jenkinsfile [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:56 LICENSE [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 00:56 Makefile [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:56 README.md [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 00:56 SECURITY.md [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 00:50 VERSION [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:56 ZMQWindows.md [2021-01-22T01:01:46.986Z] drwxrwxr-x 2 1001 1001 4096 Jan 22 00:56 bin [2021-01-22T01:01:46.986Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 00:56 cmd [2021-01-22T01:01:46.986Z] -rw-r--r-- 1 root root 562928 Jan 22 01:00 coverage.out [2021-01-22T01:01:46.986Z] -rw-r--r-- 1 root root 1047 Jan 22 01:01 go.mod [2021-01-22T01:01:46.986Z] -rw-r--r-- 1 root root 19067 Jan 22 01:01 go.sum [2021-01-22T01:01:46.986Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 00:56 internal [2021-01-22T01:01:46.986Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 00:56 openapi [2021-01-22T01:01:46.986Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 00:56 snap [2021-01-22T01:01:46.986Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 00:56 version.go [Pipeline] sh [2021-01-22T01:01:47.026Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-22T01:01:47.026Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-22T01:01:47.286Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-22T01:01:47.547Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-22T01:01:47.547Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T01:01:47.547Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T01:01:47.647Z] + '[' -e coverage.out ] [2021-01-22T01:01:47.647Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T01:01:47.667Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T01:01:47.806Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-22T01:01:48.067Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-22T01:01:48.067Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-22T01:01:48.327Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-22T01:01:48.327Z] /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-01-22T01:01:48.327Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T01:01:48.327Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T01:01:48.716Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T01:01:49.270Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T01:01:49.270Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T01:01:49.364Z] + make build [2021-01-22T01:01:49.364Z] 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-01-22T01:01:49.529Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T01:01:50.469Z] Reading package lists... [2021-01-22T01:01:50.729Z] Reading package lists... [2021-01-22T01:01:50.729Z] Building dependency tree... [2021-01-22T01:01:50.729Z] Reading state information... [2021-01-22T01:01:51.001Z] Calculating upgrade... [2021-01-22T01:01:51.001Z] The following packages will be upgraded: [2021-01-22T01:01:51.001Z] advancecomp base-files bash binutils binutils-common [2021-01-22T01:01:51.001Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-22T01:01:51.001Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-22T01:01:51.001Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-22T01:01:51.001Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-22T01:01:51.001Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-22T01:01:51.001Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-22T01:01:51.001Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-22T01:01:51.001Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-22T01:01:51.001Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-22T01:01:51.001Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-22T01:01:51.001Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-22T01:01:51.001Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-22T01:01:51.001Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-22T01:01:51.001Z] ubuntu-keyring util-linux [2021-01-22T01:01:51.262Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T01:01:51.262Z] Need to get 63.7 MB of archives. [2021-01-22T01:01:51.262Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-22T01:01:51.262Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-22T01:01:51.262Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-22T01:01:51.854Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-22T01:01:51.854Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-22T01:01:51.854Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-22T01:01:51.854Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-22T01:01:51.854Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-22T01:01:51.854Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-22T01:01:51.854Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-22T01:01:51.854Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-22T01:01:51.854Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-22T01:01:51.854Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-22T01:01:51.854Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-22T01:01:51.854Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-22T01:01:51.854Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-22T01:01:51.854Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-22T01:01:51.854Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-22T01:01:51.854Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-22T01:01:51.854Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-22T01:01:51.854Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-22T01:01:52.140Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-22T01:01:52.140Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-22T01:01:52.140Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-22T01:01:52.140Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-22T01:01:52.140Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-22T01:01:52.140Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-22T01:01:52.140Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-22T01:01:52.140Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-22T01:01:52.140Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-22T01:01:52.140Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-22T01:01:52.140Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-22T01:01:52.140Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-22T01:01:52.140Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-22T01:01:52.140Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-22T01:01:52.140Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-22T01:01:52.140Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-22T01:01:52.140Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-22T01:01:52.140Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-22T01:01:52.140Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-22T01:01:52.402Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-22T01:01:52.402Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-22T01:01:52.402Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-22T01:01:52.402Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-22T01:01:52.402Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-22T01:01:52.402Z] Get:45 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-01-22T01:01:52.402Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-22T01:01:52.402Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-22T01:01:52.402Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-22T01:01:52.402Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-22T01:01:52.402Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-22T01:01:52.402Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-22T01:01:52.402Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-22T01:01:52.402Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-22T01:01:52.402Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-22T01:01:52.402Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-22T01:01:52.402Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-22T01:01:52.402Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-22T01:01:52.402Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-22T01:01:52.402Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-22T01:01:52.402Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-22T01:01:52.402Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-22T01:01:52.402Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-22T01:01:52.402Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-22T01:01:52.402Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-22T01:01:52.662Z] Get:65 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-01-22T01:01:52.662Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-22T01:01:52.662Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-22T01:01:52.662Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-22T01:01:52.662Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-22T01:01:52.662Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-22T01:01:52.662Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-22T01:01:52.662Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-22T01:01:52.662Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-22T01:01:52.923Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-22T01:01:52.923Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-22T01:01:52.923Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-22T01:01:52.924Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-22T01:01:52.924Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-22T01:01:52.924Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-22T01:01:52.924Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-22T01:01:52.924Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-22T01:01:52.924Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-22T01:01:52.924Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-22T01:01:52.924Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-22T01:01:53.184Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-22T01:01:53.184Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-22T01:01:53.184Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-22T01:01:53.184Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-22T01:01:53.754Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-22T01:01:54.696Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-22T01:01:54.696Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-22T01:01:54.696Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-22T01:01:55.265Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-22T01:01:55.265Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-22T01:01:55.265Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-22T01:01:55.265Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-22T01:01:55.265Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-22T01:01:55.265Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T01:01:55.524Z] Fetched 63.7 MB in 4s (14.9 MB/s) [2021-01-22T01:01:55.524Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:01:55.524Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T01:01:55.524Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T01:01:56.098Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T01:01:56.098Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T01:01:56.358Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-22T01:01:56.358Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-22T01:01:57.300Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:57.300Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:01:57.300Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:57.300Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:01:57.560Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:57.560Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:01:57.560Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:57.560Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:01:57.841Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:57.841Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:01:57.841Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:57.841Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:01:58.134Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:58.134Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:01:58.134Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:01:58.134Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T01:01:58.134Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:58.134Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-22T01:01:58.418Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:01:58.418Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T01:01:58.418Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:58.418Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:01:58.418Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:58.732Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:01:58.733Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T01:01:58.733Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T01:01:59.039Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:01:59.039Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T01:01:59.039Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T01:01:59.332Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T01:01:59.525Z] 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-01-22T01:01:59.619Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T01:01:59.899Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T01:01:59.899Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-22T01:01:59.899Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-22T01:01:59.899Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-22T01:01:59.899Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-22T01:02:00.177Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-22T01:02:00.177Z] Installing new version of config file /etc/issue ... [2021-01-22T01:02:00.177Z] Installing new version of config file /etc/issue.net ... [2021-01-22T01:02:00.177Z] Installing new version of config file /etc/lsb-release ... [2021-01-22T01:02:00.177Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-22T01:02:00.459Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-22T01:02:00.459Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-22T01:02:00.459Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-22T01:02:00.734Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:00.734Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-22T01:02:00.734Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-22T01:02:00.734Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-22T01:02:01.012Z] 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-01-22T01:02:01.012Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:01.012Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:02:01.012Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-22T01:02:01.012Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:02:01.283Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:01.283Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-22T01:02:01.283Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-22T01:02:01.561Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-22T01:02:01.561Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:01.561Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-22T01:02:01.561Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T01:02:01.848Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-22T01:02:01.848Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:01.848Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T01:02:01.848Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T01:02:02.122Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T01:02:02.123Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:02.123Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T01:02:02.123Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T01:02:02.403Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-22T01:02:02.403Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:02.403Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-22T01:02:02.403Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-22T01:02:02.682Z] Setting up grep (3.1-2build1) ... [2021-01-22T01:02:02.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:02.682Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T01:02:02.682Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T01:02:03.008Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-22T01:02:03.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:03.008Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T01:02:03.008Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T01:02:03.008Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-22T01:02:03.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:03.317Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T01:02:03.317Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T01:02:03.942Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T01:02:03.942Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T01:02:03.942Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T01:02:03.942Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T01:02:04.549Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-22T01:02:04.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:04.549Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-22T01:02:04.549Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T01:02:05.502Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T01:02:05.502Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T01:02:05.765Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T01:02:05.765Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T01:02:05.765Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T01:02:06.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:06.028Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-22T01:02:06.028Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-22T01:02:06.028Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-22T01:02:06.290Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:06.290Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:02:06.290Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:02:06.290Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:02:06.558Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:06.558Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:02:06.558Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:02:06.558Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:02:06.830Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:06.830Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:02:06.830Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:02:06.830Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:02:06.830Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:06.830Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:02:07.097Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:02:07.097Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:02:07.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:07.097Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T01:02:07.097Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T01:02:07.362Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T01:02:07.362Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T01:02:07.362Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T01:02:07.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:07.633Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T01:02:07.633Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T01:02:07.633Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T01:02:07.633Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:07.633Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:02:07.634Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:02:07.898Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:02:07.898Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:07.898Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:02:07.898Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:02:08.159Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:02:08.159Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:08.159Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:02:08.159Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:02:08.735Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:02:09.003Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-22T01:02:09.003Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-22T01:02:09.266Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:09.266Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T01:02:09.266Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T01:02:09.529Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T01:02:09.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T01:02:09.529Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-22T01:02:09.529Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T01:02:09.793Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-22T01:02:09.793Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:09.793Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-22T01:02:10.055Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-22T01:02:10.055Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-22T01:02:10.321Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:10.321Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T01:02:10.321Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T01:02:10.586Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T01:02:10.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:10.586Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T01:02:10.849Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T01:02:10.849Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T01:02:10.849Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:10.849Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T01:02:11.122Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T01:02:11.122Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T01:02:11.394Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:11.394Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T01:02:11.394Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T01:02:11.665Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-22T01:02:11.665Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T01:02:11.665Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T01:02:11.665Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T01:02:11.936Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T01:02:11.936Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:11.936Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-22T01:02:11.936Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-22T01:02:12.205Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-22T01:02:12.205Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:12.205Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-22T01:02:12.205Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T01:02:12.468Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T01:02:12.731Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:12.732Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T01:02:12.732Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T01:02:12.732Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T01:02:13.005Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:13.005Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-22T01:02:13.005Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-22T01:02:13.005Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-22T01:02:13.270Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:13.270Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T01:02:13.270Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T01:02:13.534Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-22T01:02:13.797Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:13.797Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T01:02:13.797Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T01:02:13.797Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-22T01:02:14.060Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:14.060Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-22T01:02:14.060Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-22T01:02:14.060Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-22T01:02:14.323Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:14.323Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-22T01:02:14.323Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-22T01:02:14.323Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-22T01:02:14.602Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:14.603Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-22T01:02:14.603Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-22T01:02:14.603Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-22T01:02:14.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:14.866Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-22T01:02:14.866Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-22T01:02:14.866Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-22T01:02:15.130Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:15.130Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T01:02:15.130Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-22T01:02:15.130Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-22T01:02:15.130Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T01:02:15.130Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-22T01:02:15.394Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-22T01:02:15.394Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-22T01:02:15.394Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-22T01:02:15.394Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T01:02:15.657Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T01:02:15.657Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T01:02:15.657Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T01:02:15.921Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T01:02:15.921Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T01:02:16.185Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-22T01:02:16.185Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-22T01:02:16.449Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T01:02:16.449Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-22T01:02:16.449Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T01:02:16.449Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-22T01:02:16.711Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-22T01:02:16.711Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-22T01:02:16.711Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-22T01:02:16.711Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-22T01:02:16.974Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-22T01:02:16.974Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-22T01:02:17.237Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-22T01:02:17.501Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-22T01:02:17.501Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-22T01:02:17.501Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-22T01:02:17.766Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-22T01:02:17.766Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-22T01:02:18.715Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-22T01:02:18.715Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-22T01:02:18.715Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-22T01:02:18.715Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-22T01:02:18.977Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T01:02:18.977Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T01:02:19.245Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T01:02:19.245Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T01:02:19.527Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T01:02:19.527Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T01:02:19.790Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T01:02:19.790Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T01:02:19.790Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:02:19.790Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:02:20.050Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:02:20.050Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:02:20.311Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:02:20.311Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:02:20.311Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:02:20.311Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:02:21.252Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:02:21.252Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:02:21.869Z] 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-01-22T01:02:22.206Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:02:22.206Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:02:22.779Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:02:22.779Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:02:23.045Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:02:23.305Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:02:24.248Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T01:02:24.248Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T01:02:24.248Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T01:02:24.248Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T01:02:24.248Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T01:02:24.248Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T01:02:24.496Z] 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-01-22T01:02:24.508Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T01:02:24.508Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T01:02:24.770Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-22T01:02:24.770Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-22T01:02:24.770Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T01:02:24.770Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T01:02:24.770Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T01:02:25.031Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T01:02:25.031Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-22T01:02:25.031Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-22T01:02:25.293Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:02:25.293Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T01:02:25.293Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:02:25.293Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:02:25.293Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:02:25.293Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-22T01:02:25.293Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-22T01:02:25.293Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-22T01:02:25.554Z] [2021-01-22T01:02:25.554Z] Current default time zone: 'Etc/UTC' [2021-01-22T01:02:25.554Z] Local time is now: Fri Jan 22 01:02:25 UTC 2021. [2021-01-22T01:02:25.554Z] Universal Time is now: Fri Jan 22 01:02:25 UTC 2021. [2021-01-22T01:02:25.554Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-22T01:02:25.554Z] [2021-01-22T01:02:25.554Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-22T01:02:25.554Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:02:25.554Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-22T01:02:25.554Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-22T01:02:25.554Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-22T01:02:25.554Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-22T01:02:25.554Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-22T01:02:25.816Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-22T01:02:25.816Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-22T01:02:25.816Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T01:02:25.816Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:02:25.816Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-22T01:02:26.077Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:02:26.077Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T01:02:26.077Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:02:26.077Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-22T01:02:26.077Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-22T01:02:26.077Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-22T01:02:26.338Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T01:02:26.338Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-22T01:02:26.338Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-22T01:02:26.338Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-22T01:02:26.338Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T01:02:28.257Z] Updating certificates in /etc/ssl/certs... [2021-01-22T01:02:28.818Z] 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-01-22T01:02:29.203Z] 22 added, 17 removed; done. [2021-01-22T01:02:29.465Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T01:02:29.465Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T01:02:29.465Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-22T01:02:29.465Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-22T01:02:29.465Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-22T01:02:29.465Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:02:29.465Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T01:02:29.726Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:02:29.726Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:02:29.726Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:02:29.726Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:02:29.726Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:02:29.726Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-22T01:02:29.726Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-22T01:02:29.726Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-22T01:02:29.726Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-22T01:02:29.799Z] 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-01-22T01:02:29.986Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-22T01:02:29.986Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:02:29.986Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T01:02:29.986Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-22T01:02:29.986Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-22T01:02:29.986Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-22T01:02:30.247Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T01:02:30.247Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T01:02:30.247Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-22T01:02:30.247Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T01:02:30.247Z] Updating certificates in /etc/ssl/certs... [2021-01-22T01:02:31.191Z] 0 added, 0 removed; done. [2021-01-22T01:02:31.191Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-22T01:02:31.191Z] done. [2021-01-22T01:02:31.453Z] Reading package lists... [2021-01-22T01:02:31.716Z] Building dependency tree... [2021-01-22T01:02:31.716Z] Reading state information... [2021-01-22T01:02:31.716Z] The following NEW packages will be installed: [2021-01-22T01:02:31.716Z] apt-transport-https [2021-01-22T01:02:31.978Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T01:02:31.978Z] Need to get 1696 B of archives. [2021-01-22T01:02:31.978Z] After this operation, 153 kB of additional disk space will be used. [2021-01-22T01:02:31.978Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-22T01:02:31.978Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T01:02:32.247Z] Fetched 1696 B in 0s (8526 B/s) [2021-01-22T01:02:32.247Z] Selecting previously unselected package apt-transport-https. [2021-01-22T01:02:32.247Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-22T01:02:32.247Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-22T01:02:32.247Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T01:02:32.247Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T01:02:32.522Z] Waiting for network to be ready... [2021-01-22T01:02:35.229Z] 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-01-22T01:02:39.111Z] 2021-01-22T01:02:35Z INFO Waiting for automatic snapd restart... [2021-01-22T01:02:39.111Z] snapd 2.48.2 from Canonical* installed [2021-01-22T01:02:39.681Z] "snapd" switched to the "latest/stable" channel [2021-01-22T01:02:39.681Z] [2021-01-22T01:02:40.637Z] 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-01-22T01:02:42.984Z] core18 20201210 from Canonical* installed [2021-01-22T01:02:42.985Z] "core18" switched to the "latest/stable" channel [2021-01-22T01:02:42.985Z] [2021-01-22T01:02:43.272Z] 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-01-22T01:02:45.526Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T01:02:45.787Z] "snapcraft" switched to the "latest/stable" channel [2021-01-22T01:02:45.787Z] [2021-01-22T01:02:47.596Z] 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-01-22T01:02:49.085Z] 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-01-22T01:02:49.085Z] - README.md [2021-01-22T01:02:49.085Z] - snapcraft.yaml.orig [2021-01-22T01:02:49.085Z] [2021-01-22T01:02:49.085Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T01:02:53.010Z] 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-01-22T01:02:55.676Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T01:02:55.676Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T01:02:55.676Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T01:02:55.937Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T01:02:56.879Z] Reading package lists... [2021-01-22T01:02:57.141Z] 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-01-22T01:02:57.345Z] 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-01-22T01:03:01.674Z] 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-01-22T01:03:03.724Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T01:03:03.724Z] Reading package lists... [2021-01-22T01:03:03.724Z] Building dependency tree... [2021-01-22T01:03:03.724Z] Reading state information... [2021-01-22T01:03:03.724Z] Suggested packages: [2021-01-22T01:03:03.724Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-22T01:03:03.724Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-22T01:03:03.724Z] Recommended packages: [2021-01-22T01:03:03.724Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-22T01:03:03.724Z] The following NEW packages will be installed: [2021-01-22T01:03:03.724Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-22T01:03:03.724Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-22T01:03:03.724Z] pkg-config zip [2021-01-22T01:03:03.724Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T01:03:03.724Z] Need to get 7655 kB of archives. [2021-01-22T01:03:03.724Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-22T01:03:03.724Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-22T01:03:03.724Z] 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-01-22T01:03:03.985Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-22T01:03:03.985Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-22T01:03:04.247Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-22T01:03:04.247Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-22T01:03:04.247Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-22T01:03:04.247Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-22T01:03:04.247Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-22T01:03:04.247Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-22T01:03:04.507Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-22T01:03:04.507Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-22T01:03:04.507Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-22T01:03:04.507Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-22T01:03:04.507Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-22T01:03:04.767Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T01:03:04.767Z] Fetched 7655 kB in 1s (7018 kB/s) [2021-01-22T01:03:04.767Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-22T01:03:04.767Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-22T01:03:04.767Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-22T01:03:04.767Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T01:03:05.028Z] Selecting previously unselected package libpsl5:amd64. [2021-01-22T01:03:05.028Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-22T01:03:05.028Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T01:03:05.028Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-22T01:03:05.028Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-22T01:03:05.289Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T01:03:05.289Z] Selecting previously unselected package librtmp1:amd64. [2021-01-22T01:03:05.289Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-22T01:03:05.289Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T01:03:05.289Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-22T01:03:05.289Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-22T01:03:05.289Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T01:03:05.551Z] Selecting previously unselected package liberror-perl. [2021-01-22T01:03:05.551Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-22T01:03:05.551Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-22T01:03:05.551Z] Selecting previously unselected package git-man. [2021-01-22T01:03:05.551Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-22T01:03:05.551Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T01:03:05.815Z] Selecting previously unselected package git. [2021-01-22T01:03:05.815Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-22T01:03:05.815Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T01:03:06.759Z] Selecting previously unselected package libnorm1:amd64. [2021-01-22T01:03:06.759Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-22T01:03:06.759Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T01:03:06.759Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-22T01:03:06.759Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-22T01:03:06.759Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T01:03:06.759Z] Selecting previously unselected package libsodium23:amd64. [2021-01-22T01:03:06.759Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-22T01:03:06.759Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-22T01:03:07.020Z] Selecting previously unselected package libzmq5:amd64. [2021-01-22T01:03:07.020Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T01:03:07.020Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T01:03:07.020Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-22T01:03:07.020Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T01:03:07.020Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T01:03:07.020Z] Selecting previously unselected package pkg-config. [2021-01-22T01:03:07.020Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-22T01:03:07.020Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [Pipeline] } [2021-01-22T01:03:07.122Z] $ docker stop --time=1 86b0d7383fe46fdfe13582355b05920be9aeae687649552c46b6e7a42efbad08 [2021-01-22T01:03:07.281Z] Selecting previously unselected package zip. [2021-01-22T01:03:07.281Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-22T01:03:07.281Z] Unpacking zip (3.0-11build1) ... [2021-01-22T01:03:07.281Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T01:03:07.281Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T01:03:07.281Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T01:03:07.281Z] Setting up liberror-perl (0.17025-1) ... [2021-01-22T01:03:07.543Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T01:03:07.543Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T01:03:07.543Z] No schema files found: doing nothing. [2021-01-22T01:03:07.543Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T01:03:07.543Z] Setting up zip (3.0-11build1) ... [2021-01-22T01:03:07.543Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T01:03:07.543Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-22T01:03:07.543Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T01:03:07.543Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T01:03:07.543Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T01:03:07.806Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T01:03:07.806Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T01:03:07.806Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T01:03:09.715Z] $ docker rm -f 86b0d7383fe46fdfe13582355b05920be9aeae687649552c46b6e7a42efbad08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:03:11.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T01:03:11.696Z] [2021-01-22T01:03:11.696Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:03:12.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T01:03:12.642Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T01:03:12.642Z] 29e5d40040c1: Pulling fs layer [2021-01-22T01:03:12.642Z] 1ce36da41761: Pulling fs layer [2021-01-22T01:03:12.642Z] 25b303627fd3: Pulling fs layer [2021-01-22T01:03:12.642Z] 29e5d40040c1: Verifying Checksum [2021-01-22T01:03:12.642Z] 29e5d40040c1: Download complete [2021-01-22T01:03:13.237Z] 1ce36da41761: Verifying Checksum [2021-01-22T01:03:13.237Z] 1ce36da41761: Download complete [2021-01-22T01:03:13.237Z] 29e5d40040c1: Pull complete [2021-01-22T01:03:14.402Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T01:03:14.402Z] git set to automatically installed. [2021-01-22T01:03:14.402Z] git-man set to automatically installed. [2021-01-22T01:03:14.402Z] libcurl3-gnutls set to automatically installed. [2021-01-22T01:03:14.402Z] liberror-perl set to automatically installed. [2021-01-22T01:03:14.402Z] libglib2.0-0 set to automatically installed. [2021-01-22T01:03:14.402Z] libnghttp2-14 set to automatically installed. [2021-01-22T01:03:14.402Z] libnorm1 set to automatically installed. [2021-01-22T01:03:14.402Z] libpgm-5.2-0 set to automatically installed. [2021-01-22T01:03:14.402Z] libpsl5 set to automatically installed. [2021-01-22T01:03:14.402Z] librtmp1 set to automatically installed. [2021-01-22T01:03:14.402Z] libsodium23 set to automatically installed. [2021-01-22T01:03:14.403Z] libzmq3-dev set to automatically installed. [2021-01-22T01:03:14.403Z] libzmq5 set to automatically installed. [2021-01-22T01:03:14.403Z] pkg-config set to automatically installed. [2021-01-22T01:03:14.403Z] zip set to automatically installed. [2021-01-22T01:03:14.671Z] 1ce36da41761: Pull complete [2021-01-22T01:03:14.944Z] 25b303627fd3: Verifying Checksum [2021-01-22T01:03:14.944Z] 25b303627fd3: Download complete [2021-01-22T01:03:15.786Z] snapd is not logged in, snap install commands will use sudo [2021-01-22T01:03:22.367Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T01:03:22.629Z] snap "core18" has no updates available [2021-01-22T01:03:23.202Z] Pulling config-common [2021-01-22T01:03:24.145Z] Pulling go-build-helper [2021-01-22T01:03:25.084Z] 25b303627fd3: Pull complete [2021-01-22T01:03:25.084Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T01:03:25.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T01:03:25.084Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T01:03:25.369Z] prd-ubuntu18.04-docker-arm64-4c-16g-22128 does not seem to be running inside a container [2021-01-22T01:03:25.458Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T01:03:28.693Z] $ docker top b6f9a00abf8c3443e6681ee5c59c1adc9c4e9405958c7c949a8de56e41ca444e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T01:03:29.715Z] + docker-compose build --help [2021-01-22T01:03:29.715Z] + grep parallel [2021-01-22T01:03:33.105Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T01:03:33.404Z] $ docker stop --time=1 b6f9a00abf8c3443e6681ee5c59c1adc9c4e9405958c7c949a8de56e41ca444e [2021-01-22T01:03:35.454Z] $ docker rm -f b6f9a00abf8c3443e6681ee5c59c1adc9c4e9405958c7c949a8de56e41ca444e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:03:36.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T01:03:36.259Z] . [Pipeline] withDockerContainer [2021-01-22T01:03:36.523Z] prd-ubuntu18.04-docker-arm64-4c-16g-22128 does not seem to be running inside a container [2021-01-22T01:03:36.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T01:03:38.043Z] $ docker top c681daff3467d2bbc3840ae1f68ad6e18893d545e426dc680dc4bbbb5fff137b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T01:03:39.077Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T01:03:43.362Z] Building docker-core-command-go ... [2021-01-22T01:03:43.362Z] Building docker-core-data-go ... [2021-01-22T01:03:43.362Z] Building docker-core-metadata-go ... [2021-01-22T01:03:43.362Z] Building docker-security-bootstrapper-go ... [2021-01-22T01:03:43.362Z] Building docker-security-proxy-setup-go ... [2021-01-22T01:03:43.362Z] Building docker-security-secretstore-setup-go ... [2021-01-22T01:03:43.362Z] Building docker-support-notifications-go ... [2021-01-22T01:03:43.362Z] Building docker-support-scheduler-go ... [2021-01-22T01:03:43.362Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T01:03:43.362Z] Building docker-core-data-go [2021-01-22T01:03:43.362Z] Building docker-support-notifications-go [2021-01-22T01:03:43.362Z] Building docker-sys-mgmt-agent-go [2021-01-22T01:03:43.362Z] Building docker-security-secretstore-setup-go [2021-01-22T01:03:43.362Z] Building docker-security-proxy-setup-go [2021-01-22T01:03:46.125Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T01:03:46.125Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T01:03:46.125Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T01:03:46.125Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T01:03:46.125Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T01:03:46.125Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T01:03:46.125Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T01:03:46.126Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T01:03:46.126Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T01:03:46.126Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T01:03:46.126Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T01:03:46.126Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T01:03:46.126Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T01:03:46.126Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T01:03:46.126Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T01:03:46.126Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T01:03:46.126Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T01:03:46.126Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T01:03:46.126Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T01:03:46.126Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T01:03:46.126Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T01:03:46.126Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T01:03:46.126Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T01:03:46.126Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T01:03:46.126Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T01:03:46.126Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T01:03:46.126Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T01:03:46.126Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-22T01:03:46.126Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-22T01:03:46.126Z] Fetched 279 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-22T01:03:46.126Z] Fetched 122 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-22T01:03:46.126Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-22T01:03:46.126Z] Fetched 8848 B in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-22T01:03:46.126Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-22T01:03:46.126Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-22T01:03:46.126Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-22T01:03:46.126Z] Fetched 214 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-22T01:03:46.126Z] Fetched 155 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-22T01:03:46.126Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-22T01:03:46.126Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-22T01:03:46.126Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-22T01:03:46.126Z] Fetched 499 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-22T01:03:46.126Z] Fetched 111 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-22T01:03:46.126Z] Fetched 240 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-22T01:03:46.126Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-22T01:03:46.126Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-22T01:03:46.126Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-22T01:03:46.126Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-22T01:03:46.126Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-22T01:03:46.126Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-22T01:03:46.126Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-22T01:03:46.126Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-22T01:03:46.126Z] Fetched 8720 B in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-22T01:03:46.126Z] Fetched 137 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-22T01:03:46.126Z] Fetched 119 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-22T01:03:46.126Z] Fetched 109 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-22T01:03:46.126Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-22T01:03:46.126Z] Fetched 645 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-22T01:03:46.126Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-22T01:03:46.126Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-22T01:03:46.126Z] Fetched 368 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-22T01:03:46.126Z] Fetched 187 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-22T01:03:46.126Z] Fetched 175 kB in 0s (0 B/s) [2021-01-22T01:03:46.126Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-22T01:03:49.429Z] Fetched 206 kB in 0s (0 B/s) [2021-01-22T01:03:49.429Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-22T01:03:49.429Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-22T01:03:49.429Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-22T01:03:49.429Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-22T01:03:49.429Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-22T01:03:49.429Z] Fetched 159 kB in 0s (0 B/s) [2021-01-22T01:03:49.429Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-22T01:03:49.429Z] Fetched 107 kB in 0s (0 B/s) [2021-01-22T01:03:49.429Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-22T01:03:49.429Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-22T01:03:49.429Z] Pulling static-packages [2021-01-22T01:03:50.371Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-22T01:03:50.371Z] Skipping pull go-build-helper (already ran) [2021-01-22T01:03:50.371Z] Skipping pull static-packages (already ran) [2021-01-22T01:03:50.371Z] Building go-build-helper [2021-01-22T01:03:54.578Z] Building static-packages [2021-01-22T01:03:55.968Z] Staging go-build-helper [2021-01-22T01:03:56.909Z] Staging static-packages [2021-01-22T01:03:57.852Z] Pulling go115 [2021-01-22T01:03:58.831Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-22T01:03:58.831Z] Skipping pull go115 (already ran) [2021-01-22T01:03:58.831Z] Building go115 [2021-01-22T01:03:58.831Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T01:03:58.831Z] Dload Upload Total Spent Left Speed [2021-01-22T01:04:02.333Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.4M 0 0 29.3M 0 0:00:03 --:--:-- 0:00:03 29.2M 54 115M 54 62.5M 0 0 32.3M 0 0:00:03 0:00:01 0:00:02 32.3M 85 115M 85 98.4M 0 0 33.4M 0 0:00:03 0:00:02 0:00:01 33.4M 100 115M 100 115M 0 0 33.9M 0 0:00:03 0:00:03 --:--:-- 33.9M [2021-01-22T01:04:02.904Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-22T01:04:07.114Z] Staging go115 [2021-01-22T01:04:12.401Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T01:04:12.402Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T01:04:12.402Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T01:04:12.402Z] Fetched 0 B in 0s (0 B/s) [2021-01-22T01:04:12.402Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-22T01:04:12.402Z] Fetched 224 kB in 0s (0 B/s) [2021-01-22T01:04:12.402Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-22T01:04:12.402Z] Fetched 157 kB in 0s (0 B/s) [2021-01-22T01:04:12.402Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-22T01:04:12.402Z] Fetched 221 kB in 0s (0 B/s) [2021-01-22T01:04:12.402Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-22T01:04:12.402Z] Fetched 143 kB in 0s (0 B/s) [2021-01-22T01:04:12.402Z] Pulling edgex-go [2021-01-22T01:04:13.342Z] Pulling version [2021-01-22T01:04:14.288Z] Building config-common [2021-01-22T01:04:16.217Z] Skipping build go-build-helper (already ran) [2021-01-22T01:04:16.217Z] Skipping build static-packages (already ran) [2021-01-22T01:04:16.217Z] Skipping build go115 (already ran) [2021-01-22T01:04:16.496Z] Building edgex-go [2021-01-22T01:04:16.768Z] 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-01-22T01:04:18.690Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-22T01:04:18.690Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-22T01:04:18.690Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-22T01:04:18.690Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-22T01:04:18.690Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-22T01:04:18.690Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-22T01:04:18.690Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-22T01:04:18.690Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-22T01:04:18.690Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-22T01:04:18.690Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-22T01:04:18.690Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-22T01:04:18.690Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-22T01:04:18.690Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-22T01:04:18.690Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-22T01:04:18.690Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-22T01:04:18.690Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-22T01:04:18.690Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-22T01:04:18.690Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-22T01:04:18.955Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-22T01:04:18.955Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-22T01:04:18.955Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-22T01:04:18.955Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-22T01:04:18.955Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-22T01:04:18.955Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-22T01:04:18.955Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-22T01:04:18.955Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-22T01:04:18.955Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-22T01:04:18.955Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-22T01:04:19.215Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-22T01:04:19.216Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-22T01:04:19.216Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-22T01:04:25.795Z] 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-01-22T01:04:29.992Z] 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-01-22T01:04:30.566Z] 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-01-22T01:04:31.508Z] 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-01-22T01:04:31.768Z] 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-01-22T01:04:31.768Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-22T01:04:32.031Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-22T01:04:32.031Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-22T01:04:32.031Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-22T01:04:33.940Z] 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-01-22T01:04:33.940Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-22T01:04:33.940Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-22T01:04:34.877Z] 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-01-22T01:04:35.821Z] 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-01-22T01:04:35.821Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-22T01:04:37.736Z] 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-01-22T01:04:38.314Z] 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-01-22T01:04:39.258Z] 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-01-22T01:04:39.258Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-22T01:04:40.200Z] 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-01-22T01:04:40.200Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-22T01:04:42.761Z] Building version [2021-01-22T01:04:44.672Z] Staging config-common [2021-01-22T01:04:45.612Z] Skipping stage go-build-helper (already ran) [2021-01-22T01:04:45.612Z] Skipping stage static-packages (already ran) [2021-01-22T01:04:45.612Z] Skipping stage go115 (already ran) [2021-01-22T01:04:45.612Z] Staging edgex-go [2021-01-22T01:04:46.552Z] Staging version [2021-01-22T01:04:47.498Z] Priming config-common [2021-01-22T01:04:48.446Z] Priming go-build-helper [2021-01-22T01:04:49.389Z] Priming static-packages [2021-01-22T01:04:51.301Z] Priming go115 [2021-01-22T01:04:52.241Z] Priming edgex-go [2021-01-22T01:04:53.633Z] Priming version [2021-01-22T01:04:54.790Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T01:05:05.212Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:05:05.212Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:05:05.212Z] ---> ec3711256719 [2021-01-22T01:05:05.212Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T01:05:05.212Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:05:05.212Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:05:05.212Z] ---> ec3711256719 [2021-01-22T01:05:05.212Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T01:05:05.212Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:05:05.212Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:05:05.212Z] ---> ec3711256719 [2021-01-22T01:05:05.212Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T01:05:05.212Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:05:05.212Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:05:05.212Z] ---> ec3711256719 [2021-01-22T01:05:05.212Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T01:05:05.212Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:05:05.212Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:05:05.212Z] ---> ec3711256719 [2021-01-22T01:05:05.212Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T01:05:05.212Z] ---> Running in 686dd7f95e08 [2021-01-22T01:05:05.212Z] ---> Running in 48862b9ab33d [2021-01-22T01:05:05.212Z] ---> Running in 0907e0ccbb63 [2021-01-22T01:05:05.212Z] ---> Running in 1260cf5c463b [2021-01-22T01:05:05.212Z] ---> Running in 1a845397fa9c [2021-01-22T01:05:05.212Z] Removing intermediate container 1a845397fa9c [2021-01-22T01:05:05.212Z] ---> 1d0da83da5ac [2021-01-22T01:05:05.212Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:05:05.212Z] Removing intermediate container 686dd7f95e08 [2021-01-22T01:05:05.212Z] ---> 1155a92e2b93 [2021-01-22T01:05:05.212Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:05:05.212Z] Removing intermediate container 0907e0ccbb63 [2021-01-22T01:05:05.212Z] ---> 7a99f271b81c [2021-01-22T01:05:05.212Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:05:05.212Z] ---> Running in b6875352c3bb [2021-01-22T01:05:05.212Z] ---> Running in 7fd1ef87edd6 [2021-01-22T01:05:05.212Z] Removing intermediate container 1260cf5c463b [2021-01-22T01:05:05.212Z] ---> bdb91c00a676 [2021-01-22T01:05:05.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:05:05.212Z] ---> Running in f0152c9bba77 [2021-01-22T01:05:05.212Z] Removing intermediate container 48862b9ab33d [2021-01-22T01:05:05.212Z] ---> 47e2cff1cb02 [2021-01-22T01:05:05.212Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:05:05.212Z] ---> Running in b20ea16ae223 [2021-01-22T01:05:05.212Z] ---> Running in 9f611436b619 [2021-01-22T01:05:05.212Z] Removing intermediate container 7fd1ef87edd6 [2021-01-22T01:05:05.212Z] ---> 5edb79f31dad [2021-01-22T01:05:05.212Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T01:05:05.212Z] ---> Running in 6dc4fd01e926 [2021-01-22T01:05:05.212Z] Removing intermediate container f0152c9bba77 [2021-01-22T01:05:05.212Z] ---> c94f8453c1db [2021-01-22T01:05:05.212Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T01:05:05.212Z] ---> Running in 6f1f128dd016 [2021-01-22T01:05:05.212Z] Removing intermediate container b20ea16ae223 [2021-01-22T01:05:05.212Z] ---> 36cc09afa345 [2021-01-22T01:05:05.212Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T01:05:05.212Z] Removing intermediate container b6875352c3bb [2021-01-22T01:05:05.212Z] ---> 3024a5fa58cc [2021-01-22T01:05:05.212Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T01:05:05.212Z] Removing intermediate container 9f611436b619 [2021-01-22T01:05:05.212Z] ---> 527451a336fc [2021-01-22T01:05:05.212Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T01:05:05.212Z] ---> Running in febf768e0e89 [2021-01-22T01:05:05.212Z] ---> Running in 1040cfb21a8b [2021-01-22T01:05:05.212Z] ---> Running in d42cc3073a6f [2021-01-22T01:05:05.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:05:05.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:05:05.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:05:05.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:05:05.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:05:05.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:05:05.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:05:05.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:05:05.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:05:05.212Z] OK: 217 MiB in 51 packages [2021-01-22T01:05:05.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:05:05.212Z] OK: 217 MiB in 51 packages [2021-01-22T01:05:05.212Z] OK: 217 MiB in 51 packages [2021-01-22T01:05:05.212Z] OK: 217 MiB in 51 packages [2021-01-22T01:05:05.212Z] OK: 217 MiB in 51 packages [2021-01-22T01:05:05.212Z] Removing intermediate container 6dc4fd01e926 [2021-01-22T01:05:05.212Z] ---> 32e709b2879e [2021-01-22T01:05:05.212Z] Step 6/22 : COPY go.mod . [2021-01-22T01:05:05.502Z] Removing intermediate container 6f1f128dd016 [2021-01-22T01:05:05.502Z] ---> 07b6c70aa3d0 [2021-01-22T01:05:05.502Z] Step 6/24 : COPY go.mod . [2021-01-22T01:05:06.111Z] Removing intermediate container febf768e0e89 [2021-01-22T01:05:06.111Z] ---> 5db712c53eef [2021-01-22T01:05:06.111Z] Step 6/23 : COPY go.mod . [2021-01-22T01:05:06.406Z] ---> d0a1ec67ce94 [2021-01-22T01:05:06.406Z] Step 7/22 : RUN go mod download [2021-01-22T01:05:06.406Z] Removing intermediate container 1040cfb21a8b [2021-01-22T01:05:06.406Z] ---> 6da59769b685 [2021-01-22T01:05:06.406Z] Step 6/26 : COPY go.mod . [2021-01-22T01:05:06.406Z] Removing intermediate container d42cc3073a6f [2021-01-22T01:05:06.406Z] ---> 853c3a6a9447 [2021-01-22T01:05:06.406Z] Step 6/21 : COPY go.mod . [2021-01-22T01:05:06.680Z] ---> Running in 69788d21add7 [2021-01-22T01:05:06.680Z] ---> 6484ed4e1aed [2021-01-22T01:05:06.680Z] Step 7/24 : RUN go mod download [2021-01-22T01:05:06.953Z] ---> Running in 2b8f9e16f294 [2021-01-22T01:05:07.232Z] ---> ef9701c29bd3 [2021-01-22T01:05:07.232Z] Step 7/23 : RUN go mod download [2021-01-22T01:05:07.515Z] ---> Running in bff7680732ad [2021-01-22T01:05:07.515Z] ---> 6d06065c345a [2021-01-22T01:05:07.515Z] Step 7/26 : RUN go mod download [2021-01-22T01:05:07.793Z] ---> 5ad2b337d825 [2021-01-22T01:05:07.793Z] Step 7/21 : RUN go mod download [2021-01-22T01:05:07.793Z] ---> Running in 49e8dd9cd4fc [2021-01-22T01:05:08.071Z] ---> Running in 4013c9f7aa53 [2021-01-22T01:05:10.719Z] Removing intermediate container 69788d21add7 [2021-01-22T01:05:10.719Z] ---> d1f1705e208a [2021-01-22T01:05:10.719Z] Step 8/22 : COPY . . [2021-01-22T01:05:11.342Z] Removing intermediate container 2b8f9e16f294 [2021-01-22T01:05:11.342Z] ---> c24ccb7e849a [2021-01-22T01:05:11.342Z] Step 8/24 : COPY . . [2021-01-22T01:05:12.791Z] Removing intermediate container bff7680732ad [2021-01-22T01:05:12.791Z] ---> 24257c60cace [2021-01-22T01:05:12.791Z] Step 8/23 : COPY . . [2021-01-22T01:05:14.785Z] Removing intermediate container 49e8dd9cd4fc [2021-01-22T01:05:14.785Z] ---> 1c84ac90316c [2021-01-22T01:05:14.785Z] Step 8/26 : COPY . . [2021-01-22T01:05:14.785Z] Removing intermediate container 4013c9f7aa53 [2021-01-22T01:05:14.785Z] ---> ed4e41d0af17 [2021-01-22T01:05:14.785Z] Step 8/21 : COPY . . [2021-01-22T01:05:41.609Z] ---> 73a4b3348569 [2021-01-22T01:05:41.609Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T01:05:41.609Z] ---> f1168d75dc36 [2021-01-22T01:05:41.609Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T01:05:41.609Z] ---> 4aa60d64a9f5 [2021-01-22T01:05:41.609Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T01:05:41.609Z] ---> Running in 86e4eb5fff6f [2021-01-22T01:05:41.609Z] ---> Running in 95c367f26398 [2021-01-22T01:05:41.609Z] ---> Running in 350529f3aceb [2021-01-22T01:05:41.609Z] ---> d039b5d4bd33 [2021-01-22T01:05:41.610Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T01:05:41.610Z] ---> 01b97d00b641 [2021-01-22T01:05:41.610Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T01:05:41.610Z] ---> Running in 82b7fe6ba7c6 [2021-01-22T01:05:41.610Z] ---> Running in 68c068bbf30a [2021-01-22T01:05:41.610Z] 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-01-22T01:05:41.610Z] 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-01-22T01:05:41.610Z] 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-01-22T01:05:41.610Z] 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-01-22T01:05:41.610Z] 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-01-22T01:07:03.423Z] 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-01-22T01:07:03.423Z] 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-01-22T01:07:18.580Z] Removing intermediate container 86e4eb5fff6f [2021-01-22T01:07:18.580Z] ---> f81dba7027f0 [2021-01-22T01:07:18.580Z] [2021-01-22T01:07:18.580Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T01:07:18.580Z] 3.12: Pulling from library/alpine [2021-01-22T01:07:20.033Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T01:07:20.033Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T01:07:20.033Z] ---> afeebe901d6b [2021-01-22T01:07:20.033Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T01:07:21.510Z] ---> Running in a53eae47b7b5 [2021-01-22T01:07:21.797Z] Removing intermediate container 82b7fe6ba7c6 [2021-01-22T01:07:21.797Z] ---> 9cd859f43ecc [2021-01-22T01:07:21.797Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T01:07:22.086Z] Removing intermediate container 68c068bbf30a [2021-01-22T01:07:22.086Z] ---> 6d996ff02768 [2021-01-22T01:07:22.086Z] [2021-01-22T01:07:22.086Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T01:07:22.086Z] ---> afeebe901d6b [2021-01-22T01:07:22.086Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T01:07:22.373Z] Removing intermediate container 95c367f26398 [2021-01-22T01:07:22.373Z] ---> 735bf1c9e525 [2021-01-22T01:07:22.373Z] [2021-01-22T01:07:22.373Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T01:07:22.373Z] ---> afeebe901d6b [2021-01-22T01:07:22.373Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T01:07:22.373Z] ---> Running in 41ddf234df0c [2021-01-22T01:07:22.651Z] ---> Running in 2b9a993fd125 [2021-01-22T01:07:22.651Z] ---> Running in 7e21cf83835d [2021-01-22T01:07:24.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:07:24.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:07:24.702Z] 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-01-22T01:07:24.702Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T01:07:24.981Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T01:07:24.981Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T01:07:24.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:07:24.981Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T01:07:24.981Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T01:07:24.981Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:07:24.981Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T01:07:25.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:07:25.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:07:25.261Z] OK: 7 MiB in 19 packages [2021-01-22T01:07:25.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:07:25.542Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T01:07:25.819Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T01:07:25.819Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T01:07:25.819Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T01:07:25.819Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:07:25.819Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T01:07:26.098Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T01:07:26.098Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T01:07:26.098Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:07:26.098Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T01:07:26.372Z] OK: 7 MiB in 18 packages [2021-01-22T01:07:26.372Z] OK: 6 MiB in 16 packages [2021-01-22T01:07:28.367Z] Removing intermediate container a53eae47b7b5 [2021-01-22T01:07:28.367Z] ---> ef54bd5e8a30 [2021-01-22T01:07:28.367Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T01:07:28.643Z] ---> Running in ba716ae5ad83 [2021-01-22T01:07:29.267Z] Removing intermediate container 2b9a993fd125 [2021-01-22T01:07:29.267Z] ---> e9daaf75206a [2021-01-22T01:07:29.267Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:07:29.544Z] Removing intermediate container 7e21cf83835d [2021-01-22T01:07:29.544Z] ---> ec6bbdca46c0 [2021-01-22T01:07:29.544Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T01:07:29.544Z] ---> Running in 80c59f880999 [2021-01-22T01:07:29.544Z] Removing intermediate container ba716ae5ad83 [2021-01-22T01:07:29.544Z] ---> 84e1208c17bc [2021-01-22T01:07:29.544Z] Step 13/24 : WORKDIR / [2021-01-22T01:07:29.820Z] ---> Running in bfb8a53e471e [2021-01-22T01:07:30.101Z] ---> Running in 15846542710d [2021-01-22T01:07:30.375Z] Removing intermediate container 41ddf234df0c [2021-01-22T01:07:30.376Z] ---> 313529f4966d [2021-01-22T01:07:30.376Z] [2021-01-22T01:07:30.376Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T01:07:30.645Z] 20.10.0: Pulling from library/docker [2021-01-22T01:07:30.645Z] Removing intermediate container bfb8a53e471e [2021-01-22T01:07:30.645Z] ---> fe0c71b9b20d [2021-01-22T01:07:30.645Z] Step 13/21 : WORKDIR /edgex [2021-01-22T01:07:30.645Z] Removing intermediate container 80c59f880999 [2021-01-22T01:07:30.645Z] ---> 4ba95fa0a9a9 [2021-01-22T01:07:30.645Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T01:07:30.645Z] Removing intermediate container 15846542710d [2021-01-22T01:07:30.645Z] ---> d0119510bf61 [2021-01-22T01:07:30.645Z] 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-01-22T01:07:30.919Z] ---> Running in 1d19ff64be26 [2021-01-22T01:07:30.919Z] ---> Running in 6b8bf8d74ad7 [2021-01-22T01:07:32.354Z] Removing intermediate container 1d19ff64be26 [2021-01-22T01:07:32.354Z] ---> 9eda834ff3a8 [2021-01-22T01:07:32.354Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T01:07:32.354Z] Removing intermediate container 6b8bf8d74ad7 [2021-01-22T01:07:32.354Z] ---> 0b0b069a0a02 [2021-01-22T01:07:32.354Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T01:07:32.354Z] ---> 284e45d6b4d8 [2021-01-22T01:07:32.354Z] 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-01-22T01:07:32.629Z] ---> Running in 388eeb280aec [2021-01-22T01:07:33.610Z] Removing intermediate container 388eeb280aec [2021-01-22T01:07:33.610Z] ---> 9b2410d4efe1 [2021-01-22T01:07:33.610Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:07:34.211Z] ---> 5903118b84bd [2021-01-22T01:07:34.211Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T01:07:34.211Z] ---> 94c9df0986f1 [2021-01-22T01:07:34.211Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T01:07:34.809Z] ---> ed600168c09c [2021-01-22T01:07:34.809Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T01:07:36.257Z] ---> 664c1638565a [2021-01-22T01:07:36.257Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T01:07:36.257Z] ---> 9a5e5fcb8d2e [2021-01-22T01:07:36.257Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T01:07:37.693Z] ---> 65785f2f8a93 [2021-01-22T01:07:37.693Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T01:07:38.295Z] ---> 2cc78d562ea8 [2021-01-22T01:07:38.295Z] ---> 593009e4d9d5 [2021-01-22T01:07:38.295Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup .Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T01:07:38.295Z] [2021-01-22T01:07:38.892Z] ---> Running in 86e233022698 [2021-01-22T01:07:39.167Z] ---> 65bfd05d3a7b [2021-01-22T01:07:39.167Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T01:07:39.764Z] ---> Running in 1a56407c62ff [2021-01-22T01:07:40.037Z] Removing intermediate container 86e233022698 [2021-01-22T01:07:40.037Z] ---> 05cc83337f8a [2021-01-22T01:07:40.037Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T01:07:40.638Z] ---> 795595cb92fd [2021-01-22T01:07:40.638Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T01:07:40.933Z] ---> Running in 21f6c7b85377 [2021-01-22T01:07:41.604Z] Removing intermediate container 1a56407c62ff [2021-01-22T01:07:41.605Z] ---> c5757287fe92 [2021-01-22T01:07:41.605Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:07:41.905Z] ---> Running in c6026b7253e3 [2021-01-22T01:07:42.566Z] Removing intermediate container 21f6c7b85377 [2021-01-22T01:07:42.566Z] ---> 09750dbbd577 [2021-01-22T01:07:42.566Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T01:07:42.566Z] Removing intermediate container 350529f3aceb [2021-01-22T01:07:42.566Z] ---> 6172c48609b0 [2021-01-22T01:07:42.566Z] [2021-01-22T01:07:42.566Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T01:07:42.566Z] ---> afeebe901d6b [2021-01-22T01:07:42.566Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T01:07:42.566Z] ---> e010f0ebe789 [2021-01-22T01:07:42.566Z] 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-01-22T01:07:42.864Z] ---> Running in 7571a566125d [2021-01-22T01:07:42.864Z] ---> Running in 4647e91b1350 [2021-01-22T01:07:43.144Z] ---> Running in 2164c4146a08 [2021-01-22T01:07:43.144Z] Removing intermediate container c6026b7253e3 [2021-01-22T01:07:43.144Z] ---> 3003f7a2c682 [2021-01-22T01:07:43.144Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T01:07:43.743Z] ---> Running in 2a5716903835 [2021-01-22T01:07:43.743Z] Removing intermediate container 7571a566125d [2021-01-22T01:07:43.743Z] ---> 85d254327cfa [2021-01-22T01:07:43.743Z] Step 20/21 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:07:44.017Z] Removing intermediate container 4647e91b1350 [2021-01-22T01:07:44.017Z] ---> 42c9c3c9b846 [2021-01-22T01:07:44.017Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T01:07:44.017Z] ---> Running in 2eb6821c60ce [2021-01-22T01:07:44.290Z] ---> Running in fa3d7059a039 [2021-01-22T01:07:44.564Z] Removing intermediate container 2a5716903835 [2021-01-22T01:07:44.564Z] ---> 1783d2add8f3 [2021-01-22T01:07:44.564Z] Step 21/22 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:07:44.847Z] Removing intermediate container 2eb6821c60ce [2021-01-22T01:07:44.847Z] ---> 7605cc60f2f6 [2021-01-22T01:07:44.847Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T01:07:44.847Z] ---> Running in a6b0354b5a89 [2021-01-22T01:07:45.122Z] Removing intermediate container fa3d7059a039 [2021-01-22T01:07:45.122Z] ---> b7cec044d866 [2021-01-22T01:07:45.122Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T01:07:45.122Z] ---> Running in 204b693040d7 [2021-01-22T01:07:45.401Z] ---> Running in 3ccbe471ab09 [2021-01-22T01:07:45.676Z] Removing intermediate container a6b0354b5a89 [2021-01-22T01:07:45.676Z] ---> 9d4cdaa0b78d [2021-01-22T01:07:45.676Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T01:07:45.676Z] Removing intermediate container 204b693040d7 [2021-01-22T01:07:45.676Z] ---> 7e130aaacec3 [2021-01-22T01:07:45.676Z] [2021-01-22T01:07:45.953Z] ---> Running in fe46bcd90e5e [2021-01-22T01:07:45.953Z] Removing intermediate container 3ccbe471ab09 [2021-01-22T01:07:45.953Z] ---> 8f13c0cfb034 [2021-01-22T01:07:45.953Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:07:45.953Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T01:07:45.953Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T01:07:45.953Z] ---> eeaf43b92773 [2021-01-22T01:07:45.953Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T01:07:46.229Z] Removing intermediate container 2164c4146a08 [2021-01-22T01:07:46.229Z] ---> b49096d9b593 [2021-01-22T01:07:46.229Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T01:07:46.229Z] Successfully built 7e130aaacec3 [2021-01-22T01:07:46.229Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T01:07:46.521Z] ---> Running in bbccd9e43a9f [2021-01-22T01:07:46.521Z] ---> Running in 539abbf3fc08 [2021-01-22T01:07:46.521Z] Building docker-support-scheduler-go [2021-01-22T01:07:46.521Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 952f8b03f880 [2021-01-22T01:07:46.521Z] Removing intermediate container fe46bcd90e5e [2021-01-22T01:07:46.521Z] ---> f7d40fa6f336 [2021-01-22T01:07:46.521Z] [2021-01-22T01:07:47.120Z] Successfully built f7d40fa6f336 [2021-01-22T01:07:47.407Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T01:07:47.407Z] Building docker-core-command-go [2021-01-22T01:07:47.407Z] Removing intermediate container 952f8b03f880 [2021-01-22T01:07:47.407Z] ---> b9889bb866dc [2021-01-22T01:07:47.407Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T01:07:47.679Z]  Building docker-support-notifications-go ... done  ---> Running in aa9ad62ef94b [2021-01-22T01:07:48.289Z] Removing intermediate container aa9ad62ef94b [2021-01-22T01:07:48.289Z] ---> d53e36df1d23 [2021-01-22T01:07:48.289Z] Step 23/24 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:07:48.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:07:48.566Z] ---> Running in 80a71f43677c [2021-01-22T01:07:48.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:07:49.163Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T01:07:49.163Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T01:07:49.163Z] Executing bash-5.0.17-r0.post-install [2021-01-22T01:07:49.163Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:07:49.163Z] OK: 12 MiB in 22 packages [2021-01-22T01:07:50.604Z] Removing intermediate container 80a71f43677c [2021-01-22T01:07:50.604Z] ---> 23b04a2c29a8 [2021-01-22T01:07:50.604Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T01:07:52.041Z] Removing intermediate container bbccd9e43a9f [2021-01-22T01:07:52.041Z] ---> 93742f2e2551 [2021-01-22T01:07:52.041Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T01:07:52.041Z] ---> Running in f1dd56c69a42 [2021-01-22T01:07:52.041Z] ---> Running in a6f006f7b2c8 [2021-01-22T01:07:52.642Z] Removing intermediate container f1dd56c69a42 [2021-01-22T01:07:52.642Z] ---> 1f4a14a645d9 [2021-01-22T01:07:52.642Z] [2021-01-22T01:07:53.238Z] Removing intermediate container 539abbf3fc08 [2021-01-22T01:07:53.238Z] ---> cce69b3f2bed [2021-01-22T01:07:53.238Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T01:07:53.238Z] Successfully built 1f4a14a645d9 [2021-01-22T01:07:53.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:07:53.785Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T01:07:53.785Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-01-22T01:07:54.057Z] ---> Running in e7dc235a8b2a [2021-01-22T01:07:54.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:07:54.609Z] Removing intermediate container e7dc235a8b2a [2021-01-22T01:07:54.609Z] ---> 9a90e54768cb [2021-01-22T01:07:54.609Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T01:07:54.881Z] ---> Running in 4f6cb90aa155 [2021-01-22T01:07:55.481Z] Removing intermediate container 4f6cb90aa155 [2021-01-22T01:07:55.481Z] ---> 9c3c1ff81f33 [2021-01-22T01:07:55.481Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T01:07:56.080Z] ---> Running in 35df7c73ae36 [2021-01-22T01:07:56.356Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T01:07:56.628Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T01:07:56.628Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T01:07:56.901Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T01:07:57.176Z] Removing intermediate container 35df7c73ae36 [2021-01-22T01:07:57.176Z] ---> 0c1685df4645 [2021-01-22T01:07:57.176Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T01:07:57.773Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T01:07:58.048Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T01:07:58.048Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:07:58.048Z] OK: 8 MiB in 20 packages [2021-01-22T01:07:59.029Z] ---> 198ce8765368 [2021-01-22T01:07:59.029Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T01:08:00.006Z] ---> 6eeabe7b93a9 [2021-01-22T01:08:00.007Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T01:08:00.007Z] Removing intermediate container a6f006f7b2c8 [2021-01-22T01:08:00.007Z] ---> 5c353f30dd10 [2021-01-22T01:08:00.007Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:08:01.451Z] ---> 6ce4d8020ce3 [2021-01-22T01:08:01.451Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T01:08:01.451Z] ---> ea27d956a962 [2021-01-22T01:08:01.451Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T01:08:01.725Z] ---> Running in 9372e95d5a4c [2021-01-22T01:08:03.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:08:03.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:08:04.440Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T01:08:04.440Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T01:08:04.440Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T01:08:04.440Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T01:08:04.440Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T01:08:04.440Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T01:08:04.440Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T01:08:04.714Z] ---> 0a1c3ab4a8cf [2021-01-22T01:08:04.714Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T01:08:06.718Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T01:08:06.718Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T01:08:06.718Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T01:08:06.718Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T01:08:06.718Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T01:08:06.718Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T01:08:06.718Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T01:08:06.718Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T01:08:06.718Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T01:08:06.718Z] ---> 705022cfe833 [2021-01-22T01:08:06.718Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T01:08:06.718Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T01:08:06.990Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T01:08:06.990Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T01:08:06.990Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T01:08:06.990Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T01:08:06.990Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T01:08:06.990Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T01:08:06.990Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T01:08:06.990Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T01:08:07.266Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T01:08:07.266Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T01:08:07.266Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T01:08:07.266Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T01:08:07.266Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T01:08:07.266Z] ---> Running in 87c2927efe24 [2021-01-22T01:08:07.266Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T01:08:07.266Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T01:08:07.266Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T01:08:07.541Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:08:07.541Z] OK: 71 MiB in 55 packages [2021-01-22T01:08:08.141Z] Removing intermediate container 87c2927efe24 [2021-01-22T01:08:08.141Z] ---> 1286450d92e6 [2021-01-22T01:08:08.141Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:08:08.744Z] ---> Running in e4a744bfa744 [2021-01-22T01:08:10.189Z] Removing intermediate container e4a744bfa744 [2021-01-22T01:08:10.189Z] ---> 22798f1689c4 [2021-01-22T01:08:10.189Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T01:08:10.475Z] ---> Running in e494b91652c9 [2021-01-22T01:08:11.458Z] Removing intermediate container e494b91652c9 [2021-01-22T01:08:11.458Z] ---> 11c9710b753d [2021-01-22T01:08:11.458Z] Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:08:11.733Z] ---> Running in 9b2f10d5ae81 [2021-01-22T01:08:12.716Z] Removing intermediate container 9b2f10d5ae81 [2021-01-22T01:08:12.716Z] ---> 97966b9c7ebd [2021-01-22T01:08:12.716Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T01:08:13.316Z] ---> Running in 05c49b57e305 [2021-01-22T01:08:14.762Z] Removing intermediate container 05c49b57e305 [2021-01-22T01:08:14.762Z] ---> 36642350f1a5 [2021-01-22T01:08:14.762Z] [2021-01-22T01:08:15.369Z] Successfully built 36642350f1a5 [2021-01-22T01:08:15.369Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T01:08:15.369Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-22T01:08:17.346Z] Removing intermediate container 9372e95d5a4c [2021-01-22T01:08:17.346Z] ---> 4c649280bd3e [2021-01-22T01:08:17.346Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T01:08:17.620Z] ---> Running in 0182b5de5322 [2021-01-22T01:08:24.334Z] Collecting docker-compose==1.23.2 [2021-01-22T01:08:24.334Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:08:24.334Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:08:24.334Z] ---> ec3711256719 [2021-01-22T01:08:24.334Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T01:08:24.334Z] ---> Using cache [2021-01-22T01:08:24.334Z] ---> 47e2cff1cb02 [2021-01-22T01:08:24.334Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:08:24.334Z] ---> Using cache [2021-01-22T01:08:24.334Z] ---> 527451a336fc [2021-01-22T01:08:24.334Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T01:08:24.334Z] ---> Using cache [2021-01-22T01:08:24.334Z] ---> 853c3a6a9447 [2021-01-22T01:08:24.334Z] Step 6/22 : COPY go.mod . [2021-01-22T01:08:24.334Z] ---> Using cache [2021-01-22T01:08:24.334Z] ---> 5ad2b337d825 [2021-01-22T01:08:24.334Z] Step 7/22 : RUN go mod download [2021-01-22T01:08:24.334Z] ---> Using cache [2021-01-22T01:08:24.334Z] ---> ed4e41d0af17 [2021-01-22T01:08:24.334Z] Step 8/22 : COPY . . [2021-01-22T01:08:24.334Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T01:08:24.334Z] ---> Using cache [2021-01-22T01:08:24.334Z] ---> d039b5d4bd33 [2021-01-22T01:08:24.334Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T01:08:24.932Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:08:24.932Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:08:24.932Z] ---> ec3711256719 [2021-01-22T01:08:24.932Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T01:08:24.932Z] ---> Using cache [2021-01-22T01:08:24.932Z] ---> 47e2cff1cb02 [2021-01-22T01:08:24.932Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:08:24.932Z] ---> Using cache [2021-01-22T01:08:24.932Z] ---> 527451a336fc [2021-01-22T01:08:24.932Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T01:08:24.932Z] ---> Using cache [2021-01-22T01:08:24.932Z] ---> 853c3a6a9447 [2021-01-22T01:08:24.932Z] Step 6/23 : COPY go.mod . [2021-01-22T01:08:24.932Z] ---> Using cache [2021-01-22T01:08:24.932Z] ---> 5ad2b337d825 [2021-01-22T01:08:24.932Z] Step 7/23 : RUN go mod download [2021-01-22T01:08:24.932Z] ---> Using cache [2021-01-22T01:08:24.932Z] ---> ed4e41d0af17 [2021-01-22T01:08:24.932Z] Step 8/23 : COPY . . [2021-01-22T01:08:24.932Z] ---> Using cache [2021-01-22T01:08:24.932Z] ---> d039b5d4bd33 [2021-01-22T01:08:24.932Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T01:08:24.932Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T01:08:24.932Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T01:08:27.593Z] ---> Running in 2233e042adc6 [2021-01-22T01:08:27.593Z] ---> Running in a892aceac94f [2021-01-22T01:08:29.066Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T01:08:29.066Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T01:08:29.347Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T01:08:29.347Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T01:08:29.623Z] 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-01-22T01:08:29.624Z] 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-01-22T01:08:32.257Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T01:08:32.257Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T01:08:33.703Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T01:08:33.703Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T01:08:34.704Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T01:08:34.704Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T01:08:34.982Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:08:34.982Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:08:34.982Z] ---> ec3711256719 [2021-01-22T01:08:34.982Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T01:08:34.982Z] ---> Using cache [2021-01-22T01:08:34.982Z] ---> 47e2cff1cb02 [2021-01-22T01:08:34.982Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:08:34.982Z] ---> Using cache [2021-01-22T01:08:34.982Z] ---> 527451a336fc [2021-01-22T01:08:34.982Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T01:08:34.982Z] ---> Using cache [2021-01-22T01:08:34.982Z] ---> 853c3a6a9447 [2021-01-22T01:08:34.982Z] Step 6/33 : COPY go.mod . [2021-01-22T01:08:34.982Z] ---> Using cache [2021-01-22T01:08:34.982Z] ---> 5ad2b337d825 [2021-01-22T01:08:34.982Z] Step 7/33 : RUN go mod download [2021-01-22T01:08:34.982Z] ---> Using cache [2021-01-22T01:08:34.982Z] ---> ed4e41d0af17 [2021-01-22T01:08:34.982Z] Step 8/33 : COPY . . [2021-01-22T01:08:34.982Z] ---> Using cache [2021-01-22T01:08:34.982Z] ---> d039b5d4bd33 [2021-01-22T01:08:34.982Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T01:08:36.989Z] ---> Running in 380c3e36a9b4 [2021-01-22T01:08:38.986Z] 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-01-22T01:08:38.986Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T01:08:38.986Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T01:08:41.036Z] Collecting PyYAML<4,>=3.10 [2021-01-22T01:08:41.036Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T01:08:49.585Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T01:08:49.585Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T01:08:49.860Z] 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-01-22T01:08:50.457Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T01:08:50.457Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T01:08:50.734Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T01:08:50.734Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T01:08:50.734Z] ---> ec3711256719 [2021-01-22T01:08:50.734Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T01:08:50.734Z] ---> Using cache [2021-01-22T01:08:50.734Z] ---> 47e2cff1cb02 [2021-01-22T01:08:50.734Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T01:08:50.734Z] ---> Using cache [2021-01-22T01:08:50.734Z] ---> 527451a336fc [2021-01-22T01:08:50.734Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T01:08:50.734Z] ---> Using cache [2021-01-22T01:08:50.734Z] ---> 853c3a6a9447 [2021-01-22T01:08:50.734Z] Step 6/23 : COPY go.mod . [2021-01-22T01:08:50.734Z] ---> Using cache [2021-01-22T01:08:50.734Z] ---> 5ad2b337d825 [2021-01-22T01:08:50.734Z] Step 7/23 : RUN go mod download [2021-01-22T01:08:50.734Z] ---> Using cache [2021-01-22T01:08:50.734Z] ---> ed4e41d0af17 [2021-01-22T01:08:50.734Z] Step 8/23 : COPY . . [2021-01-22T01:08:50.734Z] ---> Using cache [2021-01-22T01:08:50.734Z] ---> d039b5d4bd33 [2021-01-22T01:08:50.734Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T01:08:51.714Z] Collecting idna<2.8,>=2.5 [2021-01-22T01:08:51.714Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T01:08:52.696Z] 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-01-22T01:08:52.696Z] ---> Running in 04e175ac9723 [2021-01-22T01:08:53.679Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T01:08:53.679Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T01:08:54.282Z] 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-01-22T01:08:54.282Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T01:08:54.282Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T01:08:54.282Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T01:08:54.282Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T01:08:54.558Z] 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-01-22T01:08:55.541Z] Installing collected packages: docopt, websocket-client, texttable, cached-property, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docker-compose [2021-01-22T01:08:55.541Z] Running setup.py install for docopt: started [2021-01-22T01:08:58.165Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T01:08:58.767Z] Running setup.py install for texttable: started [2021-01-22T01:09:01.398Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T01:09:01.398Z] Attempting uninstall: idna [2021-01-22T01:09:01.398Z] Found existing installation: idna 2.9 [2021-01-22T01:09:01.398Z] Uninstalling idna-2.9: [2021-01-22T01:09:01.675Z] Successfully uninstalled idna-2.9 [2021-01-22T01:09:02.660Z] Attempting uninstall: urllib3 [2021-01-22T01:09:02.660Z] Found existing installation: urllib3 1.25.9 [2021-01-22T01:09:02.660Z] Uninstalling urllib3-1.25.9: [2021-01-22T01:09:02.660Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T01:09:03.653Z] Attempting uninstall: requests [2021-01-22T01:09:03.653Z] Found existing installation: requests 2.23.0 [2021-01-22T01:09:03.653Z] Uninstalling requests-2.23.0: [2021-01-22T01:09:03.653Z] Successfully uninstalled requests-2.23.0 [2021-01-22T01:09:05.633Z] Running setup.py install for dockerpty: started [2021-01-22T01:09:09.032Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T01:09:09.032Z] Running setup.py install for PyYAML: started [2021-01-22T01:09:12.435Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T01:09:13.875Z] 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-01-22T01:09:19.302Z] Removing intermediate container 0182b5de5322 [2021-01-22T01:09:19.302Z] ---> ff60de16c233 [2021-01-22T01:09:19.302Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T01:09:19.302Z] ---> Running in 9731d48efa6d [2021-01-22T01:09:21.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:09:21.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:09:22.190Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T01:09:22.190Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T01:09:22.190Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T01:09:22.190Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:09:22.190Z] OK: 71 MiB in 58 packages [2021-01-22T01:09:24.188Z] Removing intermediate container 9731d48efa6d [2021-01-22T01:09:24.188Z] ---> 92fb98ecd6a8 [2021-01-22T01:09:24.188Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T01:09:24.188Z] ---> Running in f14640135b6c [2021-01-22T01:09:24.789Z] Removing intermediate container f14640135b6c [2021-01-22T01:09:24.789Z] ---> 9798b54239d6 [2021-01-22T01:09:24.789Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:09:25.066Z] ---> Running in a7e99c516b41 [2021-01-22T01:09:25.670Z] Removing intermediate container a7e99c516b41 [2021-01-22T01:09:25.670Z] ---> 8cfd841c3eef [2021-01-22T01:09:25.670Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T01:09:25.949Z] ---> Running in 49bb4b5e6368 [2021-01-22T01:09:26.552Z] Removing intermediate container 49bb4b5e6368 [2021-01-22T01:09:26.552Z] ---> c3929859439e [2021-01-22T01:09:26.552Z] Step 25/26 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:09:26.829Z] ---> Running in b940ed5d95fa [2021-01-22T01:09:27.430Z] Removing intermediate container b940ed5d95fa [2021-01-22T01:09:27.430Z] ---> 511a3b20848c [2021-01-22T01:09:27.430Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T01:09:27.706Z] ---> Running in 596497dfc4b7 [2021-01-22T01:09:28.343Z] Removing intermediate container 596497dfc4b7 [2021-01-22T01:09:28.343Z] ---> 1aca9bd45184 [2021-01-22T01:09:28.343Z] [2021-01-22T01:09:28.947Z] Successfully built 1aca9bd45184 [2021-01-22T01:09:28.947Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T01:10:01.322Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T01:10:06.752Z] Removing intermediate container 2233e042adc6 [2021-01-22T01:10:06.752Z] ---> 0633081eb56e [2021-01-22T01:10:06.752Z] [2021-01-22T01:10:06.752Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T01:10:06.752Z] ---> afeebe901d6b [2021-01-22T01:10:06.752Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T01:10:06.752Z] ---> Running in 1521fc10eca6 [2021-01-22T01:10:06.752Z] Removing intermediate container a892aceac94f [2021-01-22T01:10:06.752Z] ---> aa60e7932942 [2021-01-22T01:10:06.752Z] [2021-01-22T01:10:06.752Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T01:10:06.752Z] ---> afeebe901d6b [2021-01-22T01:10:06.752Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T01:10:06.752Z] ---> Running in 15f8ed78d9bd [2021-01-22T01:10:08.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:10:08.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:10:08.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:10:09.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:10:09.629Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T01:10:09.629Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:10:09.629Z] OK: 5 MiB in 15 packages [2021-01-22T01:10:09.629Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T01:10:09.629Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:10:09.629Z] OK: 5 MiB in 15 packages [2021-01-22T01:10:11.942Z] Removing intermediate container 1521fc10eca6 [2021-01-22T01:10:11.942Z] ---> 1ecef6bd09e8 [2021-01-22T01:10:11.942Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:10:11.942Z] ---> Running in 70dd5559d068 [2021-01-22T01:10:11.942Z] Removing intermediate container 15f8ed78d9bd [2021-01-22T01:10:11.942Z] ---> 0b1fc3f9c21f [2021-01-22T01:10:11.942Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:10:12.223Z] ---> Running in 502c5e8a053f [2021-01-22T01:10:12.830Z] Removing intermediate container 70dd5559d068 [2021-01-22T01:10:12.830Z] ---> 9000284064de [2021-01-22T01:10:12.830Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T01:10:12.830Z] ---> Running in 211dae76d673 [2021-01-22T01:10:13.110Z] Removing intermediate container 502c5e8a053f [2021-01-22T01:10:13.110Z] ---> fbd77c228bad [2021-01-22T01:10:13.110Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T01:10:13.387Z] ---> Running in e15760944a22 [2021-01-22T01:10:13.661Z] Removing intermediate container 211dae76d673 [2021-01-22T01:10:13.661Z] ---> 4a19cba0566e [2021-01-22T01:10:13.661Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T01:10:13.943Z] ---> Running in 5780c3f2ebc6 [2021-01-22T01:10:14.222Z] Removing intermediate container e15760944a22 [2021-01-22T01:10:14.222Z] ---> ba8bcade4be9 [2021-01-22T01:10:14.222Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T01:10:14.503Z] ---> Running in aec22d64f98d [2021-01-22T01:10:14.779Z] Removing intermediate container 5780c3f2ebc6 [2021-01-22T01:10:14.779Z] ---> 4f99ac6e9dec [2021-01-22T01:10:14.779Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:10:15.391Z] Removing intermediate container aec22d64f98d [2021-01-22T01:10:15.391Z] ---> 48813d6a1130 [2021-01-22T01:10:15.391Z] Step 15/23 : WORKDIR / [2021-01-22T01:10:15.668Z] ---> Running in 196242fdd6e6 [2021-01-22T01:10:15.940Z] ---> 2528c3892bb2 [2021-01-22T01:10:15.940Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T01:10:16.535Z] Removing intermediate container 196242fdd6e6 [2021-01-22T01:10:16.535Z] ---> 7c8044b14c4a [2021-01-22T01:10:16.535Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:10:18.514Z] ---> 74187c67373d [2021-01-22T01:10:18.514Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T01:10:18.514Z] ---> 82d1cb972f38 [2021-01-22T01:10:18.514Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T01:10:20.665Z] ---> 40e44b3630ff [2021-01-22T01:10:20.665Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T01:10:20.665Z] ---> d76d5640db4d [2021-01-22T01:10:20.665Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T01:10:20.665Z] ---> Running in 32b32e06570c [2021-01-22T01:10:20.665Z] Removing intermediate container 380c3e36a9b4 [2021-01-22T01:10:20.665Z] ---> d8da598e1f33 [2021-01-22T01:10:20.665Z] [2021-01-22T01:10:20.665Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T01:10:20.665Z] ---> afeebe901d6b [2021-01-22T01:10:20.665Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T01:10:20.969Z] ---> Running in b9473c07d080 [2021-01-22T01:10:21.570Z] Removing intermediate container 32b32e06570c [2021-01-22T01:10:21.570Z] ---> c083b18a7047 [2021-01-22T01:10:21.570Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:10:21.570Z] ---> Running in 8ef87da16295 [2021-01-22T01:10:21.844Z] ---> 5bec45531d8e [2021-01-22T01:10:21.844Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T01:10:22.121Z] ---> Running in c0e8a4d42716 [2021-01-22T01:10:22.121Z] Removing intermediate container 8ef87da16295 [2021-01-22T01:10:22.121Z] ---> d232207a34ee [2021-01-22T01:10:22.121Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T01:10:22.402Z] ---> Running in e4652cc0c582 [2021-01-22T01:10:22.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T01:10:22.673Z] Removing intermediate container c0e8a4d42716 [2021-01-22T01:10:22.673Z] ---> 03676fcc01a3 [2021-01-22T01:10:22.673Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:10:22.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T01:10:22.947Z] ---> Running in 765672093c6a [2021-01-22T01:10:22.947Z] Removing intermediate container e4652cc0c582 [2021-01-22T01:10:22.947Z] ---> a1cbeeeecc4f [2021-01-22T01:10:22.947Z] Step 21/22 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:10:23.228Z] ---> Running in 66f35832db31 [2021-01-22T01:10:23.506Z] Removing intermediate container 765672093c6a [2021-01-22T01:10:23.506Z] ---> 85fca9f58cea [2021-01-22T01:10:23.506Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T01:10:23.506Z] ---> Running in 9962fcaf9614 [2021-01-22T01:10:23.506Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T01:10:23.506Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T01:10:23.778Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T01:10:23.778Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T01:10:23.778Z] OK: 6 MiB in 17 packages [2021-01-22T01:10:23.778Z] Removing intermediate container 66f35832db31 [2021-01-22T01:10:23.778Z] ---> 7aa2cc5ce803 [2021-01-22T01:10:23.778Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T01:10:24.092Z] ---> Running in 3efa0dffe9bc [2021-01-22T01:10:24.369Z] Removing intermediate container 9962fcaf9614 [2021-01-22T01:10:24.369Z] ---> 3c48186d405c [2021-01-22T01:10:24.369Z] Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:10:24.640Z] ---> Running in 1552a7f88291 [2021-01-22T01:10:24.640Z] Removing intermediate container 3efa0dffe9bc [2021-01-22T01:10:24.640Z] ---> 68211be59a76 [2021-01-22T01:10:24.640Z] [2021-01-22T01:10:25.238Z] Successfully built 68211be59a76 [2021-01-22T01:10:25.238Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T01:10:25.239Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1552a7f88291 [2021-01-22T01:10:25.239Z] ---> 95ac6c6c4b5f [2021-01-22T01:10:25.510Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T01:10:25.510Z] Removing intermediate container b9473c07d080 [2021-01-22T01:10:25.510Z] ---> a2d7cd894934 [2021-01-22T01:10:25.510Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T01:10:25.510Z] ---> Running in 61851ce90d82 [2021-01-22T01:10:25.779Z] ---> Running in 6e65292c4819 [2021-01-22T01:10:26.369Z] Removing intermediate container 61851ce90d82 [2021-01-22T01:10:26.369Z] Removing intermediate container 6e65292c4819 [2021-01-22T01:10:26.369Z] ---> 265b69eec6df [2021-01-22T01:10:26.369Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T01:10:26.369Z] ---> 5abcb68ecd12 [2021-01-22T01:10:26.369Z] [2021-01-22T01:10:26.369Z] ---> Running in 34df505f1360 [2021-01-22T01:10:26.639Z] Successfully built 5abcb68ecd12 [2021-01-22T01:10:26.639Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T01:10:27.260Z]  Building docker-core-command-go ... done Removing intermediate container 34df505f1360 [2021-01-22T01:10:27.260Z] ---> 0e8b2b0381b5 [2021-01-22T01:10:27.260Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T01:10:27.543Z] ---> Running in 410a65f69d40 [2021-01-22T01:10:28.526Z] Removing intermediate container 04e175ac9723 [2021-01-22T01:10:28.526Z] ---> b5ae2a6bc40f [2021-01-22T01:10:28.526Z] [2021-01-22T01:10:28.526Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T01:10:28.526Z] ---> afeebe901d6b [2021-01-22T01:10:28.526Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T01:10:28.526Z] ---> Using cache [2021-01-22T01:10:28.526Z] ---> 0b1fc3f9c21f [2021-01-22T01:10:28.526Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T01:10:28.526Z] ---> Using cache [2021-01-22T01:10:28.526Z] ---> fbd77c228bad [2021-01-22T01:10:28.526Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T01:10:28.526Z] Connecting to github.com (140.82.114.4:443) [2021-01-22T01:10:28.796Z]  ---> Running in ada714b3ee29 [2021-01-22T01:10:28.796Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.38.76:443) [2021-01-22T01:10:29.071Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T01:10:29.071Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T01:10:29.071Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T01:10:29.071Z] dockerize [2021-01-22T01:10:29.343Z] Removing intermediate container ada714b3ee29 [2021-01-22T01:10:29.343Z] ---> f1e9c3dd1dee [2021-01-22T01:10:29.343Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T01:10:29.617Z] ---> Running in d8c0419b370a [2021-01-22T01:10:30.212Z] Removing intermediate container d8c0419b370a [2021-01-22T01:10:30.212Z] ---> 8107f5729738 [2021-01-22T01:10:30.212Z] Step 15/23 : WORKDIR / [2021-01-22T01:10:30.212Z] ---> Running in 7beb168723c8 [2021-01-22T01:10:30.806Z] Removing intermediate container 410a65f69d40 [2021-01-22T01:10:30.806Z] ---> 0164547c8745 [2021-01-22T01:10:30.806Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T01:10:30.806Z] Removing intermediate container 7beb168723c8 [2021-01-22T01:10:30.806Z] ---> 20a29efdb1ba [2021-01-22T01:10:30.806Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:10:30.806Z] ---> Running in 8e530ca358db [2021-01-22T01:10:31.398Z] Removing intermediate container 8e530ca358db [2021-01-22T01:10:31.398Z] ---> 90cd041cfc05 [2021-01-22T01:10:31.398Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T01:10:31.398Z] ---> Running in 5c5a6d3691fd [2021-01-22T01:10:31.672Z] ---> 903256378072 [2021-01-22T01:10:31.672Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T01:10:31.946Z] Removing intermediate container 5c5a6d3691fd [2021-01-22T01:10:31.946Z] ---> 0c5a681f38c2 [2021-01-22T01:10:31.946Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T01:10:32.544Z] ---> Running in 999ce825c80d [2021-01-22T01:10:33.138Z] ---> 1603054c8b6a [2021-01-22T01:10:33.138Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T01:10:33.742Z] Move dockerize executable [2021-01-22T01:10:33.742Z] ---> 0fab87b3fb84 [2021-01-22T01:10:33.742Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T01:10:34.020Z] ---> Running in d44ef9175994 [2021-01-22T01:10:34.624Z] Removing intermediate container d44ef9175994 [2021-01-22T01:10:34.624Z] ---> ab1ca3d3f50c [2021-01-22T01:10:34.624Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T01:10:34.896Z] ---> Running in d66d7a95c5a5 [2021-01-22T01:10:35.490Z] Removing intermediate container 999ce825c80d [2021-01-22T01:10:35.490Z] ---> 139ba01ed1b8 [2021-01-22T01:10:35.490Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T01:10:35.490Z] Removing intermediate container d66d7a95c5a5 [2021-01-22T01:10:35.490Z] ---> 02f897232262 [2021-01-22T01:10:35.490Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T01:10:35.490Z] ---> Running in 8a3f06e2b69d [2021-01-22T01:10:35.762Z] ---> Running in 7b2437556e51 [2021-01-22T01:10:36.357Z] Removing intermediate container 8a3f06e2b69d [2021-01-22T01:10:36.357Z] ---> feaad9dae5ec [2021-01-22T01:10:36.357Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T01:10:36.357Z] Removing intermediate container 7b2437556e51 [2021-01-22T01:10:36.357Z] ---> 15a76d7352e4 [2021-01-22T01:10:36.357Z] Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:10:36.357Z] ---> Running in 6a2cad122d9f [2021-01-22T01:10:36.956Z] Removing intermediate container 6a2cad122d9f [2021-01-22T01:10:36.956Z] ---> 892b4c2cfc6e [2021-01-22T01:10:36.956Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T01:10:37.230Z] ---> Running in e3ee60e34851 [2021-01-22T01:10:37.230Z] ---> c62ae0978897 [2021-01-22T01:10:37.230Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T01:10:37.230Z] ---> Running in 89564ea5dd24 [2021-01-22T01:10:37.506Z] Removing intermediate container e3ee60e34851 [2021-01-22T01:10:37.506Z] ---> 8d3a25bc1827 [2021-01-22T01:10:37.506Z] [2021-01-22T01:10:38.106Z] Successfully built 8d3a25bc1827 [2021-01-22T01:10:38.106Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T01:10:39.535Z]  Building docker-core-metadata-go ... done Removing intermediate container 89564ea5dd24 [2021-01-22T01:10:39.535Z] ---> 1ae8668b0ab1 [2021-01-22T01:10:39.535Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T01:10:40.129Z] ---> ac1b56e2c7c6 [2021-01-22T01:10:40.129Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T01:10:41.556Z] ---> b966f6331933 [2021-01-22T01:10:41.556Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T01:10:42.149Z] ---> 3743266fd1eb [2021-01-22T01:10:42.149Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T01:10:43.584Z] ---> 410b5c2ab5d1 [2021-01-22T01:10:43.584Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T01:10:44.175Z] ---> 7f6129d17fe9 [2021-01-22T01:10:44.175Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T01:10:44.769Z] ---> Running in 3c32b074358a [2021-01-22T01:10:45.041Z] Removing intermediate container 3c32b074358a [2021-01-22T01:10:45.041Z] ---> 61a2e4bea78a [2021-01-22T01:10:45.041Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T01:10:46.014Z] ---> 64f778255f65 [2021-01-22T01:10:46.014Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T01:10:46.285Z] ---> Running in 23eaf314b5c9 [2021-01-22T01:10:48.900Z] Removing intermediate container 23eaf314b5c9 [2021-01-22T01:10:48.900Z] ---> 9dc35a276774 [2021-01-22T01:10:48.900Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T01:10:49.170Z] ---> Running in 6dfde1bf851d [2021-01-22T01:10:49.440Z] Removing intermediate container 6dfde1bf851d [2021-01-22T01:10:49.440Z] ---> 01b742b67957 [2021-01-22T01:10:49.440Z] Step 30/33 : CMD ["gate"] [2021-01-22T01:10:50.034Z] ---> Running in c88f7469c5b6 [2021-01-22T01:10:50.626Z] Removing intermediate container c88f7469c5b6 [2021-01-22T01:10:50.626Z] ---> 286cc85b1b54 [2021-01-22T01:10:50.626Z] Step 31/33 : LABEL arch=arm64 [2021-01-22T01:10:50.899Z] ---> Running in 0e93ab3ea372 [2021-01-22T01:10:51.490Z] Removing intermediate container 0e93ab3ea372 [2021-01-22T01:10:51.490Z] ---> 0df50c8ca0bf [2021-01-22T01:10:51.490Z] Step 32/33 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc [2021-01-22T01:10:51.762Z] ---> Running in fabc0bd88043 [2021-01-22T01:10:52.352Z] Removing intermediate container fabc0bd88043 [2021-01-22T01:10:52.352Z] ---> e0ef22e785c9 [2021-01-22T01:10:52.352Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T01:10:52.626Z] ---> Running in 44c507c4091b [2021-01-22T01:10:53.218Z] Removing intermediate container 44c507c4091b [2021-01-22T01:10:53.218Z] ---> a718c788ef89 [2021-01-22T01:10:53.218Z] [2021-01-22T01:10:53.487Z] Successfully built a718c788ef89 [2021-01-22T01:10:53.487Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-22T01:10:53.771Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-22T01:10:53.783Z] $ docker stop --time=1 c681daff3467d2bbc3840ae1f68ad6e18893d545e426dc680dc4bbbb5fff137b [2021-01-22T01:10:55.686Z] $ docker rm -f c681daff3467d2bbc3840ae1f68ad6e18893d545e426dc680dc4bbbb5fff137b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T01:10:56.366Z] + grep docker [2021-01-22T01:10:56.367Z] + docker images [2021-01-22T01:10:56.638Z] docker-security-bootstrapper-go-arm64 latest a718c788ef89 4 seconds ago 40.3MB [2021-01-22T01:10:56.638Z] docker-core-metadata-go-arm64 latest 8d3a25bc1827 19 seconds ago 17.7MB [2021-01-22T01:10:56.638Z] docker-core-command-go-arm64 latest 5abcb68ecd12 31 seconds ago 15.4MB [2021-01-22T01:10:56.638Z] docker-support-scheduler-go-arm64 latest 68211be59a76 32 seconds ago 15.5MB [2021-01-22T01:10:56.638Z] docker-sys-mgmt-agent-go-arm64 latest 1aca9bd45184 About a minute ago 300MB [2021-01-22T01:10:56.638Z] docker-core-data-go-arm64 latest 36642350f1a5 2 minutes ago 21MB [2021-01-22T01:10:56.638Z] docker-security-secretstore-setup-go-arm64 latest 1f4a14a645d9 3 minutes ago 23.4MB [2021-01-22T01:10:56.638Z] docker-support-notifications-go-arm64 latest f7d40fa6f336 3 minutes ago 16MB [2021-01-22T01:10:56.638Z] docker-security-proxy-setup-go-arm64 latest 7e130aaacec3 3 minutes ago 23.2MB [2021-01-22T01:10:56.638Z] docker 20.10.0 eeaf43b92773 5 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-01-22T01:10:58.407Z] provisioning config files... [2021-01-22T01:10:58.459Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4887300305817085436tmp [Pipeline] { [Pipeline] sh [2021-01-22T01:10:58.954Z] + set +x [2021-01-22T01:10:58.954Z] + bash -s -- [2021-01-22T01:10:58.954Z] + curl -s https://codecov.io/bash [2021-01-22T01:10:59.218Z] [2021-01-22T01:10:59.218Z] _____ _ [2021-01-22T01:10:59.218Z] / ____| | | [2021-01-22T01:10:59.218Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T01:10:59.218Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T01:10:59.218Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T01:10:59.218Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T01:10:59.218Z] Bash-20210115-cec3c92 [2021-01-22T01:10:59.218Z] [2021-01-22T01:10:59.218Z] [2021-01-22T01:10:59.218Z] ==> git version 2.24.3 found [2021-01-22T01:10:59.218Z] ==> 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-01-22T01:10:59.218Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T01:10:59.218Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T01:10:59.480Z] ==> Jenkins CI detected. [2021-01-22T01:10:59.480Z] project root: . [2021-01-22T01:10:59.480Z] --> token set from env [2021-01-22T01:10:59.480Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T01:10:59.480Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T01:10:59.480Z] ==> Python coveragepy not found [2021-01-22T01:10:59.480Z] ==> Searching for coverage reports in: [2021-01-22T01:10:59.480Z] + . [2021-01-22T01:10:59.480Z] -> Found 1 reports [2021-01-22T01:10:59.480Z] ==> Detecting git/mercurial file structure [2021-01-22T01:10:59.480Z] ==> Reading reports [2021-01-22T01:10:59.480Z] + ./coverage.out bytes=562928 [2021-01-22T01:10:59.480Z] ==> Appending adjustments [2021-01-22T01:10:59.480Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T01:11:03.714Z] + Found adjustments [2021-01-22T01:11:03.714Z] ==> Gzipping contents [2021-01-22T01:11:03.714Z] 84K /tmp/codecov.zqXSKb.gz [2021-01-22T01:11:03.714Z] ==> Uploading reports [2021-01-22T01:11:03.714Z] url: https://codecov.io [2021-01-22T01:11:03.714Z] query: branch=PR-3057&commit=b421ca79a0b26ef99fb13a7f47455680ec466fbc&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3057%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3057&job=&cmd_args= [2021-01-22T01:11:03.714Z] -> Pinging Codecov [2021-01-22T01:11:03.714Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3057&commit=b421ca79a0b26ef99fb13a7f47455680ec466fbc&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3057%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3057&job=&cmd_args= [2021-01-22T01:11:03.714Z] -> Uploading to [2021-01-22T01:11:03.714Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/b421ca79a0b26ef99fb13a7f47455680ec466fbc/3010e095-8ec3-46fd-a0d7-7bc09be96c57.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T011103Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1f14725b196ff8190fb1768e2ac292861e934406b770956ab5daddb626d2d3a9 [2021-01-22T01:11:03.714Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T01:11:03.714Z] Dload Upload Total Spent Left Speed [2021-01-22T01:11:04.290Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 57 85502 0 0 57 49152 0 171k --:--:-- --:--:-- --:--:-- 171k 100 85502 0 0 100 85502 0 151k --:--:-- --:--:-- --:--:-- 150k [2021-01-22T01:11:04.290Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b421ca79a0b26ef99fb13a7f47455680ec466fbc [Pipeline] } [2021-01-22T01:11:04.301Z] 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-01-22T01:11:06.338Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T01:11:07.240Z] ---> package-listing.sh [2021-01-22T01:11:07.240Z] ++ facter osfamily [2021-01-22T01:11:07.240Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T01:11:07.240Z] + OS_FAMILY=redhat [2021-01-22T01:11:07.240Z] + workspace=/w/workspace/edgex-go/4 [2021-01-22T01:11:07.240Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T01:11:07.240Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T01:11:07.240Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T01:11:07.240Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T01:11:07.240Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-22T01:11:07.240Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T01:11:07.240Z] + case "${OS_FAMILY}" in [2021-01-22T01:11:07.240Z] + rpm -qa [2021-01-22T01:11:07.240Z] + sort [2021-01-22T01:11:12.560Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T01:11:12.560Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T01:11:12.560Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T01:11:12.560Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-22T01:11:12.560Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-22T01:11:12.560Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-22T01:11:12.575Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T01:11:12.873Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:11:13.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T01:11:13.179Z] [2021-01-22T01:11:13.179Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T01:11:13.526Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T01:11:13.526Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T01:11:13.526Z] df20fa9351a1: Pulling fs layer [2021-01-22T01:11:13.526Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T01:11:13.526Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T01:11:13.526Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T01:11:13.526Z] 93b61091891f: Pulling fs layer [2021-01-22T01:11:13.526Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T01:11:13.526Z] 5e14af77c1be: Pulling fs layer [2021-01-22T01:11:13.526Z] 01666e4c0597: Pulling fs layer [2021-01-22T01:11:13.526Z] aa168da1d23b: Pulling fs layer [2021-01-22T01:11:13.526Z] 01666e4c0597: Waiting [2021-01-22T01:11:13.526Z] aa168da1d23b: Waiting [2021-01-22T01:11:13.526Z] 46f8f816bc3b: Waiting [2021-01-22T01:11:13.526Z] 93b61091891f: Waiting [2021-01-22T01:11:13.526Z] 93b9cdb0e59b: Waiting [2021-01-22T01:11:13.526Z] 5e14af77c1be: Waiting [2021-01-22T01:11:13.526Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T01:11:13.526Z] 36b3adc4ff6f: Download complete [2021-01-22T01:11:13.526Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T01:11:13.526Z] 46f8f816bc3b: Download complete [2021-01-22T01:11:13.799Z] df20fa9351a1: Download complete [2021-01-22T01:11:13.799Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T01:11:13.800Z] 93b9cdb0e59b: Download complete [2021-01-22T01:11:13.800Z] 93b61091891f: Download complete [2021-01-22T01:11:13.800Z] 5e14af77c1be: Verifying Checksum [2021-01-22T01:11:13.800Z] 5e14af77c1be: Download complete [2021-01-22T01:11:13.800Z] 01666e4c0597: Verifying Checksum [2021-01-22T01:11:13.800Z] 01666e4c0597: Download complete [2021-01-22T01:11:14.062Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T01:11:14.062Z] 8ad3a11d3b57: Download complete [2021-01-22T01:11:14.062Z] df20fa9351a1: Pull complete [2021-01-22T01:11:14.329Z] 36b3adc4ff6f: Pull complete [2021-01-22T01:11:15.744Z] aa168da1d23b: Verifying Checksum [2021-01-22T01:11:15.744Z] aa168da1d23b: Download complete [2021-01-22T01:11:16.321Z] 8ad3a11d3b57: Pull complete [2021-01-22T01:11:16.587Z] 46f8f816bc3b: Pull complete [2021-01-22T01:11:17.996Z] 93b61091891f: Pull complete [2021-01-22T01:11:17.996Z] 93b9cdb0e59b: Pull complete [2021-01-22T01:11:17.996Z] 5e14af77c1be: Pull complete [2021-01-22T01:11:18.263Z] 01666e4c0597: Pull complete [2021-01-22T01:11:26.437Z] aa168da1d23b: Pull complete [2021-01-22T01:11:26.437Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T01:11:26.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T01:11:26.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T01:11:26.609Z] prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container [2021-01-22T01:11:26.663Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T01:11:34.028Z] $ docker top a635b3aba0bee1fc51a5fb36f2a4a840b5ec1658ab479496fcfdc933e0fa27ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T01:11:34.625Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T01:11:34.923Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T01:11:35.222Z] + ls /var/log/sa-host [2021-01-22T01:11:35.222Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T01:11:35.222Z] file_magic: OK [2021-01-22T01:11:35.222Z] HZ: Using current value: 100 [2021-01-22T01:11:35.222Z] file_header: OK [2021-01-22T01:11:35.222Z] 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-01-22T01:11:35.222Z] Statistics: [2021-01-22T01:11:35.222Z] 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-01-22T01:11:35.222Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T01:11:35.222Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T01:11:35.222Z] file_magic: OK [2021-01-22T01:11:35.222Z] HZ: Using current value: 100 [2021-01-22T01:11:35.222Z] file_header: OK [2021-01-22T01:11:35.222Z] 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-01-22T01:11:35.222Z] Statistics: [2021-01-22T01:11:35.222Z] Hnuu...uuuununununu... [2021-01-22T01:11:35.222Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T01:11:35.431Z] provisioning config files... [2021-01-22T01:11:35.477Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5133826327629845745tmp [Pipeline] { [Pipeline] echo [2021-01-22T01:11:35.565Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T01:11:35.866Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T01:11:35.877Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T01:11:35.966Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T01:11:36.261Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T01:11:36.271Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T01:11:36.570Z] ---> sudo-logs.sh [2021-01-22T01:11:36.570Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T01:11:36.582Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T01:11:36.880Z] ---> job-cost.sh [2021-01-22T01:11:36.880Z] lf-activate-venv: SKIPPING [2021-01-22T01:11:36.880Z] INFO: No Stack... [2021-01-22T01:11:37.823Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T01:11:38.396Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T01:11:38.413Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T01:11:38.714Z] ---> logs-deploy.sh [2021-01-22T01:11:38.715Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3057/4 [2021-01-22T01:11:38.715Z] INFO: archiving workspace using pattern(s): [2021-01-22T01:11:40.638Z] Archives upload complete. [2021-01-22T01:11:40.638Z] INFO: archiving logs to Nexus [2021-01-22T01:11:41.586Z] ---> uname -a: [2021-01-22T01:11:41.586Z] Linux prd-centos7-docker-4c-2g-22123.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-22T01:11:41.586Z] [2021-01-22T01:11:41.586Z]