Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0c4ac373351ea5959ab24da4a53bf9dc79b98e52+f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 (70f83dbb9cf4c7c51a6a27da805cfe6b73bddad1) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17671’ is offline; ‘prd-centos7-docker-4c-2g-17672’ is offline Running on prd-centos7-docker-4c-2g-17678 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 Merge succeeded, producing e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 Checking out Revision e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # 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 f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 # timeout=10 Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" > git rev-list --no-walk 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-30T00:30:40.195Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-30T00:30:40.434Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-30T00:30:40.636Z] ========================================================= [2020-12-30T00:30:40.636Z] EdgeX Global Pipelines Version Info [2020-12-30T00:30:40.636Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:30:42.440Z] ------------------- [2020-12-30T00:30:42.440Z] stable info: [2020-12-30T00:30:42.440Z] ------------------- [2020-12-30T00:30:42.440Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-30T00:30:42.440Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T00:30:42.440Z] Message: update stable to v1.0.173 [2020-12-30T00:30:43.410Z] ------------------- [2020-12-30T00:30:43.410Z] experimental info: [2020-12-30T00:30:43.410Z] ------------------- [2020-12-30T00:30:43.410Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-30T00:30:43.410Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T00:30:43.410Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-30T00:30:43.678Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-30T00:30:43.770Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-30T00:30:43.873Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-30T00:30:43.978Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-30T00:30:44.066Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-30T00:30:44.191Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-30T00:30:44.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-30T00:30:44.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-30T00:30:44.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-30T00:30:44.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-30T00:30:44.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-30T00:30:44.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-30T00:30:45.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-30T00:30:45.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-30T00:30:45.293Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T00:30:45.425Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T00:30:45.633Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-30T00:30:45.784Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-30T00:30:46.036Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-30T00:30:46.189Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-30T00:30:46.355Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-30T00:30:46.506Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-30T00:30:46.618Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-30T00:30:46.733Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2020-12-30T00:30:46.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2020-12-30T00:30:47.017Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2020-12-30T00:30:47.131Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [Pipeline] echo [2020-12-30T00:30:47.386Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e36fc32 [Pipeline] echo [2020-12-30T00:30:47.584Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T00:30:47.883Z] provisioning config files... [2020-12-30T00:30:47.933Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config711078382276695022tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:30:48.464Z] ---> docker-login.sh [2020-12-30T00:30:48.464Z] nexus3.edgexfoundry.org:10001 [2020-12-30T00:30:48.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:30:49.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:30:49.018Z] Configure a credential helper to remove this warning. See [2020-12-30T00:30:49.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:30:49.018Z] [2020-12-30T00:30:49.018Z] Login Succeeded [2020-12-30T00:30:49.018Z] nexus3.edgexfoundry.org:10002 [2020-12-30T00:30:49.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:30:49.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:30:49.302Z] Configure a credential helper to remove this warning. See [2020-12-30T00:30:49.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:30:49.302Z] [2020-12-30T00:30:49.302Z] Login Succeeded [2020-12-30T00:30:49.302Z] nexus3.edgexfoundry.org:10003 [2020-12-30T00:30:49.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:30:49.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:30:49.302Z] Configure a credential helper to remove this warning. See [2020-12-30T00:30:49.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:30:49.302Z] [2020-12-30T00:30:49.302Z] Login Succeeded [2020-12-30T00:30:49.302Z] nexus3.edgexfoundry.org:10004 [2020-12-30T00:30:49.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:30:49.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:30:49.605Z] Configure a credential helper to remove this warning. See [2020-12-30T00:30:49.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:30:49.605Z] [2020-12-30T00:30:49.605Z] Login Succeeded [2020-12-30T00:30:49.605Z] docker.io [2020-12-30T00:30:49.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:30:50.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:30:50.140Z] Configure a credential helper to remove this warning. See [2020-12-30T00:30:50.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:30:50.140Z] [2020-12-30T00:30:50.140Z] Login Succeeded [2020-12-30T00:30:50.140Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T00:30:50.151Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T00:30:50.700Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-30T00:30:50.700Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:30:50.700Z] ++ dirname cmd/core-command/Dockerfile [2020-12-30T00:30:50.700Z] ++ cut -d/ -f2 [2020-12-30T00:30:50.700Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-30T00:30:50.700Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:30:50.700Z] ++ dirname cmd/core-data/Dockerfile [2020-12-30T00:30:50.700Z] ++ cut -d/ -f2 [2020-12-30T00:30:50.700Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-30T00:30:50.700Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:30:50.700Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-30T00:30:50.700Z] ++ cut -d/ -f2 [2020-12-30T00:30:50.700Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-30T00:30:50.700Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:30:50.700Z] ++ cut -d/ -f2 [2020-12-30T00:30:50.700Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2020-12-30T00:30:50.700Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2020-12-30T00:30:50.700Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:30:50.700Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-30T00:30:50.700Z] ++ cut -d/ -f2 [2020-12-30T00:30:50.700Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-30T00:30:50.700Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:30:50.700Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-30T00:30:50.700Z] ++ cut -d/ -f2 [2020-12-30T00:30:50.700Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-30T00:30:50.700Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:30:50.700Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-30T00:30:50.700Z] ++ cut -d/ -f2 [2020-12-30T00:30:50.700Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-30T00:30:50.701Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:30:50.701Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-30T00:30:50.701Z] ++ cut -d/ -f2 [2020-12-30T00:30:50.701Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-30T00:30:50.701Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:30:50.701Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-30T00:30:50.701Z] ++ cut -d/ -f2 [2020-12-30T00:30:50.701Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-30T00:30:50.701Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T00:30:50.701Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-30T00:30:50.701Z] ++ cut -d/ -f2 [2020-12-30T00:30:50.701Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-30T00:30:50.810Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 [2020-12-30T00:30:51.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:30:51.989Z] [2020-12-30T00:30:51.989Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:30:52.385Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:30:52.385Z] latest: Pulling from edgex-devops/git-semver [2020-12-30T00:30:52.385Z] 31603596830f: Pulling fs layer [2020-12-30T00:30:52.385Z] 2a8b12db71e7: Pulling fs layer [2020-12-30T00:30:52.385Z] 6ca5941a6612: Pulling fs layer [2020-12-30T00:30:52.385Z] ecc8261a40a4: Pulling fs layer [2020-12-30T00:30:52.385Z] ecc8261a40a4: Waiting [2020-12-30T00:30:52.385Z] 2a8b12db71e7: Verifying Checksum [2020-12-30T00:30:52.385Z] 2a8b12db71e7: Download complete [2020-12-30T00:30:52.650Z] 31603596830f: Verifying Checksum [2020-12-30T00:30:52.650Z] 31603596830f: Download complete [2020-12-30T00:30:52.650Z] 6ca5941a6612: Verifying Checksum [2020-12-30T00:30:52.650Z] 6ca5941a6612: Download complete [2020-12-30T00:30:52.918Z] ecc8261a40a4: Verifying Checksum [2020-12-30T00:30:52.918Z] ecc8261a40a4: Download complete [2020-12-30T00:30:52.918Z] 31603596830f: Pull complete [2020-12-30T00:30:52.918Z] 2a8b12db71e7: Pull complete [2020-12-30T00:30:53.900Z] 6ca5941a6612: Pull complete [2020-12-30T00:30:54.168Z] ecc8261a40a4: Pull complete [2020-12-30T00:30:54.168Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-30T00:30:54.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T00:30:54.168Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-30T00:30:54.285Z] prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container [2020-12-30T00:30:54.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-30T00:30:57.177Z] $ docker top 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-30T00:30:57.587Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T00:30:57.587Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T00:30:57.870Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T00:30:57.875Z] $ docker exec 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e ssh-agent [2020-12-30T00:30:58.102Z] SSH_AUTH_SOCK=/tmp/ssh-2PfhDShnNJC9/agent.12 [2020-12-30T00:30:58.102Z] SSH_AGENT_PID=17 [2020-12-30T00:30:58.119Z] Running ssh-add (command line suppressed) [2020-12-30T00:30:58.252Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1600257166778999458.key (/w/workspace/edgex-go/2@tmp/private_key_1600257166778999458.key) [2020-12-30T00:30:58.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T00:30:58.653Z] + git tag --points-at HEAD [Pipeline] } [2020-12-30T00:30:58.680Z] $ docker exec --env ******** --env ******** 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e ssh-agent -k [2020-12-30T00:30:58.819Z] unset SSH_AUTH_SOCK; [2020-12-30T00:30:58.819Z] unset SSH_AGENT_PID; [2020-12-30T00:30:58.819Z] echo Agent pid 17 killed; [2020-12-30T00:30:58.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-30T00:30:59.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T00:30:59.125Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T00:30:59.329Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T00:30:59.333Z] $ docker exec 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e ssh-agent [2020-12-30T00:30:59.635Z] SSH_AUTH_SOCK=/tmp/ssh-eiLNkFzJyiX7/agent.46 [2020-12-30T00:30:59.635Z] SSH_AGENT_PID=52 [2020-12-30T00:30:59.654Z] Running ssh-add (command line suppressed) [2020-12-30T00:30:59.813Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4800951367284577543.key (/w/workspace/edgex-go/2@tmp/private_key_4800951367284577543.key) [2020-12-30T00:30:59.867Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T00:31:00.223Z] + git semver init [2020-12-30T00:31:00.223Z] # -> Open(): unable to determine branch for HEAD [2020-12-30T00:31:00.223Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-12-30T00:31:00.223Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-12-30T00:31:00.223Z] # $SEMVER_REMOTE_NAME = origin [2020-12-30T00:31:00.223Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-30T00:31:00.223Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-30T00:31:00.223Z] # $SEMVER_BRANCH = PR-2970 [2020-12-30T00:31:00.223Z] # $SEMVER_TEMP = /tmp/semver-190931120 [2020-12-30T00:31:00.223Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-30T00:31:39.107Z] # '/tmp/semver-190931120' -> '/w/workspace/edgex-go/2/.semver' [2020-12-30T00:31:39.107Z] # -> Force: false [2020-12-30T00:31:39.107Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-12-30T00:31:39.125Z] $ docker exec --env ******** --env ******** 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e ssh-agent -k [2020-12-30T00:31:39.430Z] unset SSH_AUTH_SOCK; [2020-12-30T00:31:39.431Z] unset SSH_AGENT_PID; [2020-12-30T00:31:39.431Z] echo Agent pid 52 killed; [2020-12-30T00:31:39.545Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T00:31:40.024Z] + git semver [Pipeline] } [2020-12-30T00:31:40.043Z] $ docker stop --time=1 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e [2020-12-30T00:31:41.717Z] $ docker rm -f 76d9c01490c24471a6d84f80e639dda31265b37be435d888a039445ee481b55e [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:31:42.338Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-30T00:31:42.911Z] Stashed 1 file(s) [Pipeline] echo [2020-12-30T00:31:42.914Z] [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 [2020-12-30T00:31:43.902Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:31:44.208Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:31:44.523Z] + sudo service docker restart [2020-12-30T00:31:44.523Z] + true [2020-12-30T00:31:44.523Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-30T00:31:45.526Z] ========================================================= [2020-12-30T00:31:45.526Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-30T00:31:45.526Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:31:45.896Z] + 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 . [2020-12-30T00:31:50.194Z] Sending build context to Docker daemon 326.5MB [2020-12-30T00:31:50.194Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-30T00:31:50.194Z] Step 2/7 : FROM ${BASE} [2020-12-30T00:31:50.466Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-30T00:31:50.466Z] 188c0c94c7c5: Pulling fs layer [2020-12-30T00:31:50.466Z] 0ef7d3d256c8: Pulling fs layer [2020-12-30T00:31:50.466Z] de9db76c5a1d: Pulling fs layer [2020-12-30T00:31:50.466Z] bca2f99d35d6: Pulling fs layer [2020-12-30T00:31:50.466Z] 93359f2a8cfa: Pulling fs layer [2020-12-30T00:31:50.466Z] 7c6f9722023f: Pulling fs layer [2020-12-30T00:31:50.466Z] a35cf1a2eb13: Pulling fs layer [2020-12-30T00:31:50.466Z] 93359f2a8cfa: Waiting [2020-12-30T00:31:50.466Z] 7c6f9722023f: Waiting [2020-12-30T00:31:50.466Z] a35cf1a2eb13: Waiting [2020-12-30T00:31:50.466Z] bca2f99d35d6: Waiting [2020-12-30T00:31:50.466Z] de9db76c5a1d: Verifying Checksum [2020-12-30T00:31:50.466Z] de9db76c5a1d: Download complete [2020-12-30T00:31:50.466Z] 0ef7d3d256c8: Verifying Checksum [2020-12-30T00:31:50.466Z] 0ef7d3d256c8: Download complete [2020-12-30T00:31:50.466Z] 93359f2a8cfa: Verifying Checksum [2020-12-30T00:31:50.466Z] 93359f2a8cfa: Download complete [2020-12-30T00:31:51.074Z] 7c6f9722023f: Verifying Checksum [2020-12-30T00:31:51.074Z] 7c6f9722023f: Download complete [2020-12-30T00:31:51.351Z] 188c0c94c7c5: Verifying Checksum [2020-12-30T00:31:51.351Z] 188c0c94c7c5: Download complete [2020-12-30T00:31:51.621Z] 188c0c94c7c5: Pull complete [2020-12-30T00:31:51.892Z] 0ef7d3d256c8: Pull complete [2020-12-30T00:31:53.295Z] de9db76c5a1d: Pull complete [2020-12-30T00:31:58.381Z] Still waiting to schedule task [2020-12-30T00:31:58.381Z] ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17671’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17686’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-17688’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-17684’ is offline [2020-12-30T00:31:59.918Z] a35cf1a2eb13: Verifying Checksum [2020-12-30T00:31:59.918Z] a35cf1a2eb13: Download complete [2020-12-30T00:32:03.264Z] bca2f99d35d6: Verifying Checksum [2020-12-30T00:32:03.264Z] bca2f99d35d6: Download complete [2020-12-30T00:32:11.599Z] bca2f99d35d6: Pull complete [2020-12-30T00:32:11.599Z] 93359f2a8cfa: Pull complete [2020-12-30T00:32:11.599Z] 7c6f9722023f: Pull complete [2020-12-30T00:32:14.945Z] a35cf1a2eb13: Pull complete [2020-12-30T00:32:14.945Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-30T00:32:14.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-30T00:32:14.945Z] ---> a62c8e92a672 [2020-12-30T00:32:14.945Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-30T00:32:15.220Z] ---> Running in e2b8fe7592a7 [2020-12-30T00:32:15.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:32:16.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:32:17.338Z] (1/12) Installing libmagic (5.38-r0) [2020-12-30T00:32:17.920Z] (2/12) Installing file (5.38-r0) [2020-12-30T00:32:17.920Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-30T00:32:17.920Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-30T00:32:39.943Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-30T00:32:39.943Z] (6/12) Installing patch (2.7.6-r6) [2020-12-30T00:32:39.943Z] (7/12) Installing build-base (0.5-r2) [2020-12-30T00:32:39.943Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-30T00:32:39.943Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-30T00:32:39.943Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-30T00:32:39.943Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-30T00:32:39.943Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-30T00:32:39.943Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:32:39.943Z] OK: 233 MiB in 51 packages [2020-12-30T00:32:41.369Z] Removing intermediate container e2b8fe7592a7 [2020-12-30T00:32:41.369Z] ---> 23b58d7fadf6 [2020-12-30T00:32:41.369Z] Step 4/7 : WORKDIR /edgex-go [2020-12-30T00:32:41.369Z] ---> Running in 874d10960dad [2020-12-30T00:32:41.369Z] Removing intermediate container 874d10960dad [2020-12-30T00:32:41.369Z] ---> ee301b2ef516 [2020-12-30T00:32:41.369Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-30T00:32:42.774Z] latest: Pulling from library/docker [2020-12-30T00:32:42.774Z] 801bfaa63ef2: Pulling fs layer [2020-12-30T00:32:42.774Z] 4f7dc993c79e: Pulling fs layer [2020-12-30T00:32:42.774Z] d39d95e4997f: Pulling fs layer [2020-12-30T00:32:42.774Z] 1cda4b703d87: Pulling fs layer [2020-12-30T00:32:42.774Z] 54e5375350ea: Pulling fs layer [2020-12-30T00:32:42.774Z] f08cd1b3bb1b: Pulling fs layer [2020-12-30T00:32:42.774Z] 8e17d04e0c68: Pulling fs layer [2020-12-30T00:32:42.774Z] 54e5375350ea: Waiting [2020-12-30T00:32:42.774Z] 8e17d04e0c68: Waiting [2020-12-30T00:32:42.774Z] f08cd1b3bb1b: Waiting [2020-12-30T00:32:42.774Z] 1cda4b703d87: Waiting [2020-12-30T00:32:42.774Z] 801bfaa63ef2: Verifying Checksum [2020-12-30T00:32:42.774Z] 801bfaa63ef2: Download complete [2020-12-30T00:32:42.774Z] 4f7dc993c79e: Verifying Checksum [2020-12-30T00:32:42.774Z] 4f7dc993c79e: Download complete [2020-12-30T00:32:43.043Z] 54e5375350ea: Verifying Checksum [2020-12-30T00:32:43.043Z] 54e5375350ea: Download complete [2020-12-30T00:32:43.043Z] f08cd1b3bb1b: Verifying Checksum [2020-12-30T00:32:43.043Z] f08cd1b3bb1b: Download complete [2020-12-30T00:32:43.043Z] d39d95e4997f: Verifying Checksum [2020-12-30T00:32:43.043Z] d39d95e4997f: Download complete [2020-12-30T00:32:43.043Z] 801bfaa63ef2: Pull complete [2020-12-30T00:32:43.320Z] 8e17d04e0c68: Verifying Checksum [2020-12-30T00:32:43.320Z] 8e17d04e0c68: Download complete [2020-12-30T00:32:43.591Z] 4f7dc993c79e: Pull complete [2020-12-30T00:32:43.591Z] d39d95e4997f: Pull complete [2020-12-30T00:32:45.029Z] 1cda4b703d87: Verifying Checksum [2020-12-30T00:32:45.029Z] 1cda4b703d87: Download complete [2020-12-30T00:32:49.325Z] 1cda4b703d87: Pull complete [2020-12-30T00:32:49.325Z] 54e5375350ea: Pull complete [2020-12-30T00:32:49.325Z] f08cd1b3bb1b: Pull complete [2020-12-30T00:32:49.325Z] 8e17d04e0c68: Pull complete [2020-12-30T00:32:49.325Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-30T00:32:49.325Z] Status: Downloaded newer image for docker:latest [2020-12-30T00:32:50.750Z] ---> bdc846f52206 [2020-12-30T00:32:50.750Z] Step 6/7 : COPY go.mod . [2020-12-30T00:32:51.014Z] ---> ef88726c70f3 [2020-12-30T00:32:51.014Z] Step 7/7 : RUN go mod download [2020-12-30T00:32:51.277Z] ---> Running in b042a68db9f8 [2020-12-30T00:33:13.515Z] Removing intermediate container b042a68db9f8 [2020-12-30T00:33:13.515Z] ---> 6e89a67e5171 [2020-12-30T00:33:13.515Z] Successfully built 6e89a67e5171 [2020-12-30T00:33:13.515Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:33:13.850Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T00:33:13.850Z] . [Pipeline] withDockerContainer [2020-12-30T00:33:13.972Z] prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container [2020-12-30T00:33:14.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-30T00:33:14.723Z] $ docker top 53eb0cbeb6288467b5854d57122ab19be846ca7dee480d5aa3b067cc6ee3b19f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:33:15.203Z] + go version [2020-12-30T00:33:15.203Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-30T00:33:15.221Z] $ docker stop --time=1 53eb0cbeb6288467b5854d57122ab19be846ca7dee480d5aa3b067cc6ee3b19f [2020-12-30T00:33:16.589Z] $ docker rm -f 53eb0cbeb6288467b5854d57122ab19be846ca7dee480d5aa3b067cc6ee3b19f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:33:17.563Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T00:33:17.564Z] . [Pipeline] withDockerContainer [2020-12-30T00:33:17.688Z] prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container [2020-12-30T00:33:17.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-30T00:33:18.508Z] $ docker top 83d1ef27f8e92fe4134d2d9f8ea4c8e743936f62390e5bcda527815b04c56696 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T00:33:18.716Z] ========================================================= [2020-12-30T00:33:18.716Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-30T00:33:18.716Z] ========================================================= [Pipeline] sh [2020-12-30T00:33:19.030Z] + make test [2020-12-30T00:33:19.030Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T00:33:29.692Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-30T00:33:44.798Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-30T00:33:53.110Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-30T00:33:53.110Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-30T00:33:53.110Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-30T00:33:53.110Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-30T00:33:56.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2020-12-30T00:33:56.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-30T00:33:56.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-30T00:33:56.518Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-30T00:33:56.518Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-30T00:33:57.116Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-30T00:34:00.513Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-30T00:34:00.513Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-30T00:34:00.513Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-30T00:34:03.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 46.6% of statements [2020-12-30T00:34:03.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-30T00:34:03.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-30T00:34:03.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-30T00:34:03.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-30T00:34:03.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-30T00:34:07.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.0% of statements [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-30T00:34:07.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-30T00:34:07.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-30T00:34:07.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.420s coverage: 74.4% of statements [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-30T00:34:07.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.153s coverage: 83.3% of statements [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-30T00:34:07.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-30T00:34:11.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.484s coverage: 28.6% of statements [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-30T00:34:11.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.097s coverage: 100.0% of statements [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-30T00:34:11.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-30T00:34:11.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-30T00:34:11.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.190s coverage: 97.5% of statements [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-30T00:34:11.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-30T00:34:11.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-30T00:34:14.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.436s coverage: 93.8% of statements [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-30T00:34:14.540Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-30T00:34:14.540Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-30T00:34:14.540Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.1% of statements [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2020-12-30T00:34:14.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 42.4% of statements [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2020-12-30T00:34:14.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2020-12-30T00:34:14.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.074s coverage: 82.7% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.094s coverage: 84.2% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.141s coverage: 91.4% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.276s coverage: 63.5% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.757s coverage: 55.9% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.177s coverage: 37.0% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.500s coverage: 84.0% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.081s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-30T00:34:36.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.074s coverage: 32.1% of statements [2020-12-30T00:34:36.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.120s coverage: 100.0% of statements [2020-12-30T00:34:36.810Z] GO111MODULE=on go vet ./... [2020-12-30T00:34:41.657Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17696 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2020-12-30T00:34:41.713Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-30T00:34:47.683Z] using credential edgex-jenkins-ssh [2020-12-30T00:34:47.745Z] Cloning the remote Git repository [2020-12-30T00:34:47.808Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:34:47.936Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-30T00:34:48.027Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:34:48.029Z] > git --version # timeout=10 [2020-12-30T00:34:48.053Z] > git --version # 'git version 2.17.1' [2020-12-30T00:34:48.055Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:34:48.144Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:35:04.035Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:35:04.051Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:35:04.076Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:35:04.104Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:35:04.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:35:04.119Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T00:35:04.901Z] Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 [2020-12-30T00:35:05.649Z] Merge succeeded, producing 8e55cca40ab8ece765046fca72e000eb043624ac [2020-12-30T00:35:05.650Z] Checking out Revision 8e55cca40ab8ece765046fca72e000eb043624ac (PR-2970) [2020-12-30T00:35:04.914Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:35:04.933Z] > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 [2020-12-30T00:35:05.244Z] > git remote # timeout=10 [2020-12-30T00:35:05.261Z] > git config --get remote.origin.url # timeout=10 [2020-12-30T00:35:05.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:35:05.297Z] > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 [2020-12-30T00:35:05.579Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-30T00:35:05.651Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:35:05.692Z] > git checkout -f 8e55cca40ab8ece765046fca72e000eb043624ac # timeout=10 [2020-12-30T00:35:09.206Z] gofmt -l . [2020-12-30T00:35:09.207Z] [ "`gofmt -l .`" = "" ] [2020-12-30T00:35:09.207Z] ./bin/test-go-mod-tidy.sh [2020-12-30T00:35:09.207Z] ./bin/test-attribution-txt.sh [2020-12-30T00:35:10.292Z] Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" [2020-12-30T00:35:10.295Z] > git rev-list --no-walk 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-12-30T00:35:10.973Z] + ls -al . [2020-12-30T00:35:10.973Z] total 640 [2020-12-30T00:35:10.973Z] drwxrwxr-x 10 1001 1001 4096 Dec 30 00:35 . [2020-12-30T00:35:10.973Z] drwxr-xr-x 4 root root 28 Dec 30 00:33 .. [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 11 Dec 30 00:30 .dockerignore [2020-12-30T00:35:10.973Z] drwxrwxr-x 8 1001 1001 179 Dec 30 00:30 .git [2020-12-30T00:35:10.973Z] drwxrwxr-x 3 1001 1001 125 Dec 30 00:30 .github [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 872 Dec 30 00:30 .gitignore [2020-12-30T00:35:10.973Z] drwx------ 3 1001 1001 47 Dec 30 00:31 .semver [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 166 Dec 30 00:30 .sonarcloud.properties [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:30 CONTRIBUTING.md [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 1035 Dec 30 00:30 Dockerfile.build [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 863 Dec 30 00:30 Jenkinsfile [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:30 LICENSE [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 6306 Dec 30 00:30 Makefile [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:30 README.md [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:30 SECURITY.md [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 5 Dec 30 00:31 VERSION [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:30 ZMQWindows.md [2020-12-30T00:35:10.973Z] drwxrwxr-x 2 1001 1001 117 Dec 30 00:30 bin [2020-12-30T00:35:10.973Z] drwxrwxr-x 15 1001 1001 4096 Dec 30 00:30 cmd [2020-12-30T00:35:10.973Z] -rw-r--r-- 1 root root 542461 Dec 30 00:34 coverage.out [2020-12-30T00:35:10.973Z] -rw-r--r-- 1 root root 1005 Dec 30 00:35 go.mod [2020-12-30T00:35:10.973Z] -rw-r--r-- 1 root root 18892 Dec 30 00:35 go.sum [2020-12-30T00:35:10.973Z] drwxrwxr-x 8 1001 1001 127 Dec 30 00:30 internal [2020-12-30T00:35:10.973Z] drwxrwxr-x 4 1001 1001 26 Dec 30 00:30 openapi [2020-12-30T00:35:10.973Z] drwxrwxr-x 4 1001 1001 71 Dec 30 00:30 snap [2020-12-30T00:35:10.973Z] -rw-rw-r-- 1 1001 1001 168 Dec 30 00:30 version.go [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T00:35:11.319Z] + '[' -e coverage.out ] [2020-12-30T00:35:11.319Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-30T00:35:11.988Z] Stashed 1 file(s) [Pipeline] sh [2020-12-30T00:35:12.062Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:35:12.296Z] + make build [2020-12-30T00:35:12.296Z] 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 [2020-12-30T00:35:12.561Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T00:35:12.914Z] + sudo service docker restart [2020-12-30T00:35:12.914Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T00:35:14.977Z] provisioning config files... [2020-12-30T00:35:15.029Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4979490347256720875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:35:15.453Z] ---> docker-login.sh [2020-12-30T00:35:15.453Z] nexus3.edgexfoundry.org:10001 [2020-12-30T00:35:15.634Z] 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 [2020-12-30T00:35:16.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:35:16.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:35:16.715Z] Configure a credential helper to remove this warning. See [2020-12-30T00:35:16.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:35:16.715Z] [2020-12-30T00:35:16.715Z] Login Succeeded [2020-12-30T00:35:16.715Z] nexus3.edgexfoundry.org:10002 [2020-12-30T00:35:17.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:35:17.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:35:17.315Z] Configure a credential helper to remove this warning. See [2020-12-30T00:35:17.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:35:17.315Z] [2020-12-30T00:35:17.315Z] Login Succeeded [2020-12-30T00:35:17.315Z] nexus3.edgexfoundry.org:10003 [2020-12-30T00:35:17.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:35:17.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:35:17.917Z] Configure a credential helper to remove this warning. See [2020-12-30T00:35:17.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:35:17.917Z] [2020-12-30T00:35:17.917Z] Login Succeeded [2020-12-30T00:35:17.917Z] nexus3.edgexfoundry.org:10004 [2020-12-30T00:35:18.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:35:18.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:35:18.525Z] Configure a credential helper to remove this warning. See [2020-12-30T00:35:18.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:35:18.525Z] [2020-12-30T00:35:18.525Z] Login Succeeded [2020-12-30T00:35:18.525Z] docker.io [2020-12-30T00:35:19.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T00:35:19.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T00:35:19.451Z] Configure a credential helper to remove this warning. See [2020-12-30T00:35:19.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T00:35:19.451Z] [2020-12-30T00:35:19.451Z] Login Succeeded [2020-12-30T00:35:19.451Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T00:35:19.472Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-30T00:35:20.122Z] ========================================================= [2020-12-30T00:35:20.122Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-30T00:35:20.122Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:35:20.574Z] + 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 . [2020-12-30T00:35:23.219Z] Sending build context to Docker daemon 165.6MB [2020-12-30T00:35:23.219Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-30T00:35:23.219Z] Step 2/7 : FROM ${BASE} [2020-12-30T00:35:23.219Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-30T00:35:23.219Z] 5f621e34cdf4: Pulling fs layer [2020-12-30T00:35:23.219Z] a4357932f1b6: Pulling fs layer [2020-12-30T00:35:23.219Z] 18c013af1878: Pulling fs layer [2020-12-30T00:35:23.219Z] 00ac8860ef70: Pulling fs layer [2020-12-30T00:35:23.219Z] 63d7cb157983: Pulling fs layer [2020-12-30T00:35:23.219Z] b116817d02f9: Pulling fs layer [2020-12-30T00:35:23.219Z] 745a02a5169b: Pulling fs layer [2020-12-30T00:35:23.219Z] 00ac8860ef70: Waiting [2020-12-30T00:35:23.219Z] 63d7cb157983: Waiting [2020-12-30T00:35:23.219Z] b116817d02f9: Waiting [2020-12-30T00:35:23.219Z] 745a02a5169b: Waiting [2020-12-30T00:35:23.219Z] 18c013af1878: Verifying Checksum [2020-12-30T00:35:23.219Z] 18c013af1878: Download complete [2020-12-30T00:35:23.219Z] a4357932f1b6: Verifying Checksum [2020-12-30T00:35:23.219Z] a4357932f1b6: Download complete [2020-12-30T00:35:23.219Z] 63d7cb157983: Verifying Checksum [2020-12-30T00:35:23.219Z] 63d7cb157983: Download complete [2020-12-30T00:35:23.219Z] b116817d02f9: Download complete [2020-12-30T00:35:23.219Z] 5f621e34cdf4: Verifying Checksum [2020-12-30T00:35:23.219Z] 5f621e34cdf4: Download complete [2020-12-30T00:35:23.835Z] 5f621e34cdf4: Pull complete [2020-12-30T00:35:24.441Z] a4357932f1b6: Pull complete [2020-12-30T00:35:25.053Z] 18c013af1878: Pull complete [2020-12-30T00:35:25.790Z] 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 [2020-12-30T00:35:26.373Z] 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 [2020-12-30T00:35:27.688Z] 745a02a5169b: Download complete [2020-12-30T00:35:27.802Z] 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 [2020-12-30T00:35:28.288Z] 00ac8860ef70: Verifying Checksum [2020-12-30T00:35:28.288Z] 00ac8860ef70: Download complete [2020-12-30T00:35:28.395Z] 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 [2020-12-30T00:35:30.382Z] 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 [2020-12-30T00:35:31.842Z] 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 [2020-12-30T00:35:33.799Z] 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 [2020-12-30T00:35:35.200Z] 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 [2020-12-30T00:35:36.623Z] 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 [2020-12-30T00:35:38.045Z] 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 [2020-12-30T00:35:38.492Z] 00ac8860ef70: Pull complete [2020-12-30T00:35:38.764Z] 63d7cb157983: Pull complete [2020-12-30T00:35:39.040Z] b116817d02f9: Pull complete [2020-12-30T00:35:39.478Z] 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] } [2020-12-30T00:35:41.460Z] $ docker stop --time=1 83d1ef27f8e92fe4134d2d9f8ea4c8e743936f62390e5bcda527815b04c56696 [2020-12-30T00:35:43.230Z] $ docker rm -f 83d1ef27f8e92fe4134d2d9f8ea4c8e743936f62390e5bcda527815b04c56696 [2020-12-30T00:35:43.366Z] 745a02a5169b: Pull complete [2020-12-30T00:35:43.366Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-30T00:35:43.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-30T00:35:43.366Z] ---> b7e6874047d6 [2020-12-30T00:35:43.366Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:35:45.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:35:45.293Z] [2020-12-30T00:35:45.293Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:35:45.662Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:35:45.662Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-30T00:35:45.662Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-30T00:35:45.662Z] ca9280d653b3: Pulling fs layer [2020-12-30T00:35:45.662Z] 7e9c9ca2126c: Pulling fs layer [2020-12-30T00:35:46.015Z] ---> Running in c331c512a15e [2020-12-30T00:35:46.252Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-30T00:35:46.252Z] cbdbe7a5bc2a: Download complete [2020-12-30T00:35:46.521Z] ca9280d653b3: Verifying Checksum [2020-12-30T00:35:46.521Z] ca9280d653b3: Download complete [2020-12-30T00:35:46.521Z] cbdbe7a5bc2a: Pull complete [2020-12-30T00:35:46.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:35:47.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:35:48.031Z] ca9280d653b3: Pull complete [2020-12-30T00:35:48.031Z] 7e9c9ca2126c: Download complete [2020-12-30T00:35:48.944Z] (1/12) Installing libmagic (5.38-r0) [2020-12-30T00:35:49.216Z] (2/12) Installing file (5.38-r0) [2020-12-30T00:35:49.490Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-30T00:35:49.490Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-30T00:35:56.291Z] 7e9c9ca2126c: Pull complete [2020-12-30T00:35:56.291Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-30T00:35:56.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:35:56.291Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-30T00:35:56.441Z] prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container [2020-12-30T00:35:56.522Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-30T00:35:57.574Z] $ docker top 05e3b3601736cb8bce3055df0bd9f122d94ab8f6d7e3afe4e57c27fc5e529f01 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:35:58.158Z] + docker-compose build --help [2020-12-30T00:35:58.158Z] + grep parallel [2020-12-30T00:35:59.142Z] --parallel Build images in parallel. [Pipeline] } [2020-12-30T00:35:59.163Z] $ docker stop --time=1 05e3b3601736cb8bce3055df0bd9f122d94ab8f6d7e3afe4e57c27fc5e529f01 [2020-12-30T00:36:00.541Z] $ docker rm -f 05e3b3601736cb8bce3055df0bd9f122d94ab8f6d7e3afe4e57c27fc5e529f01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:36:01.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T00:36:01.250Z] . [Pipeline] withDockerContainer [2020-12-30T00:36:01.384Z] prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container [2020-12-30T00:36:01.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-30T00:36:01.880Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-30T00:36:01.880Z] (6/12) Installing patch (2.7.6-r6) [2020-12-30T00:36:01.880Z] (7/12) Installing build-base (0.5-r2) [2020-12-30T00:36:01.880Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-30T00:36:01.880Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-30T00:36:01.880Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-30T00:36:01.880Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-30T00:36:01.880Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-30T00:36:01.880Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:36:01.880Z] OK: 217 MiB in 51 packages [2020-12-30T00:36:02.188Z] $ docker top 2da0a890a623f240aabb2b40d9e9b3352a746fb45f3cbeb20584fe73219196af -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:36:02.766Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-30T00:36:04.709Z] Building docker-core-command-go ... [2020-12-30T00:36:04.709Z] Building docker-core-data-go ... [2020-12-30T00:36:04.709Z] Building docker-core-metadata-go ... [2020-12-30T00:36:04.709Z] Building docker-security-bootstrapper-go ... [2020-12-30T00:36:04.709Z] Building docker-security-bootstrap-redis-go ... [2020-12-30T00:36:04.709Z] Building docker-security-proxy-setup-go ... [2020-12-30T00:36:04.709Z] Building docker-security-secretstore-setup-go ... [2020-12-30T00:36:04.709Z] Building docker-support-notifications-go ... [2020-12-30T00:36:04.709Z] Building docker-support-scheduler-go ... [2020-12-30T00:36:04.709Z] Building docker-sys-mgmt-agent-go ... [2020-12-30T00:36:04.709Z] Building docker-support-scheduler-go [2020-12-30T00:36:04.709Z] Building docker-security-secretstore-setup-go [2020-12-30T00:36:04.709Z] Building docker-security-proxy-setup-go [2020-12-30T00:36:04.709Z] Building docker-security-bootstrapper-go [2020-12-30T00:36:04.709Z] Building docker-support-notifications-go [2020-12-30T00:36:06.236Z] Removing intermediate container c331c512a15e [2020-12-30T00:36:06.236Z] ---> 43929a971fff [2020-12-30T00:36:06.236Z] Step 4/7 : WORKDIR /edgex-go [2020-12-30T00:36:06.236Z] ---> Running in c8a0068a8194 [2020-12-30T00:36:06.505Z] Removing intermediate container c8a0068a8194 [2020-12-30T00:36:06.505Z] ---> 3d4b278ecb11 [2020-12-30T00:36:06.505Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-30T00:36:07.128Z] latest: Pulling from library/docker [2020-12-30T00:36:07.129Z] 159e5727ea61: Pulling fs layer [2020-12-30T00:36:07.129Z] 687389c36290: Pulling fs layer [2020-12-30T00:36:07.129Z] 94e28978939c: Pulling fs layer [2020-12-30T00:36:07.129Z] ea42096754a7: Pulling fs layer [2020-12-30T00:36:07.129Z] bd61cee6920e: Pulling fs layer [2020-12-30T00:36:07.129Z] 87c4ece4675c: Pulling fs layer [2020-12-30T00:36:07.129Z] 90ca8b2ff088: Pulling fs layer [2020-12-30T00:36:07.129Z] ea42096754a7: Waiting [2020-12-30T00:36:07.129Z] bd61cee6920e: Waiting [2020-12-30T00:36:07.129Z] 87c4ece4675c: Waiting [2020-12-30T00:36:07.129Z] 90ca8b2ff088: Waiting [2020-12-30T00:36:07.129Z] 94e28978939c: Download complete [2020-12-30T00:36:07.400Z] 159e5727ea61: Verifying Checksum [2020-12-30T00:36:07.400Z] 159e5727ea61: Download complete [2020-12-30T00:36:07.400Z] 687389c36290: Verifying Checksum [2020-12-30T00:36:07.400Z] 687389c36290: Download complete [2020-12-30T00:36:07.400Z] bd61cee6920e: Verifying Checksum [2020-12-30T00:36:07.400Z] bd61cee6920e: Download complete [2020-12-30T00:36:07.400Z] 87c4ece4675c: Verifying Checksum [2020-12-30T00:36:07.401Z] 87c4ece4675c: Download complete [2020-12-30T00:36:07.401Z] 90ca8b2ff088: Verifying Checksum [2020-12-30T00:36:07.401Z] 90ca8b2ff088: Download complete [2020-12-30T00:36:08.007Z] 159e5727ea61: Pull complete [2020-12-30T00:36:08.623Z] 687389c36290: Pull complete [2020-12-30T00:36:08.898Z] 94e28978939c: Pull complete [2020-12-30T00:36:08.898Z] ea42096754a7: Verifying Checksum [2020-12-30T00:36:08.898Z] ea42096754a7: Download complete [2020-12-30T00:36:13.198Z] ea42096754a7: Pull complete [2020-12-30T00:36:13.198Z] bd61cee6920e: Pull complete [2020-12-30T00:36:13.198Z] 87c4ece4675c: Pull complete [2020-12-30T00:36:13.472Z] 90ca8b2ff088: Pull complete [2020-12-30T00:36:13.472Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-30T00:36:13.472Z] Status: Downloaded newer image for docker:latest [2020-12-30T00:36:17.795Z] ---> 066b9daca01a [2020-12-30T00:36:17.795Z] Step 6/7 : COPY go.mod . [2020-12-30T00:36:17.795Z] ---> ef34bdb81371 [2020-12-30T00:36:17.795Z] Step 7/7 : RUN go mod download [2020-12-30T00:36:17.795Z] ---> Running in 136a008c6c64 [2020-12-30T00:36:43.618Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:36:43.618Z] Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:36:43.618Z] [2020-12-30T00:36:43.618Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:36:43.618Z] ---> 6e89a67e5171 [2020-12-30T00:36:43.618Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:36:43.618Z] ---> 6e89a67e5171 [2020-12-30T00:36:43.618Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:36:43.618Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:36:43.618Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:36:43.618Z] ---> 6e89a67e5171 [2020-12-30T00:36:43.618Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:36:43.618Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:36:43.618Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:36:43.618Z] ---> 6e89a67e5171 [2020-12-30T00:36:43.618Z] Step 3/32 : WORKDIR /edgex-go [2020-12-30T00:36:43.618Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:36:43.618Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:36:43.618Z] ---> 6e89a67e5171 [2020-12-30T00:36:43.618Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:36:43.618Z] ---> Running in 797fde92e6d8 [2020-12-30T00:36:43.618Z] ---> Running in aa95cd84ea24 [2020-12-30T00:36:43.618Z] ---> Running in 56b5098597a2 [2020-12-30T00:36:43.618Z] ---> Running in 15282c92d45b [2020-12-30T00:36:43.618Z] ---> Running in c0fdf2dd599b [2020-12-30T00:36:43.618Z] Removing intermediate container 56b5098597a2 [2020-12-30T00:36:43.618Z] ---> 5bc1c7231d26 [2020-12-30T00:36:43.618Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:36:43.618Z] Removing intermediate container c0fdf2dd599b [2020-12-30T00:36:43.618Z] ---> bdd999e49fb7 [2020-12-30T00:36:43.618Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:36:43.618Z] Removing intermediate container 15282c92d45b [2020-12-30T00:36:43.618Z] ---> 73fc0240c4cd [2020-12-30T00:36:43.618Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:36:43.618Z] Removing intermediate container 797fde92e6d8 [2020-12-30T00:36:43.618Z] ---> 5e270a36d7d4 [2020-12-30T00:36:43.618Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:36:43.618Z] Removing intermediate container aa95cd84ea24 [2020-12-30T00:36:43.618Z] ---> a80e31ebb00f [2020-12-30T00:36:43.618Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:36:43.618Z] ---> Running in 741a09308daa [2020-12-30T00:36:43.618Z] ---> Running in 853adcbaa6fe [2020-12-30T00:36:43.618Z] ---> Running in e812ed1fd50b [2020-12-30T00:36:43.618Z] ---> Running in 70428c8f9e41 [2020-12-30T00:36:43.618Z] ---> Running in 63a973fe0fe8 [2020-12-30T00:36:43.618Z] Removing intermediate container 853adcbaa6fe [2020-12-30T00:36:43.618Z] ---> a9a825d37c0c [2020-12-30T00:36:43.618Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:36:43.618Z] Removing intermediate container 741a09308daa [2020-12-30T00:36:43.618Z] ---> 7e40faa67293 [2020-12-30T00:36:43.618Z] Step 5/24 : RUN apk update && apk add make git [2020-12-30T00:36:43.618Z] Removing intermediate container e812ed1fd50b [2020-12-30T00:36:43.618Z] ---> 2fa4896ef3ad [2020-12-30T00:36:43.618Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-30T00:36:43.618Z] ---> Running in d9c259ded345 [2020-12-30T00:36:43.618Z] ---> Running in 757540f8b802 [2020-12-30T00:36:43.618Z] Removing intermediate container 70428c8f9e41 [2020-12-30T00:36:43.618Z] ---> 1fb273a308ba [2020-12-30T00:36:43.618Z] Step 5/32 : RUN apk add --update --no-cache make git [2020-12-30T00:36:43.618Z] ---> Running in 8c7778cff227 [2020-12-30T00:36:43.618Z] Removing intermediate container 63a973fe0fe8 [2020-12-30T00:36:43.618Z] ---> 27b7b14fb8a2 [2020-12-30T00:36:43.618Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:36:43.618Z] ---> Running in 97d7ea5c6d02 [2020-12-30T00:36:43.882Z] ---> Running in 053ed2170595 [2020-12-30T00:36:44.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:44.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:44.609Z] Removing intermediate container 136a008c6c64 [2020-12-30T00:36:44.609Z] ---> a13f89d2c250 [2020-12-30T00:36:44.609Z] Successfully built a13f89d2c250 [2020-12-30T00:36:44.609Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:36:44.955Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T00:36:44.955Z] . [Pipeline] withDockerContainer [2020-12-30T00:36:45.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:45.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:45.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:45.223Z] prd-ubuntu18.04-docker-arm64-4c-16g-17696 does not seem to be running inside a container [2020-12-30T00:36:45.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-30T00:36:45.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:45.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:46.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:46.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:46.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:36:46.820Z] $ docker top 454d906e906afd9debf8da86ce8b3a31a91056ef7bac8ff3af5770dcb70b00cb -eo pid,comm [2020-12-30T00:36:47.103Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:36:47.103Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:36:47.103Z] OK: 12750 distinct packages available [2020-12-30T00:36:47.103Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:36:47.103Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:36:47.103Z] OK: 12750 distinct packages available [2020-12-30T00:36:47.103Z] OK: 233 MiB in 51 packages [2020-12-30T00:36:47.103Z] OK: 233 MiB in 51 packages [2020-12-30T00:36:47.103Z] OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] sh [2020-12-30T00:36:47.366Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:36:47.366Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:36:47.366Z] OK: 12750 distinct packages available [2020-12-30T00:36:47.650Z] OK: 233 MiB in 51 packages [2020-12-30T00:36:47.816Z] + go version [2020-12-30T00:36:47.816Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-30T00:36:47.834Z] $ docker stop --time=1 454d906e906afd9debf8da86ce8b3a31a91056ef7bac8ff3af5770dcb70b00cb [2020-12-30T00:36:47.932Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:36:47.932Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:36:47.932Z] OK: 12750 distinct packages available [2020-12-30T00:36:47.932Z] Removing intermediate container 97d7ea5c6d02 [2020-12-30T00:36:47.932Z] ---> cca63f2c9539 [2020-12-30T00:36:47.932Z] Step 6/32 : COPY go.mod . [2020-12-30T00:36:48.204Z] OK: 233 MiB in 51 packages [2020-12-30T00:36:48.204Z] Removing intermediate container d9c259ded345 [2020-12-30T00:36:48.204Z] ---> 90cf92916f7a [2020-12-30T00:36:48.204Z] Step 6/24 : COPY go.mod . [2020-12-30T00:36:48.204Z] Removing intermediate container 757540f8b802 [2020-12-30T00:36:48.204Z] ---> 9a6ec6a0b4b3 [2020-12-30T00:36:48.204Z] Step 6/21 : COPY go.mod . [2020-12-30T00:36:48.474Z] ---> f0f7b11eb2be [2020-12-30T00:36:48.474Z] Step 7/32 : RUN go mod download [2020-12-30T00:36:48.474Z] Removing intermediate container 8c7778cff227 [2020-12-30T00:36:48.474Z] ---> 5c8674260624 [2020-12-30T00:36:48.474Z] Step 6/24 : COPY go.mod . [2020-12-30T00:36:48.743Z] ---> Running in 0512c4ecd03d [2020-12-30T00:36:48.743Z] ---> 7fba253e68a5 [2020-12-30T00:36:48.743Z] Step 7/24 : RUN go mod download [2020-12-30T00:36:48.743Z] ---> 33ced08426dc [2020-12-30T00:36:48.743Z] Step 7/21 : RUN go mod download [2020-12-30T00:36:49.010Z] ---> Running in 1d3fcf23588d [2020-12-30T00:36:49.010Z] ---> Running in 987a05d9eb58 [2020-12-30T00:36:49.279Z] ---> ef1cf6f6b818 [2020-12-30T00:36:49.279Z] Step 7/24 : RUN go mod download [2020-12-30T00:36:49.279Z] Removing intermediate container 053ed2170595 [2020-12-30T00:36:49.279Z] ---> d04d0fab84c3 [2020-12-30T00:36:49.279Z] Step 6/21 : COPY go.mod . [2020-12-30T00:36:49.279Z] ---> Running in 953693b1bdc3 [2020-12-30T00:36:49.821Z] $ docker rm -f 454d906e906afd9debf8da86ce8b3a31a91056ef7bac8ff3af5770dcb70b00cb [2020-12-30T00:36:49.863Z] ---> b812b8cc6dfc [2020-12-30T00:36:49.863Z] Step 7/21 : RUN go mod download [2020-12-30T00:36:49.863Z] ---> Running in 9d64dda39bef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:36:50.954Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T00:36:50.954Z] . [Pipeline] withDockerContainer [2020-12-30T00:36:51.217Z] prd-ubuntu18.04-docker-arm64-4c-16g-17696 does not seem to be running inside a container [2020-12-30T00:36:51.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-30T00:36:51.828Z] Removing intermediate container 953693b1bdc3 [2020-12-30T00:36:51.828Z] ---> f63758da1e70 [2020-12-30T00:36:51.828Z] Step 8/24 : COPY . . [2020-12-30T00:36:51.828Z] Removing intermediate container 987a05d9eb58 [2020-12-30T00:36:51.828Z] ---> d34ee4f40a0d [2020-12-30T00:36:51.828Z] Step 8/21 : COPY . . [2020-12-30T00:36:51.828Z] Removing intermediate container 0512c4ecd03d [2020-12-30T00:36:51.828Z] ---> dbfbc0f288a1 [2020-12-30T00:36:51.828Z] Step 8/32 : COPY . . [2020-12-30T00:36:51.828Z] Removing intermediate container 1d3fcf23588d [2020-12-30T00:36:51.828Z] ---> 51b91c283c12 [2020-12-30T00:36:51.828Z] Step 8/24 : COPY . . [2020-12-30T00:36:52.711Z] $ docker top 8134868bdb7e4588e3c7b67f93c089ab76680b6a765345b6aa5dabf57c68b5be -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T00:36:53.087Z] ========================================================= [2020-12-30T00:36:53.087Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-30T00:36:53.087Z] ========================================================= [Pipeline] sh [2020-12-30T00:36:53.725Z] + make test [2020-12-30T00:36:53.725Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T00:36:53.791Z] Removing intermediate container 9d64dda39bef [2020-12-30T00:36:53.791Z] ---> 780fe527468d [2020-12-30T00:36:53.791Z] Step 8/21 : COPY . . [2020-12-30T00:37:15.899Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-30T00:37:32.762Z] ---> 85c9876af4cb [2020-12-30T00:37:32.762Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-30T00:37:32.762Z] ---> Running in 0baf769b23d6 [2020-12-30T00:37:32.762Z] ---> ed59458d4824 [2020-12-30T00:37:32.762Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-30T00:37:32.762Z] ---> 58ef0339f002 [2020-12-30T00:37:32.762Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T00:37:32.762Z] ---> 3a78a6742c7e [2020-12-30T00:37:32.762Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-30T00:37:32.762Z] ---> e95f99105cdb [2020-12-30T00:37:32.762Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-30T00:37:32.762Z] ---> Running in 653b6f20f01b [2020-12-30T00:37:32.762Z] ---> Running in e52ab9489259 [2020-12-30T00:37:32.762Z] ---> Running in bda29a934913 [2020-12-30T00:37:32.762Z] ---> Running in f863fb70b0ec [2020-12-30T00:37:32.762Z] 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 [2020-12-30T00:37:32.762Z] 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 [2020-12-30T00:37:32.762Z] 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 [2020-12-30T00:37:32.762Z] 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 [2020-12-30T00:37:32.762Z] 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 [2020-12-30T00:37:55.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-30T00:38:05.798Z] 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 [2020-12-30T00:38:05.798Z] 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 [2020-12-30T00:38:05.798Z] 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 [2020-12-30T00:38:11.208Z] Removing intermediate container bda29a934913 [2020-12-30T00:38:11.208Z] ---> 5358a7ec1dde [2020-12-30T00:38:11.208Z] [2020-12-30T00:38:11.208Z] Step 10/24 : FROM scratch [2020-12-30T00:38:11.208Z] ---> [2020-12-30T00:38:11.208Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-30T00:38:11.476Z] Removing intermediate container f863fb70b0ec [2020-12-30T00:38:11.476Z] ---> a7182e67525a [2020-12-30T00:38:11.476Z] [2020-12-30T00:38:11.476Z] Step 10/21 : FROM scratch [2020-12-30T00:38:11.476Z] ---> [2020-12-30T00:38:11.476Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:38:11.752Z] ---> Running in 9f2386f4af60 [2020-12-30T00:38:11.752Z] Removing intermediate container 653b6f20f01b [2020-12-30T00:38:11.752Z] ---> c5f5a0ecfb3a [2020-12-30T00:38:11.752Z] [2020-12-30T00:38:11.752Z] Step 10/24 : FROM alpine:3.10 [2020-12-30T00:38:11.752Z] ---> Running in 173170ab7c83 [2020-12-30T00:38:11.752Z] 3.10: Pulling from library/alpine [2020-12-30T00:38:12.434Z] Removing intermediate container 9f2386f4af60 [2020-12-30T00:38:12.434Z] ---> aea6861f9a25 [2020-12-30T00:38:12.434Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-30T00:38:14.369Z] Removing intermediate container 173170ab7c83 [2020-12-30T00:38:14.369Z] ---> c15fdc68df22 [2020-12-30T00:38:14.369Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-30T00:38:14.369Z] ---> Running in 9a1e0dd369d7 [2020-12-30T00:38:14.369Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-30T00:38:14.369Z] ---> Running in 781f70615c73 [2020-12-30T00:38:14.369Z] Status: Downloaded newer image for alpine:3.10 [2020-12-30T00:38:14.369Z] ---> be4e4bea2c2e [2020-12-30T00:38:14.369Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:38:14.636Z] Removing intermediate container 0baf769b23d6 [2020-12-30T00:38:14.636Z] ---> 1d820426628d [2020-12-30T00:38:14.636Z] [2020-12-30T00:38:14.636Z] Step 10/21 : FROM alpine [2020-12-30T00:38:14.636Z] latest: Pulling from library/alpine [2020-12-30T00:38:15.228Z] Removing intermediate container e52ab9489259 [2020-12-30T00:38:15.228Z] ---> 7f96fda12cf3 [2020-12-30T00:38:15.228Z] [2020-12-30T00:38:15.228Z] Step 10/32 : FROM alpine:3.12 [2020-12-30T00:38:15.228Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T00:38:15.228Z] Removing intermediate container 9a1e0dd369d7 [2020-12-30T00:38:15.228Z] ---> 85c8b626fbe3 [2020-12-30T00:38:15.228Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-30T00:38:15.228Z] Status: Downloaded newer image for alpine:latest [2020-12-30T00:38:15.228Z] ---> Running in 2a14fb3f3473 [2020-12-30T00:38:15.228Z] ---> 389fef711851 [2020-12-30T00:38:15.228Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-30T00:38:15.497Z] Removing intermediate container 781f70615c73 [2020-12-30T00:38:15.497Z] ---> f565018912a8 [2020-12-30T00:38:15.497Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-30T00:38:15.497Z] ---> Running in 0384a7dbb160 [2020-12-30T00:38:15.497Z] 3.12: Pulling from library/alpine [2020-12-30T00:38:15.497Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T00:38:15.497Z] Status: Downloaded newer image for alpine:3.12 [2020-12-30T00:38:15.497Z] ---> 389fef711851 [2020-12-30T00:38:15.497Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2020-12-30T00:38:15.763Z] ---> Running in 1449398ec8f6 [2020-12-30T00:38:15.763Z] ---> Running in 44744f9f843a [2020-12-30T00:38:16.029Z] ---> Running in c686b58b4c1b [2020-12-30T00:38:16.029Z] Removing intermediate container 0384a7dbb160 [2020-12-30T00:38:16.029Z] ---> 8970de76dc0b [2020-12-30T00:38:16.029Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-30T00:38:16.306Z] Removing intermediate container 44744f9f843a [2020-12-30T00:38:16.306Z] ---> 3d9b7ccac556 [2020-12-30T00:38:16.306Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-30T00:38:16.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:16.578Z] ---> 370fb031ba54 [2020-12-30T00:38:16.578Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-30T00:38:16.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:16.578Z] ---> eac6936c0233 [2020-12-30T00:38:16.578Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-30T00:38:16.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:16.851Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T00:38:16.851Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T00:38:16.851Z] OK: 10350 distinct packages available [2020-12-30T00:38:16.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:17.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:17.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:38:17.134Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T00:38:17.134Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T00:38:17.134Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T00:38:17.134Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T00:38:17.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-30T00:38:17.362Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-30T00:38:17.362Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-30T00:38:17.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-30T00:38:17.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2020-12-30T00:38:17.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-30T00:38:17.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-30T00:38:17.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-30T00:38:17.362Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-30T00:38:17.362Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-30T00:38:17.405Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T00:38:17.405Z] (1/2) Installing dumb-init (1.2.2-r1) [2020-12-30T00:38:17.405Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T00:38:17.405Z] (2/2) Installing openssl (1.1.1i-r0) [2020-12-30T00:38:17.405Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:38:17.405Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:38:17.405Z] OK: 12745 distinct packages available [2020-12-30T00:38:17.405Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:38:17.405Z] OK: 6 MiB in 16 packages [2020-12-30T00:38:17.673Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T00:38:17.673Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-30T00:38:17.673Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:38:17.673Z] OK: 7 MiB in 19 packages [2020-12-30T00:38:17.673Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-30T00:38:17.673Z] (4/4) Installing curl (7.69.1-r3) [2020-12-30T00:38:17.673Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:38:17.673Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T00:38:17.673Z] OK: 7 MiB in 18 packages [2020-12-30T00:38:18.250Z] ---> 46ff21097597 [2020-12-30T00:38:18.250Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-30T00:38:18.519Z] ---> 4ae353cc76ea [2020-12-30T00:38:18.519Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-30T00:38:19.113Z] ---> 9972825cf467 [2020-12-30T00:38:19.113Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-30T00:38:19.711Z] ---> fa32050cd561 [2020-12-30T00:38:19.711Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-30T00:38:19.711Z] Removing intermediate container c686b58b4c1b [2020-12-30T00:38:19.711Z] ---> aad25d5d57e9 [2020-12-30T00:38:19.711Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2020-12-30T00:38:19.711Z] ---> Running in 7a8d9e797845 [2020-12-30T00:38:19.711Z] ---> Running in 02cd628d2252 [2020-12-30T00:38:19.981Z] Removing intermediate container 1449398ec8f6 [2020-12-30T00:38:19.981Z] ---> c09a029c98d6 [2020-12-30T00:38:19.981Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:38:19.981Z] Removing intermediate container 2a14fb3f3473 [2020-12-30T00:38:19.981Z] ---> cc52da58bbba [2020-12-30T00:38:19.981Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:38:19.981Z] ---> aa4bf3441e0e [2020-12-30T00:38:19.981Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-30T00:38:20.247Z] ---> Running in d52cd4531138 [2020-12-30T00:38:20.247Z] ---> Running in 463378773e52 [2020-12-30T00:38:20.510Z] Removing intermediate container 02cd628d2252 [2020-12-30T00:38:20.510Z] ---> 9198d25da7f2 [2020-12-30T00:38:20.510Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:38:20.510Z] Removing intermediate container 7a8d9e797845 [2020-12-30T00:38:20.510Z] ---> 33dee08402fd [2020-12-30T00:38:20.510Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2020-12-30T00:38:20.774Z] ---> Running in 51d2263eb4f5 [2020-12-30T00:38:20.774Z] ---> Running in 18b7b2eb3011 [2020-12-30T00:38:20.774Z] Removing intermediate container d52cd4531138 [2020-12-30T00:38:20.774Z] ---> 695c7d35d34e [2020-12-30T00:38:20.774Z] Step 13/21 : WORKDIR /edgex [2020-12-30T00:38:20.774Z] Removing intermediate container 463378773e52 [2020-12-30T00:38:20.774Z] ---> dea051158c10 [2020-12-30T00:38:20.774Z] Step 13/24 : WORKDIR / [2020-12-30T00:38:20.774Z] ---> 1d3a943fe9da [2020-12-30T00:38:20.774Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-30T00:38:21.040Z] ---> Running in c1e746595fd5 [2020-12-30T00:38:21.304Z] ---> Running in 7cf139149d0c [2020-12-30T00:38:21.304Z] Removing intermediate container 51d2263eb4f5 [2020-12-30T00:38:21.304Z] ---> 3290e476ceef [2020-12-30T00:38:21.304Z] Step 19/21 : LABEL arch=x86_64 [2020-12-30T00:38:21.304Z] Removing intermediate container 18b7b2eb3011 [2020-12-30T00:38:21.304Z] ---> a0d005862e19 [2020-12-30T00:38:21.304Z] Step 14/32 : 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 [2020-12-30T00:38:21.304Z] ---> 3daee6864a8a [2020-12-30T00:38:21.304Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-30T00:38:21.570Z] ---> Running in 16fd8e8d5e08 [2020-12-30T00:38:21.570Z] ---> Running in 306817584ee9 [2020-12-30T00:38:21.570Z] ---> Running in a6a74daf5385 [2020-12-30T00:38:21.570Z] Removing intermediate container c1e746595fd5 [2020-12-30T00:38:21.570Z] ---> a310e64bf434 [2020-12-30T00:38:21.570Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-30T00:38:21.836Z] Removing intermediate container 7cf139149d0c [2020-12-30T00:38:21.836Z] ---> bc6beaaf99b5 [2020-12-30T00:38:21.836Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-30T00:38:22.119Z] Removing intermediate container 16fd8e8d5e08 [2020-12-30T00:38:22.119Z] ---> d3a328f483c8 [2020-12-30T00:38:22.119Z] Step 20/21 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:38:22.119Z] Removing intermediate container a6a74daf5385 [2020-12-30T00:38:22.119Z] ---> 8de303a4f819 [2020-12-30T00:38:22.119Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:38:22.119Z] ---> Running in 8133387dd9b5 [2020-12-30T00:38:22.119Z] ---> Running in 32e4cfd86a59 [2020-12-30T00:38:22.393Z] ---> da4529291a32 [2020-12-30T00:38:22.393Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-30T00:38:22.393Z] ---> 1dbc0bd63dbc [2020-12-30T00:38:22.393Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-30T00:38:22.393Z] Connecting to github.com (140.82.112.3:443) [2020-12-30T00:38:22.393Z] Removing intermediate container 8133387dd9b5 [2020-12-30T00:38:22.393Z] ---> e9715a7f481b [2020-12-30T00:38:22.393Z] Step 22/24 : LABEL arch=x86_64 [2020-12-30T00:38:22.660Z] Removing intermediate container 32e4cfd86a59 [2020-12-30T00:38:22.660Z] ---> c9e50fe0c7a5 [2020-12-30T00:38:22.660Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:38:22.660Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.131.139:443) [2020-12-30T00:38:22.660Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2020-12-30T00:38:22.925Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2020-12-30T00:38:22.925Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2020-12-30T00:38:22.925Z] dockerize [2020-12-30T00:38:22.925Z] ---> Running in 61c393e1b5e3 [2020-12-30T00:38:23.192Z] ---> Running in 45bbbefbb5c4 [2020-12-30T00:38:23.192Z] ---> ec1d5ea83b7a [2020-12-30T00:38:23.192Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-30T00:38:23.192Z] ---> 24e905f013ea [2020-12-30T00:38:23.192Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-30T00:38:23.458Z] Removing intermediate container 61c393e1b5e3 [2020-12-30T00:38:23.458Z] ---> a2cc6a85c336 [2020-12-30T00:38:23.458Z] Step 23/24 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:38:23.733Z] ---> Running in 975b2d0123c6 [2020-12-30T00:38:23.733Z] Removing intermediate container 45bbbefbb5c4 [2020-12-30T00:38:23.733Z] ---> ae82a4756634 [2020-12-30T00:38:23.733Z] [2020-12-30T00:38:23.733Z] ---> a9d8e618ef04 [2020-12-30T00:38:23.733Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-30T00:38:23.997Z] ---> d216eed976b7 [2020-12-30T00:38:23.997Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-30T00:38:23.997Z] Removing intermediate container 975b2d0123c6 [2020-12-30T00:38:23.997Z] ---> 9b11d48f10da [2020-12-30T00:38:23.997Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:38:23.997Z] Successfully built ae82a4756634 [2020-12-30T00:38:24.260Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-30T00:38:24.260Z]  Building docker-support-scheduler-go ... done  ---> Running in c7165d2ab9eb [2020-12-30T00:38:24.260Z] Building docker-core-command-go [2020-12-30T00:38:24.260Z] Removing intermediate container 306817584ee9 [2020-12-30T00:38:24.260Z] ---> 346d58229e4f [2020-12-30T00:38:24.260Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2020-12-30T00:38:24.260Z] ---> Running in 9816f3412385 [2020-12-30T00:38:24.535Z] ---> Running in 90fdc1ae7247 [2020-12-30T00:38:24.535Z] ---> 864c92e73b28 [2020-12-30T00:38:24.535Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-30T00:38:24.535Z] Removing intermediate container 9816f3412385 [2020-12-30T00:38:24.535Z] ---> 2d3dec8bc4a8 [2020-12-30T00:38:24.535Z] [2020-12-30T00:38:24.819Z] Removing intermediate container c7165d2ab9eb [2020-12-30T00:38:24.819Z] ---> 7262da81b77b [2020-12-30T00:38:24.819Z] Step 18/21 : CMD ["--init=true"] [2020-12-30T00:38:24.819Z] Successfully built 2d3dec8bc4a8 [2020-12-30T00:38:24.819Z] Removing intermediate container 90fdc1ae7247 [2020-12-30T00:38:24.819Z] ---> 41cbb23dc1f6 [2020-12-30T00:38:24.819Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2020-12-30T00:38:24.819Z] ---> Running in 6a240464ff14 [2020-12-30T00:38:24.819Z] Successfully tagged docker-support-notifications-go:latest [2020-12-30T00:38:24.819Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go [2020-12-30T00:38:25.084Z] ---> Running in b1e923087843 [2020-12-30T00:38:25.084Z] Removing intermediate container 6a240464ff14 [2020-12-30T00:38:25.084Z] ---> 6844b1002f3b [2020-12-30T00:38:25.084Z] Step 19/21 : LABEL arch=x86_64 [2020-12-30T00:38:25.084Z] ---> 98103b40ceda [2020-12-30T00:38:25.084Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-30T00:38:25.349Z] ---> Running in 65a53768d7d4 [2020-12-30T00:38:25.349Z] Removing intermediate container b1e923087843 [2020-12-30T00:38:25.349Z] ---> 749fc3d58ca9 [2020-12-30T00:38:25.349Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2020-12-30T00:38:25.621Z] ---> Running in 7ebc92c4cc17 [2020-12-30T00:38:25.621Z] Removing intermediate container 65a53768d7d4 [2020-12-30T00:38:25.621Z] ---> 708a29f4b80d [2020-12-30T00:38:25.621Z] Step 20/21 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:38:25.654Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-30T00:38:25.654Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-30T00:38:25.654Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-30T00:38:25.907Z] ---> 8e7864a5b2f9 [2020-12-30T00:38:25.907Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T00:38:25.907Z] ---> Running in c38defba9689 [2020-12-30T00:38:26.188Z] ---> Running in b5edb2b67c7f [2020-12-30T00:38:28.150Z] Copy dockerize executable [2020-12-30T00:38:29.118Z] Removing intermediate container c38defba9689 [2020-12-30T00:38:29.118Z] ---> ab1a184896a0 [2020-12-30T00:38:29.118Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:38:31.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.263s coverage: 46.6% of statements [2020-12-30T00:38:31.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-30T00:38:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-30T00:38:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-30T00:38:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-30T00:38:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-30T00:38:31.685Z] ---> Running in 95f5af500e94 [2020-12-30T00:38:35.997Z] Removing intermediate container 95f5af500e94 [2020-12-30T00:38:35.997Z] ---> 05a9eb436b60 [2020-12-30T00:38:35.997Z] [2020-12-30T00:38:35.997Z] Removing intermediate container 7ebc92c4cc17 [2020-12-30T00:38:35.997Z] ---> 718971cb8f9e [2020-12-30T00:38:35.997Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2020-12-30T00:38:36.954Z] Successfully built 05a9eb436b60 [2020-12-30T00:38:37.329Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-30T00:38:37.329Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-12-30T00:38:37.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.475s coverage: 27.0% of statements [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-30T00:38:37.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-30T00:38:37.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-30T00:38:37.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.515s coverage: 74.4% of statements [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-30T00:38:37.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.291s coverage: 83.3% of statements [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-30T00:38:37.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-30T00:38:38.501Z] ---> Running in 5c9a1219123f [2020-12-30T00:38:40.438Z] Removing intermediate container b5edb2b67c7f [2020-12-30T00:38:40.438Z] ---> 7e25895b37ec [2020-12-30T00:38:40.438Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T00:38:41.866Z] ---> Running in fdf3975d29d9 [2020-12-30T00:38:41.866Z] Removing intermediate container 5c9a1219123f [2020-12-30T00:38:41.866Z] ---> e54654fae69e [2020-12-30T00:38:41.866Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2020-12-30T00:38:43.805Z] Removing intermediate container fdf3975d29d9 [2020-12-30T00:38:43.805Z] ---> 26e8e6368410 [2020-12-30T00:38:43.805Z] Step 22/24 : LABEL arch=x86_64 [2020-12-30T00:38:44.397Z] ---> Running in 0b5ebbd42f17 [2020-12-30T00:38:44.669Z] ---> fb7f953501cc [2020-12-30T00:38:44.669Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2020-12-30T00:38:44.959Z] ---> Running in 3448864bfb02 [2020-12-30T00:38:45.553Z] Removing intermediate container 0b5ebbd42f17 [2020-12-30T00:38:45.553Z] ---> d5ca080b65f7 [2020-12-30T00:38:45.553Z] Step 23/24 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:38:46.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.159s coverage: 28.6% of statements [2020-12-30T00:38:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-30T00:38:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-30T00:38:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-30T00:38:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-30T00:38:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-30T00:38:46.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.188s coverage: 100.0% of statements [2020-12-30T00:38:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-30T00:38:46.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2020-12-30T00:38:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-30T00:38:46.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.295s coverage: 86.7% of statements [2020-12-30T00:38:46.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-30T00:38:46.152Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:38:46.152Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:38:46.152Z] ---> 6e89a67e5171 [2020-12-30T00:38:46.152Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> a80e31ebb00f [2020-12-30T00:38:46.152Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> 27b7b14fb8a2 [2020-12-30T00:38:46.152Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> d04d0fab84c3 [2020-12-30T00:38:46.152Z] Step 6/22 : COPY go.mod . [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> b812b8cc6dfc [2020-12-30T00:38:46.152Z] Step 7/22 : RUN go mod download [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> 780fe527468d [2020-12-30T00:38:46.152Z] Step 8/22 : COPY . . [2020-12-30T00:38:46.152Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:38:46.152Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:38:46.152Z] ---> 6e89a67e5171 [2020-12-30T00:38:46.152Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> a80e31ebb00f [2020-12-30T00:38:46.152Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> 27b7b14fb8a2 [2020-12-30T00:38:46.152Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> d04d0fab84c3 [2020-12-30T00:38:46.152Z] Step 6/22 : COPY go.mod . [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> b812b8cc6dfc [2020-12-30T00:38:46.152Z] Step 7/22 : RUN go mod download [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> 780fe527468d [2020-12-30T00:38:46.152Z] Step 8/22 : COPY . . [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> 85c9876af4cb [2020-12-30T00:38:46.152Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-30T00:38:46.152Z] ---> Using cache [2020-12-30T00:38:46.152Z] ---> 85c9876af4cb [2020-12-30T00:38:46.152Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T00:38:46.417Z] ---> Running in 8598163e92ec [2020-12-30T00:38:46.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.427s coverage: 97.5% of statements [2020-12-30T00:38:46.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-30T00:38:46.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements [2020-12-30T00:38:46.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-30T00:38:46.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-30T00:38:46.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-30T00:38:46.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-30T00:38:47.000Z] ---> Running in 833626a4caa8 [2020-12-30T00:38:47.000Z] ---> Running in 5b2b7f9be960 [2020-12-30T00:38:47.000Z] Removing intermediate container 8598163e92ec [2020-12-30T00:38:47.000Z] ---> 3a7bd0b55b60 [2020-12-30T00:38:47.000Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:38:47.584Z] ---> Running in 5d37cb51f5aa [2020-12-30T00:38:48.196Z] Removing intermediate container 5d37cb51f5aa [2020-12-30T00:38:48.196Z] ---> 67282df39875 [2020-12-30T00:38:48.196Z] [2020-12-30T00:38:49.168Z] Successfully built 67282df39875 [2020-12-30T00:38:49.168Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-30T00:38:49.168Z] Building docker-sys-mgmt-agent-go [2020-12-30T00:38:49.444Z]  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/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T00:38:49.444Z] 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 [2020-12-30T00:38:50.078Z] Removing intermediate container 3448864bfb02 [2020-12-30T00:38:50.078Z] ---> 53c3f789b4eb [2020-12-30T00:38:50.078Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2020-12-30T00:38:52.084Z] ---> ac2b77ef1359 [2020-12-30T00:38:52.085Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2020-12-30T00:38:52.686Z] ---> 3f8f767560fd [2020-12-30T00:38:52.686Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2020-12-30T00:38:53.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.025s coverage: 93.8% of statements [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-30T00:38:53.423Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-30T00:38:53.423Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-30T00:38:53.423Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2020-12-30T00:38:53.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 42.4% of statements [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2020-12-30T00:38:53.424Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2020-12-30T00:38:53.424Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2020-12-30T00:38:55.330Z] ---> 2f577ac791f2 [2020-12-30T00:38:55.330Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2020-12-30T00:38:56.780Z] ---> 1cf82bf0b9fc [2020-12-30T00:38:56.780Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2020-12-30T00:38:58.302Z] ---> Running in 50c75a62b6ab [2020-12-30T00:38:59.295Z] Removing intermediate container 50c75a62b6ab [2020-12-30T00:38:59.295Z] ---> 2e77f4e6675f [2020-12-30T00:38:59.295Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2020-12-30T00:39:00.437Z] ---> 0ef0f03e5a23 [2020-12-30T00:39:00.437Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T00:39:01.325Z] ---> Running in 2758158062b4 [2020-12-30T00:39:02.069Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:39:02.069Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:39:02.069Z] ---> 6e89a67e5171 [2020-12-30T00:39:02.069Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:39:02.069Z] ---> Using cache [2020-12-30T00:39:02.069Z] ---> a80e31ebb00f [2020-12-30T00:39:02.069Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:39:02.069Z] ---> Using cache [2020-12-30T00:39:02.069Z] ---> 27b7b14fb8a2 [2020-12-30T00:39:02.069Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:39:02.069Z] ---> Using cache [2020-12-30T00:39:02.069Z] ---> d04d0fab84c3 [2020-12-30T00:39:02.069Z] Step 6/22 : COPY go.mod . [2020-12-30T00:39:02.069Z] ---> Using cache [2020-12-30T00:39:02.069Z] ---> b812b8cc6dfc [2020-12-30T00:39:02.069Z] Step 7/22 : RUN go mod download [2020-12-30T00:39:02.069Z] ---> Using cache [2020-12-30T00:39:02.069Z] ---> 780fe527468d [2020-12-30T00:39:02.069Z] Step 8/22 : COPY . . [2020-12-30T00:39:02.069Z] ---> Using cache [2020-12-30T00:39:02.069Z] ---> 85c9876af4cb [2020-12-30T00:39:02.069Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-30T00:39:03.396Z] ---> Running in bbb67d206456 [2020-12-30T00:39:04.909Z] 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 [2020-12-30T00:39:06.993Z] Removing intermediate container 2758158062b4 [2020-12-30T00:39:06.993Z] ---> 8b7d9379d748 [2020-12-30T00:39:06.993Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T00:39:07.261Z] ---> Running in 65fbc6c55518 [2020-12-30T00:39:08.261Z] Removing intermediate container 65fbc6c55518 [2020-12-30T00:39:08.261Z] ---> dba21e7c5a48 [2020-12-30T00:39:08.261Z] Step 29/32 : CMD ["install"] [2020-12-30T00:39:08.533Z] ---> Running in e71de879e9ef [2020-12-30T00:39:09.983Z] Removing intermediate container e71de879e9ef [2020-12-30T00:39:09.983Z] ---> a434dbff1187 [2020-12-30T00:39:09.983Z] Step 30/32 : LABEL arch=x86_64 [2020-12-30T00:39:10.586Z] ---> Running in 4deb10cd9e72 [2020-12-30T00:39:11.833Z] Removing intermediate container 4deb10cd9e72 [2020-12-30T00:39:11.833Z] ---> 3b8d5b87c762 [2020-12-30T00:39:11.833Z] Step 31/32 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:39:13.560Z] ---> Running in 29ee6190469e [2020-12-30T00:39:15.251Z] Removing intermediate container 29ee6190469e [2020-12-30T00:39:15.251Z] ---> 00754227df28 [2020-12-30T00:39:15.251Z] Step 32/32 : LABEL version=0.0.0 [2020-12-30T00:39:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.079s coverage: 82.7% of statements [2020-12-30T00:39:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-30T00:39:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-30T00:39:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2020-12-30T00:39:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-30T00:39:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2020-12-30T00:39:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-30T00:39:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2020-12-30T00:39:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements [2020-12-30T00:39:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements [2020-12-30T00:39:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements [2020-12-30T00:39:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-30T00:39:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.539s coverage: 63.5% of statements [2020-12-30T00:39:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-30T00:39:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-30T00:39:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2020-12-30T00:39:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2020-12-30T00:39:15.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2020-12-30T00:39:15.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2020-12-30T00:39:15.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2020-12-30T00:39:15.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.813s coverage: 55.9% of statements [2020-12-30T00:39:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-30T00:39:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-30T00:39:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-30T00:39:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-30T00:39:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-30T00:39:15.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.325s coverage: 37.0% of statements [2020-12-30T00:39:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-30T00:39:15.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-30T00:39:15.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.447s coverage: 84.0% of statements [2020-12-30T00:39:15.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.119s coverage: 100.0% of statements [2020-12-30T00:39:15.903Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:39:15.903Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:39:15.903Z] ---> 6e89a67e5171 [2020-12-30T00:39:15.903Z] Step 3/27 : WORKDIR /edgex-go [2020-12-30T00:39:15.903Z] ---> Using cache [2020-12-30T00:39:15.903Z] ---> a80e31ebb00f [2020-12-30T00:39:15.903Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:39:15.903Z] ---> Using cache [2020-12-30T00:39:15.903Z] ---> 27b7b14fb8a2 [2020-12-30T00:39:15.903Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-30T00:39:16.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.1% of statements [2020-12-30T00:39:16.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-30T00:39:16.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-30T00:39:16.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-30T00:39:16.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-30T00:39:16.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-30T00:39:16.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements [2020-12-30T00:39:16.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-30T00:39:16.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.088s coverage: 100.0% of statements [2020-12-30T00:39:16.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-30T00:39:16.876Z] ---> Running in 2cd79a3ecd5a [2020-12-30T00:39:16.876Z] ---> Running in d795cb344412 [2020-12-30T00:39:17.160Z] Removing intermediate container 2cd79a3ecd5a [2020-12-30T00:39:17.160Z] ---> 7d3a474bd620 [2020-12-30T00:39:17.160Z] [2020-12-30T00:39:17.753Z] Successfully built 7d3a474bd620 [2020-12-30T00:39:17.753Z] Successfully tagged docker-security-bootstrapper-go:latest [2020-12-30T00:39:17.753Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2020-12-30T00:39:18.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:19.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:19.960Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:39:19.960Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:39:19.960Z] OK: 12750 distinct packages available [2020-12-30T00:39:20.226Z] OK: 233 MiB in 51 packages [2020-12-30T00:39:24.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.544s coverage: 29.1% of statements [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-30T00:39:24.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-30T00:39:24.526Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-30T00:39:24.526Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-30T00:39:24.526Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-30T00:39:24.526Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-30T00:39:24.526Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-30T00:39:24.526Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2020-12-30T00:39:24.526Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2020-12-30T00:39:24.526Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2020-12-30T00:39:25.118Z] GO111MODULE=on go vet ./... [2020-12-30T00:39:25.593Z] Removing intermediate container 5b2b7f9be960 [2020-12-30T00:39:25.593Z] ---> d804e6b17808 [2020-12-30T00:39:25.593Z] [2020-12-30T00:39:25.593Z] Step 10/22 : FROM alpine:3.10 [2020-12-30T00:39:25.593Z] ---> be4e4bea2c2e [2020-12-30T00:39:25.593Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:39:25.593Z] ---> Using cache [2020-12-30T00:39:25.593Z] ---> cc52da58bbba [2020-12-30T00:39:25.593Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-30T00:39:25.593Z] ---> Running in c62a6ddbe7b5 [2020-12-30T00:39:25.869Z] Removing intermediate container c62a6ddbe7b5 [2020-12-30T00:39:25.869Z] ---> 5412ae8a2b01 [2020-12-30T00:39:25.869Z] Step 13/22 : WORKDIR / [2020-12-30T00:39:26.152Z] ---> Running in d0fbcb4cfb5d [2020-12-30T00:39:26.152Z] Removing intermediate container d795cb344412 [2020-12-30T00:39:26.152Z] ---> 5ffcee36c4ff [2020-12-30T00:39:26.152Z] Step 6/27 : COPY go.mod . [2020-12-30T00:39:28.112Z] ---> 880f2434d107 [2020-12-30T00:39:28.112Z] Step 7/27 : RUN go mod download [2020-12-30T00:39:29.081Z] Removing intermediate container d0fbcb4cfb5d [2020-12-30T00:39:29.081Z] ---> 5fb2543a67c8 [2020-12-30T00:39:29.081Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-30T00:39:30.051Z] ---> Running in 92ae840af114 [2020-12-30T00:39:31.036Z] Removing intermediate container 833626a4caa8 [2020-12-30T00:39:31.036Z] ---> ee0d67c03042 [2020-12-30T00:39:31.036Z] [2020-12-30T00:39:31.036Z] Step 10/22 : FROM scratch [2020-12-30T00:39:31.036Z] ---> [2020-12-30T00:39:31.036Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:39:32.471Z] ---> 0300a5b54598 [2020-12-30T00:39:32.471Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-30T00:39:33.077Z] ---> Using cache [2020-12-30T00:39:33.077Z] ---> c15fdc68df22 [2020-12-30T00:39:33.077Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-30T00:39:33.677Z] ---> Running in 64dfa05377df [2020-12-30T00:39:35.104Z] ---> 21e78f07e34b [2020-12-30T00:39:35.104Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-30T00:39:35.104Z] Removing intermediate container 64dfa05377df [2020-12-30T00:39:35.104Z] ---> 1d554eb7cef4 [2020-12-30T00:39:35.104Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:39:35.687Z] ---> Running in b5b708d32993 [2020-12-30T00:39:36.645Z] ---> 6e84543e202e [2020-12-30T00:39:36.645Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-30T00:39:37.615Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:39:37.615Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:39:37.615Z] ---> 6e89a67e5171 [2020-12-30T00:39:37.615Z] Step 3/23 : WORKDIR /edgex-go [2020-12-30T00:39:37.615Z] ---> Using cache [2020-12-30T00:39:37.615Z] ---> a80e31ebb00f [2020-12-30T00:39:37.615Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:39:37.615Z] ---> Using cache [2020-12-30T00:39:37.615Z] ---> 27b7b14fb8a2 [2020-12-30T00:39:37.615Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-30T00:39:38.192Z] Removing intermediate container b5b708d32993 [2020-12-30T00:39:38.192Z] ---> 5b08c8e1f321 [2020-12-30T00:39:38.192Z] Step 14/22 : WORKDIR / [2020-12-30T00:39:38.462Z] ---> Running in 5d04b4bac468 [2020-12-30T00:39:38.462Z] ---> 57f6c9d2afaf [2020-12-30T00:39:38.462Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-30T00:39:38.462Z] ---> Running in 9107bfb2557c [2020-12-30T00:39:38.732Z] ---> Running in f4a4bec9841e [2020-12-30T00:39:38.732Z] Removing intermediate container 92ae840af114 [2020-12-30T00:39:38.732Z] ---> 858ac7b5a00f [2020-12-30T00:39:38.732Z] Step 8/27 : COPY . . [2020-12-30T00:39:38.994Z] Removing intermediate container 9107bfb2557c [2020-12-30T00:39:38.994Z] ---> 1300d7555073 [2020-12-30T00:39:38.994Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-30T00:39:39.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:39.843Z] ---> 0e05278a8f75 [2020-12-30T00:39:39.843Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-30T00:39:40.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:39:41.074Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:39:41.074Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:39:41.074Z] OK: 12750 distinct packages available [2020-12-30T00:39:42.024Z] OK: 233 MiB in 51 packages [2020-12-30T00:39:43.420Z] ---> 78d0c78e0c13 [2020-12-30T00:39:43.420Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-30T00:39:47.665Z] ---> 8db7ad9c5908 [2020-12-30T00:39:47.665Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-30T00:39:48.243Z] Removing intermediate container bbb67d206456 [2020-12-30T00:39:48.243Z] ---> a609dfbe10d5 [2020-12-30T00:39:48.243Z] [2020-12-30T00:39:48.243Z] Step 10/22 : FROM scratch [2020-12-30T00:39:48.243Z] ---> [2020-12-30T00:39:48.243Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:39:49.191Z] ---> Running in f4d4b8578689 [2020-12-30T00:39:50.586Z] ---> Using cache [2020-12-30T00:39:50.586Z] ---> c15fdc68df22 [2020-12-30T00:39:50.586Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-30T00:39:51.163Z] Removing intermediate container f4a4bec9841e [2020-12-30T00:39:51.163Z] ---> e5fe1e86560f [2020-12-30T00:39:51.163Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-30T00:39:51.163Z] Removing intermediate container 5d04b4bac468 [2020-12-30T00:39:51.163Z] ---> 33f569c839eb [2020-12-30T00:39:51.163Z] Step 6/23 : COPY go.mod . [2020-12-30T00:39:51.740Z] ---> Running in 0edf94900ed2 [2020-12-30T00:39:51.740Z] Removing intermediate container f4d4b8578689 [2020-12-30T00:39:51.740Z] ---> 9d598ddb9681 [2020-12-30T00:39:51.740Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:39:52.015Z] ---> Running in 3f34a75e47bd [2020-12-30T00:39:52.595Z] ---> 435069e85ab2 [2020-12-30T00:39:52.595Z] Step 7/23 : RUN go mod download [2020-12-30T00:39:52.595Z] ---> Running in 5dabe8442e07 [2020-12-30T00:39:52.870Z] Removing intermediate container 0edf94900ed2 [2020-12-30T00:39:52.870Z] ---> 16389ad13c26 [2020-12-30T00:39:52.870Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:39:53.144Z] ---> Running in 0434c57612ff [2020-12-30T00:39:53.144Z] Removing intermediate container 3f34a75e47bd [2020-12-30T00:39:53.144Z] ---> 8b8ddf83d047 [2020-12-30T00:39:53.144Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:39:53.144Z] ---> Running in 86d88d44b4be [2020-12-30T00:39:53.725Z] Removing intermediate container 5dabe8442e07 [2020-12-30T00:39:53.725Z] ---> 8af2275da968 [2020-12-30T00:39:53.725Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:39:54.306Z] ---> Running in 57c0fefd1eef [2020-12-30T00:39:54.575Z] ---> Running in 64752164265d [2020-12-30T00:39:54.575Z] Removing intermediate container 86d88d44b4be [2020-12-30T00:39:54.575Z] ---> e72c07ae7d0a [2020-12-30T00:39:54.575Z] Step 14/22 : WORKDIR / [2020-12-30T00:39:55.539Z] ---> Running in e29523430548 [2020-12-30T00:39:56.116Z] Removing intermediate container 64752164265d [2020-12-30T00:39:56.116Z] ---> ea31bfb9c977 [2020-12-30T00:39:56.116Z] Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:39:56.116Z] Removing intermediate container 57c0fefd1eef [2020-12-30T00:39:56.116Z] ---> 4d3d325abdf5 [2020-12-30T00:39:56.116Z] Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:39:56.714Z] ---> Running in 7e9eb81b03c0 [2020-12-30T00:39:56.714Z] ---> Running in bdcfaf5c29dc [2020-12-30T00:39:56.714Z] Removing intermediate container e29523430548 [2020-12-30T00:39:56.714Z] ---> 4c87433ba94a [2020-12-30T00:39:56.714Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-30T00:39:58.647Z] ---> 972bad853162 [2020-12-30T00:39:58.647Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-30T00:39:58.647Z] Removing intermediate container bdcfaf5c29dc [2020-12-30T00:39:58.647Z] ---> d3be590acfc5 [2020-12-30T00:39:58.647Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:39:58.647Z] Removing intermediate container 7e9eb81b03c0 [2020-12-30T00:39:58.647Z] ---> e4344c244a12 [2020-12-30T00:39:58.647Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:39:59.607Z] Removing intermediate container 0434c57612ff [2020-12-30T00:39:59.607Z] ---> f379de16d30d [2020-12-30T00:39:59.607Z] Step 8/23 : COPY . . [2020-12-30T00:39:59.607Z] ---> Running in 6168db13cab8 [2020-12-30T00:39:59.607Z] ---> Running in 10ced55c0db5 [2020-12-30T00:39:59.916Z] ---> fd5551594e46 [2020-12-30T00:39:59.916Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-30T00:39:59.916Z] ---> 81fbad9cd67f [2020-12-30T00:39:59.916Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-30T00:40:00.527Z] ---> Running in 8d34c0015b5a [2020-12-30T00:40:01.229Z] Removing intermediate container 6168db13cab8 [2020-12-30T00:40:01.229Z] ---> 6739ba3035da [2020-12-30T00:40:01.229Z] [2020-12-30T00:40:01.229Z] Removing intermediate container 10ced55c0db5 [2020-12-30T00:40:01.229Z] ---> 0d7438cd525b [2020-12-30T00:40:01.229Z] [2020-12-30T00:40:01.632Z] ---> e0ffad10a24a [2020-12-30T00:40:01.632Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-30T00:40:01.632Z] Successfully built 6739ba3035da [2020-12-30T00:40:01.632Z] Successfully built 0d7438cd525b [2020-12-30T00:40:01.939Z] Successfully tagged docker-core-command-go:latest [2020-12-30T00:40:01.939Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-30T00:40:01.940Z]  Building docker-core-command-go ... done  Building docker-security-bootstrap-redis-go ... done  ---> Running in 92279bf041a5 [2020-12-30T00:40:02.624Z] 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 [2020-12-30T00:40:04.103Z] Removing intermediate container 92279bf041a5 [2020-12-30T00:40:04.103Z] ---> dbc62495800b [2020-12-30T00:40:04.103Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:40:05.554Z] ---> Running in 36711c6fbb96 [2020-12-30T00:40:06.540Z] Removing intermediate container 36711c6fbb96 [2020-12-30T00:40:06.540Z] ---> d9edd28ca671 [2020-12-30T00:40:06.540Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T00:40:07.163Z] ---> Running in ab5c19d27fa7 [2020-12-30T00:40:07.769Z] Removing intermediate container ab5c19d27fa7 [2020-12-30T00:40:07.769Z] ---> 8d04cd749c11 [2020-12-30T00:40:07.769Z] Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:40:09.229Z] ---> Running in b79b304eef4d [2020-12-30T00:40:11.201Z] Removing intermediate container b79b304eef4d [2020-12-30T00:40:11.201Z] ---> 75b57647627d [2020-12-30T00:40:11.201Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:40:11.201Z] ---> Running in 8a705d55ca01 [2020-12-30T00:40:12.204Z] Removing intermediate container 8a705d55ca01 [2020-12-30T00:40:12.204Z] ---> 353d3dfa1220 [2020-12-30T00:40:12.204Z] [2020-12-30T00:40:12.480Z] Successfully built 353d3dfa1220 [2020-12-30T00:40:12.480Z] Successfully tagged docker-core-metadata-go:latest [2020-12-30T00:40:22.578Z]  Building docker-core-metadata-go ... done  ---> bfcafcb63dfa [2020-12-30T00:40:22.578Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-30T00:40:22.578Z] ---> Running in 5319632a8a21 [2020-12-30T00:40:22.578Z] Removing intermediate container 8d34c0015b5a [2020-12-30T00:40:22.578Z] ---> 8587e62789c2 [2020-12-30T00:40:22.578Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-30T00:40:22.578Z] ---> Running in bda664a9bda5 [2020-12-30T00:40:22.846Z] 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 [2020-12-30T00:40:22.846Z] 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 [2020-12-30T00:40:25.440Z] Removing intermediate container bda664a9bda5 [2020-12-30T00:40:25.440Z] ---> 6a03f43d011e [2020-12-30T00:40:25.440Z] [2020-12-30T00:40:25.440Z] Step 11/27 : FROM docker:latest [2020-12-30T00:40:25.440Z] ---> 0040bc98e531 [2020-12-30T00:40:25.440Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-30T00:40:25.440Z] ---> Running in a17f8072e758 [2020-12-30T00:40:26.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:26.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:26.594Z] (1/2) Installing readline (8.0.4-r0) [2020-12-30T00:40:26.594Z] (2/2) Installing bash (5.0.17-r0) [2020-12-30T00:40:26.594Z] Executing bash-5.0.17-r0.post-install [2020-12-30T00:40:26.594Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:40:26.594Z] OK: 12 MiB in 22 packages [2020-12-30T00:40:28.034Z] Removing intermediate container a17f8072e758 [2020-12-30T00:40:28.034Z] ---> 151387a606bb [2020-12-30T00:40:28.034Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-30T00:40:28.316Z] ---> Running in a8b76d14a409 [2020-12-30T00:40:30.320Z] Removing intermediate container a8b76d14a409 [2020-12-30T00:40:30.320Z] ---> e8351c96514d [2020-12-30T00:40:30.320Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-30T00:40:30.320Z] ---> Running in 4116ed8d544b [2020-12-30T00:40:30.603Z] Removing intermediate container 4116ed8d544b [2020-12-30T00:40:30.603Z] ---> 2d0bcf221112 [2020-12-30T00:40:30.603Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-30T00:40:30.603Z] ---> Running in b2502d998377 [2020-12-30T00:40:30.876Z] Removing intermediate container b2502d998377 [2020-12-30T00:40:30.876Z] ---> 9943839e3be4 [2020-12-30T00:40:30.876Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-30T00:40:30.876Z] ---> Running in bdc24b441d6c [2020-12-30T00:40:31.476Z] Removing intermediate container bdc24b441d6c [2020-12-30T00:40:31.476Z] ---> 867c793d2393 [2020-12-30T00:40:31.476Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-30T00:40:32.467Z] ---> d1f9d2c87b97 [2020-12-30T00:40:32.467Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-30T00:40:33.063Z] ---> a457efa1fe3c [2020-12-30T00:40:33.063Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-30T00:40:33.218Z] gofmt -l . [2020-12-30T00:40:33.652Z] ---> 12485e5c6842 [2020-12-30T00:40:33.652Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-30T00:40:33.812Z] [ "`gofmt -l .`" = "" ] [2020-12-30T00:40:33.932Z] ---> Running in f3eed3cecea4 [2020-12-30T00:40:35.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:35.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:35.598Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-30T00:40:35.598Z] (2/33) Installing expat (2.2.9-r1) [2020-12-30T00:40:35.598Z] (3/33) Installing libffi (3.3-r2) [2020-12-30T00:40:35.598Z] (4/33) Installing gdbm (1.13-r1) [2020-12-30T00:40:35.598Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-30T00:40:35.598Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-30T00:40:35.598Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-30T00:40:36.434Z] ./bin/test-go-mod-tidy.sh [2020-12-30T00:40:36.708Z] ./bin/test-attribution-txt.sh [2020-12-30T00:40:37.518Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-30T00:40:37.518Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-30T00:40:37.518Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-30T00:40:37.518Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-30T00:40:37.518Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-30T00:40:37.518Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-30T00:40:37.518Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-30T00:40:37.518Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-30T00:40:37.518Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-30T00:40:37.518Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-30T00:40:37.518Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-30T00:40:37.518Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-30T00:40:37.518Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-30T00:40:37.518Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-30T00:40:37.518Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-30T00:40:37.518Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-30T00:40:37.518Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-30T00:40:37.518Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-30T00:40:37.518Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-30T00:40:37.518Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-30T00:40:37.518Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-30T00:40:37.518Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-30T00:40:37.785Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-30T00:40:37.785Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-30T00:40:37.785Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-30T00:40:37.785Z] (33/33) Installing py3-pip (20.1.1-r0) [Pipeline] sh [2020-12-30T00:40:41.673Z] + ls -al . [2020-12-30T00:40:41.673Z] total 668 [2020-12-30T00:40:41.673Z] drwxrwxr-x 9 1001 1001 4096 Dec 30 00:40 . [2020-12-30T00:40:41.673Z] drwxr-xr-x 4 root root 4096 Dec 30 00:36 .. [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 11 Dec 30 00:35 .dockerignore [2020-12-30T00:40:41.673Z] drwxrwxr-x 8 1001 1001 4096 Dec 30 00:35 .git [2020-12-30T00:40:41.673Z] drwxrwxr-x 3 1001 1001 4096 Dec 30 00:35 .github [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 872 Dec 30 00:35 .gitignore [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 166 Dec 30 00:35 .sonarcloud.properties [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 3804 Dec 30 00:35 CONTRIBUTING.md [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 1035 Dec 30 00:35 Dockerfile.build [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 863 Dec 30 00:35 Jenkinsfile [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 10775 Dec 30 00:35 LICENSE [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 6306 Dec 30 00:35 Makefile [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 6511 Dec 30 00:35 README.md [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 6744 Dec 30 00:35 SECURITY.md [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 5 Dec 30 00:31 VERSION [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 4131 Dec 30 00:35 ZMQWindows.md [2020-12-30T00:40:41.673Z] drwxrwxr-x 2 1001 1001 4096 Dec 30 00:35 bin [2020-12-30T00:40:41.673Z] drwxrwxr-x 15 1001 1001 4096 Dec 30 00:35 cmd [2020-12-30T00:40:41.673Z] -rw-r--r-- 1 root root 542461 Dec 30 00:39 coverage.out [2020-12-30T00:40:41.673Z] -rw-r--r-- 1 root root 1005 Dec 30 00:40 go.mod [2020-12-30T00:40:41.673Z] -rw-r--r-- 1 root root 18892 Dec 30 00:40 go.sum [2020-12-30T00:40:41.673Z] drwxrwxr-x 8 1001 1001 4096 Dec 30 00:35 internal [2020-12-30T00:40:41.673Z] drwxrwxr-x 4 1001 1001 4096 Dec 30 00:35 openapi [2020-12-30T00:40:41.673Z] drwxrwxr-x 4 1001 1001 4096 Dec 30 00:35 snap [2020-12-30T00:40:41.673Z] -rw-rw-r-- 1 1001 1001 168 Dec 30 00:35 version.go [Pipeline] sh [2020-12-30T00:40:42.019Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:40:42.019Z] OK: 71 MiB in 55 packages [2020-12-30T00:40:42.328Z] + '[' -e coverage.out ] [2020-12-30T00:40:42.329Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-30T00:40:42.396Z] Warning: overwriting stash ‘coverage-report’ [2020-12-30T00:40:43.559Z] Stashed 1 file(s) [Pipeline] sh [2020-12-30T00:40:44.273Z] + make build [2020-12-30T00:40:44.273Z] 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 [2020-12-30T00:40:45.370Z] Removing intermediate container 5319632a8a21 [2020-12-30T00:40:45.370Z] ---> 0eee45b2dd5e [2020-12-30T00:40:45.370Z] [2020-12-30T00:40:45.370Z] Step 10/23 : FROM alpine [2020-12-30T00:40:45.370Z] ---> 389fef711851 [2020-12-30T00:40:45.370Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:40:47.288Z] ---> Running in 3ec0e254c562 [2020-12-30T00:40:47.288Z] Removing intermediate container f3eed3cecea4 [2020-12-30T00:40:47.288Z] ---> 2e7d1f8cfe2f [2020-12-30T00:40:47.289Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-30T00:40:47.550Z] ---> Running in 089fb655df5a [2020-12-30T00:40:47.550Z] Removing intermediate container 3ec0e254c562 [2020-12-30T00:40:47.550Z] ---> b3e3392338d3 [2020-12-30T00:40:47.550Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-30T00:40:47.550Z] ---> Running in f30e905424a9 [2020-12-30T00:40:47.812Z] Removing intermediate container f30e905424a9 [2020-12-30T00:40:47.812Z] ---> d6b445b2e348 [2020-12-30T00:40:47.812Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-30T00:40:47.812Z] ---> Running in 1b8cfccbcbf6 [2020-12-30T00:40:48.079Z] Removing intermediate container 1b8cfccbcbf6 [2020-12-30T00:40:48.079Z] ---> 63f2035b62ca [2020-12-30T00:40:48.079Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:40:48.079Z] ---> Running in f61beacacdd2 [2020-12-30T00:40:49.029Z] Removing intermediate container f61beacacdd2 [2020-12-30T00:40:49.029Z] ---> f5f42d520ea2 [2020-12-30T00:40:49.029Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-30T00:40:49.029Z] Collecting docker-compose==1.23.2 [2020-12-30T00:40:49.029Z] ---> Running in e47596ca2a13 [2020-12-30T00:40:49.029Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-30T00:40:49.298Z] Collecting texttable<0.10,>=0.9.0 [2020-12-30T00:40:49.298Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-30T00:40:49.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:49.822Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-30T00:40:49.822Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-30T00:40:49.822Z] Collecting cached-property<2,>=1.2.0 [2020-12-30T00:40:49.822Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-30T00:40:50.085Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-30T00:40:50.085Z] Collecting docker<4.0,>=3.6.0 [2020-12-30T00:40:50.085Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-30T00:40:50.348Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-30T00:40:50.348Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-30T00:40:50.923Z] Collecting PyYAML<4,>=3.10 [2020-12-30T00:40:50.923Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-30T00:40:50.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:40:51.867Z] Collecting docopt<0.7,>=0.6.1 [2020-12-30T00:40:51.867Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-30T00:40:52.441Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-30T00:40:52.441Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-30T00:40:52.705Z] Collecting jsonschema<3,>=2.5.1 [2020-12-30T00:40:52.705Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-30T00:40:52.705Z] Collecting docker-pycreds>=0.4.0 [2020-12-30T00:40:52.705Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-30T00:40:52.705Z] 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) [2020-12-30T00:40:52.968Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-30T00:40:52.968Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-30T00:40:52.968Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-30T00:40:52.968Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-30T00:40:52.968Z] Collecting idna<2.8,>=2.5 [2020-12-30T00:40:52.968Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-30T00:40:53.233Z] 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) [2020-12-30T00:40:53.233Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-30T00:40:53.233Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-30T00:40:53.233Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-30T00:40:53.233Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-30T00:40:53.233Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-30T00:40:53.233Z] Installing collected packages: texttable, websocket-client, cached-property, urllib3, idna, requests, docker-pycreds, docker, dockerpty, PyYAML, docopt, jsonschema, docker-compose [2020-12-30T00:40:53.233Z] Running setup.py install for texttable: started [2020-12-30T00:40:53.811Z] Running setup.py install for texttable: finished with status 'done' [2020-12-30T00:40:53.811Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-30T00:40:53.811Z] Attempting uninstall: urllib3 [2020-12-30T00:40:53.811Z] Found existing installation: urllib3 1.25.9 [2020-12-30T00:40:53.811Z] Uninstalling urllib3-1.25.9: [2020-12-30T00:40:54.073Z] Successfully uninstalled urllib3-1.25.9 [2020-12-30T00:40:54.335Z] Attempting uninstall: idna [2020-12-30T00:40:54.335Z] Found existing installation: idna 2.9 [2020-12-30T00:40:54.335Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-30T00:40:54.335Z] Uninstalling idna-2.9: [2020-12-30T00:40:54.335Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:40:54.335Z] OK: 8 MiB in 19 packages [2020-12-30T00:40:54.456Z] 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 [2020-12-30T00:40:54.601Z] Successfully uninstalled idna-2.9 [2020-12-30T00:40:56.518Z] Attempting uninstall: requests [2020-12-30T00:40:56.518Z] Found existing installation: requests 2.23.0 [2020-12-30T00:40:56.518Z] Uninstalling requests-2.23.0: [2020-12-30T00:40:56.518Z] Successfully uninstalled requests-2.23.0 [2020-12-30T00:40:56.518Z] Removing intermediate container e47596ca2a13 [2020-12-30T00:40:56.518Z] ---> 704d06fb5726 [2020-12-30T00:40:56.518Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-30T00:40:56.779Z] Running setup.py install for dockerpty: started [2020-12-30T00:40:57.351Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-30T00:40:57.351Z] Running setup.py install for PyYAML: started [2020-12-30T00:40:57.351Z] ---> 39ee2cd48638 [2020-12-30T00:40:57.351Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-30T00:40:57.937Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-30T00:40:57.937Z] Running setup.py install for docopt: started [2020-12-30T00:40:57.937Z] ---> d49995614945 [2020-12-30T00:40:57.937Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-30T00:40:58.197Z] ---> 2478b5c9bbdd [2020-12-30T00:40:58.197Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-30T00:40:58.197Z] Running setup.py install for docopt: finished with status 'done' [2020-12-30T00:40:58.770Z] ---> Running in ed2e2c1ecb6c [2020-12-30T00:40:59.344Z] Removing intermediate container ed2e2c1ecb6c [2020-12-30T00:40:59.344Z] ---> f4359eaacc12 [2020-12-30T00:40:59.344Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:40:59.344Z] 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 [2020-12-30T00:40:59.344Z] ---> Running in 68f2ff771f57 [2020-12-30T00:40:59.606Z] Removing intermediate container 68f2ff771f57 [2020-12-30T00:40:59.607Z] ---> a3922979c01e [2020-12-30T00:40:59.607Z] Step 21/23 : LABEL arch=x86_64 [2020-12-30T00:40:59.607Z] ---> Running in b9cbe7ac8c95 [2020-12-30T00:40:59.870Z] Removing intermediate container b9cbe7ac8c95 [2020-12-30T00:40:59.870Z] ---> 0de7c69e6f9e [2020-12-30T00:40:59.870Z] Step 22/23 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:40:59.870Z] ---> Running in 13ef79e465c1 [2020-12-30T00:41:00.134Z] Removing intermediate container 13ef79e465c1 [2020-12-30T00:41:00.134Z] ---> 82e5b80857b7 [2020-12-30T00:41:00.134Z] Step 23/23 : LABEL version=0.0.0 [2020-12-30T00:41:00.707Z] ---> Running in 99528cc9161a [2020-12-30T00:41:01.663Z] Removing intermediate container 089fb655df5a [2020-12-30T00:41:01.663Z] ---> 8ecaad458b6e [2020-12-30T00:41:01.663Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-30T00:41:01.926Z] Removing intermediate container 99528cc9161a [2020-12-30T00:41:01.926Z] ---> 23ca6e460e7c [2020-12-30T00:41:01.926Z] [2020-12-30T00:41:01.926Z] Successfully built 23ca6e460e7c [2020-12-30T00:41:01.926Z] ---> Running in c49648bcc93e [2020-12-30T00:41:01.926Z] Successfully tagged docker-core-data-go:latest [2020-12-30T00:41:02.502Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T00:41:02.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T00:41:02.765Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:41:02.765Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-30T00:41:02.765Z] (3/3) Installing curl (7.69.1-r3) [2020-12-30T00:41:02.765Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:41:02.765Z] OK: 72 MiB in 58 packages [2020-12-30T00:41:03.545Z] Removing intermediate container c49648bcc93e [2020-12-30T00:41:03.545Z] ---> 0a0caeb71c67 [2020-12-30T00:41:03.545Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-30T00:41:03.545Z] ---> Running in e46faeb867ae [2020-12-30T00:41:03.545Z] Removing intermediate container e46faeb867ae [2020-12-30T00:41:03.545Z] ---> 6ff4919e9847 [2020-12-30T00:41:03.545Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:41:03.810Z] ---> Running in a303b2ecd134 [2020-12-30T00:41:03.810Z] Removing intermediate container a303b2ecd134 [2020-12-30T00:41:03.810Z] ---> 34704238d1a6 [2020-12-30T00:41:03.810Z] Step 25/27 : LABEL arch=x86_64 [2020-12-30T00:41:03.810Z] ---> Running in c1445dead635 [2020-12-30T00:41:04.072Z] Removing intermediate container c1445dead635 [2020-12-30T00:41:04.072Z] ---> 5263833e3e21 [2020-12-30T00:41:04.072Z] Step 26/27 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:41:05.016Z] ---> Running in d56605961f40 [2020-12-30T00:41:05.278Z] Removing intermediate container d56605961f40 [2020-12-30T00:41:05.278Z] ---> 4a3695b2176b [2020-12-30T00:41:05.278Z] Step 27/27 : LABEL version=0.0.0 [2020-12-30T00:41:05.278Z] ---> Running in 941253668c87 [2020-12-30T00:41:05.540Z] Removing intermediate container 941253668c87 [2020-12-30T00:41:05.540Z] ---> 3dd21545211d [2020-12-30T00:41:05.541Z] [2020-12-30T00:41:05.541Z] Successfully built 3dd21545211d [2020-12-30T00:41:05.541Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-30T00:41:06.140Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-30T00:41:06.195Z] $ docker stop --time=1 2da0a890a623f240aabb2b40d9e9b3352a746fb45f3cbeb20584fe73219196af [2020-12-30T00:41:07.960Z] $ docker rm -f 2da0a890a623f240aabb2b40d9e9b3352a746fb45f3cbeb20584fe73219196af [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:41:08.552Z] + docker images [2020-12-30T00:41:08.552Z] + grep docker [2020-12-30T00:41:09.124Z] docker-sys-mgmt-agent-go latest 3dd21545211d 3 seconds ago 313MB [2020-12-30T00:41:09.124Z] docker-core-data-go latest 23ca6e460e7c 7 seconds ago 22.2MB [2020-12-30T00:41:09.124Z] docker-core-metadata-go latest 353d3dfa1220 57 seconds ago 13MB [2020-12-30T00:41:09.124Z] docker-core-command-go latest 0d7438cd525b About a minute ago 10.6MB [2020-12-30T00:41:09.124Z] docker-security-bootstrap-redis-go latest 6739ba3035da About a minute ago 15.8MB [2020-12-30T00:41:09.124Z] docker-security-bootstrapper-go latest 7d3a474bd620 About a minute ago 41.5MB [2020-12-30T00:41:09.124Z] docker-security-secretstore-setup-go latest 67282df39875 2 minutes ago 24.6MB [2020-12-30T00:41:09.124Z] docker-security-proxy-setup-go latest 05a9eb436b60 2 minutes ago 24.5MB [2020-12-30T00:41:09.124Z] docker-support-notifications-go latest 2d3dec8bc4a8 2 minutes ago 12MB [2020-12-30T00:41:09.124Z] docker-support-scheduler-go latest ae82a4756634 2 minutes ago 10.7MB [2020-12-30T00:41:09.124Z] docker latest 0040bc98e531 12 days 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 [2020-12-30T00:41:16.629Z] 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 [2020-12-30T00:41:19.460Z] 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 [2020-12-30T00:41:23.780Z] 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 [2020-12-30T00:41:24.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 [2020-12-30T00:41:24.928Z] Still waiting to schedule task [2020-12-30T00:41:24.928Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-17703’ [2020-12-30T00:41:30.213Z] 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 [2020-12-30T00:41:34.513Z] 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 [2020-12-30T00:41:37.896Z] 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 [2020-12-30T00:41:43.302Z] 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 [2020-12-30T00:41:47.612Z] 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 [2020-12-30T00:41:51.909Z] 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 [2020-12-30T00:41:55.302Z] 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] } [2020-12-30T00:42:00.719Z] $ docker stop --time=1 8134868bdb7e4588e3c7b67f93c089ab76680b6a765345b6aa5dabf57c68b5be [2020-12-30T00:42:03.360Z] $ docker rm -f 8134868bdb7e4588e3c7b67f93c089ab76680b6a765345b6aa5dabf57c68b5be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:42:05.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:42:05.315Z] [2020-12-30T00:42:05.315Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:42:05.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:42:06.246Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-30T00:42:06.246Z] 29e5d40040c1: Pulling fs layer [2020-12-30T00:42:06.246Z] 1ce36da41761: Pulling fs layer [2020-12-30T00:42:06.246Z] 25b303627fd3: Pulling fs layer [2020-12-30T00:42:06.839Z] 29e5d40040c1: Verifying Checksum [2020-12-30T00:42:06.839Z] 29e5d40040c1: Download complete [2020-12-30T00:42:07.113Z] 1ce36da41761: Verifying Checksum [2020-12-30T00:42:07.113Z] 1ce36da41761: Download complete [2020-12-30T00:42:07.395Z] 29e5d40040c1: Pull complete [2020-12-30T00:42:08.840Z] 1ce36da41761: Pull complete [2020-12-30T00:42:09.449Z] 25b303627fd3: Verifying Checksum [2020-12-30T00:42:09.449Z] 25b303627fd3: Download complete [2020-12-30T00:42:19.613Z] 25b303627fd3: Pull complete [2020-12-30T00:42:19.613Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-30T00:42:19.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:42:19.613Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-30T00:42:19.879Z] prd-ubuntu18.04-docker-arm64-4c-16g-17696 does not seem to be running inside a container [2020-12-30T00:42:19.952Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-30T00:42:23.083Z] $ docker top ac5d7da45561b741091561dbfb59cfc2599bde3114c187533baf8c8ec24dfb10 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:42:24.224Z] + + grepdocker-compose parallel build [2020-12-30T00:42:24.224Z] --help [2020-12-30T00:42:28.551Z] --parallel Build images in parallel. [Pipeline] } [2020-12-30T00:42:28.564Z] $ docker stop --time=1 ac5d7da45561b741091561dbfb59cfc2599bde3114c187533baf8c8ec24dfb10 [2020-12-30T00:42:30.497Z] $ docker rm -f ac5d7da45561b741091561dbfb59cfc2599bde3114c187533baf8c8ec24dfb10 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:42:31.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T00:42:31.366Z] . [Pipeline] withDockerContainer [2020-12-30T00:42:31.632Z] prd-ubuntu18.04-docker-arm64-4c-16g-17696 does not seem to be running inside a container [2020-12-30T00:42:31.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-30T00:42:33.069Z] $ docker top a2312101bd67a04472a1d5eed36cfc6ff64b68428c7141565950df90adcb1a07 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:42:34.112Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-30T00:42:37.487Z] Building docker-core-command-go ... [2020-12-30T00:42:37.487Z] Building docker-core-data-go ... [2020-12-30T00:42:37.487Z] Building docker-core-metadata-go ... [2020-12-30T00:42:37.487Z] Building docker-security-bootstrapper-go ... [2020-12-30T00:42:37.487Z] Building docker-security-bootstrap-redis-go ... [2020-12-30T00:42:37.487Z] Building docker-security-proxy-setup-go ... [2020-12-30T00:42:37.487Z] Building docker-security-secretstore-setup-go ... [2020-12-30T00:42:37.487Z] Building docker-support-notifications-go ... [2020-12-30T00:42:37.487Z] Building docker-support-scheduler-go ... [2020-12-30T00:42:37.487Z] Building docker-sys-mgmt-agent-go ... [2020-12-30T00:42:37.487Z] Building docker-core-metadata-go [2020-12-30T00:42:37.487Z] Building docker-core-data-go [2020-12-30T00:42:37.487Z] Building docker-support-scheduler-go [2020-12-30T00:42:37.487Z] Building docker-security-bootstrap-redis-go [2020-12-30T00:42:37.487Z] Building docker-security-proxy-setup-go [2020-12-30T00:43:27.682Z] Running on prd-ubuntu18.04-docker-8c-8g-17707 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2020-12-30T00:43:27.742Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-30T00:43:30.064Z] using credential edgex-jenkins-ssh [2020-12-30T00:43:30.178Z] Cloning the remote Git repository [2020-12-30T00:43:30.193Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:43:30.353Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-30T00:43:30.406Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:43:30.407Z] > git --version # timeout=10 [2020-12-30T00:43:30.412Z] > git --version # 'git version 2.17.1' [2020-12-30T00:43:30.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:43:30.434Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:43:45.515Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:43:45.515Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:43:45.515Z] ---> a13f89d2c250 [2020-12-30T00:43:45.515Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:43:46.521Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:43:46.521Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:43:46.521Z] ---> a13f89d2c250 [2020-12-30T00:43:46.521Z] Step 3/23 : WORKDIR /edgex-go [2020-12-30T00:43:46.521Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:43:46.521Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:43:46.521Z] ---> a13f89d2c250 [2020-12-30T00:43:46.521Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:43:46.796Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:43:46.796Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:43:46.796Z] ---> a13f89d2c250 [2020-12-30T00:43:46.796Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:43:46.796Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:43:46.796Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:43:46.796Z] ---> a13f89d2c250 [2020-12-30T00:43:46.796Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T00:43:51.112Z] ---> Running in 9c53310d9759 [2020-12-30T00:43:51.112Z] ---> Running in 4472ddac2b25 [2020-12-30T00:43:51.112Z] ---> Running in 1fb7a51ad858 [2020-12-30T00:43:51.112Z] ---> Running in 5d5ac79ca90c [2020-12-30T00:43:51.112Z] ---> Running in 75a68bcd25f5 [2020-12-30T00:43:51.385Z] Removing intermediate container 9c53310d9759 [2020-12-30T00:43:51.385Z] Removing intermediate container 75a68bcd25f5 [2020-12-30T00:43:51.385Z] ---> 191c3ea47e40 [2020-12-30T00:43:51.385Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 2417c0972414 [2020-12-30T00:43:51.385Z] Removing intermediate container 5d5ac79ca90c [2020-12-30T00:43:51.385Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:43:51.386Z] [2020-12-30T00:43:51.386Z] ---> f3e31f36e6a1 [2020-12-30T00:43:51.386Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:43:51.386Z] Removing intermediate container 4472ddac2b25 [2020-12-30T00:43:51.386Z] ---> efbdfb4f25f4 [2020-12-30T00:43:51.386Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:43:51.386Z] Removing intermediate container 1fb7a51ad858 [2020-12-30T00:43:51.386Z] ---> a184e0bca696 [2020-12-30T00:43:51.386Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:43:51.656Z] ---> Running in fc5822a85134 [2020-12-30T00:43:51.656Z] ---> Running in 38fd4e9de3a5 [2020-12-30T00:43:51.656Z] ---> Running in a27768d2ed8e [2020-12-30T00:43:51.656Z] ---> Running in 7d94d5b19dd2 [2020-12-30T00:43:51.656Z] ---> Running in 874af96c2906 [2020-12-30T00:43:56.007Z] Removing intermediate container 38fd4e9de3a5 [2020-12-30T00:43:56.007Z] ---> bff086fd12dd [2020-12-30T00:43:56.007Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:43:56.007Z] ---> Running in e66770579a1e [2020-12-30T00:43:56.007Z] Removing intermediate container fc5822a85134 [2020-12-30T00:43:56.007Z] ---> 0be7bbbb5f02 [2020-12-30T00:43:56.007Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:43:56.007Z] Removing intermediate container 874af96c2906 [2020-12-30T00:43:56.007Z] ---> 49fa411136cb [2020-12-30T00:43:56.007Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T00:43:56.007Z] Removing intermediate container a27768d2ed8e [2020-12-30T00:43:56.007Z] ---> 8024645508f5 [2020-12-30T00:43:56.007Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:43:56.007Z] Removing intermediate container 7d94d5b19dd2 [2020-12-30T00:43:56.007Z] ---> 000ae9bd51a0 [2020-12-30T00:43:56.007Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-30T00:43:56.285Z] ---> Running in c89061695506 [2020-12-30T00:43:56.285Z] ---> Running in efad664725d5 [2020-12-30T00:43:56.564Z] ---> Running in 7d721bacd5cb [2020-12-30T00:43:56.564Z] ---> Running in 1c82b55f75c6 [2020-12-30T00:43:57.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:43:58.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:43:58.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:43:58.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:43:58.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:43:58.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:00.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:00.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:00.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:00.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:44:00.395Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:44:00.395Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:44:00.395Z] OK: 12620 distinct packages available [2020-12-30T00:44:00.991Z] OK: 217 MiB in 51 packages [2020-12-30T00:44:01.595Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:44:01.595Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:44:01.595Z] OK: 12620 distinct packages available [2020-12-30T00:44:02.194Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:44:02.194Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:44:02.194Z] OK: 12620 distinct packages available [2020-12-30T00:44:02.473Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:44:02.474Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:44:02.474Z] OK: 12620 distinct packages available [2020-12-30T00:44:02.754Z] Removing intermediate container e66770579a1e [2020-12-30T00:44:02.754Z] ---> 2a8c03ea60d5 [2020-12-30T00:44:02.754Z] Step 6/21 : COPY go.mod . [2020-12-30T00:44:02.754Z] OK: 217 MiB in 51 packages [2020-12-30T00:44:02.754Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:44:02.754Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:44:02.754Z] OK: 12620 distinct packages available [2020-12-30T00:44:03.034Z] OK: 217 MiB in 51 packages [2020-12-30T00:44:03.329Z] Merging remotes/origin/master commit f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 into PR head commit 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 [2020-12-30T00:44:03.549Z] Merge succeeded, producing ac28906b408b4dc001d55d7e520fb4e14401c63f [2020-12-30T00:44:03.550Z] Checking out Revision ac28906b408b4dc001d55d7e520fb4e14401c63f (PR-2970) [2020-12-30T00:44:03.646Z] OK: 217 MiB in 51 packages [2020-12-30T00:44:03.646Z] OK: 217 MiB in 51 packages [2020-12-30T00:44:02.622Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:44:02.629Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T00:44:02.639Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T00:44:02.651Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T00:44:02.651Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:44:02.655Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T00:44:03.339Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:44:03.344Z] > git checkout -f 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 [2020-12-30T00:44:03.442Z] > git remote # timeout=10 [2020-12-30T00:44:03.448Z] > git config --get remote.origin.url # timeout=10 [2020-12-30T00:44:03.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T00:44:03.460Z] > git merge f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 [2020-12-30T00:44:03.545Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-30T00:44:03.555Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T00:44:03.564Z] > git checkout -f ac28906b408b4dc001d55d7e520fb4e14401c63f # timeout=10 [2020-12-30T00:44:03.930Z] ---> dc6240f9e8d9 [2020-12-30T00:44:03.930Z] Step 7/21 : RUN go mod download [2020-12-30T00:44:04.203Z] ---> Running in 98a8514684a1 [2020-12-30T00:44:04.483Z] Removing intermediate container efad664725d5 [2020-12-30T00:44:04.483Z] ---> de9ae44af746 [2020-12-30T00:44:04.483Z] Step 6/21 : COPY go.mod . [2020-12-30T00:44:04.762Z] Removing intermediate container 1c82b55f75c6 [2020-12-30T00:44:04.762Z] ---> e4c9e4d71f3d [2020-12-30T00:44:04.762Z] Step 6/23 : COPY go.mod . [2020-12-30T00:44:05.744Z] ---> 5b43a9ed958a [2020-12-30T00:44:05.744Z] Step 7/21 : RUN go mod download [2020-12-30T00:44:06.021Z] Removing intermediate container 7d721bacd5cb [2020-12-30T00:44:06.021Z] ---> 6d5638fa0e8d [2020-12-30T00:44:06.021Z] Step 6/22 : COPY go.mod . [2020-12-30T00:44:06.021Z] Removing intermediate container c89061695506 [2020-12-30T00:44:06.021Z] ---> 1b01deac365b [2020-12-30T00:44:06.021Z] Step 6/22 : COPY go.mod . [2020-12-30T00:44:06.021Z] ---> Running in 3717626d536b [2020-12-30T00:44:06.021Z] ---> a02b98d415e3 [2020-12-30T00:44:06.021Z] Step 7/23 : RUN go mod download [2020-12-30T00:44:06.627Z] ---> Running in 82755ffb76e7 [2020-12-30T00:44:06.907Z] ---> c13c957f1425 [2020-12-30T00:44:06.907Z] Step 7/22 : RUN go mod download [2020-12-30T00:44:07.194Z] ---> Running in 56f479f317bf [2020-12-30T00:44:07.204Z] Commit message: "Merge commit 'f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2' into HEAD" [2020-12-30T00:44:07.210Z] > git rev-list --no-walk 0c4ac373351ea5959ab24da4a53bf9dc79b98e52 # timeout=10 [2020-12-30T00:44:07.470Z] ---> 05c84bb10063 [2020-12-30T00:44:07.470Z] Step 7/22 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:44:07.765Z] ---> Running in c11358224c37 [2020-12-30T00:44:08.339Z] + echo snap-build.sh [2020-12-30T00:44:08.339Z] snap-build.sh [2020-12-30T00:44:08.339Z] + SNAP_BASE_DIR=. [2020-12-30T00:44:08.339Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2020-12-30T00:44:08.339Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2020-12-30T00:44:08.339Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2020-12-30T00:44:08.339Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2020-12-30T00:44:08.339Z] + cd /w/workspace/edgex-go/2 [2020-12-30T00:44:08.339Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-30T00:44:08.339Z] Reading package lists... [2020-12-30T00:44:08.339Z] Building dependency tree... [2020-12-30T00:44:08.339Z] Reading state information... [2020-12-30T00:44:08.609Z] The following packages were automatically installed and are no longer required: [2020-12-30T00:44:08.609Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-30T00:44:08.609Z] uidmap xdelta3 [2020-12-30T00:44:08.609Z] Use 'sudo apt autoremove' to remove them. [2020-12-30T00:44:08.609Z] The following packages will be REMOVED: [2020-12-30T00:44:08.609Z] lxd* lxd-client* [2020-12-30T00:44:08.869Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-30T00:44:08.869Z] After this operation, 31.7 MB disk space will be freed. [2020-12-30T00:44:09.228Z] Removing intermediate container 98a8514684a1 [2020-12-30T00:44:09.228Z] ---> 9bd3f4ce2a5b [2020-12-30T00:44:09.228Z] Step 8/21 : COPY . . [2020-12-30T00:44:11.027Z] (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.) [2020-12-30T00:44:11.028Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:44:11.222Z] Removing intermediate container 3717626d536b [2020-12-30T00:44:11.223Z] ---> b3b0b12a37bb [2020-12-30T00:44:11.223Z] Step 8/21 : COPY . . [2020-12-30T00:44:11.509Z] Removing intermediate container 82755ffb76e7 [2020-12-30T00:44:11.509Z] ---> 74e0851af0f3 [2020-12-30T00:44:11.509Z] Step 8/23 : COPY . . [2020-12-30T00:44:11.974Z] Removing lxd dnsmasq configuration [2020-12-30T00:44:11.974Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:44:12.236Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-30T00:44:12.543Z] Removing intermediate container 56f479f317bf [2020-12-30T00:44:12.543Z] ---> b9599ba519d3 [2020-12-30T00:44:12.543Z] Step 8/22 : COPY . . [2020-12-30T00:44:12.807Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-30T00:44:12.819Z] Removing intermediate container c11358224c37 [2020-12-30T00:44:12.819Z] ---> 0830912a58d8 [2020-12-30T00:44:12.819Z] Step 8/22 : COPY . . [2020-12-30T00:44:13.066Z] (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.) [2020-12-30T00:44:13.367Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-30T00:44:14.752Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-30T00:44:14.752Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-30T00:44:16.135Z] + sudo snap remove --purge lxd [2020-12-30T00:44:16.135Z] snap "lxd" is not installed [2020-12-30T00:44:16.135Z] + sudo groupadd --force --system lxd [2020-12-30T00:44:16.135Z] ++ whoami [2020-12-30T00:44:16.135Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-30T00:44:16.135Z] + newgrp - lxd [2020-12-30T00:44:16.135Z] + sudo snap install lxd [2020-12-30T00:44:24.271Z] 2020-12-30T00:44:21Z INFO Waiting for automatic snapd restart... [2020-12-30T00:44:39.634Z] ---> 47f977ca62e5 [2020-12-30T00:44:39.634Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-30T00:44:39.634Z] ---> a633abff32b8 [2020-12-30T00:44:39.634Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-30T00:44:39.634Z] ---> 505e94b3b7b9 [2020-12-30T00:44:39.634Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-30T00:44:39.634Z] ---> 8fd1a001e0db [2020-12-30T00:44:39.634Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-30T00:44:39.634Z] ---> 39b912a3f811 [2020-12-30T00:44:39.634Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T00:44:39.634Z] ---> Running in 05e7868e7ca3 [2020-12-30T00:44:39.634Z] ---> Running in a98a29e21c8b [2020-12-30T00:44:39.634Z] ---> Running in 5a15cd41039c [2020-12-30T00:44:39.634Z] ---> Running in 2a68c064006b [2020-12-30T00:44:39.634Z] ---> Running in 94ed4ebb31af [2020-12-30T00:44:39.634Z] 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 [2020-12-30T00:44:39.634Z] 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 [2020-12-30T00:44:39.634Z] 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 [2020-12-30T00:44:39.908Z] 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 [2020-12-30T00:44:39.908Z] 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 [2020-12-30T00:44:42.401Z] lxd 4.9 from Canonical* installed [2020-12-30T00:44:42.401Z] + sudo lxd init --auto [2020-12-30T00:44:48.979Z] + sudo snap install --classic snapcraft [2020-12-30T00:44:54.259Z] snapcraft 4.4.4 from Canonical* installed [2020-12-30T00:44:54.259Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-30T00:44:54.259Z] + patch --verbose -p1 [2020-12-30T00:44:54.259Z] Hmm... Looks like a unified diff to me... [2020-12-30T00:44:54.259Z] The text leading up to this was: [2020-12-30T00:44:54.259Z] -------------------------- [2020-12-30T00:44:54.259Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-30T00:44:54.259Z] |From: Tony Espy [2020-12-30T00:44:54.259Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-30T00:44:54.259Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-30T00:44:54.259Z] | [2020-12-30T00:44:54.259Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-30T00:44:54.259Z] |optimize the snap CI check run for pull requests. When [2020-12-30T00:44:54.259Z] |applied, it essentially strips out everything (apps and [2020-12-30T00:44:54.259Z] |parts) from the snapcraft.yaml file except those required [2020-12-30T00:44:54.259Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-30T00:44:54.259Z] |catch changes to edgex-go that break the snap build. [2020-12-30T00:44:54.259Z] | [2020-12-30T00:44:54.259Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-30T00:44:54.259Z] |to update this patch file, otherwise it may fail to apply, [2020-12-30T00:44:54.259Z] |resulting in a failed snap build CI check in the associated [2020-12-30T00:44:54.259Z] |pull request. [2020-12-30T00:44:54.259Z] | [2020-12-30T00:44:54.259Z] |Note - in addition to applying this patch, the pipeline also [2020-12-30T00:44:54.259Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-30T00:44:54.259Z] |need to build the finally binary .snap file (and it won't [2020-12-30T00:44:54.259Z] |work with the patch applied). This further reduces the build [2020-12-30T00:44:54.259Z] |time. [2020-12-30T00:44:54.259Z] |--- [2020-12-30T00:44:54.259Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-30T00:44:54.259Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-30T00:44:54.259Z] | [2020-12-30T00:44:54.259Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-30T00:44:54.259Z] |index 1e537489..faf42425 100644 [2020-12-30T00:44:54.259Z] |--- a/snap/snapcraft.yaml [2020-12-30T00:44:54.259Z] |+++ b/snap/snapcraft.yaml [2020-12-30T00:44:54.259Z] -------------------------- [2020-12-30T00:44:54.259Z] patching file snap/snapcraft.yaml [2020-12-30T00:44:54.259Z] Using Plan A... [2020-12-30T00:44:54.259Z] Hunk #1 succeeded at 73. [2020-12-30T00:44:54.259Z] Hunk #2 succeeded at 202. [2020-12-30T00:44:54.259Z] Hunk #3 succeeded at 214. [2020-12-30T00:44:54.259Z] Hunk #4 succeeded at 222. [2020-12-30T00:44:54.259Z] Hunk #5 succeeded at 229. [2020-12-30T00:44:54.259Z] Hunk #6 succeeded at 256. [2020-12-30T00:44:54.259Z] Hunk #7 succeeded at 290. [2020-12-30T00:44:54.259Z] Hunk #8 succeeded at 341. [2020-12-30T00:44:54.259Z] Hmm... Ignoring the trailing garbage. [2020-12-30T00:44:54.259Z] done [2020-12-30T00:44:54.259Z] + sudo snapcraft prime --use-lxd [2020-12-30T00:44:55.637Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-30T00:44:55.637Z] 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: [2020-12-30T00:44:55.637Z] - README.md [2020-12-30T00:44:55.637Z] [2020-12-30T00:44:55.637Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-30T00:44:56.216Z] Launching a container. [2020-12-30T00:45:08.446Z] Waiting for container to be ready [2020-12-30T00:45:08.446Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-30T00:45:08.446Z] [2020-12-30T00:45:10.997Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-30T00:45:11.571Z] Waiting for network to be ready... [2020-12-30T00:45:11.830Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-30T00:45:11.830Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-30T00:45:12.410Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-30T00:45:12.410Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-30T00:45:12.410Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-30T00:45:12.670Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-30T00:45:12.670Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-30T00:45:12.670Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-30T00:45:12.670Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-30T00:45:12.670Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-30T00:45:12.670Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-30T00:45:12.670Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-30T00:45:12.670Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-30T00:45:12.670Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-30T00:45:12.670Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-30T00:45:12.670Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-30T00:45:12.670Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-30T00:45:12.931Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-30T00:45:12.931Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-30T00:45:13.194Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-30T00:45:13.455Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-30T00:45:13.455Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-30T00:45:13.455Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-30T00:45:13.455Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-30T00:45:13.455Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-30T00:45:13.455Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-30T00:45:13.455Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-30T00:45:17.656Z] Fetched 23.5 MB in 6s (4274 kB/s) [2020-12-30T00:45:18.598Z] Reading package lists... [2020-12-30T00:45:18.857Z] Reading package lists... [2020-12-30T00:45:18.857Z] Building dependency tree... [2020-12-30T00:45:18.857Z] Reading state information... [2020-12-30T00:45:19.124Z] The following additional packages will be installed: [2020-12-30T00:45:19.124Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-30T00:45:19.124Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-30T00:45:19.124Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-30T00:45:19.124Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-30T00:45:19.124Z] Suggested packages: [2020-12-30T00:45:19.124Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-30T00:45:19.124Z] Recommended packages: [2020-12-30T00:45:19.124Z] gnupg libsasl2-modules [2020-12-30T00:45:19.124Z] The following NEW packages will be installed: [2020-12-30T00:45:19.124Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-30T00:45:19.124Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-30T00:45:19.124Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-30T00:45:19.124Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-30T00:45:19.124Z] The following packages will be upgraded: [2020-12-30T00:45:19.124Z] gpg gpg-agent gpgconf libudev1 [2020-12-30T00:45:19.124Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-30T00:45:19.124Z] Need to get 3531 kB of archives. [2020-12-30T00:45:19.124Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-30T00:45:19.124Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-30T00:45:19.384Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-30T00:45:19.384Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-30T00:45:19.384Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-30T00:45:19.384Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-30T00:45:19.384Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-30T00:45:19.384Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-30T00:45:19.384Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-30T00:45:19.384Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-30T00:45:19.644Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-30T00:45:19.903Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-30T00:45:19.903Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-30T00:45:19.903Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-30T00:45:19.903Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-30T00:45:19.903Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-30T00:45:19.903Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-30T00:45:19.903Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-30T00:45:20.164Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-30T00:45:20.164Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-30T00:45:20.164Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-30T00:45:20.164Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-30T00:45:20.164Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-30T00:45:20.425Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:45:20.425Z] Fetched 3531 kB in 1s (3489 kB/s) [2020-12-30T00:45:20.425Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-30T00:45:20.425Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:45:20.425Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:45:20.425Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-30T00:45:20.685Z] Selecting previously unselected package udev. [2020-12-30T00:45:20.685Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-30T00:45:20.685Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:45:20.685Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-30T00:45:20.944Z] Selecting previously unselected package libfuse2:amd64. [2020-12-30T00:45:20.944Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-30T00:45:20.944Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-30T00:45:20.944Z] Selecting previously unselected package fuse. [2020-12-30T00:45:20.944Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-30T00:45:20.944Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-30T00:45:20.944Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:45:21.204Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:45:21.204Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:45:21.204Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:45:21.204Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:45:21.204Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:45:21.465Z] Selecting previously unselected package libksba8:amd64. [2020-12-30T00:45:21.465Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-30T00:45:21.465Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-30T00:45:21.465Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-30T00:45:21.465Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:45:21.465Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:21.465Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-30T00:45:21.465Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:45:21.465Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:21.725Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-30T00:45:21.725Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:45:21.725Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:21.725Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-30T00:45:21.725Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:45:21.725Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:21.725Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-30T00:45:21.725Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:45:21.725Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:21.985Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-30T00:45:21.985Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:45:21.985Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:21.985Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-30T00:45:21.985Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:45:21.985Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:22.245Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-30T00:45:22.245Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:45:22.245Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:22.245Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-30T00:45:22.245Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-30T00:45:22.245Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:22.245Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-30T00:45:22.245Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-30T00:45:22.245Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:45:22.505Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-30T00:45:22.505Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-30T00:45:22.505Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:45:22.505Z] Selecting previously unselected package libldap-common. [2020-12-30T00:45:22.505Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-30T00:45:22.505Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:45:22.505Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-30T00:45:22.505Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-30T00:45:22.505Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:45:22.764Z] Selecting previously unselected package dirmngr. [2020-12-30T00:45:22.764Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:45:22.764Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-30T00:45:22.764Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:45:22.764Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-30T00:45:22.764Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-30T00:45:22.764Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:45:23.024Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-30T00:45:23.024Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-30T00:45:23.024Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:23.024Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-30T00:45:23.024Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:45:23.024Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-30T00:45:23.592Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-30T00:45:23.592Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:23.592Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-30T00:45:23.592Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-30T00:45:23.592Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-30T00:45:23.592Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:23.592Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:23.592Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:23.851Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:23.851Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:23.851Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:23.851Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-30T00:45:23.851Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-30T00:45:23.851Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-30T00:45:23.851Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:45:24.422Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-30T00:45:24.422Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-30T00:45:24.422Z] This means they are not meant to be enabled using systemctl. [2020-12-30T00:45:24.422Z] Possible reasons for having this kind of units are: [2020-12-30T00:45:24.422Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-30T00:45:24.422Z] .wants/ or .requires/ directory. [2020-12-30T00:45:24.422Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-30T00:45:24.422Z] a requirement dependency on it. [2020-12-30T00:45:24.422Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-30T00:45:24.422Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-30T00:45:24.422Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-30T00:45:24.422Z] instance name specified. [2020-12-30T00:45:24.682Z] Reading package lists... [2020-12-30T00:45:24.942Z] Building dependency tree... [2020-12-30T00:45:24.942Z] Reading state information... [2020-12-30T00:45:24.942Z] The following additional packages will be installed: [2020-12-30T00:45:24.942Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-30T00:45:24.942Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-30T00:45:24.942Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-30T00:45:24.942Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-30T00:45:24.942Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-30T00:45:24.942Z] Suggested packages: [2020-12-30T00:45:24.942Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-30T00:45:24.942Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-30T00:45:24.942Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-30T00:45:24.942Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-30T00:45:24.942Z] systemd-container policykit-1 [2020-12-30T00:45:24.942Z] Recommended packages: [2020-12-30T00:45:24.942Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-30T00:45:24.942Z] The following NEW packages will be installed: [2020-12-30T00:45:24.942Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-30T00:45:24.942Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-30T00:45:24.942Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-30T00:45:24.942Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-30T00:45:24.942Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-30T00:45:24.942Z] The following packages will be upgraded: [2020-12-30T00:45:24.942Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-30T00:45:25.201Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-30T00:45:25.201Z] Need to get 35.2 MB of archives. [2020-12-30T00:45:25.201Z] After this operation, 141 MB of additional disk space will be used. [2020-12-30T00:45:25.201Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-30T00:45:25.201Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-30T00:45:25.770Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-30T00:45:26.030Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-30T00:45:26.030Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-30T00:45:26.030Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-30T00:45:26.030Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-30T00:45:26.030Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-30T00:45:26.030Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-30T00:45:26.030Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-30T00:45:26.030Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-30T00:45:26.030Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-30T00:45:26.030Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-30T00:45:26.030Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-30T00:45:26.030Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-30T00:45:26.030Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-30T00:45:26.030Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-30T00:45:26.290Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-30T00:45:26.290Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-30T00:45:26.290Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-30T00:45:26.290Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-30T00:45:26.290Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-30T00:45:26.290Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-30T00:45:26.290Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-30T00:45:26.290Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-30T00:45:26.290Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-30T00:45:26.290Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-30T00:45:26.290Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-30T00:45:26.290Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-30T00:45:26.290Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-30T00:45:27.672Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:45:27.672Z] Fetched 35.2 MB in 2s (15.6 MB/s) [2020-12-30T00:45:27.672Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-30T00:45:27.672Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:45:27.672Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:45:28.243Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:45:28.243Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:45:28.503Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-30T00:45:28.503Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-30T00:45:28.503Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-30T00:45:28.503Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-30T00:45:28.762Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-30T00:45:28.762Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-30T00:45:28.762Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-30T00:45:29.022Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-30T00:45:29.282Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-30T00:45:29.282Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-30T00:45:29.851Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-30T00:45:30.111Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-30T00:45:30.111Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-30T00:45:30.111Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-30T00:45:30.370Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-30T00:45:30.371Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:45:30.371Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:45:30.371Z] Selecting previously unselected package libexpat1:amd64. [2020-12-30T00:45:30.371Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-30T00:45:30.371Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-30T00:45:30.631Z] Selecting previously unselected package python3.6-minimal. [2020-12-30T00:45:30.631Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:45:30.631Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:45:30.891Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-30T00:45:30.891Z] Checking for services that may need to be restarted...done. [2020-12-30T00:45:30.891Z] Checking for services that may need to be restarted...done. [2020-12-30T00:45:30.891Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:45:30.891Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-30T00:45:31.150Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:45:31.721Z] Selecting previously unselected package python3-minimal. [2020-12-30T00:45:31.721Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-30T00:45:31.721Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-30T00:45:31.721Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-30T00:45:31.721Z] Selecting previously unselected package mime-support. [2020-12-30T00:45:31.721Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-30T00:45:31.721Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-30T00:45:31.721Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-30T00:45:31.721Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-30T00:45:31.721Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-30T00:45:31.721Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-30T00:45:31.721Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:45:31.980Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:45:32.240Z] Selecting previously unselected package python3.6. [2020-12-30T00:45:32.240Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-30T00:45:32.240Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:45:32.240Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-30T00:45:32.240Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-30T00:45:32.240Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-30T00:45:32.240Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-30T00:45:32.501Z] Selecting previously unselected package python3. [2020-12-30T00:45:32.501Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-30T00:45:32.501Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-30T00:45:32.760Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-30T00:45:32.760Z] Selecting previously unselected package multiarch-support. [2020-12-30T00:45:32.760Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:45:32.760Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-30T00:45:32.760Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-30T00:45:32.760Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-30T00:45:32.760Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-30T00:45:32.760Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-30T00:45:33.020Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-30T00:45:33.020Z] Selecting previously unselected package libbsd0:amd64. [2020-12-30T00:45:33.020Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-30T00:45:33.020Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-30T00:45:33.020Z] Selecting previously unselected package sudo. [2020-12-30T00:45:33.020Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-30T00:45:33.020Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-30T00:45:33.282Z] Selecting previously unselected package apparmor. [2020-12-30T00:45:33.282Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-30T00:45:33.282Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-30T00:45:33.542Z] Selecting previously unselected package libedit2:amd64. [2020-12-30T00:45:33.542Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-30T00:45:33.542Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-30T00:45:33.542Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-30T00:45:33.542Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:45:33.542Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:45:33.802Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-30T00:45:33.803Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:45:33.803Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:45:33.803Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-30T00:45:33.803Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-30T00:45:33.803Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-30T00:45:33.803Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-30T00:45:33.803Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:45:33.803Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:45:34.063Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-30T00:45:34.063Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-30T00:45:34.063Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:45:34.063Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-30T00:45:34.063Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-30T00:45:34.063Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-30T00:45:34.323Z] Selecting previously unselected package openssh-client. [2020-12-30T00:45:34.323Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-30T00:45:34.323Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-30T00:45:34.582Z] Selecting previously unselected package squashfs-tools. [2020-12-30T00:45:34.582Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-30T00:45:34.582Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-30T00:45:34.582Z] Selecting previously unselected package snapd. [2020-12-30T00:45:34.582Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-30T00:45:34.582Z] Unpacking snapd (2.48+18.04) ... [2020-12-30T00:45:37.128Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-30T00:45:37.128Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-30T00:45:37.128Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-30T00:45:37.128Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-30T00:45:37.128Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-30T00:45:37.128Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:45:37.128Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:45:37.128Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-30T00:45:37.128Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-30T00:45:37.697Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-30T00:45:37.957Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-30T00:45:37.957Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-30T00:45:37.957Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:45:37.957Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:45:37.957Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-30T00:45:38.900Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-30T00:45:38.900Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:45:38.900Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-30T00:45:38.900Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-30T00:45:38.900Z] running python rtupdate hooks for python3.6... [2020-12-30T00:45:38.900Z] running python post-rtupdate hooks for python3.6... [2020-12-30T00:45:38.900Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-30T00:45:40.286Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-30T00:45:40.554Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-30T00:45:40.554Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-30T00:45:40.554Z] Setting up snapd (2.48+18.04) ... [2020-12-30T00:45:41.126Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-30T00:45:41.387Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-30T00:45:41.387Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-30T00:45:41.647Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-30T00:45:41.908Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-30T00:45:41.908Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-30T00:45:42.168Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-30T00:45:42.429Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-30T00:45:42.429Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-30T00:45:42.690Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-30T00:45:42.690Z] /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' [2020-12-30T00:45:42.962Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-30T00:45:42.962Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-30T00:45:43.903Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-30T00:45:44.164Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-30T00:45:44.164Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-30T00:45:46.075Z] Reading package lists... [2020-12-30T00:45:46.075Z] Reading package lists... [2020-12-30T00:45:46.075Z] Building dependency tree... [2020-12-30T00:45:46.075Z] Reading state information... [2020-12-30T00:45:46.336Z] Calculating upgrade... [2020-12-30T00:45:46.336Z] The following packages will be upgraded: [2020-12-30T00:45:46.336Z] advancecomp base-files bash binutils binutils-common [2020-12-30T00:45:46.336Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-30T00:45:46.336Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-30T00:45:46.336Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-30T00:45:46.336Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-30T00:45:46.336Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-30T00:45:46.336Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-30T00:45:46.336Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-30T00:45:46.336Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-30T00:45:46.336Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-30T00:45:46.336Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-30T00:45:46.336Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-30T00:45:46.336Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-30T00:45:46.336Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-30T00:45:46.597Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-30T00:45:46.597Z] Need to get 63.5 MB of archives. [2020-12-30T00:45:46.597Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-30T00:45:46.597Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-30T00:45:46.597Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-30T00:45:47.169Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-30T00:45:47.169Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-30T00:45:47.430Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-30T00:45:47.430Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-30T00:45:47.430Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-30T00:45:47.430Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-30T00:45:47.430Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-30T00:45:47.430Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-30T00:45:47.430Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-30T00:45:47.430Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-30T00:45:47.430Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-30T00:45:47.430Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-30T00:45:47.430Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-30T00:45:47.430Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-30T00:45:47.430Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-30T00:45:47.430Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-30T00:45:47.430Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-30T00:45:47.689Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-30T00:45:47.689Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-30T00:45:47.689Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-30T00:45:47.689Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-30T00:45:47.689Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-30T00:45:47.689Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-30T00:45:47.689Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-30T00:45:47.689Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-30T00:45:47.689Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-30T00:45:47.689Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-30T00:45:47.689Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-30T00:45:47.689Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-30T00:45:47.689Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-30T00:45:47.689Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-30T00:45:47.948Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-30T00:45:47.948Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-30T00:45:47.948Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-30T00:45:47.948Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-30T00:45:47.948Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-30T00:45:47.948Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-30T00:45:47.948Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-30T00:45:47.948Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-30T00:45:47.948Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-30T00:45:47.948Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-30T00:45:47.948Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-30T00:45:47.948Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-30T00:45:47.948Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-30T00:45:47.948Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-30T00:45:47.948Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-30T00:45:47.948Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-30T00:45:47.948Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-30T00:45:47.948Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-30T00:45:47.948Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-30T00:45:47.948Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-30T00:45:47.948Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-30T00:45:47.948Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-30T00:45:47.948Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-30T00:45:47.948Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-30T00:45:47.948Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-30T00:45:47.948Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-30T00:45:47.948Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-30T00:45:47.948Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-30T00:45:47.948Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-30T00:45:48.210Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-30T00:45:48.210Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-30T00:45:48.210Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-30T00:45:48.210Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-30T00:45:48.210Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-30T00:45:48.210Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-30T00:45:48.210Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-30T00:45:48.210Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-30T00:45:48.210Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-30T00:45:48.210Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-30T00:45:48.210Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-30T00:45:48.210Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-30T00:45:48.210Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-30T00:45:48.210Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-30T00:45:48.210Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-30T00:45:48.210Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-30T00:45:48.210Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-30T00:45:48.210Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-30T00:45:48.470Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-30T00:45:48.470Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-30T00:45:48.470Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-30T00:45:48.470Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-30T00:45:48.470Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-30T00:45:48.470Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-30T00:45:48.470Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-30T00:45:49.040Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-30T00:45:49.300Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-30T00:45:49.560Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-30T00:45:49.561Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-30T00:45:49.822Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-30T00:45:49.822Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-30T00:45:49.822Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-30T00:45:49.822Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-30T00:45:49.822Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-30T00:45:50.082Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:45:50.082Z] Fetched 63.5 MB in 3s (18.4 MB/s) [2020-12-30T00:45:50.342Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:50.342Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:45:50.342Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:45:50.911Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:45:51.171Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:45:51.171Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-30T00:45:51.171Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-30T00:45:52.111Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:52.111Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:45:52.111Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:52.111Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:45:52.111Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:52.111Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:45:52.370Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:52.370Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:45:52.370Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:52.370Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:45:52.631Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:52.631Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:45:52.631Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:52.631Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:45:52.631Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:52.892Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:45:52.892Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:52.892Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-30T00:45:52.892Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:53.152Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:45:53.152Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:53.152Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:45:53.152Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:53.152Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:45:53.152Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-30T00:45:53.412Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-30T00:45:53.412Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:45:53.671Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:45:53.671Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:45:53.671Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:45:54.242Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-30T00:45:54.502Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-30T00:45:54.502Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-30T00:45:54.502Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-30T00:45:54.502Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-30T00:45:54.502Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-30T00:45:54.762Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-30T00:45:54.762Z] Installing new version of config file /etc/issue ... [2020-12-30T00:45:54.762Z] Installing new version of config file /etc/issue.net ... [2020-12-30T00:45:54.762Z] Installing new version of config file /etc/lsb-release ... [2020-12-30T00:45:54.762Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-30T00:45:55.023Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-30T00:45:55.023Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-30T00:45:55.291Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-30T00:45:55.291Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:55.291Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-30T00:45:55.291Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-30T00:45:55.551Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-30T00:45:55.552Z] 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 [2020-12-30T00:45:55.552Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:55.552Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:45:55.552Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-30T00:45:55.818Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:45:55.818Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:55.818Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-30T00:45:55.818Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-30T00:45:56.078Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-30T00:45:56.078Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:56.078Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-30T00:45:56.078Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-30T00:45:56.340Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-30T00:45:56.600Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:56.600Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:45:56.600Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:45:56.600Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-30T00:45:56.860Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:56.860Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:45:56.860Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:45:56.860Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-30T00:45:57.122Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:57.122Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-30T00:45:57.122Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-30T00:45:57.122Z] Setting up grep (3.1-2build1) ... [2020-12-30T00:45:57.382Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:57.382Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-30T00:45:57.382Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-30T00:45:57.382Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-30T00:45:57.643Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:57.643Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:45:57.643Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:45:57.643Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-30T00:45:57.903Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:57.903Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-30T00:45:57.903Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:45:58.474Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-30T00:45:58.474Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:45:58.474Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-30T00:45:58.736Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:45:59.310Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-30T00:45:59.310Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:45:59.310Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-30T00:45:59.310Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-30T00:46:00.249Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-30T00:46:00.509Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-30T00:46:00.509Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-30T00:46:00.509Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-30T00:46:00.779Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-30T00:46:00.779Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:00.779Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-30T00:46:00.779Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-30T00:46:01.039Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-30T00:46:01.039Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:01.039Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:46:01.039Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:46:01.299Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:46:01.299Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:01.299Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:46:01.299Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:46:01.299Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:46:01.559Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:01.560Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:46:01.716Z] 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 [2020-12-30T00:46:01.821Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:46:01.821Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:46:02.080Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:02.080Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:46:02.080Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:46:02.080Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:46:02.080Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:02.080Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:46:02.341Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:46:02.341Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:46:02.341Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:46:02.601Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-30T00:46:02.601Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:02.601Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-30T00:46:02.601Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:46:02.601Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-30T00:46:02.861Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:02.861Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:46:02.861Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:46:02.861Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:46:02.861Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:02.861Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:46:02.861Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:46:03.122Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:46:03.122Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:03.122Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:46:03.122Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:46:03.692Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:46:03.952Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-30T00:46:04.212Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-30T00:46:04.472Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:04.472Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-30T00:46:04.472Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-30T00:46:04.732Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:46:04.994Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-30T00:46:04.994Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-30T00:46:04.994Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-30T00:46:05.280Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-30T00:46:05.555Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:05.555Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-30T00:46:05.825Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-30T00:46:05.825Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-30T00:46:06.135Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:06.135Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-30T00:46:06.135Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:46:06.411Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:46:06.411Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:06.411Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-30T00:46:06.411Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:46:06.687Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:46:06.687Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:06.687Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-30T00:46:06.687Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:46:06.994Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:46:06.994Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:06.994Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-30T00:46:06.994Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-30T00:46:07.280Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-30T00:46:07.280Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-30T00:46:07.280Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:46:07.280Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:46:07.280Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-30T00:46:07.576Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:07.577Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-30T00:46:07.577Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-30T00:46:07.577Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-30T00:46:07.577Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:07.577Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-30T00:46:07.577Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-30T00:46:07.860Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-30T00:46:08.120Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:08.120Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-30T00:46:08.120Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-30T00:46:08.120Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-30T00:46:08.120Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:08.120Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-30T00:46:08.380Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-30T00:46:08.380Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-30T00:46:08.380Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:08.380Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-30T00:46:08.640Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-30T00:46:08.900Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-30T00:46:08.900Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:08.900Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-30T00:46:08.900Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-30T00:46:09.160Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-30T00:46:09.160Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:09.160Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-30T00:46:09.160Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-30T00:46:09.420Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-30T00:46:09.420Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:09.420Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-30T00:46:09.420Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-30T00:46:09.686Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-30T00:46:09.686Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:09.686Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-30T00:46:09.686Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-30T00:46:09.946Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-30T00:46:09.946Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:09.946Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-30T00:46:09.946Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-30T00:46:09.946Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-30T00:46:10.205Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-30T00:46:10.205Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-30T00:46:10.205Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-30T00:46:10.205Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-30T00:46:10.205Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-30T00:46:10.205Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-30T00:46:10.465Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-30T00:46:10.465Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-30T00:46:10.465Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-30T00:46:10.724Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-30T00:46:10.724Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-30T00:46:10.724Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-30T00:46:10.724Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-30T00:46:10.984Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-30T00:46:10.984Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-30T00:46:10.984Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-30T00:46:11.247Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-30T00:46:11.248Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-30T00:46:11.248Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-30T00:46:11.248Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-30T00:46:11.508Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-30T00:46:11.508Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-30T00:46:11.508Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-30T00:46:11.774Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-30T00:46:11.774Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-30T00:46:11.774Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-30T00:46:11.774Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-30T00:46:11.864Z] Removing intermediate container 94ed4ebb31af [2020-12-30T00:46:11.864Z] ---> 9557b23d50a5 [2020-12-30T00:46:11.864Z] [2020-12-30T00:46:11.864Z] Step 10/22 : FROM alpine:3.10 [2020-12-30T00:46:11.864Z] 3.10: Pulling from library/alpine [2020-12-30T00:46:12.351Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-30T00:46:12.352Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-30T00:46:13.290Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-30T00:46:13.290Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-30T00:46:13.290Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-30T00:46:13.290Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-30T00:46:13.290Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:46:13.550Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:46:13.810Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:46:13.810Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:46:13.854Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-30T00:46:13.854Z] Status: Downloaded newer image for alpine:3.10 [2020-12-30T00:46:13.854Z] ---> 536a684cf733 [2020-12-30T00:46:13.854Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:46:14.069Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:46:14.069Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:46:14.069Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-30T00:46:14.069Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-30T00:46:14.069Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:46:14.329Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:46:14.329Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:46:14.329Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:46:14.589Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:46:14.589Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:46:14.589Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:46:14.589Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:46:15.316Z] ---> Running in 0810dcf90995 [2020-12-30T00:46:15.931Z] Removing intermediate container 5a15cd41039c [2020-12-30T00:46:15.931Z] ---> c07b5fefd3d1 [2020-12-30T00:46:15.931Z] [2020-12-30T00:46:15.931Z] Step 10/21 : FROM alpine [2020-12-30T00:46:15.972Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:46:15.972Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:46:16.213Z] latest: Pulling from library/alpine [2020-12-30T00:46:16.213Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T00:46:16.213Z] Status: Downloaded newer image for alpine:latest [2020-12-30T00:46:16.213Z] ---> afeebe901d6b [2020-12-30T00:46:16.213Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-30T00:46:16.493Z] Removing intermediate container 05e7868e7ca3 [2020-12-30T00:46:16.493Z] ---> 9e201d39c674 [2020-12-30T00:46:16.493Z] [2020-12-30T00:46:16.493Z] Step 10/21 : FROM scratch [2020-12-30T00:46:16.493Z] ---> [2020-12-30T00:46:16.493Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:46:16.771Z] ---> Running in a41db9d435f3 [2020-12-30T00:46:16.771Z] ---> Running in ae5671c3980c [2020-12-30T00:46:16.911Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:46:16.911Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:46:17.763Z] Removing intermediate container ae5671c3980c [2020-12-30T00:46:17.763Z] ---> 53d582dde0df [2020-12-30T00:46:17.763Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-30T00:46:17.852Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:46:17.852Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:46:18.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:18.046Z] ---> Running in ec3491120aeb [2020-12-30T00:46:18.112Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:46:18.112Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:46:18.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:18.660Z] Removing intermediate container ec3491120aeb [2020-12-30T00:46:18.660Z] ---> d0f0169a3e5b [2020-12-30T00:46:18.660Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-30T00:46:18.938Z] ---> Running in ed2e4457fcd8 [2020-12-30T00:46:18.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:19.051Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-30T00:46:19.051Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-30T00:46:19.213Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T00:46:19.213Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T00:46:19.213Z] OK: 10171 distinct packages available [2020-12-30T00:46:19.312Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-30T00:46:19.312Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-30T00:46:19.312Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-30T00:46:19.312Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-30T00:46:19.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:19.488Z] Removing intermediate container ed2e4457fcd8 [2020-12-30T00:46:19.488Z] ---> b590c559b98e [2020-12-30T00:46:19.488Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-30T00:46:19.573Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-30T00:46:19.573Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-30T00:46:19.573Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-30T00:46:19.573Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-30T00:46:19.835Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-30T00:46:19.835Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-30T00:46:19.835Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-30T00:46:19.835Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-30T00:46:20.094Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-30T00:46:20.094Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-30T00:46:20.094Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:46:20.098Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T00:46:20.098Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:46:20.098Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:46:20.098Z] OK: 12615 distinct packages available [2020-12-30T00:46:20.098Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T00:46:20.098Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T00:46:20.098Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T00:46:20.353Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-30T00:46:20.353Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:46:20.353Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:46:20.353Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:46:20.353Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-30T00:46:20.353Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-30T00:46:20.353Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-30T00:46:20.373Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T00:46:20.373Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T00:46:20.373Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T00:46:20.613Z] [2020-12-30T00:46:20.613Z] Current default time zone: 'Etc/UTC' [2020-12-30T00:46:20.613Z] Local time is now: Wed Dec 30 00:46:20 UTC 2020. [2020-12-30T00:46:20.613Z] Universal Time is now: Wed Dec 30 00:46:20 UTC 2020. [2020-12-30T00:46:20.613Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-30T00:46:20.613Z] [2020-12-30T00:46:20.613Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-30T00:46:20.653Z] OK: 7 MiB in 19 packages [2020-12-30T00:46:20.653Z] ---> 705a90a3eac4 [2020-12-30T00:46:20.653Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-30T00:46:20.884Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:46:20.884Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-30T00:46:20.884Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-30T00:46:21.144Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-30T00:46:21.144Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-30T00:46:21.144Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-30T00:46:21.257Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-30T00:46:21.257Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:46:21.257Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-30T00:46:21.257Z] (4/4) Installing curl (7.69.1-r3) [2020-12-30T00:46:21.257Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:46:21.257Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T00:46:21.403Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-30T00:46:21.404Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-30T00:46:21.404Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-30T00:46:21.672Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:46:21.672Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-30T00:46:21.866Z] OK: 7 MiB in 18 packages [2020-12-30T00:46:22.242Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:46:22.501Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:46:22.501Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:46:22.501Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-30T00:46:22.501Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-30T00:46:22.767Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-30T00:46:22.767Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-30T00:46:22.767Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-30T00:46:22.767Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-30T00:46:22.767Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:46:22.767Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-30T00:46:22.864Z] ---> 36c5f5dc82fa [2020-12-30T00:46:23.145Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-30T00:46:24.135Z] Removing intermediate container 0810dcf90995 [2020-12-30T00:46:24.135Z] ---> d185da415eb0 [2020-12-30T00:46:24.135Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-30T00:46:24.135Z] ---> Running in 951bb8631d21 [2020-12-30T00:46:24.167Z] Updating certificates in /etc/ssl/certs... [2020-12-30T00:46:24.741Z] ---> 0ec389e401fe [2020-12-30T00:46:24.741Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-30T00:46:25.019Z] ---> Running in 5dfded0d10a8 [2020-12-30T00:46:25.118Z] 22 added, 17 removed; done. [2020-12-30T00:46:25.118Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-30T00:46:25.118Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-30T00:46:25.118Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-30T00:46:25.118Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-30T00:46:25.118Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-30T00:46:25.295Z] Removing intermediate container 951bb8631d21 [2020-12-30T00:46:25.295Z] ---> dddd53fa509a [2020-12-30T00:46:25.295Z] Step 13/22 : WORKDIR / [2020-12-30T00:46:25.379Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:46:25.379Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:46:25.379Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:46:25.379Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:46:25.379Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:46:25.379Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:46:25.379Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:46:25.379Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-30T00:46:25.379Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:46:25.379Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-30T00:46:25.575Z] ---> Running in 5e0d735a730a [2020-12-30T00:46:25.575Z] Removing intermediate container a41db9d435f3 [2020-12-30T00:46:25.575Z] ---> 383fbd88a6e6 [2020-12-30T00:46:25.575Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:46:25.644Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-30T00:46:25.644Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-30T00:46:25.644Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:46:25.644Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-30T00:46:25.644Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-30T00:46:25.644Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-30T00:46:25.644Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-30T00:46:25.851Z] ---> Running in 473e7a39473f [2020-12-30T00:46:25.851Z] Removing intermediate container 5dfded0d10a8 [2020-12-30T00:46:25.851Z] ---> 0a16dcc541a3 [2020-12-30T00:46:25.851Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:46:25.905Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:46:25.905Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-30T00:46:25.905Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-30T00:46:25.905Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-30T00:46:25.905Z] Updating certificates in /etc/ssl/certs... [2020-12-30T00:46:26.464Z] ---> Running in 3b96acde583e [2020-12-30T00:46:26.464Z] Removing intermediate container 5e0d735a730a [2020-12-30T00:46:26.464Z] ---> 7134bb781b7d [2020-12-30T00:46:26.464Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-30T00:46:26.480Z] 0 added, 0 removed; done. [2020-12-30T00:46:26.480Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-30T00:46:26.480Z] done. [2020-12-30T00:46:26.745Z] Removing intermediate container 473e7a39473f [2020-12-30T00:46:26.745Z] ---> 447456b4648c [2020-12-30T00:46:26.745Z] Step 13/21 : WORKDIR /edgex [2020-12-30T00:46:27.019Z] ---> Running in a7455ce94108 [2020-12-30T00:46:27.019Z] Removing intermediate container 3b96acde583e [2020-12-30T00:46:27.019Z] ---> aa6b97dbf3d2 [2020-12-30T00:46:27.019Z] Step 19/21 : LABEL arch=arm64 [2020-12-30T00:46:27.051Z] Reading package lists... [2020-12-30T00:46:27.296Z] ---> Running in 12040ceddf32 [2020-12-30T00:46:27.312Z] Building dependency tree... [2020-12-30T00:46:27.312Z] Reading state information... [2020-12-30T00:46:27.312Z] The following NEW packages will be installed: [2020-12-30T00:46:27.312Z] apt-transport-https [2020-12-30T00:46:27.572Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-30T00:46:27.572Z] Need to get 1696 B of archives. [2020-12-30T00:46:27.572Z] After this operation, 153 kB of additional disk space will be used. [2020-12-30T00:46:27.572Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-30T00:46:27.572Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:46:27.572Z] Fetched 1696 B in 0s (40.7 kB/s) [2020-12-30T00:46:27.572Z] Selecting previously unselected package apt-transport-https. [2020-12-30T00:46:27.572Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-30T00:46:27.572Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-30T00:46:27.572Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-30T00:46:27.576Z] ---> 1f98cae2358a [2020-12-30T00:46:27.576Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-30T00:46:27.834Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-30T00:46:27.853Z] Removing intermediate container a7455ce94108 [2020-12-30T00:46:27.853Z] ---> 7c374db2ba50 [2020-12-30T00:46:27.853Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-30T00:46:27.853Z] Removing intermediate container 12040ceddf32 [2020-12-30T00:46:27.853Z] ---> 0404e21bfd0e [2020-12-30T00:46:27.853Z] Step 20/21 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:46:28.094Z] Waiting for network to be ready... [2020-12-30T00:46:28.135Z] ---> Running in b1d32a79f8c7 [2020-12-30T00:46:29.125Z] Removing intermediate container b1d32a79f8c7 [2020-12-30T00:46:29.125Z] ---> 83a8471753ff [2020-12-30T00:46:29.125Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:46:29.724Z] ---> a1fe2a228db4 [2020-12-30T00:46:29.724Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-30T00:46:29.724Z] ---> a5c98a02d07e [2020-12-30T00:46:29.724Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-30T00:46:29.724Z] ---> Running in a252fdafa72b [2020-12-30T00:46:30.714Z] Removing intermediate container a252fdafa72b [2020-12-30T00:46:30.714Z] ---> 533eddb8c022 [2020-12-30T00:46:30.714Z] [2020-12-30T00:46:30.984Z] ---> 4800d0ca4874 [2020-12-30T00:46:30.984Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-30T00:46:31.259Z] Successfully built 533eddb8c022 [2020-12-30T00:46:31.535Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-30T00:46:31.535Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-12-30T00:46:31.535Z] ---> 04402ae4f28d [2020-12-30T00:46:31.535Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-30T00:46:32.532Z] ---> b41c1c79e220 [2020-12-30T00:46:32.532Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-30T00:46:32.808Z] ---> Running in 44db2f70254b [2020-12-30T00:46:34.681Z] 2020-12-30T00:46:31Z INFO Waiting for automatic snapd restart... [2020-12-30T00:46:34.681Z] snapd 2.48.1 from Canonical* installed [2020-12-30T00:46:34.843Z] ---> 40d09bc60d75 [2020-12-30T00:46:34.843Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-30T00:46:36.069Z] "snapd" switched to the "latest/stable" channel [2020-12-30T00:46:36.069Z] [2020-12-30T00:46:36.283Z] ---> Running in 0933a98940ed [2020-12-30T00:46:36.565Z] Removing intermediate container a98a29e21c8b [2020-12-30T00:46:36.565Z] ---> 09fc0820a705 [2020-12-30T00:46:36.565Z] [2020-12-30T00:46:36.565Z] Step 10/22 : FROM scratch [2020-12-30T00:46:36.565Z] ---> [2020-12-30T00:46:36.565Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:46:36.565Z] ---> Using cache [2020-12-30T00:46:36.565Z] ---> 53d582dde0df [2020-12-30T00:46:36.565Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-30T00:46:37.159Z] ---> Running in 991f96ef99ec [2020-12-30T00:46:37.159Z] Removing intermediate container 0933a98940ed [2020-12-30T00:46:37.159Z] ---> b44a4edf0874 [2020-12-30T00:46:37.159Z] Step 18/21 : CMD ["--init=true"] [2020-12-30T00:46:37.753Z] ---> Running in 82484525fd12 [2020-12-30T00:46:37.753Z] Removing intermediate container 44db2f70254b [2020-12-30T00:46:37.753Z] ---> e43f9b933ba2 [2020-12-30T00:46:37.753Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-30T00:46:38.030Z] Removing intermediate container 991f96ef99ec [2020-12-30T00:46:38.031Z] ---> 6c8689d5e230 [2020-12-30T00:46:38.031Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:46:38.031Z] ---> Running in 8f4d8890fb85 [2020-12-30T00:46:38.308Z] ---> Running in 69cab82fa9c8 [2020-12-30T00:46:38.583Z] Removing intermediate container 82484525fd12 [2020-12-30T00:46:38.583Z] ---> 3b2c994269e3 [2020-12-30T00:46:38.583Z] Step 19/21 : LABEL arch=arm64 [2020-12-30T00:46:38.583Z] ---> Running in 2125c99687ed [2020-12-30T00:46:38.860Z] Removing intermediate container 8f4d8890fb85 [2020-12-30T00:46:38.860Z] ---> 2177a973a864 [2020-12-30T00:46:38.860Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:46:38.860Z] Removing intermediate container 69cab82fa9c8 [2020-12-30T00:46:38.860Z] ---> 146e4f9bfd91 [2020-12-30T00:46:38.860Z] Step 14/22 : WORKDIR / [2020-12-30T00:46:38.860Z] ---> Running in beece27f9d02 [2020-12-30T00:46:39.136Z] ---> Running in 0248a18d58dd [2020-12-30T00:46:39.136Z] Removing intermediate container 2125c99687ed [2020-12-30T00:46:39.136Z] ---> dc2a967624e5 [2020-12-30T00:46:39.136Z] Step 20/21 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:46:39.410Z] ---> Running in a0e76e70e82e [2020-12-30T00:46:39.689Z] Removing intermediate container beece27f9d02 [2020-12-30T00:46:39.689Z] ---> 621408b04eb6 [2020-12-30T00:46:39.689Z] Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:46:39.961Z] Removing intermediate container 0248a18d58dd [2020-12-30T00:46:39.961Z] ---> 1eb200e382cf [2020-12-30T00:46:39.961Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-30T00:46:40.235Z] ---> Running in 42b0ab269fb3 [2020-12-30T00:46:40.275Z] core18 20201210 from Canonical* installed [2020-12-30T00:46:40.275Z] "core18" switched to the "latest/stable" channel [2020-12-30T00:46:40.275Z] [2020-12-30T00:46:40.510Z] Removing intermediate container a0e76e70e82e [2020-12-30T00:46:40.510Z] ---> 5f1b0fa6bb66 [2020-12-30T00:46:40.510Z] Step 21/21 : LABEL version=0.0.0 [2020-12-30T00:46:41.103Z] ---> Running in 29ee32d02089 [2020-12-30T00:46:41.103Z] ---> 2d6aeed5533d [2020-12-30T00:46:41.374Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-30T00:46:41.374Z] Removing intermediate container 42b0ab269fb3 [2020-12-30T00:46:41.374Z] ---> b057cdb3af1f [2020-12-30T00:46:41.374Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:46:41.978Z] ---> Running in de84330aee86 [2020-12-30T00:46:41.978Z] Removing intermediate container 29ee32d02089 [2020-12-30T00:46:41.978Z] ---> 76546e63e18e [2020-12-30T00:46:41.978Z] [2020-12-30T00:46:42.973Z] Successfully built 76546e63e18e [2020-12-30T00:46:43.250Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-30T00:46:43.251Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-30T00:46:43.251Z] Removing intermediate container de84330aee86 [2020-12-30T00:46:43.251Z] ---> 72125e544624 [2020-12-30T00:46:43.251Z] [2020-12-30T00:46:43.850Z] Successfully built 72125e544624 [2020-12-30T00:46:43.850Z] ---> e7e964425e34 [2020-12-30T00:46:43.850Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-30T00:46:43.850Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-30T00:46:43.850Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-12-30T00:46:44.832Z] Removing intermediate container 2a68c064006b [2020-12-30T00:46:44.832Z] ---> ff2550ce5742 [2020-12-30T00:46:44.832Z] [2020-12-30T00:46:44.832Z] Step 10/23 : FROM alpine [2020-12-30T00:46:44.832Z] ---> afeebe901d6b [2020-12-30T00:46:44.832Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:46:44.832Z] ---> dbfe13ceff69 [2020-12-30T00:46:44.832Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-30T00:46:45.102Z] ---> Running in df2c11a23ce0 [2020-12-30T00:46:45.102Z] ---> Running in 743d0a073528 [2020-12-30T00:46:45.562Z] snapcraft 4.4.4 from Canonical* installed [2020-12-30T00:46:45.562Z] "snapcraft" switched to the "latest/stable" channel [2020-12-30T00:46:45.562Z] [2020-12-30T00:46:45.697Z] Removing intermediate container df2c11a23ce0 [2020-12-30T00:46:45.697Z] ---> 495c89357d39 [2020-12-30T00:46:45.697Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-30T00:46:45.697Z] Removing intermediate container 743d0a073528 [2020-12-30T00:46:45.697Z] ---> 08a8503d8669 [2020-12-30T00:46:45.697Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:46:45.697Z] ---> Running in 78e5517124ef [2020-12-30T00:46:45.978Z] ---> Running in 4f29ede47ac2 [2020-12-30T00:46:46.581Z] Removing intermediate container 78e5517124ef [2020-12-30T00:46:46.581Z] ---> 27268e0cf280 [2020-12-30T00:46:46.581Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-30T00:46:46.581Z] Removing intermediate container 4f29ede47ac2 [2020-12-30T00:46:46.581Z] ---> f9bbc381964c [2020-12-30T00:46:46.581Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:46:46.857Z] ---> Running in 27f5a4644a43 [2020-12-30T00:46:47.453Z] ---> Running in e0289733ef7b [2020-12-30T00:46:48.053Z] Removing intermediate container 27f5a4644a43 [2020-12-30T00:46:48.053Z] ---> 3c6d8720fc60 [2020-12-30T00:46:48.053Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:46:48.327Z] Removing intermediate container e0289733ef7b [2020-12-30T00:46:48.327Z] ---> b2e0854dd7e5 [2020-12-30T00:46:48.598Z] Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:46:48.857Z] 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: [2020-12-30T00:46:48.857Z] - README.md [2020-12-30T00:46:48.857Z] [2020-12-30T00:46:48.857Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-30T00:46:48.873Z] ---> Running in 9720631716c3 [2020-12-30T00:46:49.474Z] ---> Running in 4729d27de43f [2020-12-30T00:46:50.910Z] Removing intermediate container 4729d27de43f [2020-12-30T00:46:50.910Z] ---> fbf762c9b37c [2020-12-30T00:46:50.910Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:46:51.507Z] ---> Running in b6c03deeb3c7 [2020-12-30T00:46:52.950Z] Removing intermediate container b6c03deeb3c7 [2020-12-30T00:46:52.950Z] ---> bd9a6055b149 [2020-12-30T00:46:52.950Z] [2020-12-30T00:46:53.224Z] Removing intermediate container 9720631716c3 [2020-12-30T00:46:53.224Z] ---> ad5af4dc97ba [2020-12-30T00:46:53.224Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-30T00:46:53.224Z] Successfully built bd9a6055b149 [2020-12-30T00:46:53.224Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-30T00:46:53.224Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-12-30T00:46:53.494Z] ---> Running in e77ac6fdb1ae [2020-12-30T00:46:54.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:55.435Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:46:55.435Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-30T00:46:55.435Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-30T00:46:55.435Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-30T00:46:55.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:46:56.498Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-30T00:46:56.498Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-30T00:46:56.498Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-30T00:46:56.774Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-30T00:46:56.818Z] Reading package lists... [2020-12-30T00:46:57.048Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-30T00:46:57.048Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:46:57.048Z] OK: 8 MiB in 19 packages [2020-12-30T00:46:57.388Z] 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 [2020-12-30T00:46:58.489Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:46:58.489Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:46:58.489Z] ---> a13f89d2c250 [2020-12-30T00:46:58.489Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:46:58.489Z] ---> Using cache [2020-12-30T00:46:58.489Z] ---> 2417c0972414 [2020-12-30T00:46:58.489Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:46:58.489Z] ---> Using cache [2020-12-30T00:46:58.489Z] ---> 000ae9bd51a0 [2020-12-30T00:46:58.489Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-30T00:47:00.466Z] ---> Running in 9d80fb31292c [2020-12-30T00:47:00.739Z] Removing intermediate container e77ac6fdb1ae [2020-12-30T00:47:00.740Z] ---> c7a40b3f06a0 [2020-12-30T00:47:00.740Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-30T00:47:02.178Z] ---> a27f59199dd3 [2020-12-30T00:47:02.178Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-30T00:47:02.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:03.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:03.616Z] ---> 925ebde641f6 [2020-12-30T00:47:03.616Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-30T00:47:03.971Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:47:03.971Z] Reading package lists... [2020-12-30T00:47:03.971Z] Building dependency tree... [2020-12-30T00:47:03.971Z] Reading state information... [2020-12-30T00:47:03.971Z] Suggested packages: [2020-12-30T00:47:03.971Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-30T00:47:03.971Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-30T00:47:03.971Z] Recommended packages: [2020-12-30T00:47:03.971Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-30T00:47:03.971Z] The following NEW packages will be installed: [2020-12-30T00:47:03.971Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-30T00:47:03.971Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-30T00:47:03.971Z] pkg-config zip [2020-12-30T00:47:03.971Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-30T00:47:03.971Z] Need to get 7655 kB of archives. [2020-12-30T00:47:03.971Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-30T00:47:03.971Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-30T00:47:03.971Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-30T00:47:03.971Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-30T00:47:04.236Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-30T00:47:04.236Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-30T00:47:04.236Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-30T00:47:04.236Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-30T00:47:04.236Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-30T00:47:04.236Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-30T00:47:04.236Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-30T00:47:04.497Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-30T00:47:04.497Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-30T00:47:04.609Z] ---> 220864b064c5 [2020-12-30T00:47:04.609Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-30T00:47:04.609Z] ---> Running in 15ca3b23d6b4 [2020-12-30T00:47:04.759Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-30T00:47:04.759Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-30T00:47:04.759Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-30T00:47:04.759Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-30T00:47:05.023Z] Fetched 7655 kB in 1s (8302 kB/s) [2020-12-30T00:47:05.023Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-30T00:47:05.023Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-30T00:47:05.023Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-30T00:47:05.023Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-30T00:47:05.287Z] Selecting previously unselected package libpsl5:amd64. [2020-12-30T00:47:05.287Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-30T00:47:05.287Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-30T00:47:05.287Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-30T00:47:05.287Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-30T00:47:05.287Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-30T00:47:05.287Z] Selecting previously unselected package librtmp1:amd64. [2020-12-30T00:47:05.287Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-30T00:47:05.287Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-30T00:47:05.548Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-30T00:47:05.548Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-30T00:47:05.548Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-30T00:47:05.548Z] Selecting previously unselected package liberror-perl. [2020-12-30T00:47:05.548Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-30T00:47:05.548Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-30T00:47:05.548Z] Selecting previously unselected package git-man. [2020-12-30T00:47:05.548Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-30T00:47:05.548Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:47:05.743Z] Removing intermediate container 15ca3b23d6b4 [2020-12-30T00:47:05.743Z] ---> e8f328f8e032 [2020-12-30T00:47:05.743Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:47:05.823Z] Selecting previously unselected package git. [2020-12-30T00:47:05.824Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-30T00:47:05.824Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:47:06.038Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:47:06.038Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:47:06.038Z] OK: 12620 distinct packages available [2020-12-30T00:47:06.038Z] ---> Running in 97101fa85358 [2020-12-30T00:47:06.540Z] Selecting previously unselected package libnorm1:amd64. [2020-12-30T00:47:06.540Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-30T00:47:06.540Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-30T00:47:06.811Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-30T00:47:06.811Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-30T00:47:06.811Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-30T00:47:06.811Z] Selecting previously unselected package libsodium23:amd64. [2020-12-30T00:47:06.811Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-30T00:47:06.811Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-30T00:47:06.811Z] Selecting previously unselected package libzmq5:amd64. [2020-12-30T00:47:06.811Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-30T00:47:06.811Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:47:06.811Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-30T00:47:06.811Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-30T00:47:06.811Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:47:07.072Z] Selecting previously unselected package pkg-config. [2020-12-30T00:47:07.072Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-30T00:47:07.072Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-30T00:47:07.072Z] Selecting previously unselected package zip. [2020-12-30T00:47:07.072Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-30T00:47:07.072Z] Unpacking zip (3.0-11build1) ... [2020-12-30T00:47:07.099Z] OK: 217 MiB in 51 packages [2020-12-30T00:47:07.331Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-30T00:47:07.331Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:47:07.331Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-30T00:47:07.331Z] Setting up liberror-perl (0.17025-1) ... [2020-12-30T00:47:07.331Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-30T00:47:07.331Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-30T00:47:07.331Z] No schema files found: doing nothing. [2020-12-30T00:47:07.331Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-30T00:47:07.378Z] Removing intermediate container 97101fa85358 [2020-12-30T00:47:07.378Z] ---> 05619b0c5764 [2020-12-30T00:47:07.378Z] Step 21/23 : LABEL arch=arm64 [2020-12-30T00:47:07.593Z] Setting up zip (3.0-11build1) ... [2020-12-30T00:47:07.593Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-30T00:47:07.593Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-30T00:47:07.593Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-30T00:47:07.593Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:47:07.593Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-30T00:47:07.593Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-30T00:47:07.593Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-30T00:47:07.854Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-30T00:47:08.356Z] ---> Running in 14cb7000ae16 [2020-12-30T00:47:09.336Z] Removing intermediate container 14cb7000ae16 [2020-12-30T00:47:09.336Z] ---> 787820a361e0 [2020-12-30T00:47:09.336Z] Step 22/23 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:47:09.336Z] Removing intermediate container 9d80fb31292c [2020-12-30T00:47:09.336Z] ---> 190933af3448 [2020-12-30T00:47:09.336Z] Step 6/24 : COPY go.mod . [2020-12-30T00:47:09.617Z] ---> Running in 66e675fa1a39 [2020-12-30T00:47:10.595Z] Removing intermediate container 66e675fa1a39 [2020-12-30T00:47:10.595Z] ---> bfff43a9c0ad [2020-12-30T00:47:10.595Z] Step 23/23 : LABEL version=0.0.0 [2020-12-30T00:47:10.900Z] ---> 36cc4775d2f1 [2020-12-30T00:47:10.900Z] Step 7/24 : RUN go mod download [2020-12-30T00:47:11.176Z] ---> Running in d57d30b51c85 [2020-12-30T00:47:11.454Z] ---> Running in 5ecb3c3d4123 [2020-12-30T00:47:12.060Z] Removing intermediate container d57d30b51c85 [2020-12-30T00:47:12.060Z] ---> ff6e5845752e [2020-12-30T00:47:12.060Z] [2020-12-30T00:47:12.662Z] Successfully built ff6e5845752e [2020-12-30T00:47:12.662Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-30T00:47:12.662Z] Building docker-security-bootstrapper-go [2020-12-30T00:47:14.441Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:47:14.441Z] git set to automatically installed. [2020-12-30T00:47:14.441Z] git-man set to automatically installed. [2020-12-30T00:47:14.441Z] libcurl3-gnutls set to automatically installed. [2020-12-30T00:47:14.441Z] liberror-perl set to automatically installed. [2020-12-30T00:47:14.441Z] libglib2.0-0 set to automatically installed. [2020-12-30T00:47:14.441Z] libnghttp2-14 set to automatically installed. [2020-12-30T00:47:14.441Z] libnorm1 set to automatically installed. [2020-12-30T00:47:14.441Z] libpgm-5.2-0 set to automatically installed. [2020-12-30T00:47:14.441Z] libpsl5 set to automatically installed. [2020-12-30T00:47:14.441Z] librtmp1 set to automatically installed. [2020-12-30T00:47:14.441Z] libsodium23 set to automatically installed. [2020-12-30T00:47:14.441Z] libzmq3-dev set to automatically installed. [2020-12-30T00:47:14.441Z] libzmq5 set to automatically installed. [2020-12-30T00:47:14.441Z] pkg-config set to automatically installed. [2020-12-30T00:47:14.441Z] zip set to automatically installed. [2020-12-30T00:47:14.636Z]  Building docker-core-data-go ... done Removing intermediate container 5ecb3c3d4123 [2020-12-30T00:47:14.636Z] ---> 52b236e4e298 [2020-12-30T00:47:14.636Z] Step 8/24 : COPY . . [2020-12-30T00:47:15.823Z] snapd is not logged in, snap install commands will use sudo [2020-12-30T00:47:22.411Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-30T00:47:22.671Z] snap "core18" has no updates available [2020-12-30T00:47:23.240Z] Pulling config-common [2020-12-30T00:47:24.619Z] Pulling go-build-helper [2020-12-30T00:47:29.721Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:47:29.721Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:47:29.721Z] ---> a13f89d2c250 [2020-12-30T00:47:29.721Z] Step 3/27 : WORKDIR /edgex-go [2020-12-30T00:47:29.721Z] ---> Using cache [2020-12-30T00:47:29.721Z] ---> 2417c0972414 [2020-12-30T00:47:29.721Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:47:29.721Z] ---> Using cache [2020-12-30T00:47:29.721Z] ---> 000ae9bd51a0 [2020-12-30T00:47:29.721Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-30T00:47:29.721Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:47:29.721Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:47:29.721Z] ---> a13f89d2c250 [2020-12-30T00:47:29.721Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T00:47:29.721Z] ---> Using cache [2020-12-30T00:47:29.721Z] ---> 2417c0972414 [2020-12-30T00:47:29.721Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:47:29.721Z] ---> Using cache [2020-12-30T00:47:29.721Z] ---> 000ae9bd51a0 [2020-12-30T00:47:29.721Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T00:47:35.122Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T00:47:35.122Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:47:35.122Z] ---> a13f89d2c250 [2020-12-30T00:47:35.122Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T00:47:35.122Z] ---> Using cache [2020-12-30T00:47:35.122Z] ---> 2417c0972414 [2020-12-30T00:47:35.122Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:47:35.122Z] ---> Using cache [2020-12-30T00:47:35.122Z] ---> 000ae9bd51a0 [2020-12-30T00:47:35.122Z] Step 5/24 : RUN apk update && apk add make git [2020-12-30T00:47:36.549Z] ---> Running in 7a4ecc817add [2020-12-30T00:47:36.549Z] ---> Running in 04f58aa34dc0 [2020-12-30T00:47:36.549Z] ---> Running in 55004eb69805 [2020-12-30T00:47:36.549Z] ---> ceac26647506 [2020-12-30T00:47:36.549Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-30T00:47:37.163Z] ---> Running in be82f8acbab6 [2020-12-30T00:47:39.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:39.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:39.157Z] 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 [2020-12-30T00:47:39.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:40.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:40.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:40.042Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2020-12-30T00:47:40.042Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2020-12-30T00:47:40.042Z] ---> a13f89d2c250 [2020-12-30T00:47:40.042Z] Step 3/32 : WORKDIR /edgex-go [2020-12-30T00:47:40.042Z] ---> Using cache [2020-12-30T00:47:40.042Z] ---> 2417c0972414 [2020-12-30T00:47:40.042Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T00:47:40.042Z] ---> Using cache [2020-12-30T00:47:40.042Z] ---> 000ae9bd51a0 [2020-12-30T00:47:40.042Z] Step 5/32 : RUN apk add --update --no-cache make git [2020-12-30T00:47:40.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:40.595Z] ---> Running in c0c0a50085c3 [2020-12-30T00:47:41.195Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:47:41.195Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:47:41.195Z] OK: 12620 distinct packages available [2020-12-30T00:47:41.195Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:47:41.195Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:47:41.195Z] OK: 12620 distinct packages available [2020-12-30T00:47:41.792Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T00:47:41.792Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T00:47:41.792Z] OK: 12620 distinct packages available [2020-12-30T00:47:41.792Z] OK: 217 MiB in 51 packages [2020-12-30T00:47:42.423Z] OK: 217 MiB in 51 packages [2020-12-30T00:47:42.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:42.711Z] OK: 217 MiB in 51 packages [2020-12-30T00:47:43.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:47:44.319Z] OK: 217 MiB in 51 packages [2020-12-30T00:47:44.319Z] Removing intermediate container 04f58aa34dc0 [2020-12-30T00:47:44.319Z] ---> d57625734467 [2020-12-30T00:47:44.319Z] Step 6/27 : COPY go.mod . [2020-12-30T00:47:44.921Z] Removing intermediate container 7a4ecc817add [2020-12-30T00:47:44.921Z] ---> 15279698e953 [2020-12-30T00:47:44.921Z] Step 6/24 : COPY go.mod . [2020-12-30T00:47:44.921Z] Removing intermediate container 55004eb69805 [2020-12-30T00:47:45.197Z] ---> 38c2c76c982c [2020-12-30T00:47:45.197Z] Step 6/22 : COPY go.mod . [2020-12-30T00:47:46.645Z] Removing intermediate container c0c0a50085c3 [2020-12-30T00:47:46.645Z] ---> 81ffae49f873 [2020-12-30T00:47:46.645Z] Step 6/32 : COPY go.mod . [2020-12-30T00:47:46.645Z] ---> e91552176c99 [2020-12-30T00:47:46.645Z] Step 7/27 : RUN go mod download [2020-12-30T00:47:46.645Z] ---> Running in 2cc545022fcf [2020-12-30T00:47:46.920Z] ---> 4367a57ad569 [2020-12-30T00:47:46.920Z] Step 7/24 : RUN go mod download [2020-12-30T00:47:47.196Z] ---> a367f3b20055 [2020-12-30T00:47:47.197Z] Step 7/22 : RUN go mod download [2020-12-30T00:47:47.470Z] ---> Running in 0a6954232c68 [2020-12-30T00:47:47.470Z] ---> Running in 69ee7bd74bb3 [2020-12-30T00:47:47.760Z] ---> 61f76be7360c [2020-12-30T00:47:47.760Z] Step 7/32 : RUN go mod download [2020-12-30T00:47:48.036Z] ---> Running in 2337dd33aed2 [2020-12-30T00:47:51.231Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-30T00:47:51.231Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-30T00:47:51.231Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-30T00:47:51.231Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-30T00:47:51.231Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-30T00:47:51.231Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-30T00:47:51.231Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-30T00:47:51.231Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-30T00:47:51.231Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-30T00:47:51.231Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-30T00:47:51.231Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-30T00:47:51.231Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-30T00:47:51.231Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-30T00:47:51.231Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-30T00:47:51.231Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-30T00:47:51.231Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-30T00:47:51.231Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-30T00:47:51.231Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-30T00:47:51.231Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-30T00:47:51.231Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-30T00:47:51.231Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-30T00:47:51.231Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-30T00:47:51.231Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-30T00:47:51.231Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-30T00:47:51.231Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-30T00:47:51.231Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-30T00:47:51.231Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-30T00:47:51.231Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-30T00:47:51.231Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-30T00:47:51.231Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-30T00:47:51.231Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-30T00:47:51.231Z] Fetched 279 kB in 0s (0 B/s) [2020-12-30T00:47:51.231Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-30T00:47:51.231Z] Fetched 122 kB in 0s (0 B/s) [2020-12-30T00:47:51.231Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-30T00:47:51.231Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-30T00:47:51.231Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-30T00:47:51.231Z] Fetched 8848 B in 0s (0 B/s) [2020-12-30T00:47:51.231Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-30T00:47:51.231Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-30T00:47:51.231Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-30T00:47:51.231Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-30T00:47:51.232Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-30T00:47:51.232Z] Fetched 214 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-30T00:47:51.232Z] Fetched 155 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-30T00:47:51.232Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-30T00:47:51.232Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-30T00:47:51.232Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-30T00:47:51.232Z] Fetched 499 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-30T00:47:51.232Z] Fetched 111 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-30T00:47:51.232Z] Fetched 240 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-30T00:47:51.232Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-30T00:47:51.232Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-30T00:47:51.232Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-30T00:47:51.232Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-30T00:47:51.232Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-30T00:47:51.232Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-30T00:47:51.232Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-30T00:47:51.232Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-30T00:47:51.232Z] Fetched 8720 B in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-30T00:47:51.232Z] Fetched 137 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-30T00:47:51.232Z] Fetched 119 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-30T00:47:51.232Z] Fetched 109 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-30T00:47:51.232Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-30T00:47:51.232Z] Fetched 645 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-30T00:47:51.232Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-30T00:47:51.232Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-30T00:47:51.232Z] Fetched 368 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-30T00:47:51.232Z] Fetched 187 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-30T00:47:51.232Z] Fetched 175 kB in 0s (0 B/s) [2020-12-30T00:47:51.232Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-30T00:47:51.801Z] Fetched 206 kB in 0s (0 B/s) [2020-12-30T00:47:51.801Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-30T00:47:51.801Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-30T00:47:51.801Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-30T00:47:51.801Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-30T00:47:51.801Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-30T00:47:51.801Z] Fetched 159 kB in 0s (0 B/s) [2020-12-30T00:47:51.801Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-30T00:47:51.801Z] Fetched 107 kB in 0s (0 B/s) [2020-12-30T00:47:51.801Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-30T00:47:51.801Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-30T00:47:51.801Z] Pulling static-packages [2020-12-30T00:47:53.185Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-30T00:47:53.185Z] Skipping pull go-build-helper (already ran) [2020-12-30T00:47:53.185Z] Skipping pull static-packages (already ran) [2020-12-30T00:47:53.185Z] Building go-build-helper [2020-12-30T00:47:54.776Z] Removing intermediate container 2cc545022fcf [2020-12-30T00:47:54.776Z] ---> 838cb7856d04 [2020-12-30T00:47:54.776Z] Step 8/27 : COPY . . [2020-12-30T00:47:54.776Z] Removing intermediate container 0a6954232c68 [2020-12-30T00:47:54.776Z] ---> a589b2e7875d [2020-12-30T00:47:54.776Z] Step 8/24 : COPY . . [2020-12-30T00:47:54.776Z] Removing intermediate container 69ee7bd74bb3 [2020-12-30T00:47:54.776Z] ---> 5a0ae6f2ae12 [2020-12-30T00:47:54.776Z] Step 8/22 : COPY . . [2020-12-30T00:47:55.376Z] Removing intermediate container 2337dd33aed2 [2020-12-30T00:47:55.376Z] ---> 6c12f322f9bb [2020-12-30T00:47:55.376Z] Step 8/32 : COPY . . [2020-12-30T00:47:57.380Z] Building static-packages [2020-12-30T00:47:59.288Z] Staging go-build-helper [2020-12-30T00:48:00.227Z] Staging static-packages [2020-12-30T00:48:01.606Z] Pulling go115 [2020-12-30T00:48:02.554Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-30T00:48:02.554Z] Skipping pull go115 (already ran) [2020-12-30T00:48:02.554Z] Building go115 [2020-12-30T00:48:02.554Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-30T00:48:02.554Z] Dload Upload Total Spent Left Speed [2020-12-30T00:48:05.686Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 12555 0 0 99642 0 0:20:15 --:--:-- 0:20:15 98858 26 115M 26 30.9M 0 0 27.5M 0 0:00:04 0:00:01 0:00:03 27.5M 58 115M 58 67.2M 0 0 31.6M 0 0:00:03 0:00:02 0:00:01 31.6M 92 115M 92 106M 0 0 34.1M 0 0:00:03 0:00:03 --:--:-- 34.1M 100 115M 100 115M 0 0 34.7M 0 0:00:03 0:00:03 --:--:-- 34.7M [2020-12-30T00:48:06.626Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-30T00:48:11.913Z] Staging go115 [2020-12-30T00:48:18.486Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-30T00:48:18.486Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-30T00:48:18.486Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-30T00:48:18.486Z] Fetched 0 B in 0s (0 B/s) [2020-12-30T00:48:18.486Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-30T00:48:18.486Z] Fetched 224 kB in 0s (0 B/s) [2020-12-30T00:48:18.486Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-30T00:48:18.486Z] Fetched 157 kB in 0s (0 B/s) [2020-12-30T00:48:18.486Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-30T00:48:18.486Z] Fetched 221 kB in 0s (0 B/s) [2020-12-30T00:48:18.486Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-30T00:48:18.486Z] Fetched 143 kB in 0s (0 B/s) [2020-12-30T00:48:18.486Z] Pulling edgex-go [2020-12-30T00:48:19.425Z] Pulling version [2020-12-30T00:48:20.365Z] Building config-common [2020-12-30T00:48:22.905Z] Skipping build go-build-helper (already ran) [2020-12-30T00:48:22.905Z] Skipping build static-packages (already ran) [2020-12-30T00:48:22.905Z] Skipping build go115 (already ran) [2020-12-30T00:48:22.905Z] Building edgex-go [2020-12-30T00:48:23.474Z] 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 [2020-12-30T00:48:24.418Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-30T00:48:24.418Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 [2020-12-30T00:48:24.418Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2020-12-30T00:48:24.418Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-30T00:48:24.418Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-30T00:48:24.678Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2020-12-30T00:48:24.678Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-30T00:48:24.678Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-30T00:48:24.678Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-30T00:48:24.678Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-30T00:48:24.678Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2020-12-30T00:48:24.678Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-30T00:48:24.678Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-30T00:48:24.678Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-30T00:48:24.678Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-30T00:48:24.678Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-30T00:48:24.678Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-30T00:48:24.678Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-30T00:48:24.678Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-30T00:48:24.678Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-30T00:48:24.678Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-30T00:48:24.940Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-30T00:48:24.940Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-30T00:48:24.940Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-30T00:48:24.940Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-30T00:48:24.940Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-30T00:48:25.200Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-30T00:48:25.200Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-30T00:48:25.200Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-30T00:48:27.765Z] ---> 50a22200744f [2020-12-30T00:48:27.766Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-30T00:48:27.766Z] ---> 99224cfa0978 [2020-12-30T00:48:27.766Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-30T00:48:27.766Z] ---> 7c81647d7972 [2020-12-30T00:48:27.766Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T00:48:27.766Z] ---> 19af4610e793 [2020-12-30T00:48:27.766Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-30T00:48:27.766Z] ---> Running in de596ce62756 [2020-12-30T00:48:27.766Z] ---> Running in 9433dfca5233 [2020-12-30T00:48:27.766Z] ---> Running in 7041dced016e [2020-12-30T00:48:27.766Z] ---> Running in a85905b3498f [2020-12-30T00:48:27.766Z] Removing intermediate container be82f8acbab6 [2020-12-30T00:48:27.766Z] ---> d4dd234dc22b [2020-12-30T00:48:27.766Z] [2020-12-30T00:48:27.766Z] Step 10/24 : FROM scratch [2020-12-30T00:48:27.766Z] ---> [2020-12-30T00:48:27.766Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-30T00:48:27.766Z] 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 [2020-12-30T00:48:27.766Z] ---> Running in 7c9c8c19f78c [2020-12-30T00:48:28.038Z] 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 [2020-12-30T00:48:28.319Z] 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 [2020-12-30T00:48:28.319Z] 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 [2020-12-30T00:48:28.607Z] Removing intermediate container 7c9c8c19f78c [2020-12-30T00:48:28.607Z] ---> e0b38a6ed9b1 [2020-12-30T00:48:28.607Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-30T00:48:28.607Z] ---> Running in 2254e94ae588 [2020-12-30T00:48:29.590Z] Removing intermediate container 2254e94ae588 [2020-12-30T00:48:29.590Z] ---> ea9bc2977ec3 [2020-12-30T00:48:29.590Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-30T00:48:29.590Z] ---> Running in 8b88145ed232 [2020-12-30T00:48:29.871Z] Removing intermediate container 8b88145ed232 [2020-12-30T00:48:29.871Z] ---> f31aa3a963a5 [2020-12-30T00:48:29.871Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-30T00:48:31.321Z] ---> 05185a11a58a [2020-12-30T00:48:31.322Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-30T00:48:32.777Z] ---> c2dff8c5b7b6 [2020-12-30T00:48:32.777Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-30T00:48:33.355Z] 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 [2020-12-30T00:48:34.762Z] ---> 4c13f1038a07 [2020-12-30T00:48:34.762Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-30T00:48:35.742Z] ---> f56a45504206 [2020-12-30T00:48:35.742Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-30T00:48:37.738Z] ---> c6523f2d6477 [2020-12-30T00:48:37.738Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-30T00:48:38.638Z] 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 [2020-12-30T00:48:38.638Z] 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 [2020-12-30T00:48:38.722Z] ---> 1f30f5c86765 [2020-12-30T00:48:38.722Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-30T00:48:38.722Z] ---> Running in 4ccbfc9c6e27 [2020-12-30T00:48:39.709Z] Removing intermediate container 4ccbfc9c6e27 [2020-12-30T00:48:39.709Z] ---> acf4aa836dbf [2020-12-30T00:48:39.709Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:48:39.709Z] ---> Running in 9fa9838e0c48 [2020-12-30T00:48:40.028Z] 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 [2020-12-30T00:48:40.288Z] 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 [2020-12-30T00:48:40.288Z] go: downloading github.com/stretchr/testify v1.6.1 [2020-12-30T00:48:40.316Z] Removing intermediate container 9fa9838e0c48 [2020-12-30T00:48:40.316Z] ---> 047ef201e73a [2020-12-30T00:48:40.316Z] Step 22/24 : LABEL arch=arm64 [2020-12-30T00:48:40.316Z] ---> Running in 7ce21d46181c [2020-12-30T00:48:40.548Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-12-30T00:48:40.548Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-30T00:48:40.548Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-30T00:48:41.306Z] Removing intermediate container 7ce21d46181c [2020-12-30T00:48:41.306Z] ---> 0c3834e9cdba [2020-12-30T00:48:41.306Z] Step 23/24 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:48:41.306Z] ---> Running in da0ace821714 [2020-12-30T00:48:41.914Z] Removing intermediate container da0ace821714 [2020-12-30T00:48:41.914Z] ---> 90ffb1690eef [2020-12-30T00:48:41.914Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:48:42.191Z] ---> Running in 9aeebc187759 [2020-12-30T00:48:42.462Z] 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 [2020-12-30T00:48:42.462Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-30T00:48:42.462Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-30T00:48:42.790Z] Removing intermediate container 9aeebc187759 [2020-12-30T00:48:42.790Z] ---> b534cf2077a3 [2020-12-30T00:48:42.790Z] [2020-12-30T00:48:43.389Z] Successfully built b534cf2077a3 [2020-12-30T00:48:43.389Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-30T00:48:43.399Z] 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 [2020-12-30T00:48:43.399Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-30T00:48:44.781Z] 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 [2020-12-30T00:48:44.781Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-30T00:48:46.162Z] 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 [2020-12-30T00:48:46.732Z] 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 [2020-12-30T00:48:47.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-30T00:48:48.613Z] 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 [2020-12-30T00:48:48.614Z] go: downloading github.com/lib/pq v1.9.0 [2020-12-30T00:48:52.825Z] Building version [2020-12-30T00:48:54.734Z] Staging config-common [2020-12-30T00:48:56.123Z] Skipping stage go-build-helper (already ran) [2020-12-30T00:48:56.123Z] Skipping stage static-packages (already ran) [2020-12-30T00:48:56.123Z] Skipping stage go115 (already ran) [2020-12-30T00:48:56.123Z] Staging edgex-go [2020-12-30T00:48:57.199Z] Staging version [2020-12-30T00:48:57.872Z] Priming config-common [2020-12-30T00:48:59.254Z] Priming go-build-helper [2020-12-30T00:49:00.193Z] Priming static-packages [2020-12-30T00:49:02.738Z] Priming go115 [2020-12-30T00:49:03.309Z] Priming edgex-go [2020-12-30T00:49:04.689Z] Priming version [2020-12-30T00:49:06.071Z] 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] } [2020-12-30T00:49:40.049Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T00:49:40.049Z] 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 [2020-12-30T00:49:46.880Z] Removing intermediate container 7041dced016e [2020-12-30T00:49:46.880Z] ---> 18607965589b [2020-12-30T00:49:46.880Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-30T00:49:46.880Z] Removing intermediate container a85905b3498f [2020-12-30T00:49:46.880Z] ---> 8c1795712474 [2020-12-30T00:49:46.880Z] [2020-12-30T00:49:46.880Z] Step 10/22 : FROM scratch [2020-12-30T00:49:46.880Z] ---> [2020-12-30T00:49:46.880Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T00:49:46.880Z] Removing intermediate container de596ce62756 [2020-12-30T00:49:46.880Z] ---> 2171f1b7eea6 [2020-12-30T00:49:46.880Z] [2020-12-30T00:49:46.880Z] Step 10/24 : FROM alpine:3.10 [2020-12-30T00:49:46.880Z] ---> 536a684cf733 [2020-12-30T00:49:46.880Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T00:49:46.880Z] ---> Using cache [2020-12-30T00:49:46.880Z] ---> d185da415eb0 [2020-12-30T00:49:46.880Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T00:49:46.880Z] ---> Using cache [2020-12-30T00:49:46.880Z] ---> 53d582dde0df [2020-12-30T00:49:46.880Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-30T00:49:46.880Z] ---> Running in 3d8cfc79fcf0 [2020-12-30T00:49:46.880Z] ---> Running in 4d9637a2c4f5 [2020-12-30T00:49:46.880Z] ---> Running in 35a149af5569 [2020-12-30T00:49:47.501Z] Removing intermediate container 4d9637a2c4f5 [2020-12-30T00:49:47.501Z] ---> a97e76f5e948 [2020-12-30T00:49:47.501Z] Step 13/24 : WORKDIR / [2020-12-30T00:49:47.780Z] Removing intermediate container 35a149af5569 [2020-12-30T00:49:47.780Z] ---> a3e3357d19d8 [2020-12-30T00:49:47.780Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T00:49:48.070Z] ---> Running in d1cc5abab234 [2020-12-30T00:49:48.070Z] ---> Running in 714cc1de99c9 [2020-12-30T00:49:48.348Z] 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 [2020-12-30T00:49:48.625Z] Removing intermediate container d1cc5abab234 [2020-12-30T00:49:48.625Z] ---> d3151fd1e66e [2020-12-30T00:49:48.625Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-30T00:49:48.899Z] Removing intermediate container 714cc1de99c9 [2020-12-30T00:49:48.899Z] ---> d2fa9d60d3b9 [2020-12-30T00:49:48.899Z] Step 14/22 : WORKDIR / [2020-12-30T00:49:48.899Z] ---> Running in 7b716d37dc1c [2020-12-30T00:49:49.878Z] Removing intermediate container 7b716d37dc1c [2020-12-30T00:49:49.878Z] ---> 3802da334c34 [2020-12-30T00:49:49.878Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-30T00:49:50.152Z] ---> 01b6fbaafda9 [2020-12-30T00:49:50.152Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-30T00:49:51.135Z] ---> 1bdb091c788b [2020-12-30T00:49:51.135Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-30T00:49:51.414Z] ---> 34f3541d3c22 [2020-12-30T00:49:51.415Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-30T00:49:52.011Z] Removing intermediate container 9433dfca5233 [2020-12-30T00:49:52.011Z] ---> 4c6981d88bfd [2020-12-30T00:49:52.011Z] [2020-12-30T00:49:52.011Z] Step 10/32 : FROM alpine:3.12 [2020-12-30T00:49:52.011Z] 3.12: Pulling from library/alpine [2020-12-30T00:49:52.011Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T00:49:52.011Z] Status: Downloaded newer image for alpine:3.12 [2020-12-30T00:49:52.011Z] ---> afeebe901d6b [2020-12-30T00:49:52.011Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2020-12-30T00:49:52.604Z] Removing intermediate container 3d8cfc79fcf0 [2020-12-30T00:49:52.604Z] ---> ffa26757e412 [2020-12-30T00:49:52.604Z] [2020-12-30T00:49:52.604Z] Step 11/27 : FROM docker:latest [2020-12-30T00:49:52.604Z] ---> f66387bf908a [2020-12-30T00:49:52.604Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-30T00:49:52.604Z] ---> Running in 4a3cd10b3a56 [2020-12-30T00:49:52.604Z] ---> 8c424e581346 [2020-12-30T00:49:52.604Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-30T00:49:52.604Z] ---> dd7380203d75 [2020-12-30T00:49:52.604Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-30T00:49:52.880Z] ---> Running in 90a19f1b60d9 [2020-12-30T00:49:53.859Z] ---> b72bd32616d8 [2020-12-30T00:49:53.859Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-30T00:49:54.136Z] ---> Running in 8d29a9b33544 [2020-12-30T00:49:54.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:54.136Z] ---> 857b811d1c2b [2020-12-30T00:49:54.136Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-30T00:49:54.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:54.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:54.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:49:54.680Z] Removing intermediate container 8d29a9b33544 [2020-12-30T00:49:54.680Z] ---> 2daa9a110704 [2020-12-30T00:49:54.680Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:49:54.952Z] ---> Running in 9430cf8b448d [2020-12-30T00:49:54.952Z] (1/2) Installing dumb-init (1.2.2-r1) [2020-12-30T00:49:54.952Z] (1/2) Installing readline (8.0.4-r0) [2020-12-30T00:49:54.952Z] (2/2) Installing openssl (1.1.1i-r0) [2020-12-30T00:49:54.952Z] (2/2) Installing bash (5.0.17-r0) [2020-12-30T00:49:54.952Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:49:54.952Z] OK: 6 MiB in 16 packages [2020-12-30T00:49:54.952Z] Executing bash-5.0.17-r0.post-install [2020-12-30T00:49:54.952Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:49:55.228Z] OK: 12 MiB in 22 packages [2020-12-30T00:49:55.504Z] ---> 16ec1feedad4 [2020-12-30T00:49:55.504Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-30T00:49:55.783Z] Removing intermediate container 9430cf8b448d [2020-12-30T00:49:55.783Z] ---> 669391dc756b [2020-12-30T00:49:55.783Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T00:49:56.056Z] ---> Running in 5962c234a473 [2020-12-30T00:49:56.329Z] ---> 772cbbff6740 [2020-12-30T00:49:56.329Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T00:49:56.605Z] Removing intermediate container 5962c234a473 [2020-12-30T00:49:56.605Z] ---> 040cbbd30755 [2020-12-30T00:49:56.605Z] Step 21/22 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:49:56.605Z] ---> Running in 613ff2a2b42f [2020-12-30T00:49:56.875Z] ---> Running in 656cc1580dc5 [2020-12-30T00:49:56.875Z] Removing intermediate container 4a3cd10b3a56 [2020-12-30T00:49:56.875Z] ---> 3939b5373284 [2020-12-30T00:49:56.875Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2020-12-30T00:49:56.875Z] Removing intermediate container 90a19f1b60d9 [2020-12-30T00:49:56.875Z] ---> 0164b8c03428 [2020-12-30T00:49:56.875Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-30T00:49:57.148Z] ---> Running in 490d6e52254b [2020-12-30T00:49:57.148Z] ---> Running in 1bbe769a1cb8 [2020-12-30T00:49:57.421Z] Removing intermediate container 656cc1580dc5 [2020-12-30T00:49:57.421Z] ---> e5103677bd42 [2020-12-30T00:49:57.421Z] Step 22/22 : LABEL version=0.0.0 [2020-12-30T00:49:57.693Z] ---> Running in 2fb83def640e [2020-12-30T00:49:57.693Z] Removing intermediate container 490d6e52254b [2020-12-30T00:49:57.693Z] ---> feab68473c02 [2020-12-30T00:49:57.693Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2020-12-30T00:49:57.970Z] ---> Running in c840d56f5ae9 [2020-12-30T00:49:58.244Z] Removing intermediate container 2fb83def640e [2020-12-30T00:49:58.244Z] ---> d933984d9a62 [2020-12-30T00:49:58.244Z] [2020-12-30T00:49:58.524Z] Removing intermediate container c840d56f5ae9 [2020-12-30T00:49:58.524Z] ---> 0134157d3d7d [2020-12-30T00:49:58.524Z] Step 14/32 : 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 [2020-12-30T00:49:58.800Z] Successfully built d933984d9a62 [2020-12-30T00:49:58.800Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-30T00:49:58.800Z]  Building docker-core-command-go ... done  ---> Running in 54bbb8baf32c [2020-12-30T00:49:59.784Z] Removing intermediate container 613ff2a2b42f [2020-12-30T00:49:59.784Z] ---> 96ad5cb378a5 [2020-12-30T00:49:59.784Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T00:49:59.784Z] ---> Running in 3e1b3155d1f2 [2020-12-30T00:50:00.068Z] Removing intermediate container 1bbe769a1cb8 [2020-12-30T00:50:00.068Z] ---> 7fe8fbced15c [2020-12-30T00:50:00.068Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-30T00:50:00.068Z] ---> Running in 703fe73644b9 [2020-12-30T00:50:00.337Z] Connecting to github.com (140.82.113.3:443) [2020-12-30T00:50:00.337Z] Removing intermediate container 3e1b3155d1f2 [2020-12-30T00:50:00.337Z] ---> 8613e3155d28 [2020-12-30T00:50:00.337Z] Step 22/24 : LABEL arch=arm64 [2020-12-30T00:50:00.337Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.114.251:443) [2020-12-30T00:50:00.608Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2020-12-30T00:50:00.608Z]  ---> Running in 1e938d36a77d [2020-12-30T00:50:00.608Z] Removing intermediate container 703fe73644b9 [2020-12-30T00:50:00.608Z] ---> 424c9527f53e [2020-12-30T00:50:00.608Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-30T00:50:00.890Z] ---> Running in 1943bc29794b [2020-12-30T00:50:00.890Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2020-12-30T00:50:00.890Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2020-12-30T00:50:00.890Z] dockerize [2020-12-30T00:50:01.161Z] Removing intermediate container 1e938d36a77d [2020-12-30T00:50:01.161Z] ---> 3e150df49355 [2020-12-30T00:50:01.161Z] Step 23/24 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:50:01.446Z] ---> Running in 5ee6d99f213d [2020-12-30T00:50:01.446Z] Removing intermediate container 1943bc29794b [2020-12-30T00:50:01.446Z] ---> 898120637fbd [2020-12-30T00:50:01.446Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-30T00:50:01.724Z] ---> Running in a88f00285e5d [2020-12-30T00:50:01.997Z] Removing intermediate container 5ee6d99f213d [2020-12-30T00:50:01.997Z] ---> 6679dafba624 [2020-12-30T00:50:01.997Z] Step 24/24 : LABEL version=0.0.0 [2020-12-30T00:50:02.278Z] ---> Running in 5f18d8cb8bdb [2020-12-30T00:50:02.278Z] Removing intermediate container a88f00285e5d [2020-12-30T00:50:02.278Z] ---> fe7a8d92986b [2020-12-30T00:50:02.278Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-30T00:50:02.868Z] Removing intermediate container 54bbb8baf32c [2020-12-30T00:50:02.868Z] ---> dfebb8789053 [2020-12-30T00:50:02.868Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2020-12-30T00:50:02.868Z] Removing intermediate container 5f18d8cb8bdb [2020-12-30T00:50:02.868Z] ---> 523cc1cd01e5 [2020-12-30T00:50:02.868Z] [2020-12-30T00:50:03.145Z] ---> Running in 6be937cbb797 [2020-12-30T00:50:03.420Z] ---> 8a7642075a93 [2020-12-30T00:50:03.420Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-30T00:50:03.420Z] Successfully built 523cc1cd01e5 [2020-12-30T00:50:03.420Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-30T00:50:03.692Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6be937cbb797 [2020-12-30T00:50:03.692Z] ---> aea97d50ab58 [2020-12-30T00:50:03.692Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2020-12-30T00:50:03.692Z] ---> Running in 7535810a3592 [2020-12-30T00:50:04.282Z] Removing intermediate container 7535810a3592 [2020-12-30T00:50:04.282Z] ---> 999fddefd124 [2020-12-30T00:50:04.282Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2020-12-30T00:50:04.282Z] ---> e7b982f1cfdd [2020-12-30T00:50:04.282Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-30T00:50:04.282Z] ---> Running in a2a25f6320eb [2020-12-30T00:50:05.269Z] ---> 04a5404f8d26 [2020-12-30T00:50:05.269Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-30T00:50:05.546Z] ---> Running in afcd5513c211 [2020-12-30T00:50:05.546Z] Copy dockerize executable [2020-12-30T00:50:06.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:50:06.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:50:07.067Z] Removing intermediate container a2a25f6320eb [2020-12-30T00:50:07.067Z] ---> 6e1a66046278 [2020-12-30T00:50:07.067Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2020-12-30T00:50:07.067Z] ---> Running in 338bd179225e [2020-12-30T00:50:07.339Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-30T00:50:07.339Z] (2/33) Installing expat (2.2.9-r1) [2020-12-30T00:50:07.339Z] (3/33) Installing libffi (3.3-r2) [2020-12-30T00:50:07.339Z] (4/33) Installing gdbm (1.13-r1) [2020-12-30T00:50:07.339Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-30T00:50:07.339Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-30T00:50:07.339Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-30T00:50:07.615Z] Removing intermediate container 338bd179225e [2020-12-30T00:50:07.615Z] ---> 8f22286bca62 [2020-12-30T00:50:07.615Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2020-12-30T00:50:09.051Z] ---> 761137e01afc [2020-12-30T00:50:09.051Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2020-12-30T00:50:09.324Z] ---> Running in 76d9eb8b6088 [2020-12-30T00:50:09.602Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-30T00:50:09.602Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-30T00:50:09.602Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-30T00:50:09.602Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-30T00:50:09.602Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-30T00:50:09.602Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-30T00:50:09.602Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-30T00:50:09.879Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-30T00:50:09.879Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-30T00:50:09.879Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-30T00:50:09.879Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-30T00:50:09.879Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-30T00:50:09.879Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-30T00:50:09.879Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-30T00:50:09.879Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-30T00:50:10.153Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-30T00:50:10.153Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-30T00:50:10.153Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-30T00:50:10.153Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-30T00:50:10.153Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-30T00:50:10.153Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-30T00:50:10.153Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-30T00:50:10.153Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-30T00:50:10.153Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-30T00:50:10.153Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-30T00:50:10.153Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-30T00:50:10.426Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:50:10.426Z] OK: 71 MiB in 55 packages [2020-12-30T00:50:11.869Z] Removing intermediate container 76d9eb8b6088 [2020-12-30T00:50:11.869Z] ---> 452a4b01ef22 [2020-12-30T00:50:11.869Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2020-12-30T00:50:13.301Z] ---> f3234faf98ce [2020-12-30T00:50:13.301Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2020-12-30T00:50:14.288Z] ---> 53444ee57f02 [2020-12-30T00:50:14.288Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2020-12-30T00:50:15.731Z] ---> 63a7e393377a [2020-12-30T00:50:15.731Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2020-12-30T00:50:16.327Z] ---> 72b0f03a44d8 [2020-12-30T00:50:16.327Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2020-12-30T00:50:16.600Z] Removing intermediate container afcd5513c211 [2020-12-30T00:50:16.601Z] ---> 12c589844316 [2020-12-30T00:50:16.601Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-30T00:50:16.875Z] ---> Running in 0006710027e0 [2020-12-30T00:50:16.875Z] ---> Running in 2471189569dc [2020-12-30T00:50:17.463Z] Removing intermediate container 0006710027e0 [2020-12-30T00:50:17.463Z] ---> 2cafc1368e74 [2020-12-30T00:50:17.463Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2020-12-30T00:50:18.052Z] ---> ec0a1db7b173 [2020-12-30T00:50:18.052Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T00:50:18.650Z] ---> Running in 0553e36f0976 [2020-12-30T00:50:20.619Z] Removing intermediate container 0553e36f0976 [2020-12-30T00:50:20.619Z] ---> 56c88e7a17d7 [2020-12-30T00:50:20.619Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T00:50:21.241Z] ---> Running in 027cc08d3a3f [2020-12-30T00:50:21.838Z] Removing intermediate container 027cc08d3a3f [2020-12-30T00:50:21.838Z] ---> ca1448d1f1f1 [2020-12-30T00:50:21.838Z] Step 29/32 : CMD ["install"] [2020-12-30T00:50:22.112Z] Collecting docker-compose==1.23.2 [2020-12-30T00:50:22.112Z] ---> Running in 5bb0e864dc93 [2020-12-30T00:50:22.112Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-30T00:50:22.709Z] Removing intermediate container 5bb0e864dc93 [2020-12-30T00:50:22.709Z] ---> 90dfbea4b8f2 [2020-12-30T00:50:22.709Z] Step 30/32 : LABEL arch=arm64 [2020-12-30T00:50:22.982Z] ---> Running in bfae8ec5a21e [2020-12-30T00:50:23.255Z] Collecting docker<4.0,>=3.6.0 [2020-12-30T00:50:23.255Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-30T00:50:23.529Z] Removing intermediate container bfae8ec5a21e [2020-12-30T00:50:23.529Z] ---> 6611f48ee0bd [2020-12-30T00:50:23.529Z] Step 31/32 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:50:23.803Z] ---> Running in eaceb4fb6f8f [2020-12-30T00:50:24.076Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-30T00:50:24.076Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-30T00:50:24.348Z] Removing intermediate container eaceb4fb6f8f [2020-12-30T00:50:24.348Z] ---> f5e1f2d4d0f2 [2020-12-30T00:50:24.348Z] Step 32/32 : LABEL version=0.0.0 [2020-12-30T00:50:24.942Z] Collecting jsonschema<3,>=2.5.1 [2020-12-30T00:50:24.942Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-30T00:50:24.942Z] ---> Running in f8bb9771e462 [2020-12-30T00:50:25.216Z] Collecting cached-property<2,>=1.2.0 [2020-12-30T00:50:25.488Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-30T00:50:25.488Z] Removing intermediate container f8bb9771e462 [2020-12-30T00:50:25.488Z] ---> b54e50e06b20 [2020-12-30T00:50:25.488Z] [2020-12-30T00:50:25.488Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-30T00:50:25.759Z] Successfully built b54e50e06b20 [2020-12-30T00:50:25.759Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2020-12-30T00:50:26.028Z]  Building docker-security-bootstrapper-go ... done Collecting PyYAML<4,>=3.10 [2020-12-30T00:50:26.028Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-30T00:50:30.310Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-30T00:50:30.310Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-30T00:50:30.310Z] Collecting docopt<0.7,>=0.6.1 [2020-12-30T00:50:30.310Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-30T00:50:32.326Z] Collecting texttable<0.10,>=0.9.0 [2020-12-30T00:50:32.326Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-30T00:50:34.309Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-30T00:50:34.309Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-30T00:50:36.278Z] Collecting docker-pycreds>=0.4.0 [2020-12-30T00:50:36.278Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-30T00:50:36.278Z] 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) [2020-12-30T00:50:36.871Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-30T00:50:36.871Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-30T00:50:37.142Z] Collecting idna<2.8,>=2.5 [2020-12-30T00:50:37.142Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-30T00:50:37.143Z] 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) [2020-12-30T00:50:37.143Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-30T00:50:37.143Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-30T00:50:37.143Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-30T00:50:37.412Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-30T00:50:38.003Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, cached-property, PyYAML, docopt, texttable, dockerpty, docker-compose [2020-12-30T00:50:38.276Z] Attempting uninstall: urllib3 [2020-12-30T00:50:38.276Z] Found existing installation: urllib3 1.25.9 [2020-12-30T00:50:38.276Z] Uninstalling urllib3-1.25.9: [2020-12-30T00:50:38.545Z] Successfully uninstalled urllib3-1.25.9 [2020-12-30T00:50:39.135Z] Attempting uninstall: idna [2020-12-30T00:50:39.135Z] Found existing installation: idna 2.9 [2020-12-30T00:50:39.135Z] Uninstalling idna-2.9: [2020-12-30T00:50:39.135Z] Successfully uninstalled idna-2.9 [2020-12-30T00:50:39.735Z] Attempting uninstall: requests [2020-12-30T00:50:39.735Z] Found existing installation: requests 2.23.0 [2020-12-30T00:50:39.735Z] Uninstalling requests-2.23.0: [2020-12-30T00:50:40.003Z] Successfully uninstalled requests-2.23.0 [2020-12-30T00:50:41.422Z] Running setup.py install for PyYAML: started [2020-12-30T00:50:43.387Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-30T00:50:43.387Z] Running setup.py install for docopt: started [2020-12-30T00:50:45.353Z] Running setup.py install for docopt: finished with status 'done' [2020-12-30T00:50:45.353Z] Running setup.py install for texttable: started [2020-12-30T00:50:46.776Z] Running setup.py install for texttable: finished with status 'done' [2020-12-30T00:50:47.044Z] Running setup.py install for dockerpty: started [2020-12-30T00:50:49.007Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-30T00:50:49.599Z] 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 [2020-12-30T00:50:52.978Z] Removing intermediate container 2471189569dc [2020-12-30T00:50:52.978Z] ---> 392b37485858 [2020-12-30T00:50:52.978Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-30T00:50:53.251Z] ---> Running in 9338e1541865 [2020-12-30T00:50:54.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T00:50:54.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T00:50:55.083Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T00:50:55.083Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-30T00:50:55.083Z] (3/3) Installing curl (7.69.1-r3) [2020-12-30T00:50:55.083Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T00:50:55.083Z] OK: 71 MiB in 58 packages [2020-12-30T00:50:56.515Z] Removing intermediate container 9338e1541865 [2020-12-30T00:50:56.515Z] ---> 21a8782fdcca [2020-12-30T00:50:56.516Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-30T00:50:56.516Z] ---> Running in e588b01a6dda [2020-12-30T00:50:56.788Z] Removing intermediate container e588b01a6dda [2020-12-30T00:50:56.788Z] ---> 6a0fb33bca88 [2020-12-30T00:50:56.788Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T00:50:57.063Z] ---> Running in d0f9abb3e7da [2020-12-30T00:50:57.339Z] Removing intermediate container d0f9abb3e7da [2020-12-30T00:50:57.339Z] ---> 3f47ea8d7dc6 [2020-12-30T00:50:57.339Z] Step 25/27 : LABEL arch=arm64 [2020-12-30T00:50:57.621Z] ---> Running in dee0007655ac [2020-12-30T00:50:58.225Z] Removing intermediate container dee0007655ac [2020-12-30T00:50:58.225Z] ---> 90c788994287 [2020-12-30T00:50:58.225Z] Step 26/27 : LABEL git_sha=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [2020-12-30T00:50:58.225Z] ---> Running in 5d43cd64a5c6 [2020-12-30T00:50:58.818Z] Removing intermediate container 5d43cd64a5c6 [2020-12-30T00:50:58.818Z] ---> 205c63719716 [2020-12-30T00:50:58.818Z] Step 27/27 : LABEL version=0.0.0 [2020-12-30T00:50:58.818Z] ---> Running in f952232a7935 [2020-12-30T00:50:59.098Z] Removing intermediate container f952232a7935 [2020-12-30T00:50:59.099Z] ---> b9e66bdd0340 [2020-12-30T00:50:59.099Z] [2020-12-30T00:50:59.692Z] Successfully built b9e66bdd0340 [2020-12-30T00:50:59.692Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-30T00:50:59.980Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-30T00:50:59.974Z] $ docker stop --time=1 a2312101bd67a04472a1d5eed36cfc6ff64b68428c7141565950df90adcb1a07 [2020-12-30T00:51:01.851Z] $ docker rm -f a2312101bd67a04472a1d5eed36cfc6ff64b68428c7141565950df90adcb1a07 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T00:51:02.523Z] + + docker images [2020-12-30T00:51:02.523Z] grep docker [2020-12-30T00:51:02.793Z] docker-sys-mgmt-agent-go-arm64 latest b9e66bdd0340 4 seconds ago 300MB [2020-12-30T00:51:02.793Z] docker-security-bootstrapper-go-arm64 latest b54e50e06b20 37 seconds ago 40.2MB [2020-12-30T00:51:02.793Z] docker-security-secretstore-setup-go-arm64 latest 523cc1cd01e5 About a minute ago 23.5MB [2020-12-30T00:51:02.793Z] docker-core-command-go-arm64 latest d933984d9a62 About a minute ago 9.98MB [2020-12-30T00:51:02.793Z] docker-support-notifications-go-arm64 latest b534cf2077a3 2 minutes ago 11.4MB [2020-12-30T00:51:02.793Z] docker-core-data-go-arm64 latest ff6e5845752e 3 minutes ago 20.9MB [2020-12-30T00:51:02.793Z] docker-core-metadata-go-arm64 latest bd9a6055b149 4 minutes ago 12.2MB [2020-12-30T00:51:02.793Z] docker-security-bootstrap-redis-go-arm64 latest 72125e544624 4 minutes ago 15.1MB [2020-12-30T00:51:02.793Z] docker-security-proxy-setup-go-arm64 latest 76546e63e18e 4 minutes ago 23.3MB [2020-12-30T00:51:02.793Z] docker-support-scheduler-go-arm64 latest 533eddb8c022 4 minutes ago 10MB [2020-12-30T00:51:02.793Z] docker latest f66387bf908a 11 days 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 [2020-12-30T00:51:05.013Z] provisioning config files... [2020-12-30T00:51:05.048Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config546080195219673324tmp [Pipeline] { [Pipeline] sh [2020-12-30T00:51:05.706Z] + set +x [2020-12-30T00:51:05.706Z] + curl -s https://codecov.io/bash [2020-12-30T00:51:05.706Z] + bash -s -- [2020-12-30T00:51:05.971Z] [2020-12-30T00:51:05.971Z] _____ _ [2020-12-30T00:51:05.971Z] / ____| | | [2020-12-30T00:51:05.971Z] | | ___ __| | ___ ___ _____ __ [2020-12-30T00:51:05.971Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-30T00:51:05.971Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-30T00:51:05.971Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-30T00:51:05.971Z] Bash-20201223-5ad85e3 [2020-12-30T00:51:05.971Z] [2020-12-30T00:51:05.971Z] [2020-12-30T00:51:05.971Z] ==> git version 2.24.3 found [2020-12-30T00:51:05.971Z] ==> 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 [2020-12-30T00:51:05.971Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-30T00:51:05.971Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-30T00:51:05.971Z] ==> Jenkins CI detected. [2020-12-30T00:51:05.971Z] project root: . [2020-12-30T00:51:05.971Z] --> token set from env [2020-12-30T00:51:06.234Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-30T00:51:06.234Z] ==> Running gcov in . (disable via -X gcov) [2020-12-30T00:51:06.234Z] ==> Python coveragepy not found [2020-12-30T00:51:06.234Z] ==> Searching for coverage reports in: [2020-12-30T00:51:06.234Z] + . [2020-12-30T00:51:06.234Z] -> Found 1 reports [2020-12-30T00:51:06.234Z] ==> Detecting git/mercurial file structure [2020-12-30T00:51:06.234Z] ==> Reading reports [2020-12-30T00:51:06.234Z] + ./coverage.out bytes=542461 [2020-12-30T00:51:06.234Z] ==> Appending adjustments [2020-12-30T00:51:06.234Z] https://docs.codecov.io/docs/fixing-reports [2020-12-30T00:51:09.537Z] + Found adjustments [2020-12-30T00:51:09.537Z] ==> Gzipping contents [2020-12-30T00:51:09.537Z] 84K /tmp/codecov.z7mSld.gz [2020-12-30T00:51:09.537Z] ==> Uploading reports [2020-12-30T00:51:09.537Z] url: https://codecov.io [2020-12-30T00:51:09.537Z] query: branch=PR-2970&commit=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2020-12-30T00:51:09.537Z] -> Pinging Codecov [2020-12-30T00:51:09.537Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-2970&commit=e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2020-12-30T00:51:09.799Z] -> Uploading to [2020-12-30T00:51:09.799Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-30/00271124DB129430A58F1EEE437C3FCB/e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9/101206a2-7a34-457b-9cf9-d354efe9e25a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201230%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201230T005109Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f300e92dd8f327bff11d2ab1ff8a24764634b77526ef3b41841b55a1216f6ec0 [2020-12-30T00:51:09.799Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-30T00:51:09.799Z] Dload Upload Total Spent Left Speed [2020-12-30T00:51:10.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82974 0 0 100 82974 0 147k --:--:-- --:--:-- --:--:-- 147k [2020-12-30T00:51:10.373Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e36fc32aabd2af8be6ca3f74c11dbb63fc5a04b9 [Pipeline] } [2020-12-30T00:51:10.383Z] 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 [2020-12-30T00:51:12.568Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:13.829Z] ---> package-listing.sh [2020-12-30T00:51:13.829Z] ++ facter osfamily [2020-12-30T00:51:13.829Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-30T00:51:13.829Z] + OS_FAMILY=redhat [2020-12-30T00:51:13.829Z] + workspace=/w/workspace/edgex-go/2 [2020-12-30T00:51:13.829Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-30T00:51:13.829Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-30T00:51:13.829Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-30T00:51:13.829Z] + PACKAGES=/tmp/packages_start.txt [2020-12-30T00:51:13.829Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-30T00:51:13.829Z] + PACKAGES=/tmp/packages_end.txt [2020-12-30T00:51:13.829Z] + case "${OS_FAMILY}" in [2020-12-30T00:51:13.829Z] + rpm -qa [2020-12-30T00:51:13.829Z] + sort [2020-12-30T00:51:19.134Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-30T00:51:19.134Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-30T00:51:19.134Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-30T00:51:19.134Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-30T00:51:19.134Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-12-30T00:51:19.134Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-12-30T00:51:19.148Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-30T00:51:19.444Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:51:19.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:51:19.758Z] [2020-12-30T00:51:19.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-30T00:51:20.112Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:51:20.112Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-30T00:51:20.112Z] df20fa9351a1: Pulling fs layer [2020-12-30T00:51:20.112Z] 36b3adc4ff6f: Pulling fs layer [2020-12-30T00:51:20.112Z] 8ad3a11d3b57: Pulling fs layer [2020-12-30T00:51:20.112Z] 46f8f816bc3b: Pulling fs layer [2020-12-30T00:51:20.112Z] 93b61091891f: Pulling fs layer [2020-12-30T00:51:20.112Z] 93b9cdb0e59b: Pulling fs layer [2020-12-30T00:51:20.112Z] 5e14af77c1be: Pulling fs layer [2020-12-30T00:51:20.112Z] 01666e4c0597: Pulling fs layer [2020-12-30T00:51:20.112Z] aa168da1d23b: Pulling fs layer [2020-12-30T00:51:20.112Z] 5e14af77c1be: Waiting [2020-12-30T00:51:20.112Z] 46f8f816bc3b: Waiting [2020-12-30T00:51:20.112Z] 93b61091891f: Waiting [2020-12-30T00:51:20.112Z] 01666e4c0597: Waiting [2020-12-30T00:51:20.112Z] 93b9cdb0e59b: Waiting [2020-12-30T00:51:20.112Z] 36b3adc4ff6f: Download complete [2020-12-30T00:51:20.112Z] 46f8f816bc3b: Verifying Checksum [2020-12-30T00:51:20.112Z] 46f8f816bc3b: Download complete [2020-12-30T00:51:20.112Z] df20fa9351a1: Download complete [2020-12-30T00:51:20.112Z] 93b9cdb0e59b: Verifying Checksum [2020-12-30T00:51:20.112Z] 93b9cdb0e59b: Download complete [2020-12-30T00:51:20.376Z] 5e14af77c1be: Verifying Checksum [2020-12-30T00:51:20.376Z] 5e14af77c1be: Download complete [2020-12-30T00:51:20.376Z] 93b61091891f: Verifying Checksum [2020-12-30T00:51:20.376Z] 93b61091891f: Download complete [2020-12-30T00:51:20.376Z] 01666e4c0597: Verifying Checksum [2020-12-30T00:51:20.376Z] 01666e4c0597: Download complete [2020-12-30T00:51:20.639Z] df20fa9351a1: Pull complete [2020-12-30T00:51:20.639Z] 8ad3a11d3b57: Verifying Checksum [2020-12-30T00:51:20.639Z] 8ad3a11d3b57: Download complete [2020-12-30T00:51:20.902Z] 36b3adc4ff6f: Pull complete [2020-12-30T00:51:21.860Z] 8ad3a11d3b57: Pull complete [2020-12-30T00:51:21.860Z] 46f8f816bc3b: Pull complete [2020-12-30T00:51:23.841Z] aa168da1d23b: Download complete [2020-12-30T00:51:23.841Z] 93b61091891f: Pull complete [2020-12-30T00:51:24.787Z] 93b9cdb0e59b: Pull complete [2020-12-30T00:51:24.787Z] 5e14af77c1be: Pull complete [2020-12-30T00:51:25.049Z] 01666e4c0597: Pull complete [2020-12-30T00:51:37.313Z] aa168da1d23b: Pull complete [2020-12-30T00:51:37.313Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-30T00:51:37.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T00:51:37.887Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-30T00:51:38.186Z] prd-centos7-docker-4c-2g-17678 does not seem to be running inside a container [2020-12-30T00:51:38.243Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-30T00:51:40.700Z] $ docker top ec739b82b7fec4844eef9cefaa9756e5fc0d417a60b2b76c66fec16dcf328fbb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T00:51:41.186Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-30T00:51:41.516Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-30T00:51:41.817Z] + ls /var/log/sa-host [2020-12-30T00:51:41.817Z] + sadf -c /var/log/sa-host/sa23 [2020-12-30T00:51:41.817Z] file_magic: OK [2020-12-30T00:51:41.817Z] HZ: Using current value: 100 [2020-12-30T00:51:41.817Z] file_header: OK [2020-12-30T00:51:41.817Z] 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 [2020-12-30T00:51:41.817Z] Statistics: [2020-12-30T00:51:41.817Z] Hnuu...uuuununununu... [2020-12-30T00:51:41.817Z] File successfully converted to sysstat format version 12.2.1 [2020-12-30T00:51:41.817Z] + sadf -c /var/log/sa-host/sa30 [2020-12-30T00:51:41.817Z] file_magic: OK [2020-12-30T00:51:41.817Z] HZ: Using current value: 100 [2020-12-30T00:51:41.817Z] file_header: OK [2020-12-30T00:51:41.817Z] 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 [2020-12-30T00:51:41.817Z] Statistics: [2020-12-30T00:51:41.817Z] 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... [2020-12-30T00:51:41.817Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-30T00:51:42.011Z] provisioning config files... [2020-12-30T00:51:42.029Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4781159127399819884tmp [Pipeline] { [Pipeline] echo [2020-12-30T00:51:42.098Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:42.400Z] ---> create-netrc.sh [Pipeline] } [2020-12-30T00:51:42.410Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-30T00:51:42.494Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:42.792Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-30T00:51:42.804Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:43.100Z] ---> sudo-logs.sh [2020-12-30T00:51:43.100Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-30T00:51:43.110Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:43.404Z] ---> job-cost.sh [2020-12-30T00:51:43.404Z] lf-activate-venv: SKIPPING [2020-12-30T00:51:43.404Z] INFO: No Stack... [2020-12-30T00:51:44.348Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-30T00:51:44.920Z] INFO: Archiving Costs [Pipeline] echo [2020-12-30T00:51:44.932Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T00:51:45.231Z] ---> logs-deploy.sh [2020-12-30T00:51:45.231Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/2 [2020-12-30T00:51:45.231Z] INFO: archiving workspace using pattern(s): [2020-12-30T00:51:46.647Z] Archives upload complete. [2020-12-30T00:51:46.647Z] INFO: archiving logs to Nexus