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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 60451040515ee9eeb901ca3bb1c4662a631f475e rather than 638c5eca75d96072983230586d0b72665e7313b1 Obtained Jenkinsfile from 60451040515ee9eeb901ca3bb1c4662a631f475e 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20343 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # 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/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 Merge succeeded, producing d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c Checking out Revision d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c (PR-2966) > git config core.sparsecheckout # timeout=10 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c # timeout=10 Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" > git rev-list --no-walk 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T00:31:08.009Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T00:31:08.229Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T00:31:08.324Z] ========================================================= [2021-01-15T00:31:08.325Z] EdgeX Global Pipelines Version Info [2021-01-15T00:31:08.325Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:31:09.880Z] ------------------- [2021-01-15T00:31:09.880Z] stable info: [2021-01-15T00:31:09.880Z] ------------------- [2021-01-15T00:31:09.880Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T00:31:09.880Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T00:31:09.880Z] Message: update stable to v1.0.177 [2021-01-15T00:31:10.826Z] ------------------- [2021-01-15T00:31:10.826Z] experimental info: [2021-01-15T00:31:10.826Z] ------------------- [2021-01-15T00:31:10.826Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T00:31:10.826Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T00:31:10.826Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T00:31:11.105Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T00:31:11.187Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T00:31:11.271Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T00:31:11.424Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T00:31:11.510Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T00:31:11.596Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T00:31:11.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T00:31:11.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T00:31:11.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T00:31:11.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T00:31:12.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T00:31:12.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T00:31:12.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T00:31:12.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T00:31:12.428Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T00:31:12.520Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T00:31:12.603Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T00:31:12.689Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T00:31:12.776Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T00:31:12.861Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T00:31:12.946Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T00:31:13.031Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T00:31:13.117Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T00:31:13.215Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo [2021-01-15T00:31:13.330Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo [2021-01-15T00:31:13.418Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo [2021-01-15T00:31:13.516Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [Pipeline] echo [2021-01-15T00:31:13.601Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d49aebc [Pipeline] echo [2021-01-15T00:31:13.687Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T00:31:13.845Z] provisioning config files... [2021-01-15T00:31:13.876Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config3146772482810942551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:31:14.224Z] ---> docker-login.sh [2021-01-15T00:31:14.224Z] nexus3.edgexfoundry.org:10001 [2021-01-15T00:31:14.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:31:14.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:31:14.748Z] Configure a credential helper to remove this warning. See [2021-01-15T00:31:14.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:31:14.748Z] [2021-01-15T00:31:14.748Z] Login Succeeded [2021-01-15T00:31:14.748Z] nexus3.edgexfoundry.org:10002 [2021-01-15T00:31:14.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:31:14.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:31:14.748Z] Configure a credential helper to remove this warning. See [2021-01-15T00:31:14.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:31:14.748Z] [2021-01-15T00:31:14.748Z] Login Succeeded [2021-01-15T00:31:14.748Z] nexus3.edgexfoundry.org:10003 [2021-01-15T00:31:15.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:31:15.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:31:15.013Z] Configure a credential helper to remove this warning. See [2021-01-15T00:31:15.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:31:15.013Z] [2021-01-15T00:31:15.013Z] Login Succeeded [2021-01-15T00:31:15.013Z] nexus3.edgexfoundry.org:10004 [2021-01-15T00:31:15.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:31:15.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:31:15.278Z] Configure a credential helper to remove this warning. See [2021-01-15T00:31:15.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:31:15.278Z] [2021-01-15T00:31:15.278Z] Login Succeeded [2021-01-15T00:31:15.278Z] docker.io [2021-01-15T00:31:15.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:31:15.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:31:15.542Z] Configure a credential helper to remove this warning. See [2021-01-15T00:31:15.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:31:15.542Z] [2021-01-15T00:31:15.542Z] Login Succeeded [2021-01-15T00:31:15.542Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T00:31:15.555Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T00:31:16.055Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/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 [2021-01-15T00:31:16.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:31:16.055Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T00:31:16.055Z] ++ cut -d/ -f2 [2021-01-15T00:31:16.055Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T00:31:16.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:31:16.055Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T00:31:16.055Z] ++ cut -d/ -f2 [2021-01-15T00:31:16.055Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T00:31:16.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:31:16.055Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T00:31:16.055Z] ++ cut -d/ -f2 [2021-01-15T00:31:16.055Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T00:31:16.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:31:16.055Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T00:31:16.055Z] ++ cut -d/ -f2 [2021-01-15T00:31:16.055Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T00:31:16.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:31:16.055Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T00:31:16.055Z] ++ cut -d/ -f2 [2021-01-15T00:31:16.055Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T00:31:16.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:31:16.055Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T00:31:16.055Z] ++ cut -d/ -f2 [2021-01-15T00:31:16.055Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T00:31:16.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:31:16.055Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T00:31:16.055Z] ++ cut -d/ -f2 [2021-01-15T00:31:16.055Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T00:31:16.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:31:16.055Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T00:31:16.055Z] ++ cut -d/ -f2 [2021-01-15T00:31:16.055Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T00:31:16.055Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T00:31:16.055Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T00:31:16.055Z] ++ cut -d/ -f2 [2021-01-15T00:31:16.055Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T00:31:16.190Z] 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-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 [2021-01-15T00:31:17.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:31:17.052Z] [2021-01-15T00:31:17.052Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:31:17.402Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:31:17.402Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T00:31:17.402Z] 31603596830f: Pulling fs layer [2021-01-15T00:31:17.402Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T00:31:17.402Z] 6ca5941a6612: Pulling fs layer [2021-01-15T00:31:17.402Z] ecc8261a40a4: Pulling fs layer [2021-01-15T00:31:17.402Z] ecc8261a40a4: Waiting [2021-01-15T00:31:17.402Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T00:31:17.402Z] 2a8b12db71e7: Download complete [2021-01-15T00:31:17.402Z] 31603596830f: Verifying Checksum [2021-01-15T00:31:17.402Z] 31603596830f: Download complete [2021-01-15T00:31:17.665Z] ecc8261a40a4: Verifying Checksum [2021-01-15T00:31:17.665Z] ecc8261a40a4: Download complete [2021-01-15T00:31:17.665Z] 6ca5941a6612: Verifying Checksum [2021-01-15T00:31:17.665Z] 6ca5941a6612: Download complete [2021-01-15T00:31:17.926Z] 31603596830f: Pull complete [2021-01-15T00:31:18.187Z] 2a8b12db71e7: Pull complete [2021-01-15T00:31:19.143Z] 6ca5941a6612: Pull complete [2021-01-15T00:31:19.143Z] ecc8261a40a4: Pull complete [2021-01-15T00:31:19.143Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T00:31:19.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T00:31:19.143Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T00:31:19.242Z] prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container [2021-01-15T00:31:19.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T00:31:21.862Z] $ docker top 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T00:31:22.273Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T00:31:22.273Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T00:31:22.507Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T00:31:22.511Z] $ docker exec 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 ssh-agent [2021-01-15T00:31:22.682Z] SSH_AUTH_SOCK=/tmp/ssh-EMrgenWisZu1/agent.11 [2021-01-15T00:31:22.682Z] SSH_AGENT_PID=16 [2021-01-15T00:31:22.697Z] Running ssh-add (command line suppressed) [2021-01-15T00:31:22.816Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_2334767679151707012.key (/w/workspace/edgex-go/23@tmp/private_key_2334767679151707012.key) [2021-01-15T00:31:22.866Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T00:31:23.205Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T00:31:23.231Z] $ docker exec --env ******** --env ******** 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 ssh-agent -k [2021-01-15T00:31:23.342Z] unset SSH_AUTH_SOCK; [2021-01-15T00:31:23.342Z] unset SSH_AGENT_PID; [2021-01-15T00:31:23.342Z] echo Agent pid 16 killed; [2021-01-15T00:31:23.392Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T00:31:23.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T00:31:23.571Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T00:31:23.760Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T00:31:23.764Z] $ docker exec 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 ssh-agent [2021-01-15T00:31:23.944Z] SSH_AUTH_SOCK=/tmp/ssh-OIc10mBq8FJf/agent.45 [2021-01-15T00:31:23.944Z] SSH_AGENT_PID=50 [2021-01-15T00:31:23.952Z] Running ssh-add (command line suppressed) [2021-01-15T00:31:24.076Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_6800792184029256318.key (/w/workspace/edgex-go/23@tmp/private_key_6800792184029256318.key) [2021-01-15T00:31:24.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T00:31:24.463Z] + git semver init [2021-01-15T00:31:24.463Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T00:31:24.463Z] # $GIT_DIR = /w/workspace/edgex-go/23/.git [2021-01-15T00:31:24.463Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/23 [2021-01-15T00:31:24.463Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T00:31:24.463Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T00:31:24.463Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T00:31:24.463Z] # $SEMVER_BRANCH = PR-2966 [2021-01-15T00:31:24.463Z] # $SEMVER_TEMP = /tmp/semver-299921308 [2021-01-15T00:31:24.463Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T00:31:51.094Z] # '/tmp/semver-299921308' -> '/w/workspace/edgex-go/23/.semver' [2021-01-15T00:31:51.094Z] # -> Force: false [2021-01-15T00:31:51.094Z] # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } [2021-01-15T00:31:51.117Z] $ docker exec --env ******** --env ******** 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 ssh-agent -k [2021-01-15T00:31:51.339Z] unset SSH_AUTH_SOCK; [2021-01-15T00:31:51.339Z] unset SSH_AGENT_PID; [2021-01-15T00:31:51.339Z] echo Agent pid 50 killed; [2021-01-15T00:31:51.446Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T00:31:51.923Z] + git semver [Pipeline] } [2021-01-15T00:31:51.949Z] $ docker stop --time=1 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 [2021-01-15T00:31:53.575Z] $ docker rm -f 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:31:54.126Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T00:31:54.798Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T00:31:54.802Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T00:31:55.702Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:31:56.010Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:31:56.350Z] + sudo service docker restart [2021-01-15T00:31:56.350Z] + true [2021-01-15T00:31:56.350Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T00:31:56.945Z] ========================================================= [2021-01-15T00:31:56.945Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T00:31:56.945Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:31:57.321Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-15T00:32:00.657Z] Sending build context to Docker daemon 326.6MB [2021-01-15T00:32:00.657Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T00:32:00.657Z] Step 2/6 : FROM ${BASE} [2021-01-15T00:32:00.657Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T00:32:00.657Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T00:32:00.657Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T00:32:00.657Z] de9db76c5a1d: Pulling fs layer [2021-01-15T00:32:00.657Z] bca2f99d35d6: Pulling fs layer [2021-01-15T00:32:00.657Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T00:32:00.657Z] 7c6f9722023f: Pulling fs layer [2021-01-15T00:32:00.657Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T00:32:00.657Z] bca2f99d35d6: Waiting [2021-01-15T00:32:00.657Z] 93359f2a8cfa: Waiting [2021-01-15T00:32:00.657Z] 7c6f9722023f: Waiting [2021-01-15T00:32:00.657Z] a35cf1a2eb13: Waiting [2021-01-15T00:32:00.657Z] de9db76c5a1d: Verifying Checksum [2021-01-15T00:32:00.657Z] de9db76c5a1d: Download complete [2021-01-15T00:32:00.657Z] 0ef7d3d256c8: Download complete [2021-01-15T00:32:00.657Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T00:32:00.657Z] 93359f2a8cfa: Download complete [2021-01-15T00:32:00.929Z] 7c6f9722023f: Download complete [2021-01-15T00:32:00.929Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T00:32:00.929Z] 188c0c94c7c5: Download complete [2021-01-15T00:32:01.196Z] 188c0c94c7c5: Pull complete [2021-01-15T00:32:01.459Z] 0ef7d3d256c8: Pull complete [2021-01-15T00:32:01.726Z] de9db76c5a1d: Pull complete [2021-01-15T00:32:04.289Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T00:32:04.869Z] bca2f99d35d6: Verifying Checksum [2021-01-15T00:32:04.869Z] bca2f99d35d6: Download complete [2021-01-15T00:32:10.171Z] Still waiting to schedule task [2021-01-15T00:32:10.172Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-15T00:32:10.201Z] bca2f99d35d6: Pull complete [2021-01-15T00:32:10.201Z] 93359f2a8cfa: Pull complete [2021-01-15T00:32:10.201Z] 7c6f9722023f: Pull complete [2021-01-15T00:32:15.522Z] a35cf1a2eb13: Pull complete [2021-01-15T00:32:15.522Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T00:32:15.522Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T00:32:15.522Z] ---> a62c8e92a672 [2021-01-15T00:32:15.522Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T00:32:15.522Z] ---> Running in e168f2dc29a1 [2021-01-15T00:32:15.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:32:16.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:32:16.678Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T00:32:16.678Z] (2/12) Installing file (5.38-r0) [2021-01-15T00:32:16.941Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T00:32:16.941Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T00:32:20.266Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T00:32:20.529Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T00:32:20.529Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T00:32:20.529Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T00:32:20.791Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T00:32:20.791Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T00:32:21.055Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T00:32:21.055Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T00:32:21.055Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:32:21.055Z] OK: 233 MiB in 51 packages [2021-01-15T00:32:25.280Z] Removing intermediate container e168f2dc29a1 [2021-01-15T00:32:25.280Z] ---> aa65791e3b27 [2021-01-15T00:32:25.280Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T00:32:25.280Z] ---> Running in 68b32ccc5c24 [2021-01-15T00:32:25.280Z] Removing intermediate container 68b32ccc5c24 [2021-01-15T00:32:25.280Z] ---> 79d05af27641 [2021-01-15T00:32:25.280Z] Step 5/6 : COPY go.mod . [2021-01-15T00:32:25.280Z] ---> 78cc1e028738 [2021-01-15T00:32:25.280Z] Step 6/6 : RUN go mod download [2021-01-15T00:32:25.280Z] ---> Running in 8a97ddc71e90 [2021-01-15T00:32:47.301Z] Removing intermediate container 8a97ddc71e90 [2021-01-15T00:32:47.301Z] ---> 879e06e2c807 [2021-01-15T00:32:47.301Z] Successfully built 879e06e2c807 [2021-01-15T00:32:47.301Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:32:47.766Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T00:32:47.766Z] . [Pipeline] withDockerContainer [2021-01-15T00:32:47.979Z] prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container [2021-01-15T00:32:48.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-x86_64 cat [2021-01-15T00:32:48.862Z] $ docker top 346e83598068b0ca6f7d3c923825f3c0faf6f63f11b4d3f4b133ffa3eb72f756 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:32:49.402Z] + go version [2021-01-15T00:32:49.403Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T00:32:49.420Z] $ docker stop --time=1 346e83598068b0ca6f7d3c923825f3c0faf6f63f11b4d3f4b133ffa3eb72f756 [2021-01-15T00:32:50.809Z] $ docker rm -f 346e83598068b0ca6f7d3c923825f3c0faf6f63f11b4d3f4b133ffa3eb72f756 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:32:51.628Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T00:32:51.629Z] . [Pipeline] withDockerContainer [2021-01-15T00:32:51.725Z] prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container [2021-01-15T00:32:51.805Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-x86_64 cat [2021-01-15T00:32:52.608Z] $ docker top 1144e47d70f3e02b0237c81c131543120377f5b56cfd0c68711ef56f6fc56c5c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T00:32:52.784Z] ========================================================= [2021-01-15T00:32:52.784Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T00:32:52.784Z] ========================================================= [Pipeline] sh [2021-01-15T00:32:53.075Z] + make test [2021-01-15T00:32:53.075Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T00:33:01.272Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T00:33:16.350Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T00:33:21.703Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T00:33:21.703Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T00:33:22.291Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T00:33:22.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T00:33:22.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T00:33:22.565Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T00:33:23.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T00:33:23.420Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T00:33:24.021Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T00:33:26.626Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T00:33:26.626Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T00:33:26.626Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T00:33:28.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements [2021-01-15T00:33:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T00:33:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T00:33:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T00:33:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T00:33:28.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T00:33:33.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.161s coverage: 27.0% of statements [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T00:33:33.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T00:33:33.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T00:33:33.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 67.9% of statements [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T00:33:33.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.132s coverage: 82.3% of statements [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T00:33:33.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.311s coverage: 28.6% of statements [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T00:33:33.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T00:33:33.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-01-15T00:33:33.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T00:33:34.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements [2021-01-15T00:33:34.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T00:33:34.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements [2021-01-15T00:33:34.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T00:33:34.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-01-15T00:33:34.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T00:33:34.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T00:33:34.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T00:33:34.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T00:33:36.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.406s coverage: 93.2% of statements [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T00:33:36.620Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T00:33:36.620Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T00:33:36.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T00:33:36.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements [2021-01-15T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T00:33:36.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-01-15T00:33:36.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-01-15T00:33:36.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.2% of statements [2021-01-15T00:33:37.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.126s coverage: 91.4% of statements [2021-01-15T00:33:37.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T00:33:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 63.5% of statements [2021-01-15T00:33:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T00:33:38.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T00:33:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements [2021-01-15T00:33:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-01-15T00:33:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-01-15T00:33:38.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2021-01-15T00:33:38.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-01-15T00:33:40.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.347s coverage: 68.9% of statements [2021-01-15T00:33:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T00:33:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T00:33:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T00:33:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T00:33:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T00:33:40.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 37.0% of statements [2021-01-15T00:33:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T00:33:40.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T00:33:40.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.0% of statements [2021-01-15T00:33:40.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements [2021-01-15T00:33:42.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.1% of statements [2021-01-15T00:33:42.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T00:33:42.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T00:33:42.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T00:33:42.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T00:33:42.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T00:33:42.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-01-15T00:33:42.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T00:33:42.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-01-15T00:33:42.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T00:33:43.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.766s coverage: 29.1% of statements [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T00:33:43.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T00:33:43.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T00:33:43.624Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T00:33:43.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T00:33:43.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T00:33:43.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-01-15T00:33:43.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T00:33:43.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T00:33:43.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-01-15T00:33:44.233Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-15T00:33:44.233Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-15T00:33:44.497Z] GO111MODULE=on go vet ./... [2021-01-15T00:34:11.240Z] gofmt -l . [2021-01-15T00:34:11.240Z] [ "`gofmt -l .`" = "" ] [2021-01-15T00:34:11.240Z] ./bin/test-go-mod-tidy.sh [2021-01-15T00:34:11.240Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T00:34:11.560Z] + ls -al . [2021-01-15T00:34:11.560Z] total 656 [2021-01-15T00:34:11.560Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 00:34 . [2021-01-15T00:34:11.560Z] drwxr-xr-x 4 root root 30 Jan 15 00:32 .. [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 00:31 .dockerignore [2021-01-15T00:34:11.560Z] drwxrwxr-x 8 1001 1001 179 Jan 15 00:31 .git [2021-01-15T00:34:11.560Z] drwxrwxr-x 3 1001 1001 125 Jan 15 00:31 .github [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 00:31 .gitignore [2021-01-15T00:34:11.560Z] drwx------ 3 1001 1001 47 Jan 15 00:31 .semver [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 00:31 .sonarcloud.properties [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 00:31 Attribution.txt [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 00:31 CONTRIBUTING.md [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 00:31 Dockerfile.build [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 00:31 Jenkinsfile [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 00:31 LICENSE [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 00:31 Makefile [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 00:31 README.md [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 00:31 SECURITY.md [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 00:31 VERSION [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 00:31 ZMQWindows.md [2021-01-15T00:34:11.560Z] drwxrwxr-x 2 1001 1001 117 Jan 15 00:31 bin [2021-01-15T00:34:11.560Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 00:31 cmd [2021-01-15T00:34:11.560Z] -rw-r--r-- 1 root root 550321 Jan 15 00:33 coverage.out [2021-01-15T00:34:11.560Z] -rw-r--r-- 1 root root 979 Jan 15 00:34 go.mod [2021-01-15T00:34:11.560Z] -rw-r--r-- 1 root root 19036 Jan 15 00:34 go.sum [2021-01-15T00:34:11.560Z] drwxrwxr-x 8 1001 1001 127 Jan 15 00:31 internal [2021-01-15T00:34:11.560Z] drwxrwxr-x 4 1001 1001 26 Jan 15 00:31 openapi [2021-01-15T00:34:11.560Z] drwxrwxr-x 4 1001 1001 71 Jan 15 00:31 snap [2021-01-15T00:34:11.560Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 00:31 version.go [Pipeline] sh [2021-01-15T00:34:11.864Z] + '[' -e coverage.out ] [2021-01-15T00:34:11.864Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T00:34:12.076Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T00:34:12.378Z] + make build [2021-01-15T00:34:12.379Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:34:15.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:34:23.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:34:23.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:34:25.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:34:25.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:34:27.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:34:28.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:34:29.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:34:31.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:34:32.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:34:33.030Z] 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 [Pipeline] } [2021-01-15T00:34:34.450Z] $ docker stop --time=1 1144e47d70f3e02b0237c81c131543120377f5b56cfd0c68711ef56f6fc56c5c [2021-01-15T00:34:36.093Z] $ docker rm -f 1144e47d70f3e02b0237c81c131543120377f5b56cfd0c68711ef56f6fc56c5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:34:39.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:34:39.258Z] [2021-01-15T00:34:39.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:34:39.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:34:39.615Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T00:34:39.615Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T00:34:39.615Z] ca9280d653b3: Pulling fs layer [2021-01-15T00:34:39.615Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T00:34:39.615Z] cbdbe7a5bc2a: Download complete [2021-01-15T00:34:40.198Z] cbdbe7a5bc2a: Pull complete [2021-01-15T00:34:40.461Z] ca9280d653b3: Verifying Checksum [2021-01-15T00:34:40.461Z] ca9280d653b3: Download complete [2021-01-15T00:34:41.415Z] ca9280d653b3: Pull complete [2021-01-15T00:34:42.005Z] 7e9c9ca2126c: Download complete [2021-01-15T00:34:48.644Z] 7e9c9ca2126c: Pull complete [2021-01-15T00:34:48.644Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T00:34:48.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:34:48.644Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T00:34:48.844Z] prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container [2021-01-15T00:34:48.903Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T00:34:51.844Z] $ docker top 4823ad1bc8c440e6d2afb6ca8a4eb775664dcce5ac9891b800b8e5b289f44bda -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:34:52.440Z] + docker-compose build --help [2021-01-15T00:34:52.441Z] + grep parallel [2021-01-15T00:34:53.387Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T00:34:53.664Z] $ docker stop --time=1 4823ad1bc8c440e6d2afb6ca8a4eb775664dcce5ac9891b800b8e5b289f44bda [2021-01-15T00:34:55.026Z] $ docker rm -f 4823ad1bc8c440e6d2afb6ca8a4eb775664dcce5ac9891b800b8e5b289f44bda [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:34:55.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T00:34:55.641Z] . [Pipeline] withDockerContainer [2021-01-15T00:34:55.738Z] prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container [2021-01-15T00:34:55.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T00:34:56.437Z] $ docker top eed0e03e22ab4a5ec8369f9fe703b9e73705f4b18a562aa9c56f7030aa6f2147 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:34:56.930Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T00:34:57.885Z] Building docker-core-command-go ... [2021-01-15T00:34:57.885Z] Building docker-core-data-go ... [2021-01-15T00:34:57.885Z] Building docker-core-metadata-go ... [2021-01-15T00:34:57.885Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T00:34:57.885Z] Building docker-security-proxy-setup-go ... [2021-01-15T00:34:57.885Z] Building docker-security-secretstore-setup-go ... [2021-01-15T00:34:57.885Z] Building docker-support-notifications-go ... [2021-01-15T00:34:57.885Z] Building docker-support-scheduler-go ... [2021-01-15T00:34:57.885Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T00:34:57.885Z] Building docker-core-metadata-go [2021-01-15T00:34:57.885Z] Building docker-support-scheduler-go [2021-01-15T00:34:57.885Z] Building docker-security-proxy-setup-go [2021-01-15T00:34:57.885Z] Building docker-security-bootstrap-redis-go [2021-01-15T00:34:57.885Z] Building docker-sys-mgmt-agent-go [2021-01-15T00:35:05.123Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20348 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-15T00:35:05.176Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout [2021-01-15T00:35:10.349Z] using credential edgex-jenkins-ssh [2021-01-15T00:35:10.448Z] Cloning the remote Git repository [2021-01-15T00:35:10.504Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:35:10.605Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2021-01-15T00:35:10.690Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:35:10.691Z] > git --version # timeout=10 [2021-01-15T00:35:10.725Z] > git --version # 'git version 2.17.1' [2021-01-15T00:35:10.728Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:35:10.787Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:35:27.067Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:35:27.084Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:35:27.107Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:35:27.140Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:35:27.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:35:27.153Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T00:35:27.942Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 [2021-01-15T00:35:28.653Z] Merge succeeded, producing ee66178ae168e90ff69ba30d1f2812a0054da49c [2021-01-15T00:35:28.653Z] Checking out Revision ee66178ae168e90ff69ba30d1f2812a0054da49c (PR-2966) [2021-01-15T00:35:27.962Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:35:27.980Z] > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-15T00:35:28.269Z] > git remote # timeout=10 [2021-01-15T00:35:28.286Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T00:35:28.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:35:28.308Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-15T00:35:28.638Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T00:35:28.661Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:35:28.681Z] > git checkout -f ee66178ae168e90ff69ba30d1f2812a0054da49c # timeout=10 [2021-01-15T00:35:30.131Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:30.131Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:35:30.131Z] ---> 879e06e2c807 [2021-01-15T00:35:30.131Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:35:30.131Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:30.131Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:35:30.131Z] ---> 879e06e2c807 [2021-01-15T00:35:30.131Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:35:30.131Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:30.131Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:35:30.131Z] ---> 879e06e2c807 [2021-01-15T00:35:30.131Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:35:30.131Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:30.131Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:35:30.131Z] ---> 879e06e2c807 [2021-01-15T00:35:30.131Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T00:35:30.131Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:30.131Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:35:30.131Z] ---> 879e06e2c807 [2021-01-15T00:35:30.131Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:35:30.131Z] ---> Running in 52849fc9455c [2021-01-15T00:35:30.131Z] ---> Running in 3505dccd5c94 [2021-01-15T00:35:30.131Z] ---> Running in 73edb93477f4 [2021-01-15T00:35:30.131Z] ---> Running in 9c425ff4a133 [2021-01-15T00:35:30.131Z] ---> Running in f3f0c3f3e1b4 [2021-01-15T00:35:30.394Z] Removing intermediate container 3505dccd5c94 [2021-01-15T00:35:30.394Z] ---> d97b89c152a2 [2021-01-15T00:35:30.394Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:35:30.394Z] Removing intermediate container 73edb93477f4 [2021-01-15T00:35:30.394Z] ---> fdd86db47b9e [2021-01-15T00:35:30.394Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:35:30.394Z] Removing intermediate container f3f0c3f3e1b4 [2021-01-15T00:35:30.394Z] ---> f2421d9f22d2 [2021-01-15T00:35:30.394Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:35:30.394Z] Removing intermediate container 9c425ff4a133 [2021-01-15T00:35:30.394Z] ---> af60d6f953e7 [2021-01-15T00:35:30.394Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:35:30.394Z] Removing intermediate container 52849fc9455c [2021-01-15T00:35:30.394Z] ---> bc3afa403350 [2021-01-15T00:35:30.394Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:35:30.670Z] ---> Running in 556fe65556ad [2021-01-15T00:35:30.670Z] ---> Running in 58fda77cfb4f [2021-01-15T00:35:30.670Z] ---> Running in 311d59446807 [2021-01-15T00:35:30.670Z] ---> Running in 690c77933b60 [2021-01-15T00:35:30.670Z] ---> Running in 06725169080a [2021-01-15T00:35:32.612Z] Removing intermediate container 690c77933b60 [2021-01-15T00:35:32.612Z] ---> 59908680b3d1 [2021-01-15T00:35:32.612Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:35:32.612Z] Removing intermediate container 556fe65556ad [2021-01-15T00:35:32.612Z] ---> 39f894c039e8 [2021-01-15T00:35:32.612Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:35:32.612Z] Removing intermediate container 58fda77cfb4f [2021-01-15T00:35:32.612Z] ---> 7fc8b2715692 [2021-01-15T00:35:32.612Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:35:32.612Z] ---> Running in 722e4495c120 [2021-01-15T00:35:32.612Z] ---> Running in b19b19f3d5ee [2021-01-15T00:35:32.875Z] Removing intermediate container 06725169080a [2021-01-15T00:35:32.875Z] ---> f4bad408b652 [2021-01-15T00:35:32.875Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T00:35:32.875Z] ---> Running in d5ed935aa333 [2021-01-15T00:35:32.875Z] Removing intermediate container 311d59446807 [2021-01-15T00:35:32.875Z] ---> 1562f5de5ffd [2021-01-15T00:35:32.875Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:35:32.875Z] ---> Running in ba78a376fa16 [2021-01-15T00:35:33.072Z] Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" [2021-01-15T00:35:33.082Z] > git rev-list --no-walk 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-15T00:35:33.138Z] ---> Running in 0f7996700e06 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-15T00:35:33.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:33.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:33.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh [2021-01-15T00:35:33.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:33.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:34.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:34.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:34.622Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:35:34.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:34.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:34.827Z] OK: 233 MiB in 51 packages [2021-01-15T00:35:34.827Z] OK: 233 MiB in 51 packages [2021-01-15T00:35:35.027Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T00:35:35.092Z] OK: 233 MiB in 51 packages [2021-01-15T00:35:35.364Z] OK: 233 MiB in 51 packages [2021-01-15T00:35:35.364Z] Removing intermediate container 722e4495c120 [2021-01-15T00:35:35.364Z] ---> 2ee89143c361 [2021-01-15T00:35:35.364Z] Step 6/21 : COPY go.mod . [2021-01-15T00:35:35.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:35:35.364Z] Removing intermediate container b19b19f3d5ee [2021-01-15T00:35:35.364Z] ---> e4dbddae22a2 [2021-01-15T00:35:35.364Z] Step 6/22 : COPY go.mod . [2021-01-15T00:35:35.377Z] + true [2021-01-15T00:35:35.377Z] + sudo service docker restart [2021-01-15T00:35:35.939Z] ---> 486f33b4e64a [2021-01-15T00:35:35.939Z] Step 7/21 : RUN go mod download [2021-01-15T00:35:35.939Z] ---> 4093f994facb [2021-01-15T00:35:35.939Z] Step 7/22 : RUN go mod download [2021-01-15T00:35:35.939Z] Removing intermediate container ba78a376fa16 [2021-01-15T00:35:35.939Z] ---> 5fbe8e073f32 [2021-01-15T00:35:35.939Z] Step 6/26 : COPY go.mod . [2021-01-15T00:35:35.939Z] ---> Running in 5e3042cb4b4e [2021-01-15T00:35:35.939Z] OK: 233 MiB in 51 packages [2021-01-15T00:35:36.204Z] ---> Running in a34ccf8f3b8b [2021-01-15T00:35:36.468Z] Removing intermediate container 0f7996700e06 [2021-01-15T00:35:36.468Z] ---> 2bc8afefc182 [2021-01-15T00:35:36.468Z] Step 6/21 : COPY go.mod . [2021-01-15T00:35:36.468Z] ---> 2179c741852c [2021-01-15T00:35:36.468Z] Step 7/26 : RUN go mod download [2021-01-15T00:35:36.734Z] ---> Running in 022ef019b782 [2021-01-15T00:35:36.734Z] ---> dfdc73637be5 [2021-01-15T00:35:36.734Z] Step 7/21 : RUN go mod download [2021-01-15T00:35:37.002Z] ---> Running in 93c6d7ecf543 [2021-01-15T00:35:37.002Z] Removing intermediate container d5ed935aa333 [2021-01-15T00:35:37.002Z] ---> 7ea456c5502f [2021-01-15T00:35:37.002Z] Step 6/22 : COPY go.mod . [2021-01-15T00:35:37.586Z] ---> 5973d583a0bc [2021-01-15T00:35:37.586Z] Step 7/22 : RUN go mod download [2021-01-15T00:35:37.586Z] ---> Running in cb1d6bafaf80 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T00:35:38.074Z] provisioning config files... [2021-01-15T00:35:38.114Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config1199931372358066730tmp [2021-01-15T00:35:38.161Z] Removing intermediate container 5e3042cb4b4e [2021-01-15T00:35:38.161Z] ---> ecf88ce4ab77 [2021-01-15T00:35:38.161Z] Step 8/21 : COPY . . [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:35:38.440Z] Removing intermediate container 022ef019b782 [2021-01-15T00:35:38.440Z] ---> 1600ac5ba184 [2021-01-15T00:35:38.440Z] Step 8/26 : COPY . . [2021-01-15T00:35:38.440Z] Removing intermediate container a34ccf8f3b8b [2021-01-15T00:35:38.440Z] ---> c954e133ec6c [2021-01-15T00:35:38.440Z] Step 8/22 : COPY . . [2021-01-15T00:35:38.590Z] ---> docker-login.sh [2021-01-15T00:35:38.590Z] nexus3.edgexfoundry.org:10001 [2021-01-15T00:35:39.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:35:39.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:35:39.796Z] Configure a credential helper to remove this warning. See [2021-01-15T00:35:39.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:35:39.796Z] [2021-01-15T00:35:39.796Z] Login Succeeded [2021-01-15T00:35:39.796Z] nexus3.edgexfoundry.org:10002 [2021-01-15T00:35:40.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:35:40.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:35:40.067Z] Configure a credential helper to remove this warning. See [2021-01-15T00:35:40.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:35:40.067Z] [2021-01-15T00:35:40.067Z] Login Succeeded [2021-01-15T00:35:40.067Z] nexus3.edgexfoundry.org:10003 [2021-01-15T00:35:40.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:35:40.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:35:40.664Z] Configure a credential helper to remove this warning. See [2021-01-15T00:35:40.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:35:40.664Z] [2021-01-15T00:35:40.664Z] Login Succeeded [2021-01-15T00:35:40.664Z] nexus3.edgexfoundry.org:10004 [2021-01-15T00:35:41.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:35:41.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:35:41.258Z] Configure a credential helper to remove this warning. See [2021-01-15T00:35:41.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:35:41.258Z] [2021-01-15T00:35:41.258Z] Login Succeeded [2021-01-15T00:35:41.258Z] docker.io [2021-01-15T00:35:41.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T00:35:41.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T00:35:41.798Z] Configure a credential helper to remove this warning. See [2021-01-15T00:35:41.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T00:35:41.798Z] [2021-01-15T00:35:41.798Z] Login Succeeded [2021-01-15T00:35:41.798Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T00:35:41.816Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T00:35:42.290Z] ========================================================= [2021-01-15T00:35:42.290Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T00:35:42.290Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:35:42.657Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-15T00:35:42.700Z] Removing intermediate container 93c6d7ecf543 [2021-01-15T00:35:42.700Z] ---> 8a5182083599 [2021-01-15T00:35:42.700Z] Step 8/21 : COPY . . [2021-01-15T00:35:45.303Z] Sending build context to Docker daemon 165.6MB [2021-01-15T00:35:45.303Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T00:35:45.303Z] Step 2/6 : FROM ${BASE} [2021-01-15T00:35:45.303Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T00:35:45.303Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T00:35:45.303Z] a4357932f1b6: Pulling fs layer [2021-01-15T00:35:45.303Z] 18c013af1878: Pulling fs layer [2021-01-15T00:35:45.303Z] 00ac8860ef70: Pulling fs layer [2021-01-15T00:35:45.303Z] 63d7cb157983: Pulling fs layer [2021-01-15T00:35:45.303Z] b116817d02f9: Pulling fs layer [2021-01-15T00:35:45.303Z] 745a02a5169b: Pulling fs layer [2021-01-15T00:35:45.303Z] 00ac8860ef70: Waiting [2021-01-15T00:35:45.303Z] 63d7cb157983: Waiting [2021-01-15T00:35:45.303Z] 745a02a5169b: Waiting [2021-01-15T00:35:45.303Z] b116817d02f9: Waiting [2021-01-15T00:35:45.303Z] 18c013af1878: Verifying Checksum [2021-01-15T00:35:45.303Z] 18c013af1878: Download complete [2021-01-15T00:35:45.303Z] a4357932f1b6: Verifying Checksum [2021-01-15T00:35:45.303Z] a4357932f1b6: Download complete [2021-01-15T00:35:45.303Z] 63d7cb157983: Verifying Checksum [2021-01-15T00:35:45.304Z] 63d7cb157983: Download complete [2021-01-15T00:35:45.304Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T00:35:45.304Z] b116817d02f9: Verifying Checksum [2021-01-15T00:35:45.304Z] b116817d02f9: Download complete [2021-01-15T00:35:45.909Z] 5f621e34cdf4: Pull complete [2021-01-15T00:35:46.510Z] a4357932f1b6: Pull complete [2021-01-15T00:35:46.786Z] 18c013af1878: Pull complete [2021-01-15T00:35:46.970Z] Removing intermediate container cb1d6bafaf80 [2021-01-15T00:35:46.970Z] ---> 9059be0a8c24 [2021-01-15T00:35:46.970Z] Step 8/22 : COPY . . [2021-01-15T00:35:47.767Z] 745a02a5169b: Verifying Checksum [2021-01-15T00:35:47.767Z] 745a02a5169b: Download complete [2021-01-15T00:35:48.753Z] 00ac8860ef70: Download complete [2021-01-15T00:35:58.925Z] 00ac8860ef70: Pull complete [2021-01-15T00:35:59.198Z] 63d7cb157983: Pull complete [2021-01-15T00:35:59.474Z] b116817d02f9: Pull complete [2021-01-15T00:36:03.792Z] 745a02a5169b: Pull complete [2021-01-15T00:36:03.792Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T00:36:03.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T00:36:03.792Z] ---> b7e6874047d6 [2021-01-15T00:36:03.792Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T00:36:07.177Z] ---> Running in f954f7e9c2b9 [2021-01-15T00:36:07.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:36:08.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:36:09.361Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T00:36:09.637Z] (2/12) Installing file (5.38-r0) [2021-01-15T00:36:09.909Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T00:36:09.909Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T00:36:13.291Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T00:36:13.559Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T00:36:13.559Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T00:36:13.829Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T00:36:13.829Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T00:36:13.829Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T00:36:14.099Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T00:36:14.368Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T00:36:14.639Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:36:14.639Z] OK: 217 MiB in 51 packages [2021-01-15T00:36:19.000Z] Removing intermediate container f954f7e9c2b9 [2021-01-15T00:36:19.000Z] ---> ba5f5b981877 [2021-01-15T00:36:19.000Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T00:36:19.000Z] ---> Running in 51ba1a8b06a8 [2021-01-15T00:36:19.295Z] Removing intermediate container 51ba1a8b06a8 [2021-01-15T00:36:19.295Z] ---> 1a51312621e1 [2021-01-15T00:36:19.295Z] Step 5/6 : COPY go.mod . [2021-01-15T00:36:19.354Z] ---> bf2f03192c0b [2021-01-15T00:36:19.355Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T00:36:19.355Z] ---> 67e030e09946 [2021-01-15T00:36:19.355Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T00:36:19.355Z] ---> 46926563013f [2021-01-15T00:36:19.355Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T00:36:19.355Z] ---> Running in 79a857b3a4e8 [2021-01-15T00:36:19.355Z] ---> Running in c091a77d1dd2 [2021-01-15T00:36:19.355Z] ---> 88d628f5161f [2021-01-15T00:36:19.355Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T00:36:19.355Z] ---> afeed94f8816 [2021-01-15T00:36:19.355Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T00:36:19.355Z] ---> Running in 831eda57d0d0 [2021-01-15T00:36:19.355Z] ---> Running in 6a10668f2a4b [2021-01-15T00:36:19.355Z] ---> Running in 90b2c66eac4a [2021-01-15T00:36:19.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:36:19.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 [2021-01-15T00:36:19.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:36:19.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:36:19.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:36:19.918Z] ---> 99cb05e5302c [2021-01-15T00:36:19.918Z] Step 6/6 : RUN go mod download [2021-01-15T00:36:20.197Z] ---> Running in b79f1fab29dc [2021-01-15T00:36:46.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:36:46.981Z] Removing intermediate container b79f1fab29dc [2021-01-15T00:36:46.981Z] ---> 184d49a0ebf9 [2021-01-15T00:36:46.981Z] Successfully built 184d49a0ebf9 [2021-01-15T00:36:46.981Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:36:47.323Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T00:36:47.323Z] . [Pipeline] withDockerContainer [2021-01-15T00:36:47.546Z] prd-ubuntu18.04-docker-arm64-4c-16g-20348 does not seem to be running inside a container [2021-01-15T00:36:47.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 [2021-01-15T00:36:48.951Z] $ docker top 53b94ea6070870f4106577a9e4a962d744cc3b0b6e2f8bc6fc470211c75de017 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:36:49.933Z] + go version [2021-01-15T00:36:49.933Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T00:36:49.960Z] $ docker stop --time=1 53b94ea6070870f4106577a9e4a962d744cc3b0b6e2f8bc6fc470211c75de017 [2021-01-15T00:36:51.912Z] $ docker rm -f 53b94ea6070870f4106577a9e4a962d744cc3b0b6e2f8bc6fc470211c75de017 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:36:52.885Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T00:36:52.886Z] . [Pipeline] withDockerContainer [2021-01-15T00:36:53.072Z] Removing intermediate container 90b2c66eac4a [2021-01-15T00:36:53.072Z] ---> 6e9e5d2ca651 [2021-01-15T00:36:53.072Z] [2021-01-15T00:36:53.072Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T00:36:53.072Z] Removing intermediate container c091a77d1dd2 [2021-01-15T00:36:53.072Z] ---> 06346f5be7c9 [2021-01-15T00:36:53.072Z] [2021-01-15T00:36:53.072Z] Step 10/21 : FROM scratch [2021-01-15T00:36:53.072Z] ---> [2021-01-15T00:36:53.072Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:36:53.072Z] 3.12: Pulling from library/alpine [2021-01-15T00:36:53.072Z] Removing intermediate container 79a857b3a4e8 [2021-01-15T00:36:53.072Z] ---> a806912db371 [2021-01-15T00:36:53.072Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T00:36:53.072Z] ---> Running in cb9ac18f7b9f [2021-01-15T00:36:53.148Z] prd-ubuntu18.04-docker-arm64-4c-16g-20348 does not seem to be running inside a container [2021-01-15T00:36:53.226Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 [2021-01-15T00:36:54.024Z] ---> Running in 69b29f835c2d [2021-01-15T00:36:54.024Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T00:36:54.024Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T00:36:54.468Z] $ docker top 070b0c18162ac2c6f7a3cea95958ff0ea2b840f4782b210b358ccda3e1f98dd6 -eo pid,comm [2021-01-15T00:36:54.600Z] ---> 389fef711851 [2021-01-15T00:36:54.600Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:36:54.600Z] Removing intermediate container cb9ac18f7b9f [2021-01-15T00:36:54.600Z] ---> 576ab392c76d [2021-01-15T00:36:54.600Z] Step 12/21 : ENV APP_PORT=48085 [Pipeline] { [Pipeline] echo [2021-01-15T00:36:54.810Z] ========================================================= [2021-01-15T00:36:54.810Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T00:36:54.810Z] ========================================================= [Pipeline] sh [2021-01-15T00:36:54.863Z] Removing intermediate container 6a10668f2a4b [2021-01-15T00:36:54.863Z] ---> ab5b71c4f01c [2021-01-15T00:36:54.863Z] [2021-01-15T00:36:54.863Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T00:36:54.863Z] ---> 389fef711851 [2021-01-15T00:36:54.863Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T00:36:54.863Z] ---> Running in f74270872354 [2021-01-15T00:36:54.863Z] ---> Running in d27a00526ab8 [2021-01-15T00:36:55.153Z] ---> Running in ec8c9eed67c3 [2021-01-15T00:36:55.153Z] Removing intermediate container d27a00526ab8 [2021-01-15T00:36:55.153Z] ---> c06c713d48b9 [2021-01-15T00:36:55.153Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T00:36:55.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:36:55.481Z] + make test [2021-01-15T00:36:55.481Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T00:36:55.996Z] ---> Running in 3f6e220d5460 [2021-01-15T00:36:56.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:56.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:56.534Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T00:36:56.534Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:36:56.534Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T00:36:56.534Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T00:36:56.534Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T00:36:56.534Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:36:56.534Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:36:56.797Z] OK: 7 MiB in 19 packages [2021-01-15T00:36:57.059Z] Removing intermediate container 3f6e220d5460 [2021-01-15T00:36:57.059Z] ---> bf17b3ee00e0 [2021-01-15T00:36:57.059Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:36:57.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:57.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:36:57.323Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T00:36:57.588Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:36:57.588Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T00:36:57.588Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T00:36:57.588Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:36:57.588Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:36:57.588Z] OK: 7 MiB in 18 packages [2021-01-15T00:36:58.537Z] Removing intermediate container 831eda57d0d0 [2021-01-15T00:36:58.537Z] ---> e9d85dc9a963 [2021-01-15T00:36:58.537Z] [2021-01-15T00:36:58.537Z] Step 10/22 : FROM scratch [2021-01-15T00:36:58.537Z] ---> [2021-01-15T00:36:58.537Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:36:58.806Z] ---> Using cache [2021-01-15T00:36:58.806Z] ---> 576ab392c76d [2021-01-15T00:36:58.806Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T00:36:58.806Z] ---> dd83177bb477 [2021-01-15T00:36:58.806Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T00:36:58.806Z] ---> Running in ebd39172da5c [2021-01-15T00:36:59.757Z] Removing intermediate container ebd39172da5c [2021-01-15T00:36:59.757Z] ---> 911af679c246 [2021-01-15T00:36:59.757Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:36:59.757Z] Removing intermediate container 69b29f835c2d [2021-01-15T00:36:59.757Z] ---> 482a89e1f596 [2021-01-15T00:36:59.757Z] [2021-01-15T00:36:59.757Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T00:36:59.757Z] 20.10.0: Pulling from library/docker [2021-01-15T00:37:00.335Z] ---> Running in de94299db612 [2021-01-15T00:37:00.335Z] ---> 267c7d9bb293 [2021-01-15T00:37:00.335Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T00:37:00.599Z] Removing intermediate container f74270872354 [2021-01-15T00:37:00.599Z] ---> d5348f443bde [2021-01-15T00:37:00.599Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T00:37:00.599Z] Removing intermediate container ec8c9eed67c3 [2021-01-15T00:37:00.599Z] ---> 127b1feb0273 [2021-01-15T00:37:00.599Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:37:00.865Z] Removing intermediate container de94299db612 [2021-01-15T00:37:00.865Z] ---> 83582ac70e12 [2021-01-15T00:37:00.865Z] Step 14/22 : WORKDIR / [2021-01-15T00:37:01.131Z] ---> Running in 134f3c875468 [2021-01-15T00:37:01.131Z] ---> Running in c180c9123b22 [2021-01-15T00:37:01.131Z] ---> 887326462804 [2021-01-15T00:37:01.131Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T00:37:01.131Z] ---> Running in fa57f554a94a [2021-01-15T00:37:02.090Z] ---> Running in 4859cb550d93 [2021-01-15T00:37:02.090Z] Removing intermediate container c180c9123b22 [2021-01-15T00:37:02.090Z] ---> 73a6563a9fac [2021-01-15T00:37:02.090Z] Step 13/21 : WORKDIR /edgex [2021-01-15T00:37:02.090Z] Removing intermediate container 134f3c875468 [2021-01-15T00:37:02.090Z] ---> 2da7e008ba55 [2021-01-15T00:37:02.090Z] Step 13/22 : WORKDIR / [2021-01-15T00:37:02.667Z] ---> Running in 5522be37fb34 [2021-01-15T00:37:02.667Z] Removing intermediate container fa57f554a94a [2021-01-15T00:37:02.667Z] ---> 879a147a4684 [2021-01-15T00:37:02.667Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:37:02.667Z] ---> Running in b0cba0587bed [2021-01-15T00:37:02.930Z] Removing intermediate container 4859cb550d93 [2021-01-15T00:37:02.930Z] ---> db043ed769cc [2021-01-15T00:37:02.930Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:37:02.930Z] ---> Running in 258baa65cd64 [2021-01-15T00:37:03.212Z] Removing intermediate container b0cba0587bed [2021-01-15T00:37:03.212Z] ---> c0dff2425ad1 [2021-01-15T00:37:03.212Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:37:03.212Z] Removing intermediate container 5522be37fb34 [2021-01-15T00:37:03.212Z] ---> ac673c956cc7 [2021-01-15T00:37:03.212Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T00:37:03.212Z] ---> 0292b7d01289 [2021-01-15T00:37:03.212Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T00:37:03.212Z] Removing intermediate container 258baa65cd64 [2021-01-15T00:37:03.212Z] ---> 4f9a59c3b94f [2021-01-15T00:37:03.212Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T00:37:03.485Z] ---> Running in 45198c228af4 [2021-01-15T00:37:03.753Z] ---> c834a02e9eb5 [2021-01-15T00:37:03.753Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T00:37:03.753Z] ---> 58d98bc812a3 [2021-01-15T00:37:03.753Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T00:37:03.753Z] Removing intermediate container 45198c228af4 [2021-01-15T00:37:03.753Z] ---> d24dff94cc12 [2021-01-15T00:37:03.753Z] Step 20/21 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:37:04.021Z] ---> Running in 4486c170ccf4 [2021-01-15T00:37:04.294Z] ---> 0c405b5ba619 [2021-01-15T00:37:04.294Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T00:37:04.294Z] Removing intermediate container 4486c170ccf4 [2021-01-15T00:37:04.294Z] ---> cc58735e0010 [2021-01-15T00:37:04.294Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:37:04.294Z] ---> 87f307037f2c [2021-01-15T00:37:04.294Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T00:37:04.567Z] ---> Running in baefd495ef18 [2021-01-15T00:37:04.567Z] ---> 220c88e06409 [2021-01-15T00:37:04.567Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T00:37:04.567Z] ---> e9ab7ace8c9b [2021-01-15T00:37:04.567Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T00:37:04.837Z] ---> 0acf9bce3f30 [2021-01-15T00:37:04.837Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T00:37:04.837Z] ---> Running in 844a4d284fb1 [2021-01-15T00:37:05.105Z] Removing intermediate container baefd495ef18 [2021-01-15T00:37:05.105Z] ---> 0ad0964ad21e [2021-01-15T00:37:05.105Z] [2021-01-15T00:37:05.369Z] Successfully built 0ad0964ad21e [2021-01-15T00:37:05.632Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T00:37:05.632Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-15T00:37:05.899Z] ---> 982d4374ebc1 [2021-01-15T00:37:05.899Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T00:37:05.899Z] Removing intermediate container 844a4d284fb1 [2021-01-15T00:37:05.899Z] ---> 9f083743f919 [2021-01-15T00:37:05.899Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:37:05.899Z] ---> ba968a3e0903 [2021-01-15T00:37:05.899Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T00:37:05.899Z] ---> Running in c94b52836c5b [2021-01-15T00:37:05.899Z] ---> Running in 05f2e7b6da79 [2021-01-15T00:37:06.169Z] ---> Running in 4577ae90c43c [2021-01-15T00:37:11.495Z] Removing intermediate container 05f2e7b6da79 [2021-01-15T00:37:11.495Z] ---> 79c995be485d [2021-01-15T00:37:11.495Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T00:37:11.495Z] Removing intermediate container 4577ae90c43c [2021-01-15T00:37:11.495Z] ---> 32b457a4a4d5 [2021-01-15T00:37:11.495Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T00:37:11.495Z] ---> Running in a739adb21c6f [2021-01-15T00:37:11.495Z] ---> Running in 6e2a4fd518bb [2021-01-15T00:37:13.434Z] Removing intermediate container c94b52836c5b [2021-01-15T00:37:13.434Z] ---> 5b5e6fee43a8 [2021-01-15T00:37:13.434Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T00:37:13.434Z] Removing intermediate container 6e2a4fd518bb [2021-01-15T00:37:13.434Z] ---> 7722efee2dad [2021-01-15T00:37:13.434Z] Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:37:13.434Z] Removing intermediate container a739adb21c6f [2021-01-15T00:37:13.434Z] ---> 0e1f25fc53a1 [2021-01-15T00:37:13.434Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T00:37:13.698Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T00:37:13.698Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T00:37:13.698Z] ---> aefe523efa57 [2021-01-15T00:37:13.698Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T00:37:14.299Z] ---> Running in fc52846a8afe [2021-01-15T00:37:15.256Z] ---> Running in f729bd02983d [2021-01-15T00:37:15.256Z] ---> Running in 481b1019e2f5 [2021-01-15T00:37:15.257Z] ---> Running in 584f659502ef [2021-01-15T00:37:15.851Z] Removing intermediate container fc52846a8afe [2021-01-15T00:37:15.851Z] ---> aeeb5e04e4e2 [2021-01-15T00:37:15.851Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T00:37:17.676Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T00:37:17.800Z] ---> Running in 5b936dbe0991 [2021-01-15T00:37:17.800Z] Removing intermediate container 584f659502ef [2021-01-15T00:37:17.800Z] ---> eceb9b962a5f [2021-01-15T00:37:17.800Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:37:17.800Z] Removing intermediate container f729bd02983d [2021-01-15T00:37:17.800Z] ---> 357bba8fb28a [2021-01-15T00:37:17.800Z] Step 20/21 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:37:17.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:17.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:18.075Z] ---> Running in 463209db521a [2021-01-15T00:37:18.075Z] ---> Running in 2d35974b2ee6 [2021-01-15T00:37:18.075Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T00:37:18.075Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T00:37:18.075Z] Executing bash-5.0.17-r0.post-install [2021-01-15T00:37:18.075Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:37:18.339Z] OK: 12 MiB in 22 packages [2021-01-15T00:37:18.339Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:37:18.601Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:37:18.601Z] ---> 879e06e2c807 [2021-01-15T00:37:18.601Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:37:18.601Z] ---> Using cache [2021-01-15T00:37:18.601Z] ---> bc3afa403350 [2021-01-15T00:37:18.601Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:37:18.601Z] ---> Using cache [2021-01-15T00:37:18.601Z] ---> f4bad408b652 [2021-01-15T00:37:18.601Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:37:19.553Z] Removing intermediate container 5b936dbe0991 [2021-01-15T00:37:19.553Z] ---> ac1013e16af6 [2021-01-15T00:37:19.553Z] Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:37:19.553Z] ---> Running in 49c6037edd2f [2021-01-15T00:37:19.553Z] ---> Running in 96f28d07f8da [2021-01-15T00:37:19.816Z] Removing intermediate container 463209db521a [2021-01-15T00:37:19.816Z] ---> f8555e20748f [2021-01-15T00:37:19.816Z] [2021-01-15T00:37:19.816Z] Removing intermediate container 2d35974b2ee6 [2021-01-15T00:37:19.816Z] ---> f947ac23c163 [2021-01-15T00:37:19.816Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:37:20.082Z] Successfully built f8555e20748f [2021-01-15T00:37:20.083Z] ---> Running in cc82bbe2cfa4 [2021-01-15T00:37:20.083Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T00:37:20.083Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-15T00:37:20.354Z] Removing intermediate container 96f28d07f8da [2021-01-15T00:37:20.354Z] ---> e28345d9455c [2021-01-15T00:37:20.354Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:37:20.354Z] Removing intermediate container 481b1019e2f5 [2021-01-15T00:37:20.354Z] ---> 3e4c47396722 [2021-01-15T00:37:20.354Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T00:37:20.354Z] ---> Running in 6a1fd2a7229e [2021-01-15T00:37:20.354Z] ---> Running in 540ca8db7381 [2021-01-15T00:37:20.354Z] Removing intermediate container cc82bbe2cfa4 [2021-01-15T00:37:20.354Z] ---> 0a7a7e9b6b4b [2021-01-15T00:37:20.354Z] [2021-01-15T00:37:20.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:20.622Z] Successfully built 0a7a7e9b6b4b [2021-01-15T00:37:20.622Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T00:37:20.622Z] Building docker-security-secretstore-setup-go [2021-01-15T00:37:20.886Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6a1fd2a7229e [2021-01-15T00:37:20.886Z] ---> 830d41fbd108 [2021-01-15T00:37:20.886Z] [2021-01-15T00:37:20.886Z] Removing intermediate container 540ca8db7381 [2021-01-15T00:37:20.886Z] ---> b8d2257f05a4 [2021-01-15T00:37:20.886Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T00:37:21.150Z] ---> Running in b2c1af0647d8 [2021-01-15T00:37:21.150Z] Successfully built 830d41fbd108 [2021-01-15T00:37:21.150Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T00:37:21.150Z] Building docker-support-notifications-go [2021-01-15T00:37:21.414Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container b2c1af0647d8 [2021-01-15T00:37:21.414Z] ---> 820e9c62f50d [2021-01-15T00:37:21.414Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T00:37:21.414Z] ---> Running in 49fde259cb0a [2021-01-15T00:37:21.990Z] Removing intermediate container 49fde259cb0a [2021-01-15T00:37:21.990Z] ---> c98a9b519a71 [2021-01-15T00:37:21.990Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T00:37:21.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:23.911Z] OK: 233 MiB in 51 packages [2021-01-15T00:37:30.552Z] ---> 219faf702f00 [2021-01-15T00:37:30.552Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T00:37:30.552Z] Removing intermediate container 49c6037edd2f [2021-01-15T00:37:30.552Z] ---> 63b137ac81ce [2021-01-15T00:37:30.552Z] Step 6/22 : COPY go.mod . [2021-01-15T00:37:30.552Z] ---> 84b433dd1e54 [2021-01-15T00:37:30.552Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T00:37:30.552Z] ---> 7d64bd27f4b1 [2021-01-15T00:37:30.552Z] Step 7/22 : RUN go mod download [2021-01-15T00:37:30.552Z] ---> Running in a666195fb103 [2021-01-15T00:37:30.552Z] ---> 7cfebd185273 [2021-01-15T00:37:30.552Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T00:37:30.815Z] ---> Running in 959de34d2244 [2021-01-15T00:37:34.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:34.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:34.776Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T00:37:34.776Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T00:37:34.776Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T00:37:34.776Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T00:37:34.776Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T00:37:34.776Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T00:37:34.776Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T00:37:40.857Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T00:37:40.857Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T00:37:40.857Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T00:37:40.857Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T00:37:40.857Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T00:37:40.857Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T00:37:40.857Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T00:37:40.857Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T00:37:40.857Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T00:37:41.174Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T00:37:41.462Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T00:37:41.462Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T00:37:41.462Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T00:37:41.462Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T00:37:41.731Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T00:37:42.316Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T00:37:42.908Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T00:37:43.179Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T00:37:43.179Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T00:37:43.179Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T00:37:43.179Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T00:37:43.179Z] Removing intermediate container a666195fb103 [2021-01-15T00:37:43.179Z] ---> dd771391fad8 [2021-01-15T00:37:43.179Z] Step 8/22 : COPY . . [2021-01-15T00:37:43.179Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T00:37:43.179Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T00:37:43.179Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T00:37:43.446Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T00:37:43.446Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T00:37:44.030Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:37:44.030Z] OK: 71 MiB in 55 packages [2021-01-15T00:37:44.030Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:37:44.030Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:37:44.030Z] ---> 879e06e2c807 [2021-01-15T00:37:44.030Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:37:44.030Z] ---> Using cache [2021-01-15T00:37:44.030Z] ---> bc3afa403350 [2021-01-15T00:37:44.030Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:37:44.030Z] ---> Using cache [2021-01-15T00:37:44.030Z] ---> f4bad408b652 [2021-01-15T00:37:44.030Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T00:37:44.604Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:37:44.604Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:37:44.604Z] ---> 879e06e2c807 [2021-01-15T00:37:44.604Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:37:44.604Z] ---> Using cache [2021-01-15T00:37:44.604Z] ---> bc3afa403350 [2021-01-15T00:37:44.604Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:37:44.604Z] ---> Using cache [2021-01-15T00:37:44.604Z] ---> f4bad408b652 [2021-01-15T00:37:44.604Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T00:37:44.604Z] ---> Using cache [2021-01-15T00:37:44.604Z] ---> 63b137ac81ce [2021-01-15T00:37:44.604Z] Step 6/24 : COPY go.mod . [2021-01-15T00:37:44.604Z] ---> Using cache [2021-01-15T00:37:44.604Z] ---> 7d64bd27f4b1 [2021-01-15T00:37:44.604Z] Step 7/24 : RUN go mod download [2021-01-15T00:37:44.604Z] ---> Using cache [2021-01-15T00:37:44.604Z] ---> dd771391fad8 [2021-01-15T00:37:44.604Z] Step 8/24 : COPY . . [2021-01-15T00:37:44.604Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:37:44.604Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:37:44.604Z] ---> 879e06e2c807 [2021-01-15T00:37:44.604Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T00:37:44.604Z] ---> Using cache [2021-01-15T00:37:44.604Z] ---> bc3afa403350 [2021-01-15T00:37:44.604Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:37:44.604Z] ---> Using cache [2021-01-15T00:37:44.604Z] ---> f4bad408b652 [2021-01-15T00:37:44.604Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T00:37:49.935Z] ---> Running in 6eabf50b7798 [2021-01-15T00:37:49.935Z] ---> Running in ac55788f5daf [2021-01-15T00:37:55.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:55.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:55.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:55.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:37:56.485Z] OK: 233 MiB in 51 packages [2021-01-15T00:37:56.485Z] OK: 233 MiB in 51 packages [2021-01-15T00:37:56.716Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T00:38:06.553Z] Removing intermediate container 6eabf50b7798 [2021-01-15T00:38:06.553Z] ---> d53fc8fde6bb [2021-01-15T00:38:06.553Z] Step 6/24 : COPY go.mod . [2021-01-15T00:38:06.824Z] Removing intermediate container ac55788f5daf [2021-01-15T00:38:06.824Z] ---> 58159e3ef7a2 [2021-01-15T00:38:06.824Z] Step 6/23 : COPY go.mod . [2021-01-15T00:38:09.387Z] ---> 2ef73f66a010 [2021-01-15T00:38:09.387Z] Step 7/24 : RUN go mod download [2021-01-15T00:38:10.802Z] ---> 8ed51ebb97f4 [2021-01-15T00:38:10.802Z] Step 7/23 : RUN go mod download [2021-01-15T00:38:11.749Z] ---> Running in 246eda2b587c [2021-01-15T00:38:12.021Z] ---> Running in fa4a4a8e8325 [2021-01-15T00:38:12.021Z] Removing intermediate container 959de34d2244 [2021-01-15T00:38:12.021Z] ---> 891d488c091f [2021-01-15T00:38:12.021Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T00:38:12.310Z] ---> 91367eb05660 [2021-01-15T00:38:12.310Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T00:38:12.310Z] ---> 108d7a9dc4c4 [2021-01-15T00:38:12.310Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T00:38:12.310Z] ---> Running in 4939ee0b12ac [2021-01-15T00:38:12.310Z] ---> Running in 9d83c556f79b [2021-01-15T00:38:12.310Z] ---> Running in 61b2e395de2e [2021-01-15T00:38:13.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:38:13.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:38:14.759Z] Removing intermediate container 246eda2b587c [2021-01-15T00:38:14.759Z] ---> a50a7d36f0ce [2021-01-15T00:38:14.759Z] Step 8/24 : COPY . . [2021-01-15T00:38:14.759Z] Removing intermediate container fa4a4a8e8325 [2021-01-15T00:38:14.759Z] ---> 6042ada9c3e1 [2021-01-15T00:38:14.759Z] Step 8/23 : COPY . . [2021-01-15T00:38:15.772Z] Collecting docker-compose==1.23.2 [2021-01-15T00:38:15.772Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T00:38:18.927Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T00:38:18.928Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T00:38:18.928Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T00:38:18.928Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T00:38:18.928Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T00:38:18.928Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T00:38:18.928Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T00:38:18.928Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T00:38:18.928Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T00:38:19.118Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T00:38:19.118Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T00:38:22.333Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T00:38:22.333Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T00:38:22.333Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T00:38:22.478Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T00:38:22.478Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T00:38:25.902Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T00:38:25.902Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T00:38:25.902Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-15T00:38:25.902Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T00:38:25.902Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T00:38:25.902Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T00:38:25.902Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T00:38:26.189Z] Collecting PyYAML<4,>=3.10 [2021-01-15T00:38:26.189Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T00:38:29.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.6% of statements [2021-01-15T00:38:29.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T00:38:29.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T00:38:29.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T00:38:29.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T00:38:29.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T00:38:31.608Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T00:38:31.887Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T00:38:33.360Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T00:38:33.360Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T00:38:34.778Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T00:38:34.778Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T00:38:35.780Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-15T00:38:35.780Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-15T00:38:35.804Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.514s coverage: 27.0% of statements [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T00:38:35.804Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.129s coverage: 100.0% of statements [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T00:38:35.804Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T00:38:35.804Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.314s coverage: 67.9% of statements [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T00:38:35.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T00:38:36.044Z] Collecting idna<2.8,>=2.5 [2021-01-15T00:38:36.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.758s coverage: 82.3% of statements [2021-01-15T00:38:36.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T00:38:36.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:38:36.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T00:38:36.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T00:38:36.318Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T00:38:37.618Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T00:38:37.618Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T00:38:37.898Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T00:38:37.898Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T00:38:37.898Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T00:38:37.898Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T00:38:37.898Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T00:38:37.898Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T00:38:38.180Z] Installing collected packages: cached-property, docopt, websocket-client, jsonschema, idna, urllib3, requests, PyYAML, texttable, docker-pycreds, docker, dockerpty, docker-compose [2021-01-15T00:38:40.774Z] Running setup.py install for docopt: started [2021-01-15T00:38:40.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:38:41.349Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T00:38:41.953Z] Attempting uninstall: idna [2021-01-15T00:38:41.953Z] Found existing installation: idna 2.9 [2021-01-15T00:38:41.953Z] Uninstalling idna-2.9: [2021-01-15T00:38:41.953Z] Successfully uninstalled idna-2.9 [2021-01-15T00:38:42.217Z] Attempting uninstall: urllib3 [2021-01-15T00:38:42.217Z] Found existing installation: urllib3 1.25.9 [2021-01-15T00:38:42.217Z] Uninstalling urllib3-1.25.9: [2021-01-15T00:38:42.793Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T00:38:43.765Z] Attempting uninstall: requests [2021-01-15T00:38:43.765Z] Found existing installation: requests 2.23.0 [2021-01-15T00:38:43.765Z] Uninstalling requests-2.23.0: [2021-01-15T00:38:43.765Z] Successfully uninstalled requests-2.23.0 [2021-01-15T00:38:44.346Z] Running setup.py install for PyYAML: started [2021-01-15T00:38:44.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.147s coverage: 28.6% of statements [2021-01-15T00:38:44.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T00:38:44.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T00:38:44.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T00:38:44.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T00:38:44.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T00:38:44.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.137s coverage: 100.0% of statements [2021-01-15T00:38:44.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T00:38:44.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements [2021-01-15T00:38:44.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T00:38:44.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements [2021-01-15T00:38:44.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T00:38:44.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.387s coverage: 97.5% of statements [2021-01-15T00:38:44.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T00:38:44.609Z] ---> 7de47942011b [2021-01-15T00:38:44.609Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T00:38:44.609Z] ---> 4d752638c9dd [2021-01-15T00:38:44.610Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T00:38:44.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.181s coverage: 78.3% of statements [2021-01-15T00:38:44.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T00:38:44.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T00:38:44.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T00:38:44.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T00:38:45.189Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T00:38:45.189Z] Running setup.py install for texttable: started [2021-01-15T00:38:45.765Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T00:38:46.343Z] ---> Running in 933ba811d842 [2021-01-15T00:38:46.343Z] ---> Running in 3a53300f0bbd [2021-01-15T00:38:46.607Z] Removing intermediate container 61b2e395de2e [2021-01-15T00:38:46.607Z] ---> b42c0753995a [2021-01-15T00:38:46.607Z] [2021-01-15T00:38:46.607Z] Step 10/22 : FROM scratch [2021-01-15T00:38:46.607Z] ---> [2021-01-15T00:38:46.607Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:38:47.190Z] Running setup.py install for dockerpty: started [2021-01-15T00:38:47.190Z] ---> Using cache [2021-01-15T00:38:47.190Z] ---> 576ab392c76d [2021-01-15T00:38:47.190Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T00:38:47.190Z] ---> Running in fe4ab3f1a2c6 [2021-01-15T00:38:47.764Z] Removing intermediate container fe4ab3f1a2c6 [2021-01-15T00:38:47.764Z] ---> 15bbfdb18711 [2021-01-15T00:38:47.764Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:38:47.764Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T00:38:48.717Z] ---> Running in 62444eb3bc21 [2021-01-15T00:38:48.717Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:38:48.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:38:48.985Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-15T00:38:49.574Z] Removing intermediate container 62444eb3bc21 [2021-01-15T00:38:49.574Z] ---> 7d4fcd7ac6b6 [2021-01-15T00:38:49.574Z] Step 14/22 : WORKDIR / [2021-01-15T00:38:50.166Z] ---> Running in 3cd4328fdf28 [2021-01-15T00:38:50.166Z] Removing intermediate container 9d83c556f79b [2021-01-15T00:38:50.166Z] ---> 681082be1cf8 [2021-01-15T00:38:50.166Z] [2021-01-15T00:38:50.166Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T00:38:50.166Z] ---> 389fef711851 [2021-01-15T00:38:50.166Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:38:50.166Z] ---> Using cache [2021-01-15T00:38:50.166Z] ---> d5348f443bde [2021-01-15T00:38:50.166Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:38:50.436Z] ---> Running in 9bda3e270a59 [2021-01-15T00:38:50.436Z] Removing intermediate container 3cd4328fdf28 [2021-01-15T00:38:50.436Z] ---> 7606b9f4aae0 [2021-01-15T00:38:50.436Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:38:50.706Z] Removing intermediate container 9bda3e270a59 [2021-01-15T00:38:50.706Z] ---> 7a0f59f7ed8b [2021-01-15T00:38:50.706Z] Step 13/24 : WORKDIR / [2021-01-15T00:38:50.977Z] ---> Running in 26be9379962b [2021-01-15T00:38:52.384Z] ---> c78c0b1d70ab [2021-01-15T00:38:52.384Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T00:38:53.797Z] Removing intermediate container 26be9379962b [2021-01-15T00:38:53.797Z] ---> fa575e9cbd48 [2021-01-15T00:38:53.797Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-15T00:38:53.797Z] Removing intermediate container 4939ee0b12ac [2021-01-15T00:38:53.797Z] ---> 2da6222c444f [2021-01-15T00:38:53.797Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T00:38:54.071Z] ---> 3b4df9a66754 [2021-01-15T00:38:54.071Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T00:38:54.071Z] ---> Running in 08cb0d663725 [2021-01-15T00:38:54.654Z] ---> 5b659e8e9216 [2021-01-15T00:38:54.654Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-15T00:38:54.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.147s coverage: 93.2% of statements [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T00:38:54.883Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T00:38:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T00:38:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T00:38:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T00:38:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.106s coverage: 75.5% of statements [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T00:38:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 80.8% of statements [2021-01-15T00:38:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements [2021-01-15T00:38:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements [2021-01-15T00:38:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.218s coverage: 91.4% of statements [2021-01-15T00:38:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T00:38:54.929Z] ---> e92e52a260f4 [2021-01-15T00:38:54.929Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T00:38:55.205Z] ---> Running in 7a27f1ae62b0 [2021-01-15T00:38:55.476Z] ---> a5e027b5f1f4 [2021-01-15T00:38:55.476Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T00:38:55.749Z] Removing intermediate container 7a27f1ae62b0 [2021-01-15T00:38:55.749Z] ---> 62cadcead1a4 [2021-01-15T00:38:55.749Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:38:55.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:38:55.749Z] ---> Running in d9b77bf83277 [2021-01-15T00:38:55.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:38:56.013Z] ---> d966eeeb8465 [2021-01-15T00:38:56.014Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T00:38:56.014Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:38:56.014Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T00:38:56.014Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T00:38:56.014Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:38:56.014Z] Removing intermediate container d9b77bf83277 [2021-01-15T00:38:56.014Z] ---> 8d642d95c677 [2021-01-15T00:38:56.014Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T00:38:56.283Z] OK: 72 MiB in 58 packages [2021-01-15T00:38:56.283Z] ---> Running in 7532d071d085 [2021-01-15T00:38:56.550Z] Removing intermediate container 7532d071d085 [2021-01-15T00:38:56.550Z] ---> 5a13a51b3573 [2021-01-15T00:38:56.550Z] Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:38:56.822Z] ---> Running in 62cb97e29c64 [2021-01-15T00:38:56.822Z] ---> 180610034e37 [2021-01-15T00:38:56.822Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T00:38:59.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.763s coverage: 63.5% of statements [2021-01-15T00:38:59.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T00:38:59.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T00:38:59.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-01-15T00:38:59.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements [2021-01-15T00:38:59.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-01-15T00:38:59.392Z] Removing intermediate container 08cb0d663725 [2021-01-15T00:38:59.392Z] ---> 0fb1fcd47d83 [2021-01-15T00:38:59.392Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T00:38:59.392Z] Removing intermediate container 62cb97e29c64 [2021-01-15T00:38:59.392Z] ---> f07fc711d93a [2021-01-15T00:38:59.392Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:38:59.392Z] ---> 2259ddb5c8fd [2021-01-15T00:38:59.392Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T00:38:59.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements [2021-01-15T00:38:59.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-01-15T00:38:59.674Z] ---> Running in 83d04fd664d2 [2021-01-15T00:38:59.674Z] ---> Running in bfcf7edf65bb [2021-01-15T00:38:59.952Z] Removing intermediate container 83d04fd664d2 [2021-01-15T00:38:59.952Z] ---> 93e1a8ae9e63 [2021-01-15T00:38:59.952Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:38:59.952Z] Removing intermediate container bfcf7edf65bb [2021-01-15T00:38:59.952Z] ---> e2932176e711 [2021-01-15T00:38:59.952Z] [2021-01-15T00:39:00.235Z] ---> 6ee8b7f04421 [2021-01-15T00:39:00.235Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T00:39:00.235Z] ---> Running in c5fb59ce437f [2021-01-15T00:39:00.235Z] Successfully built e2932176e711 [2021-01-15T00:39:00.235Z] Successfully tagged docker-core-command-go:latest [2021-01-15T00:39:00.235Z] ---> Running in 1519e7b4378a [2021-01-15T00:39:00.850Z]  Building docker-core-command-go ... done Removing intermediate container c5fb59ce437f [2021-01-15T00:39:00.850Z] ---> 6d24f9983aab [2021-01-15T00:39:00.850Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T00:39:01.126Z] ---> Running in 50dd8439d249 [2021-01-15T00:39:01.407Z] Removing intermediate container 50dd8439d249 [2021-01-15T00:39:01.407Z] ---> a09567b7995d [2021-01-15T00:39:01.407Z] Step 25/26 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:39:01.407Z] ---> Running in 1da717b899c1 [2021-01-15T00:39:01.682Z] Removing intermediate container 1da717b899c1 [2021-01-15T00:39:01.682Z] ---> 859c4961c3f6 [2021-01-15T00:39:01.682Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T00:39:01.966Z] ---> Running in 598307fa3fd9 [2021-01-15T00:39:02.241Z] Removing intermediate container 598307fa3fd9 [2021-01-15T00:39:02.241Z] ---> e38c24ee451f [2021-01-15T00:39:02.241Z] [2021-01-15T00:39:02.517Z] Successfully built e38c24ee451f [2021-01-15T00:39:02.517Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T00:39:02.517Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1519e7b4378a [2021-01-15T00:39:02.517Z] ---> c8b0753823e9 [2021-01-15T00:39:02.517Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T00:39:02.788Z] ---> Running in 5f1da5ec6397 [2021-01-15T00:39:02.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.823s coverage: 68.9% of statements [2021-01-15T00:39:02.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T00:39:02.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T00:39:02.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T00:39:02.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T00:39:02.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T00:39:03.378Z] Removing intermediate container 5f1da5ec6397 [2021-01-15T00:39:03.378Z] ---> fc135ce5c6e9 [2021-01-15T00:39:03.378Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T00:39:03.378Z] ---> Running in 6f9ca7ffbce3 [2021-01-15T00:39:03.656Z] Removing intermediate container 6f9ca7ffbce3 [2021-01-15T00:39:03.656Z] ---> a8e4f4a08ab8 [2021-01-15T00:39:03.656Z] Step 23/24 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:39:03.656Z] ---> Running in 6fba4823304b [2021-01-15T00:39:03.957Z] Removing intermediate container 6fba4823304b [2021-01-15T00:39:03.957Z] ---> 2d05219dde65 [2021-01-15T00:39:03.957Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:39:04.264Z] ---> Running in 01233eba15c6 [2021-01-15T00:39:04.541Z] Removing intermediate container 01233eba15c6 [2021-01-15T00:39:04.541Z] ---> 09f1f6cdbffc [2021-01-15T00:39:04.541Z] [2021-01-15T00:39:04.541Z] Successfully built 09f1f6cdbffc [2021-01-15T00:39:04.541Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T00:39:05.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.400s coverage: 37.0% of statements [2021-01-15T00:39:05.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T00:39:05.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T00:39:05.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.622s coverage: 84.0% of statements [2021-01-15T00:39:05.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements [2021-01-15T00:39:07.932Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3a53300f0bbd [2021-01-15T00:39:07.932Z] ---> 2e6b001e4650 [2021-01-15T00:39:07.932Z] [2021-01-15T00:39:07.932Z] Step 10/24 : FROM scratch [2021-01-15T00:39:07.932Z] ---> [2021-01-15T00:39:07.932Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T00:39:07.932Z] ---> Running in 8eb9c3100385 [2021-01-15T00:39:08.194Z] Removing intermediate container 8eb9c3100385 [2021-01-15T00:39:08.194Z] ---> 914fc28510fd [2021-01-15T00:39:08.194Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T00:39:08.194Z] ---> Running in 302ab39a2550 [2021-01-15T00:39:10.139Z] Removing intermediate container 302ab39a2550 [2021-01-15T00:39:10.139Z] ---> bc638b55b8e1 [2021-01-15T00:39:10.139Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T00:39:10.139Z] ---> Running in d2082bf7c7d4 [2021-01-15T00:39:10.139Z] Removing intermediate container d2082bf7c7d4 [2021-01-15T00:39:10.139Z] ---> 2a42548cb788 [2021-01-15T00:39:10.139Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T00:39:10.719Z] ---> 417d03cd8fc8 [2021-01-15T00:39:10.719Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T00:39:12.289Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.385s coverage: 47.1% of statements [2021-01-15T00:39:12.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T00:39:12.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T00:39:12.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T00:39:12.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T00:39:12.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T00:39:12.289Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-01-15T00:39:12.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T00:39:12.289Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.157s coverage: 100.0% of statements [2021-01-15T00:39:12.289Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T00:39:13.273Z] ---> e374f724ba7e [2021-01-15T00:39:13.273Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T00:39:13.273Z] Removing intermediate container 933ba811d842 [2021-01-15T00:39:13.273Z] ---> a51d61af5f0e [2021-01-15T00:39:13.273Z] [2021-01-15T00:39:13.273Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T00:39:13.273Z] ---> 389fef711851 [2021-01-15T00:39:13.273Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:39:13.273Z] ---> Running in b21eb6a0f8e0 [2021-01-15T00:39:13.539Z] Removing intermediate container b21eb6a0f8e0 [2021-01-15T00:39:13.539Z] ---> 167823bcd2bf [2021-01-15T00:39:13.539Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T00:39:13.539Z] ---> Running in 3869c9d3fb5c [2021-01-15T00:39:13.804Z] ---> 97abcf14a6cb [2021-01-15T00:39:13.804Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:39:13.804Z] Removing intermediate container 3869c9d3fb5c [2021-01-15T00:39:13.804Z] ---> 1bbd04ec8d52 [2021-01-15T00:39:13.804Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T00:39:13.804Z] ---> Running in 01343566a2cb [2021-01-15T00:39:13.804Z] ---> bb018c330754 [2021-01-15T00:39:13.804Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T00:39:14.076Z] Removing intermediate container 01343566a2cb [2021-01-15T00:39:14.076Z] ---> 60fdb4533c04 [2021-01-15T00:39:14.076Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:39:14.076Z] ---> Running in b95a2e206855 [2021-01-15T00:39:14.340Z] ---> 6b96cceac039 [2021-01-15T00:39:14.340Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T00:39:14.914Z] ---> 4cbe217e11ab [2021-01-15T00:39:14.914Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T00:39:14.914Z] ---> Running in d98dbd192de9 [2021-01-15T00:39:15.177Z] Removing intermediate container d98dbd192de9 [2021-01-15T00:39:15.177Z] ---> ffb589ed5356 [2021-01-15T00:39:15.177Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:39:15.177Z] Removing intermediate container b95a2e206855 [2021-01-15T00:39:15.177Z] ---> 3b3c0c4f50dc [2021-01-15T00:39:15.177Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T00:39:15.177Z] ---> Running in 5b42f33c1feb [2021-01-15T00:39:15.177Z] ---> Running in 558393f45784 [2021-01-15T00:39:15.442Z] Removing intermediate container 5b42f33c1feb [2021-01-15T00:39:15.442Z] ---> 2c8af3bdefee [2021-01-15T00:39:15.442Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T00:39:15.442Z] ---> Running in fa18e814d008 [2021-01-15T00:39:15.704Z] Removing intermediate container fa18e814d008 [2021-01-15T00:39:15.704Z] ---> 9c680ea9933d [2021-01-15T00:39:15.704Z] Step 23/24 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:39:15.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T00:39:15.967Z] ---> Running in 65ca1b75b970 [2021-01-15T00:39:15.967Z] Removing intermediate container 65ca1b75b970 [2021-01-15T00:39:15.967Z] ---> cae6febcf607 [2021-01-15T00:39:15.967Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:39:16.250Z] ---> Running in 04b7bb7802a5 [2021-01-15T00:39:16.250Z] Removing intermediate container 04b7bb7802a5 [2021-01-15T00:39:16.250Z] ---> 37eeebe243e2 [2021-01-15T00:39:16.250Z] [2021-01-15T00:39:16.573Z] Successfully built 37eeebe243e2 [2021-01-15T00:39:16.573Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T00:39:16.573Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T00:39:17.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.167s coverage: 29.1% of statements [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T00:39:17.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T00:39:17.724Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.131s coverage: 100.0% of statements [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T00:39:17.724Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T00:39:17.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T00:39:17.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T00:39:17.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T00:39:17.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-01-15T00:39:17.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-01-15T00:39:17.981Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T00:39:17.981Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T00:39:18.244Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T00:39:18.434Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-15T00:39:18.818Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T00:39:18.818Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T00:39:19.050Z] GO111MODULE=on go vet ./... [2021-01-15T00:39:19.083Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:39:19.083Z] OK: 8 MiB in 19 packages [2021-01-15T00:39:19.657Z] Removing intermediate container 558393f45784 [2021-01-15T00:39:19.657Z] ---> 1a8b70e8b8d0 [2021-01-15T00:39:19.657Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:39:19.919Z] ---> 068d94335824 [2021-01-15T00:39:19.919Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T00:39:20.495Z] ---> 44e4fe79a393 [2021-01-15T00:39:20.495Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T00:39:20.757Z] ---> 10d5d5d40344 [2021-01-15T00:39:20.757Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T00:39:20.757Z] ---> Running in 651fb17ea99d [2021-01-15T00:39:21.021Z] Removing intermediate container 651fb17ea99d [2021-01-15T00:39:21.021Z] ---> b2c636aa9f8b [2021-01-15T00:39:21.021Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:39:21.021Z] ---> Running in 0e3e8cb145fa [2021-01-15T00:39:21.021Z] Removing intermediate container 0e3e8cb145fa [2021-01-15T00:39:21.021Z] ---> 55f46ac8ecdf [2021-01-15T00:39:21.021Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T00:39:21.290Z] ---> Running in 0b3b05186a57 [2021-01-15T00:39:21.290Z] Removing intermediate container 0b3b05186a57 [2021-01-15T00:39:21.290Z] ---> 393ec994417d [2021-01-15T00:39:21.290Z] Step 22/23 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:39:21.557Z] ---> Running in 8e45feca7b7a [2021-01-15T00:39:21.557Z] Removing intermediate container 8e45feca7b7a [2021-01-15T00:39:21.557Z] ---> bc023e81d852 [2021-01-15T00:39:21.557Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T00:39:21.557Z] ---> Running in 98613abaef05 [2021-01-15T00:39:21.821Z] Removing intermediate container 98613abaef05 [2021-01-15T00:39:21.821Z] ---> d0824518f5e8 [2021-01-15T00:39:21.821Z] [2021-01-15T00:39:22.083Z] Successfully built d0824518f5e8 [2021-01-15T00:39:22.083Z] Successfully tagged docker-core-data-go:latest [2021-01-15T00:39:22.355Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T00:39:22.370Z] $ docker stop --time=1 eed0e03e22ab4a5ec8369f9fe703b9e73705f4b18a562aa9c56f7030aa6f2147 [2021-01-15T00:39:23.989Z] $ docker rm -f eed0e03e22ab4a5ec8369f9fe703b9e73705f4b18a562aa9c56f7030aa6f2147 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:39:24.527Z] + docker images [2021-01-15T00:39:24.527Z] + grep docker [2021-01-15T00:39:24.790Z] docker-core-data-go latest d0824518f5e8 3 seconds ago 22.3MB [2021-01-15T00:39:24.790Z] docker-support-notifications-go latest 37eeebe243e2 8 seconds ago 12MB [2021-01-15T00:39:24.790Z] docker-security-secretstore-setup-go latest 09f1f6cdbffc 20 seconds ago 24.6MB [2021-01-15T00:39:24.790Z] docker-sys-mgmt-agent-go latest e38c24ee451f 23 seconds ago 313MB [2021-01-15T00:39:24.790Z] docker-core-command-go latest e2932176e711 25 seconds ago 10.6MB [2021-01-15T00:39:24.790Z] docker-security-proxy-setup-go latest 0a7a7e9b6b4b 2 minutes ago 24.4MB [2021-01-15T00:39:24.790Z] docker-security-bootstrap-redis-go latest 830d41fbd108 2 minutes ago 15.8MB [2021-01-15T00:39:24.790Z] docker-core-metadata-go latest f8555e20748f 2 minutes ago 13.1MB [2021-01-15T00:39:24.790Z] docker-support-scheduler-go latest 0ad0964ad21e 2 minutes ago 10.7MB [2021-01-15T00:39:24.790Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-15T00:39:40.751Z] Still waiting to schedule task [2021-01-15T00:39:40.751Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-20352’ [2021-01-15T00:40:27.108Z] gofmt -l . [2021-01-15T00:40:27.109Z] [ "`gofmt -l .`" = "" ] [2021-01-15T00:40:27.379Z] ./bin/test-go-mod-tidy.sh [2021-01-15T00:40:27.977Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T00:40:29.647Z] + ls -al . [2021-01-15T00:40:29.647Z] total 684 [2021-01-15T00:40:29.647Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 00:40 . [2021-01-15T00:40:29.647Z] drwxr-xr-x 4 root root 4096 Jan 15 00:36 .. [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 00:35 .dockerignore [2021-01-15T00:40:29.647Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 00:35 .git [2021-01-15T00:40:29.647Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 00:35 .github [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 00:35 .gitignore [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 00:35 .sonarcloud.properties [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 00:35 Attribution.txt [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 00:35 CONTRIBUTING.md [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 00:35 Dockerfile.build [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 00:35 Jenkinsfile [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 00:35 LICENSE [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 00:35 Makefile [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 00:35 README.md [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 00:35 SECURITY.md [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 00:31 VERSION [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 00:35 ZMQWindows.md [2021-01-15T00:40:29.647Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 00:35 bin [2021-01-15T00:40:29.647Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 00:35 cmd [2021-01-15T00:40:29.647Z] -rw-r--r-- 1 root root 550321 Jan 15 00:39 coverage.out [2021-01-15T00:40:29.647Z] -rw-r--r-- 1 root root 979 Jan 15 00:40 go.mod [2021-01-15T00:40:29.647Z] -rw-r--r-- 1 root root 19036 Jan 15 00:40 go.sum [2021-01-15T00:40:29.647Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 00:35 internal [2021-01-15T00:40:29.647Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 00:35 openapi [2021-01-15T00:40:29.647Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 00:35 snap [2021-01-15T00:40:29.647Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 00:35 version.go [Pipeline] sh [2021-01-15T00:40:30.305Z] + '[' -e coverage.out ] [2021-01-15T00:40:30.305Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T00:40:30.401Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T00:40:31.529Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T00:40:32.173Z] + make build [2021-01-15T00:40:32.173Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:40:42.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:41:04.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:41:09.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:41:14.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:41:15.691Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:41:21.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:41:25.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:41:25.586Z] Running on prd-ubuntu18.04-docker-8c-8g-20355 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-15T00:41:25.649Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout [2021-01-15T00:41:27.912Z] using credential edgex-jenkins-ssh [2021-01-15T00:41:27.966Z] Cloning the remote Git repository [2021-01-15T00:41:27.991Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:41:28.052Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2021-01-15T00:41:28.076Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:41:28.076Z] > git --version # timeout=10 [2021-01-15T00:41:28.082Z] > git --version # 'git version 2.17.1' [2021-01-15T00:41:28.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:41:28.105Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:41:28.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:41:33.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:41:35.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:41:39.492Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 [2021-01-15T00:41:39.674Z] Merge succeeded, producing 1be2c2e2f50a9787c0756b95be101393ff3fa6e1 [2021-01-15T00:41:39.674Z] Checking out Revision 1be2c2e2f50a9787c0756b95be101393ff3fa6e1 (PR-2966) [2021-01-15T00:41:38.844Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:41:38.851Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T00:41:38.863Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T00:41:38.875Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T00:41:38.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:41:38.880Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T00:41:39.507Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:41:39.512Z] > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-15T00:41:39.588Z] > git remote # timeout=10 [2021-01-15T00:41:39.595Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T00:41:39.600Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T00:41:39.604Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-15T00:41:39.671Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T00:41:39.681Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T00:41:39.685Z] > git checkout -f 1be2c2e2f50a9787c0756b95be101393ff3fa6e1 # timeout=10 [2021-01-15T00:41:41.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:41:43.358Z] Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" [2021-01-15T00:41:43.365Z] > git rev-list --no-walk 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] } [2021-01-15T00:41:44.614Z] $ docker stop --time=1 070b0c18162ac2c6f7a3cea95958ff0ea2b840f4782b210b358ccda3e1f98dd6 [2021-01-15T00:41:44.665Z] + echo snap-build.sh [2021-01-15T00:41:44.665Z] snap-build.sh [2021-01-15T00:41:44.665Z] + SNAP_BASE_DIR=. [2021-01-15T00:41:44.665Z] + '[' '!' -z /w/workspace/edgex-go/23 ']' [2021-01-15T00:41:44.665Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/23 [2021-01-15T00:41:44.665Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/23]' [2021-01-15T00:41:44.665Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/23] [2021-01-15T00:41:44.665Z] + cd /w/workspace/edgex-go/23 [2021-01-15T00:41:44.665Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-15T00:41:44.665Z] Reading package lists... [2021-01-15T00:41:44.665Z] Building dependency tree... [2021-01-15T00:41:44.665Z] Reading state information... [2021-01-15T00:41:44.931Z] The following packages were automatically installed and are no longer required: [2021-01-15T00:41:44.931Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-15T00:41:44.931Z] uidmap xdelta3 [2021-01-15T00:41:44.931Z] Use 'sudo apt autoremove' to remove them. [2021-01-15T00:41:44.931Z] The following packages will be REMOVED: [2021-01-15T00:41:44.931Z] lxd* lxd-client* [2021-01-15T00:41:45.193Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-15T00:41:45.193Z] After this operation, 31.7 MB disk space will be freed. [2021-01-15T00:41:46.256Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-15T00:41:46.256Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T00:41:47.205Z] Removing lxd dnsmasq configuration [2021-01-15T00:41:47.205Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T00:41:47.224Z] $ docker rm -f 070b0c18162ac2c6f7a3cea95958ff0ea2b840f4782b210b358ccda3e1f98dd6 [2021-01-15T00:41:47.468Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] // withDockerContainer [2021-01-15T00:41:48.413Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-15T00:41:48.413Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-15T00:41:48.413Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:41:49.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:41:49.090Z] [2021-01-15T00:41:49.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:41:49.734Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:41:49.804Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-15T00:41:50.005Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T00:41:50.006Z] 29e5d40040c1: Pulling fs layer [2021-01-15T00:41:50.006Z] 1ce36da41761: Pulling fs layer [2021-01-15T00:41:50.006Z] 25b303627fd3: Pulling fs layer [2021-01-15T00:41:50.066Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-15T00:41:50.306Z] 29e5d40040c1: Verifying Checksum [2021-01-15T00:41:50.306Z] 29e5d40040c1: Download complete [2021-01-15T00:41:50.903Z] 1ce36da41761: Verifying Checksum [2021-01-15T00:41:50.903Z] 29e5d40040c1: Pull complete [2021-01-15T00:41:51.457Z] + sudo snap remove --purge lxd [2021-01-15T00:41:51.457Z] snap "lxd" is not installed [2021-01-15T00:41:51.457Z] + sudo groupadd --force --system lxd [2021-01-15T00:41:51.457Z] ++ whoami [2021-01-15T00:41:51.457Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-15T00:41:51.720Z] + newgrp - lxd [2021-01-15T00:41:51.720Z] + sudo snap install lxd [2021-01-15T00:41:52.335Z] 1ce36da41761: Pull complete [2021-01-15T00:41:52.335Z] 25b303627fd3: Verifying Checksum [2021-01-15T00:41:52.335Z] 25b303627fd3: Download complete [2021-01-15T00:42:01.738Z] 2021-01-15T00:41:58Z INFO Waiting for automatic snapd restart... [2021-01-15T00:42:02.474Z] 25b303627fd3: Pull complete [2021-01-15T00:42:02.474Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T00:42:02.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:42:02.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T00:42:02.732Z] prd-ubuntu18.04-docker-arm64-4c-16g-20348 does not seem to be running inside a container [2021-01-15T00:42:02.804Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 [2021-01-15T00:42:05.933Z] $ docker top d70ee074ad437ced8b1aa9589ca1f2a7db66fdb0edb75342610eaf81d4236a3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:42:07.003Z] + docker-compose build --help [2021-01-15T00:42:07.003Z] + grep parallel [2021-01-15T00:42:10.376Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T00:42:10.394Z] $ docker stop --time=1 d70ee074ad437ced8b1aa9589ca1f2a7db66fdb0edb75342610eaf81d4236a3b [2021-01-15T00:42:12.241Z] $ docker rm -f d70ee074ad437ced8b1aa9589ca1f2a7db66fdb0edb75342610eaf81d4236a3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:42:13.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T00:42:13.056Z] . [Pipeline] withDockerContainer [2021-01-15T00:42:13.324Z] prd-ubuntu18.04-docker-arm64-4c-16g-20348 does not seem to be running inside a container [2021-01-15T00:42:13.404Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T00:42:14.734Z] $ docker top 03530f7f420e117d613effdfc0d1038cd7ccea6061004759880b282c91e52b2a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:42:15.721Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T00:42:16.725Z] lxd 4.10 from Canonical* installed [2021-01-15T00:42:16.725Z] + sudo lxd init --auto [2021-01-15T00:42:20.009Z] Building docker-core-command-go ... [2021-01-15T00:42:20.009Z] Building docker-core-data-go ... [2021-01-15T00:42:20.009Z] Building docker-core-metadata-go ... [2021-01-15T00:42:20.009Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T00:42:20.009Z] Building docker-security-proxy-setup-go ... [2021-01-15T00:42:20.009Z] Building docker-security-secretstore-setup-go ... [2021-01-15T00:42:20.009Z] Building docker-support-notifications-go ... [2021-01-15T00:42:20.009Z] Building docker-support-scheduler-go ... [2021-01-15T00:42:20.009Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T00:42:20.009Z] Building docker-sys-mgmt-agent-go [2021-01-15T00:42:20.009Z] Building docker-security-bootstrap-redis-go [2021-01-15T00:42:20.009Z] Building docker-security-secretstore-setup-go [2021-01-15T00:42:20.009Z] Building docker-core-metadata-go [2021-01-15T00:42:20.009Z] Building docker-security-proxy-setup-go [2021-01-15T00:42:24.882Z] + sudo snap install --classic snapcraft [2021-01-15T00:42:29.091Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T00:42:29.354Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-15T00:42:29.354Z] + patch --verbose -p1 [2021-01-15T00:42:29.354Z] Hmm... Looks like a unified diff to me... [2021-01-15T00:42:29.354Z] The text leading up to this was: [2021-01-15T00:42:29.354Z] -------------------------- [2021-01-15T00:42:29.354Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-15T00:42:29.354Z] |From: Tony Espy [2021-01-15T00:42:29.354Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-15T00:42:29.354Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-15T00:42:29.354Z] | [2021-01-15T00:42:29.354Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-15T00:42:29.354Z] |optimize the snap CI check run for pull requests. When [2021-01-15T00:42:29.354Z] |applied, it essentially strips out everything (apps and [2021-01-15T00:42:29.354Z] |parts) from the snapcraft.yaml file except those required [2021-01-15T00:42:29.354Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-15T00:42:29.354Z] |catch changes to edgex-go that break the snap build. [2021-01-15T00:42:29.354Z] | [2021-01-15T00:42:29.354Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-15T00:42:29.354Z] |to update this patch file, otherwise it may fail to apply, [2021-01-15T00:42:29.354Z] |resulting in a failed snap build CI check in the associated [2021-01-15T00:42:29.354Z] |pull request. [2021-01-15T00:42:29.354Z] | [2021-01-15T00:42:29.354Z] |Note - in addition to applying this patch, the pipeline also [2021-01-15T00:42:29.354Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-15T00:42:29.354Z] |need to build the finally binary .snap file (and it won't [2021-01-15T00:42:29.354Z] |work with the patch applied). This further reduces the build [2021-01-15T00:42:29.354Z] |time. [2021-01-15T00:42:29.354Z] |--- [2021-01-15T00:42:29.354Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-15T00:42:29.354Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-15T00:42:29.354Z] | [2021-01-15T00:42:29.354Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-15T00:42:29.354Z] |index 1e537489..faf42425 100644 [2021-01-15T00:42:29.354Z] |--- a/snap/snapcraft.yaml [2021-01-15T00:42:29.354Z] |+++ b/snap/snapcraft.yaml [2021-01-15T00:42:29.354Z] -------------------------- [2021-01-15T00:42:29.354Z] patching file snap/snapcraft.yaml [2021-01-15T00:42:29.354Z] Using Plan A... [2021-01-15T00:42:29.354Z] Hunk #1 succeeded at 73. [2021-01-15T00:42:29.354Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-15T00:42:29.354Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-15T00:42:29.354Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-15T00:42:29.354Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-15T00:42:29.354Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-15T00:42:29.354Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-15T00:42:29.354Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-15T00:42:29.354Z] Hmm... Ignoring the trailing garbage. [2021-01-15T00:42:29.354Z] done [2021-01-15T00:42:29.354Z] + sudo snapcraft prime --use-lxd [2021-01-15T00:42:30.745Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-15T00:42:30.745Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-15T00:42:30.745Z] - README.md [2021-01-15T00:42:30.745Z] - snapcraft.yaml.orig [2021-01-15T00:42:30.745Z] [2021-01-15T00:42:30.745Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T00:42:31.319Z] Launching a container. [2021-01-15T00:42:46.262Z] Waiting for container to be ready [2021-01-15T00:42:46.262Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-15T00:42:46.262Z] [2021-01-15T00:42:48.846Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-15T00:42:49.107Z] Waiting for network to be ready... [2021-01-15T00:42:49.369Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T00:42:49.630Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T00:42:49.630Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T00:42:49.892Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T00:42:49.892Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T00:42:49.892Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T00:42:49.892Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T00:42:49.892Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T00:42:49.892Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T00:42:49.892Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T00:42:50.153Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T00:42:50.416Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T00:42:50.416Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T00:42:50.678Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T00:42:50.678Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T00:42:50.678Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T00:42:50.678Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T00:42:50.678Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T00:42:50.942Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T00:42:51.202Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T00:42:51.464Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T00:42:51.464Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T00:42:51.464Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T00:42:51.464Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T00:42:51.464Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T00:42:51.464Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T00:42:51.464Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T00:42:54.015Z] Fetched 23.7 MB in 4s (5838 kB/s) [2021-01-15T00:42:54.587Z] Reading package lists... [2021-01-15T00:42:54.587Z] Reading package lists... [2021-01-15T00:42:54.875Z] Building dependency tree... [2021-01-15T00:42:54.875Z] Reading state information... [2021-01-15T00:42:54.875Z] The following additional packages will be installed: [2021-01-15T00:42:54.875Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T00:42:54.875Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T00:42:54.875Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T00:42:54.875Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-15T00:42:54.875Z] Suggested packages: [2021-01-15T00:42:54.875Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-15T00:42:54.875Z] Recommended packages: [2021-01-15T00:42:54.875Z] gnupg libsasl2-modules [2021-01-15T00:42:54.875Z] The following NEW packages will be installed: [2021-01-15T00:42:54.875Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T00:42:54.875Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T00:42:54.875Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T00:42:54.875Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-15T00:42:54.875Z] The following packages will be upgraded: [2021-01-15T00:42:54.875Z] gpg gpg-agent gpgconf libudev1 [2021-01-15T00:42:55.136Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-15T00:42:55.136Z] Need to get 3532 kB of archives. [2021-01-15T00:42:55.136Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-15T00:42:55.136Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-15T00:42:55.136Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-15T00:42:55.418Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-15T00:42:55.679Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-15T00:42:55.679Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-15T00:42:55.679Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-15T00:42:55.679Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-15T00:42:55.679Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-15T00:42:55.679Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-15T00:42:55.679Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-15T00:42:55.679Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-15T00:42:55.679Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-15T00:42:55.939Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-15T00:42:55.939Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-15T00:42:55.939Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-15T00:42:55.939Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-15T00:42:55.939Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-15T00:42:55.939Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-15T00:42:55.939Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-15T00:42:55.939Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-15T00:42:55.939Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-15T00:42:55.939Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-15T00:42:55.939Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:42:56.203Z] Fetched 3532 kB in 1s (3595 kB/s) [2021-01-15T00:42:56.203Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T00:42:56.203Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:42:56.203Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:42:56.203Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-15T00:42:56.467Z] Selecting previously unselected package udev. [2021-01-15T00:42:56.467Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T00:42:56.467Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:42:56.467Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-15T00:42:56.737Z] Selecting previously unselected package libfuse2:amd64. [2021-01-15T00:42:56.737Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T00:42:56.737Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T00:42:56.737Z] Selecting previously unselected package fuse. [2021-01-15T00:42:56.737Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T00:42:56.737Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-15T00:42:56.998Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:42:56.998Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:42:56.998Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:42:56.998Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:42:57.270Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:42:57.270Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:42:57.270Z] Selecting previously unselected package libksba8:amd64. [2021-01-15T00:42:57.270Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-15T00:42:57.538Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-15T00:42:57.538Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-15T00:42:57.538Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:42:57.538Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:57.538Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-15T00:42:57.538Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:42:57.538Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:57.799Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-15T00:42:57.799Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:42:57.799Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:57.799Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-15T00:42:57.799Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:42:57.799Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:58.062Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-15T00:42:58.062Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:42:58.062Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:58.062Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-15T00:42:58.062Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:42:58.062Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:58.062Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-15T00:42:58.062Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:42:58.324Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:58.324Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-15T00:42:58.324Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:42:58.324Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:58.324Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-15T00:42:58.324Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T00:42:58.324Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:58.595Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-15T00:42:58.595Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T00:42:58.595Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:42:58.595Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-15T00:42:58.595Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T00:42:58.595Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:42:58.595Z] Selecting previously unselected package libldap-common. [2021-01-15T00:42:58.595Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-15T00:42:58.855Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:42:58.855Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-15T00:42:58.855Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-15T00:42:58.855Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:42:58.855Z] Selecting previously unselected package dirmngr. [2021-01-15T00:42:58.855Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:42:59.117Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T00:42:59.117Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:42:59.117Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-15T00:42:59.118Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T00:42:59.118Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:42:59.382Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T00:42:59.382Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-15T00:42:59.382Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:59.382Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-15T00:42:59.382Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:42:59.382Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-15T00:42:59.954Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-15T00:42:59.954Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:42:59.954Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-15T00:42:59.954Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-15T00:43:00.217Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-15T00:43:00.217Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:00.217Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:00.217Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:00.217Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:00.217Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:00.217Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:00.217Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T00:43:00.217Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T00:43:00.477Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T00:43:00.477Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:43:00.739Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-15T00:43:00.739Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-15T00:43:00.739Z] This means they are not meant to be enabled using systemctl. [2021-01-15T00:43:00.739Z] Possible reasons for having this kind of units are: [2021-01-15T00:43:00.739Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-15T00:43:00.739Z] .wants/ or .requires/ directory. [2021-01-15T00:43:00.739Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-15T00:43:00.739Z] a requirement dependency on it. [2021-01-15T00:43:00.739Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-15T00:43:00.739Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-15T00:43:00.739Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-15T00:43:00.739Z] instance name specified. [2021-01-15T00:43:01.310Z] Reading package lists... [2021-01-15T00:43:01.311Z] Building dependency tree... [2021-01-15T00:43:01.311Z] Reading state information... [2021-01-15T00:43:01.572Z] The following additional packages will be installed: [2021-01-15T00:43:01.572Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-15T00:43:01.572Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-15T00:43:01.572Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-15T00:43:01.572Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-15T00:43:01.572Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-15T00:43:01.572Z] Suggested packages: [2021-01-15T00:43:01.572Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-15T00:43:01.572Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-15T00:43:01.572Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-15T00:43:01.572Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-15T00:43:01.572Z] systemd-container policykit-1 [2021-01-15T00:43:01.572Z] Recommended packages: [2021-01-15T00:43:01.572Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-15T00:43:01.572Z] The following NEW packages will be installed: [2021-01-15T00:43:01.572Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-15T00:43:01.572Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-15T00:43:01.572Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-15T00:43:01.572Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-15T00:43:01.572Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-15T00:43:01.572Z] The following packages will be upgraded: [2021-01-15T00:43:01.572Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-15T00:43:01.572Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-15T00:43:01.572Z] Need to get 35.2 MB of archives. [2021-01-15T00:43:01.572Z] After this operation, 141 MB of additional disk space will be used. [2021-01-15T00:43:01.572Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-15T00:43:01.572Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-15T00:43:01.833Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-15T00:43:01.833Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-15T00:43:01.833Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-15T00:43:01.833Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-15T00:43:01.833Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-15T00:43:01.833Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-15T00:43:01.833Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-15T00:43:01.833Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-15T00:43:01.833Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-15T00:43:01.833Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-15T00:43:01.833Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-15T00:43:01.833Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-15T00:43:01.833Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-15T00:43:01.833Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-15T00:43:01.833Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-15T00:43:02.407Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-15T00:43:02.407Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-15T00:43:02.407Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-15T00:43:02.407Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-15T00:43:02.407Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-15T00:43:02.407Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-15T00:43:02.407Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-15T00:43:02.407Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-15T00:43:02.407Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-15T00:43:02.668Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-15T00:43:02.668Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-15T00:43:02.668Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-15T00:43:02.668Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-15T00:43:04.066Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:43:04.066Z] Fetched 35.2 MB in 2s (15.9 MB/s) [2021-01-15T00:43:04.066Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T00:43:04.066Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:43:04.066Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:43:04.641Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:43:04.905Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:43:05.166Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-15T00:43:05.166Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T00:43:05.166Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T00:43:05.166Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T00:43:05.427Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-15T00:43:05.688Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T00:43:05.688Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T00:43:05.688Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T00:43:05.949Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-15T00:43:05.949Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-15T00:43:06.539Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-15T00:43:06.539Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-15T00:43:06.539Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T00:43:06.539Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T00:43:06.803Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-15T00:43:06.803Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:43:06.803Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:07.065Z] Selecting previously unselected package libexpat1:amd64. [2021-01-15T00:43:07.065Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-15T00:43:07.065Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T00:43:07.065Z] Selecting previously unselected package python3.6-minimal. [2021-01-15T00:43:07.065Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:43:07.065Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:07.326Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T00:43:07.587Z] Checking for services that may need to be restarted...done. [2021-01-15T00:43:07.587Z] Checking for services that may need to be restarted...done. [2021-01-15T00:43:07.587Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:07.587Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T00:43:07.587Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:08.159Z] Selecting previously unselected package python3-minimal. [2021-01-15T00:43:08.159Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-15T00:43:08.159Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-15T00:43:08.159Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-15T00:43:08.159Z] Selecting previously unselected package mime-support. [2021-01-15T00:43:08.159Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-15T00:43:08.159Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-15T00:43:08.419Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-15T00:43:08.419Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-15T00:43:08.419Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T00:43:08.419Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-15T00:43:08.419Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:43:08.419Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:08.680Z] Selecting previously unselected package python3.6. [2021-01-15T00:43:08.680Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T00:43:08.680Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:08.680Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-15T00:43:08.680Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-15T00:43:08.680Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T00:43:08.941Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-15T00:43:09.207Z] Selecting previously unselected package python3. [2021-01-15T00:43:09.207Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-15T00:43:09.207Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-15T00:43:09.207Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-15T00:43:09.207Z] Selecting previously unselected package multiarch-support. [2021-01-15T00:43:09.207Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:43:09.207Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T00:43:09.207Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T00:43:09.468Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-15T00:43:09.468Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-15T00:43:09.468Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-15T00:43:09.468Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T00:43:09.468Z] Selecting previously unselected package libbsd0:amd64. [2021-01-15T00:43:09.468Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-15T00:43:09.468Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T00:43:09.732Z] Selecting previously unselected package sudo. [2021-01-15T00:43:09.732Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-15T00:43:09.732Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T00:43:09.732Z] Selecting previously unselected package apparmor. [2021-01-15T00:43:09.732Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T00:43:09.732Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-15T00:43:09.993Z] Selecting previously unselected package libedit2:amd64. [2021-01-15T00:43:09.993Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-15T00:43:09.993Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T00:43:09.993Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-15T00:43:09.993Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:43:09.993Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:10.254Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-15T00:43:10.254Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:43:10.254Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:10.254Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-15T00:43:10.254Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-15T00:43:10.254Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T00:43:10.254Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-15T00:43:10.254Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:43:10.254Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:10.516Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-15T00:43:10.516Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T00:43:10.516Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:10.516Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-15T00:43:10.516Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-15T00:43:10.516Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T00:43:10.778Z] Selecting previously unselected package openssh-client. [2021-01-15T00:43:10.778Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-15T00:43:10.778Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T00:43:11.040Z] Selecting previously unselected package squashfs-tools. [2021-01-15T00:43:11.040Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-15T00:43:11.040Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T00:43:11.040Z] Selecting previously unselected package snapd. [2021-01-15T00:43:11.040Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-15T00:43:11.040Z] Unpacking snapd (2.48+18.04) ... [2021-01-15T00:43:12.963Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T00:43:12.963Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T00:43:13.225Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-15T00:43:13.225Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T00:43:13.225Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T00:43:13.225Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:13.487Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:43:13.487Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-15T00:43:13.487Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-15T00:43:14.432Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T00:43:14.432Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T00:43:14.432Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T00:43:14.432Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:14.432Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:14.432Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T00:43:15.003Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T00:43:15.003Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:15.272Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T00:43:15.272Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-15T00:43:15.272Z] running python rtupdate hooks for python3.6... [2021-01-15T00:43:15.272Z] running python post-rtupdate hooks for python3.6... [2021-01-15T00:43:15.272Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-15T00:43:17.853Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-15T00:43:17.853Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T00:43:18.114Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T00:43:18.114Z] Setting up snapd (2.48+18.04) ... [2021-01-15T00:43:18.686Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-15T00:43:18.686Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-15T00:43:18.968Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-15T00:43:19.231Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-15T00:43:19.231Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T00:43:19.231Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T00:43:19.491Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-15T00:43:19.752Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-15T00:43:19.752Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-15T00:43:20.014Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-15T00:43:20.014Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-15T00:43:20.275Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T00:43:20.275Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T00:43:21.218Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T00:43:21.218Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T00:43:21.218Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T00:43:22.730Z] Reading package lists... [2021-01-15T00:43:22.730Z] Reading package lists... [2021-01-15T00:43:22.989Z] Building dependency tree... [2021-01-15T00:43:22.989Z] Reading state information... [2021-01-15T00:43:22.989Z] Calculating upgrade... [2021-01-15T00:43:23.250Z] The following packages will be upgraded: [2021-01-15T00:43:23.250Z] advancecomp base-files bash binutils binutils-common [2021-01-15T00:43:23.250Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-15T00:43:23.250Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-15T00:43:23.250Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-15T00:43:23.250Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-15T00:43:23.250Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-15T00:43:23.250Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-15T00:43:23.250Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-15T00:43:23.250Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-15T00:43:23.250Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-15T00:43:23.250Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-15T00:43:23.250Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-15T00:43:23.250Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-15T00:43:23.250Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-15T00:43:23.250Z] ubuntu-keyring util-linux [2021-01-15T00:43:23.250Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T00:43:23.250Z] Need to get 63.7 MB of archives. [2021-01-15T00:43:23.250Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-15T00:43:23.250Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-15T00:43:23.515Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-15T00:43:23.515Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-15T00:43:23.515Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-15T00:43:23.515Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-15T00:43:23.515Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-15T00:43:23.515Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-15T00:43:23.515Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-15T00:43:23.515Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-15T00:43:23.515Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-15T00:43:23.515Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-15T00:43:23.515Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-15T00:43:23.515Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-15T00:43:23.515Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-15T00:43:23.515Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-15T00:43:23.515Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-15T00:43:23.515Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-15T00:43:23.515Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-15T00:43:23.515Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-15T00:43:23.515Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-15T00:43:23.515Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-15T00:43:23.515Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-15T00:43:23.515Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-15T00:43:23.515Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-15T00:43:23.515Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-15T00:43:23.515Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-15T00:43:23.515Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-15T00:43:23.515Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-15T00:43:23.515Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-15T00:43:23.515Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-15T00:43:23.515Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-15T00:43:23.777Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-15T00:43:23.777Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-15T00:43:23.777Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-15T00:43:23.777Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-15T00:43:23.777Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-15T00:43:23.777Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-15T00:43:23.777Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-15T00:43:23.777Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-15T00:43:23.777Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-15T00:43:23.777Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-15T00:43:23.777Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-15T00:43:23.777Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-15T00:43:23.777Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-15T00:43:23.777Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-15T00:43:23.777Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-15T00:43:23.777Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-15T00:43:23.777Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-15T00:43:23.777Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-15T00:43:23.777Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-15T00:43:23.777Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-15T00:43:23.777Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-15T00:43:23.777Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-15T00:43:23.777Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-15T00:43:23.777Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-15T00:43:23.777Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-15T00:43:24.039Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-15T00:43:24.039Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-15T00:43:24.039Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-15T00:43:24.039Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-15T00:43:24.301Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-15T00:43:24.301Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-15T00:43:24.301Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-15T00:43:24.301Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-15T00:43:24.301Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-15T00:43:24.562Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-15T00:43:24.562Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-15T00:43:24.562Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-15T00:43:24.562Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-15T00:43:24.562Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-15T00:43:24.562Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-15T00:43:24.562Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-15T00:43:24.823Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-15T00:43:24.823Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-15T00:43:24.823Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-15T00:43:24.823Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-15T00:43:24.823Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-15T00:43:24.823Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-15T00:43:24.823Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-15T00:43:24.823Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-15T00:43:24.823Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-15T00:43:24.823Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-15T00:43:24.823Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-15T00:43:24.823Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-15T00:43:24.823Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-15T00:43:25.086Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-15T00:43:25.086Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-15T00:43:25.086Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-15T00:43:25.086Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-15T00:43:25.086Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-15T00:43:25.086Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-15T00:43:25.086Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-15T00:43:25.086Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-15T00:43:25.086Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-15T00:43:25.086Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-15T00:43:25.086Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-15T00:43:25.086Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-15T00:43:25.347Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:43:25.347Z] Fetched 63.7 MB in 2s (33.1 MB/s) [2021-01-15T00:43:25.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:25.347Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:43:25.347Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:43:26.291Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:43:26.291Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:43:26.291Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-15T00:43:26.291Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-15T00:43:27.234Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:27.234Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:27.495Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:27.495Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:27.495Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:27.495Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:27.757Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:27.757Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:27.757Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:28.019Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:28.019Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:28.019Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:28.019Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:28.019Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:28.098Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:43:28.098Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:43:28.098Z] ---> 184d49a0ebf9 [2021-01-15T00:43:28.098Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:43:28.098Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:43:28.098Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:43:28.098Z] ---> 184d49a0ebf9 [2021-01-15T00:43:28.098Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T00:43:28.098Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:43:28.098Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:43:28.098Z] ---> 184d49a0ebf9 [2021-01-15T00:43:28.098Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:43:28.098Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:43:28.098Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:43:28.098Z] ---> 184d49a0ebf9 [2021-01-15T00:43:28.098Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:43:28.098Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:43:28.098Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:43:28.098Z] ---> 184d49a0ebf9 [2021-01-15T00:43:28.098Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:43:28.280Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:28.281Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:43:28.281Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:28.281Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-15T00:43:28.541Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:28.541Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:43:28.541Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:28.541Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:28.802Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:28.802Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:28.802Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:29.063Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T00:43:29.063Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:29.323Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:43:29.324Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:43:29.324Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:43:29.897Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T00:43:29.897Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T00:43:29.897Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-15T00:43:29.897Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-15T00:43:30.159Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-15T00:43:30.159Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-15T00:43:30.422Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-15T00:43:30.422Z] Installing new version of config file /etc/issue ... [2021-01-15T00:43:30.422Z] Installing new version of config file /etc/issue.net ... [2021-01-15T00:43:30.422Z] Installing new version of config file /etc/lsb-release ... [2021-01-15T00:43:30.422Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-15T00:43:30.684Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-15T00:43:30.684Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-15T00:43:30.684Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-15T00:43:30.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:30.946Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-15T00:43:30.946Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-15T00:43:30.946Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-15T00:43:30.946Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-15T00:43:31.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:31.207Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:31.207Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:31.207Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:31.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:31.469Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-15T00:43:31.469Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-15T00:43:31.469Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-15T00:43:31.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:31.729Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-15T00:43:31.729Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T00:43:31.989Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-15T00:43:31.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:31.989Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:32.252Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:43:32.252Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T00:43:32.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:32.252Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:32.408Z] ---> Running in 468593b99716 [2021-01-15T00:43:32.408Z] ---> Running in 5ac1715da6f9 [2021-01-15T00:43:32.408Z] ---> Running in 26fc36fb7afe [2021-01-15T00:43:32.408Z] ---> Running in 280bc2bbb063 [2021-01-15T00:43:32.408Z] ---> Running in 3523b5476ad6 [2021-01-15T00:43:32.408Z] Removing intermediate container 26fc36fb7afe [2021-01-15T00:43:32.408Z] ---> 4461d6c8d624 [2021-01-15T00:43:32.408Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:43:32.408Z] Removing intermediate container 5ac1715da6f9 [2021-01-15T00:43:32.408Z] ---> 635c0d18f0be [2021-01-15T00:43:32.408Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:43:32.408Z] Removing intermediate container 468593b99716 [2021-01-15T00:43:32.408Z] ---> 49ec207389ea [2021-01-15T00:43:32.408Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:43:32.408Z] Removing intermediate container 280bc2bbb063 [2021-01-15T00:43:32.408Z] ---> 0acb5b042a9e [2021-01-15T00:43:32.408Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:43:32.408Z] Removing intermediate container 3523b5476ad6 [2021-01-15T00:43:32.408Z] ---> bd5570eb4342 [2021-01-15T00:43:32.408Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:43:32.514Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:43:32.514Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-15T00:43:32.514Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:32.514Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-15T00:43:32.684Z] ---> Running in f1cbf50ae7fa [2021-01-15T00:43:32.684Z] ---> Running in 94501a956693 [2021-01-15T00:43:32.684Z] ---> Running in 6642918ecc1f [2021-01-15T00:43:32.684Z] ---> Running in f8e53899e8d7 [2021-01-15T00:43:32.684Z] ---> Running in 6b2bdbd04c84 [2021-01-15T00:43:32.774Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-15T00:43:32.774Z] Setting up grep (3.1-2build1) ... [2021-01-15T00:43:32.774Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:32.774Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T00:43:32.774Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T00:43:33.036Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-15T00:43:33.036Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:33.036Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:43:33.036Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:43:33.298Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-15T00:43:33.298Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:33.298Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T00:43:33.298Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:43:33.870Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T00:43:33.870Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:43:34.132Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T00:43:34.132Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:43:34.702Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-15T00:43:34.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:34.703Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-15T00:43:34.703Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T00:43:36.093Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T00:43:36.093Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T00:43:36.093Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T00:43:36.093Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T00:43:36.093Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T00:43:36.093Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:36.093Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-15T00:43:36.093Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-15T00:43:36.096Z] Removing intermediate container f1cbf50ae7fa [2021-01-15T00:43:36.096Z] ---> 262f573d228d [2021-01-15T00:43:36.096Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:43:36.355Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-15T00:43:36.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:36.355Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:36.355Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:36.368Z] ---> Running in 66a6237d2228 [2021-01-15T00:43:36.368Z] Removing intermediate container 6642918ecc1f [2021-01-15T00:43:36.368Z] ---> 173a0ab631d6 [2021-01-15T00:43:36.368Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T00:43:36.615Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:36.615Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:36.615Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:36.615Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:36.642Z] Removing intermediate container 94501a956693 [2021-01-15T00:43:36.642Z] ---> 8831d55e1dc6 [2021-01-15T00:43:36.642Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T00:43:36.642Z] ---> Running in d3f0c3771172 [2021-01-15T00:43:36.877Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:36.877Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:36.877Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:36.877Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:36.915Z] Removing intermediate container f8e53899e8d7 [2021-01-15T00:43:36.915Z] ---> 66622ded6897 [2021-01-15T00:43:36.915Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:43:37.139Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:37.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:37.139Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:37.139Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:37.189Z] ---> Running in 95ad3cdfe682 [2021-01-15T00:43:37.189Z] Removing intermediate container 6b2bdbd04c84 [2021-01-15T00:43:37.189Z] ---> Running in 7804ec24989a [2021-01-15T00:43:37.189Z] ---> 1fbf0eba544d [2021-01-15T00:43:37.189Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:43:37.399Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:37.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:37.400Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:43:37.400Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:43:37.463Z] ---> Running in 229a5b88f41d [2021-01-15T00:43:37.660Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:43:37.660Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:43:37.660Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T00:43:37.921Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:37.921Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T00:43:37.921Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:43:37.921Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T00:43:38.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:38.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:38.182Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:38.182Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:38.182Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:38.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:38.444Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:38.444Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:38.444Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:38.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:38.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:38.705Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:38.705Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:38.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:38.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:38.968Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:39.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:39.230Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-15T00:43:39.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:39.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:39.496Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-15T00:43:39.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:39.757Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:39.757Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T00:43:39.757Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T00:43:40.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:40.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:43:40.023Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:43:40.023Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T00:43:40.023Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-15T00:43:40.284Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T00:43:40.284Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-15T00:43:40.545Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:40.545Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-15T00:43:40.545Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-15T00:43:40.614Z] OK: 217 MiB in 51 packages [2021-01-15T00:43:40.805Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-15T00:43:40.888Z] OK: 217 MiB in 51 packages [2021-01-15T00:43:40.888Z] OK: 217 MiB in 51 packages [2021-01-15T00:43:40.888Z] OK: 217 MiB in 51 packages [2021-01-15T00:43:41.065Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:41.065Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T00:43:41.065Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:43:41.065Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:43:41.327Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:41.327Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T00:43:41.327Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:43:41.327Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:43:41.591Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:41.591Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T00:43:41.591Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:43:41.852Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:43:41.880Z] OK: 217 MiB in 51 packages [2021-01-15T00:43:42.114Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:42.114Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T00:43:42.114Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T00:43:42.114Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-15T00:43:42.114Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T00:43:42.154Z] Removing intermediate container d3f0c3771172 [2021-01-15T00:43:42.154Z] ---> 71335fd3d6bc [2021-01-15T00:43:42.154Z] Step 6/26 : COPY go.mod . [2021-01-15T00:43:42.375Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:42.375Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:43:42.424Z] Removing intermediate container 7804ec24989a [2021-01-15T00:43:42.425Z] ---> 894fee95e586 [2021-01-15T00:43:42.425Z] Step 6/21 : COPY go.mod . [2021-01-15T00:43:42.636Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T00:43:42.636Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:42.636Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-15T00:43:42.636Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-15T00:43:42.696Z] Removing intermediate container 95ad3cdfe682 [2021-01-15T00:43:42.696Z] ---> 88395f79c456 [2021-01-15T00:43:42.696Z] Step 6/24 : COPY go.mod . [2021-01-15T00:43:42.696Z] Removing intermediate container 229a5b88f41d [2021-01-15T00:43:42.696Z] ---> 196fc37a83ff [2021-01-15T00:43:42.696Z] Step 6/22 : COPY go.mod . [2021-01-15T00:43:42.898Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-15T00:43:42.898Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:42.898Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-15T00:43:42.898Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T00:43:43.167Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T00:43:43.294Z] Removing intermediate container 66a6237d2228 [2021-01-15T00:43:43.294Z] ---> 61dfea2dd3c6 [2021-01-15T00:43:43.294Z] Step 6/22 : COPY go.mod . [2021-01-15T00:43:43.294Z] ---> 006cb6440ed0 [2021-01-15T00:43:43.294Z] Step 7/26 : RUN go mod download [2021-01-15T00:43:43.294Z] ---> 35425a0661e7 [2021-01-15T00:43:43.294Z] Step 7/21 : RUN go mod download [2021-01-15T00:43:43.429Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:43.429Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:43.429Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T00:43:43.429Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T00:43:43.565Z] ---> Running in 960f01ab8e4e [2021-01-15T00:43:43.565Z] ---> Running in 8e7b43291ca6 [2021-01-15T00:43:43.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:43.690Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-15T00:43:43.690Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-15T00:43:43.690Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-15T00:43:43.838Z] ---> 41a5aa8ece35 [2021-01-15T00:43:43.838Z] Step 7/24 : RUN go mod download [2021-01-15T00:43:43.950Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:43.951Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T00:43:43.951Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T00:43:44.115Z] ---> a3411ae0e742 [2021-01-15T00:43:44.115Z] Step 7/22 : RUN go mod download [2021-01-15T00:43:44.115Z] ---> Running in d705d57b0cd6 [2021-01-15T00:43:44.115Z] ---> cb7d6e72eaa4 [2021-01-15T00:43:44.116Z] Step 7/22 : RUN go mod download [2021-01-15T00:43:44.211Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-15T00:43:44.391Z] ---> Running in 3caac7056561 [2021-01-15T00:43:44.478Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:44.479Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T00:43:44.479Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T00:43:44.479Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-15T00:43:44.664Z] ---> Running in 26994f1d3902 [2021-01-15T00:43:44.741Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:44.741Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-15T00:43:44.741Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-15T00:43:45.002Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-15T00:43:45.002Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:45.002Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-15T00:43:45.002Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-15T00:43:45.262Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-15T00:43:45.262Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:45.262Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-15T00:43:45.262Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-15T00:43:45.524Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-15T00:43:45.524Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:45.524Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-15T00:43:45.524Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-15T00:43:45.786Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-15T00:43:45.786Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:45.786Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T00:43:45.786Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-15T00:43:46.048Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-15T00:43:46.048Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T00:43:46.048Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-15T00:43:46.048Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-15T00:43:46.309Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-15T00:43:46.309Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-15T00:43:46.309Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T00:43:46.309Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T00:43:46.569Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T00:43:46.570Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T00:43:46.830Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T00:43:46.830Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T00:43:46.830Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-15T00:43:46.830Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-15T00:43:47.092Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T00:43:47.092Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-15T00:43:47.092Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T00:43:47.353Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-15T00:43:47.353Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-15T00:43:47.353Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-15T00:43:47.621Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-15T00:43:47.621Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-15T00:43:47.621Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-15T00:43:47.882Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-15T00:43:47.882Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-15T00:43:47.882Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-15T00:43:48.078Z] Removing intermediate container 8e7b43291ca6 [2021-01-15T00:43:48.078Z] ---> 11a40ae063e5 [2021-01-15T00:43:48.078Z] Step 8/21 : COPY . . [2021-01-15T00:43:48.078Z] Removing intermediate container 960f01ab8e4e [2021-01-15T00:43:48.078Z] ---> a963b3981a61 [2021-01-15T00:43:48.078Z] Step 8/26 : COPY . . [2021-01-15T00:43:48.144Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-15T00:43:48.144Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-15T00:43:48.144Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-15T00:43:48.144Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-15T00:43:49.088Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-15T00:43:49.088Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-15T00:43:49.088Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-15T00:43:49.088Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-15T00:43:49.349Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:43:49.349Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:43:49.514Z] Removing intermediate container d705d57b0cd6 [2021-01-15T00:43:49.514Z] ---> 5c3825ce478f [2021-01-15T00:43:49.514Z] Step 8/24 : COPY . . [2021-01-15T00:43:49.610Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:43:49.610Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:43:49.871Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:43:49.871Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:43:50.131Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T00:43:50.131Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T00:43:50.131Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:50.131Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:43:50.397Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:50.397Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:43:50.502Z] Removing intermediate container 3caac7056561 [2021-01-15T00:43:50.502Z] ---> f10e7f565728 [2021-01-15T00:43:50.502Z] Step 8/22 : COPY . . [2021-01-15T00:43:50.502Z] Removing intermediate container 26994f1d3902 [2021-01-15T00:43:50.502Z] ---> b127d5c78d4a [2021-01-15T00:43:50.502Z] Step 8/22 : COPY . . [2021-01-15T00:43:50.658Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:50.658Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:43:50.658Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:50.658Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:43:51.602Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:51.602Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:43:52.548Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:52.548Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:43:53.491Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:53.491Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:43:53.753Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:53.753Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:43:54.697Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T00:43:54.697Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T00:43:54.697Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T00:43:54.697Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T00:43:54.697Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T00:43:54.958Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T00:43:54.958Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T00:43:54.958Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T00:43:55.219Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-15T00:43:55.219Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-15T00:43:55.481Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T00:43:55.481Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T00:43:55.481Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T00:43:55.481Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T00:43:55.742Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-15T00:43:55.742Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-15T00:43:55.742Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:56.009Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T00:43:56.009Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:56.009Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:56.009Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:56.009Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-15T00:43:56.009Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-15T00:43:56.009Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-15T00:43:56.277Z] [2021-01-15T00:43:56.277Z] Current default time zone: 'Etc/UTC' [2021-01-15T00:43:56.277Z] Local time is now: Fri Jan 15 00:43:56 UTC 2021. [2021-01-15T00:43:56.277Z] Universal Time is now: Fri Jan 15 00:43:56 UTC 2021. [2021-01-15T00:43:56.277Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-15T00:43:56.277Z] [2021-01-15T00:43:56.277Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-15T00:43:56.277Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:56.277Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-15T00:43:56.544Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-15T00:43:56.544Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-15T00:43:56.544Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-15T00:43:56.544Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-15T00:43:56.544Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-15T00:43:56.544Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-15T00:43:56.544Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T00:43:56.807Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:56.807Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-15T00:43:57.069Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:43:57.069Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:43:57.069Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:43:57.069Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-15T00:43:57.069Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-15T00:43:57.069Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-15T00:43:57.069Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T00:43:57.069Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-15T00:43:57.329Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-15T00:43:57.329Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:43:57.329Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T00:43:59.247Z] Updating certificates in /etc/ssl/certs... [2021-01-15T00:44:00.189Z] 22 added, 17 removed; done. [2021-01-15T00:44:00.452Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T00:44:00.452Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T00:44:00.452Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-15T00:44:00.452Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-15T00:44:00.452Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-15T00:44:00.714Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:00.714Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:44:00.714Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:00.714Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:00.714Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:00.714Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:00.714Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:00.714Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-15T00:44:00.975Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:44:00.975Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-15T00:44:00.975Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-15T00:44:00.975Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-15T00:44:00.975Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:01.240Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T00:44:01.240Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-15T00:44:01.240Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-15T00:44:01.240Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-15T00:44:01.240Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:44:01.505Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T00:44:01.505Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-15T00:44:01.505Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T00:44:01.505Z] Updating certificates in /etc/ssl/certs... [2021-01-15T00:44:02.076Z] 0 added, 0 removed; done. [2021-01-15T00:44:02.076Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-15T00:44:02.338Z] done. [2021-01-15T00:44:02.599Z] Reading package lists... [2021-01-15T00:44:02.865Z] Building dependency tree... [2021-01-15T00:44:02.865Z] Reading state information... [2021-01-15T00:44:03.125Z] The following NEW packages will be installed: [2021-01-15T00:44:03.125Z] apt-transport-https [2021-01-15T00:44:03.125Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T00:44:03.125Z] Need to get 1696 B of archives. [2021-01-15T00:44:03.125Z] After this operation, 153 kB of additional disk space will be used. [2021-01-15T00:44:03.125Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-15T00:44:03.125Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:44:03.125Z] Fetched 1696 B in 0s (41.0 kB/s) [2021-01-15T00:44:03.386Z] Selecting previously unselected package apt-transport-https. [2021-01-15T00:44:03.386Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-15T00:44:03.386Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-15T00:44:03.386Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T00:44:03.386Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T00:44:03.648Z] Waiting for network to be ready... [2021-01-15T00:44:08.817Z] 2021-01-15T00:44:06Z INFO Waiting for automatic snapd restart... [2021-01-15T00:44:09.390Z] snapd 2.48.2 from Canonical* installed [2021-01-15T00:44:10.332Z] "snapd" switched to the "latest/stable" channel [2021-01-15T00:44:10.332Z] [2021-01-15T00:44:12.886Z] core18 20201210 from Canonical* installed [2021-01-15T00:44:12.886Z] "core18" switched to the "latest/stable" channel [2021-01-15T00:44:12.886Z] [2021-01-15T00:44:16.196Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T00:44:16.459Z] "snapcraft" switched to the "latest/stable" channel [2021-01-15T00:44:16.459Z] [2021-01-15T00:44:17.725Z] ---> 29d9a7e62497 [2021-01-15T00:44:17.726Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T00:44:17.726Z] ---> d8a16035b8ae [2021-01-15T00:44:17.726Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T00:44:17.726Z] ---> b1cfdd87c303 [2021-01-15T00:44:17.726Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> ce9e4b9737a9 [2021-01-15T00:44:17.726Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T00:44:17.726Z] [2021-01-15T00:44:17.726Z] ---> deb74a1a31b0 [2021-01-15T00:44:17.726Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T00:44:17.726Z] ---> Running in 7fbd870b88d6 [2021-01-15T00:44:17.726Z] ---> Running in 2fa9c1917260 [2021-01-15T00:44:17.726Z] ---> Running in 003ff45ea104 [2021-01-15T00:44:17.726Z] ---> Running in 140479d03bf4 [2021-01-15T00:44:17.726Z] ---> Running in 9bfc561734ce [2021-01-15T00:44:17.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:44:17.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:44:17.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:44:17.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:44:17.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:44:19.799Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-15T00:44:19.799Z] - README.md [2021-01-15T00:44:19.799Z] - snapcraft.yaml.orig [2021-01-15T00:44:19.799Z] [2021-01-15T00:44:19.799Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T00:44:26.397Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:44:26.397Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T00:44:26.397Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T00:44:26.397Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T00:44:27.605Z] Reading package lists... [2021-01-15T00:44:27.869Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-15T00:44:34.463Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:44:34.463Z] Reading package lists... [2021-01-15T00:44:34.463Z] Building dependency tree... [2021-01-15T00:44:34.463Z] Reading state information... [2021-01-15T00:44:34.463Z] Suggested packages: [2021-01-15T00:44:34.463Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-15T00:44:34.463Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-15T00:44:34.463Z] Recommended packages: [2021-01-15T00:44:34.463Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-15T00:44:34.463Z] The following NEW packages will be installed: [2021-01-15T00:44:34.463Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-15T00:44:34.463Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-15T00:44:34.463Z] pkg-config zip [2021-01-15T00:44:34.463Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T00:44:34.463Z] Need to get 7655 kB of archives. [2021-01-15T00:44:34.463Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-15T00:44:34.463Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-15T00:44:34.463Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-15T00:44:34.463Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-15T00:44:34.463Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-15T00:44:34.463Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-15T00:44:34.726Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-15T00:44:34.726Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-15T00:44:34.726Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-15T00:44:34.986Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-15T00:44:34.986Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-15T00:44:34.986Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-15T00:44:34.986Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-15T00:44:34.986Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-15T00:44:35.249Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-15T00:44:35.249Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-15T00:44:35.249Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T00:44:35.249Z] Fetched 7655 kB in 1s (9879 kB/s) [2021-01-15T00:44:35.249Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-15T00:44:35.249Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-15T00:44:35.249Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-15T00:44:35.518Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T00:44:35.791Z] Selecting previously unselected package libpsl5:amd64. [2021-01-15T00:44:35.791Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-15T00:44:35.791Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T00:44:36.061Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-15T00:44:36.061Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-15T00:44:36.061Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T00:44:36.330Z] Selecting previously unselected package librtmp1:amd64. [2021-01-15T00:44:36.330Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-15T00:44:36.330Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T00:44:36.593Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-15T00:44:36.593Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-15T00:44:36.593Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T00:44:36.859Z] Selecting previously unselected package liberror-perl. [2021-01-15T00:44:36.859Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-15T00:44:36.859Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-15T00:44:37.121Z] Selecting previously unselected package git-man. [2021-01-15T00:44:37.121Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-15T00:44:37.121Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:44:37.383Z] Selecting previously unselected package git. [2021-01-15T00:44:37.383Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-15T00:44:37.644Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:44:38.218Z] Selecting previously unselected package libnorm1:amd64. [2021-01-15T00:44:38.218Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-15T00:44:38.218Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T00:44:38.480Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-15T00:44:38.480Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-15T00:44:38.480Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T00:44:38.480Z] Selecting previously unselected package libsodium23:amd64. [2021-01-15T00:44:38.480Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-15T00:44:38.480Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-15T00:44:38.742Z] Selecting previously unselected package libzmq5:amd64. [2021-01-15T00:44:38.742Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T00:44:38.742Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:44:38.742Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-15T00:44:38.742Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T00:44:38.742Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:44:39.002Z] Selecting previously unselected package pkg-config. [2021-01-15T00:44:39.002Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-15T00:44:39.002Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T00:44:39.002Z] Selecting previously unselected package zip. [2021-01-15T00:44:39.002Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-15T00:44:39.002Z] Unpacking zip (3.0-11build1) ... [2021-01-15T00:44:39.263Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T00:44:39.263Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:44:39.263Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T00:44:39.263Z] Setting up liberror-perl (0.17025-1) ... [2021-01-15T00:44:39.263Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T00:44:39.263Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T00:44:39.263Z] No schema files found: doing nothing. [2021-01-15T00:44:39.528Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T00:44:39.528Z] Setting up zip (3.0-11build1) ... [2021-01-15T00:44:39.528Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T00:44:39.528Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-15T00:44:39.528Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T00:44:39.528Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:44:39.528Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T00:44:39.528Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T00:44:39.790Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T00:44:39.790Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T00:44:46.388Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:44:46.388Z] git set to automatically installed. [2021-01-15T00:44:46.388Z] git-man set to automatically installed. [2021-01-15T00:44:46.388Z] libcurl3-gnutls set to automatically installed. [2021-01-15T00:44:46.388Z] liberror-perl set to automatically installed. [2021-01-15T00:44:46.388Z] libglib2.0-0 set to automatically installed. [2021-01-15T00:44:46.388Z] libnghttp2-14 set to automatically installed. [2021-01-15T00:44:46.388Z] libnorm1 set to automatically installed. [2021-01-15T00:44:46.388Z] libpgm-5.2-0 set to automatically installed. [2021-01-15T00:44:46.388Z] libpsl5 set to automatically installed. [2021-01-15T00:44:46.388Z] librtmp1 set to automatically installed. [2021-01-15T00:44:46.388Z] libsodium23 set to automatically installed. [2021-01-15T00:44:46.388Z] libzmq3-dev set to automatically installed. [2021-01-15T00:44:46.388Z] libzmq5 set to automatically installed. [2021-01-15T00:44:46.388Z] pkg-config set to automatically installed. [2021-01-15T00:44:46.388Z] zip set to automatically installed. [2021-01-15T00:44:47.773Z] snapd is not logged in, snap install commands will use sudo [2021-01-15T00:44:54.364Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T00:44:54.936Z] snap "core18" has no updates available [2021-01-15T00:44:55.511Z] Pulling config-common [2021-01-15T00:44:56.898Z] Pulling go-build-helper [2021-01-15T00:45:18.869Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T00:45:18.869Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T00:45:18.869Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T00:45:18.869Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T00:45:18.869Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T00:45:18.869Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T00:45:18.869Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T00:45:18.869Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T00:45:18.869Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T00:45:18.869Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T00:45:18.869Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T00:45:18.869Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T00:45:18.869Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T00:45:18.869Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T00:45:18.869Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T00:45:18.869Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T00:45:18.869Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T00:45:18.869Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T00:45:18.869Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T00:45:18.869Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T00:45:18.869Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T00:45:18.869Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T00:45:18.869Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T00:45:18.869Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T00:45:18.869Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T00:45:18.869Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T00:45:18.869Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T00:45:18.869Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-15T00:45:18.869Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-15T00:45:18.869Z] Fetched 279 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-15T00:45:18.869Z] Fetched 122 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-15T00:45:18.869Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-15T00:45:18.869Z] Fetched 8848 B in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-15T00:45:18.869Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-15T00:45:18.869Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-15T00:45:18.869Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-15T00:45:18.869Z] Fetched 214 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-15T00:45:18.869Z] Fetched 155 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-15T00:45:18.869Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-15T00:45:18.869Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-15T00:45:18.869Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-15T00:45:18.869Z] Fetched 499 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-15T00:45:18.869Z] Fetched 111 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-15T00:45:18.869Z] Fetched 240 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-15T00:45:18.869Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-15T00:45:18.869Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-15T00:45:18.869Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-15T00:45:18.869Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-15T00:45:18.869Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-15T00:45:18.869Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-15T00:45:18.869Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-15T00:45:18.869Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-15T00:45:18.869Z] Fetched 8720 B in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-15T00:45:18.869Z] Fetched 137 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-15T00:45:18.869Z] Fetched 119 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-15T00:45:18.869Z] Fetched 109 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-15T00:45:18.869Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-15T00:45:18.869Z] Fetched 645 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-15T00:45:18.869Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-15T00:45:18.869Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-15T00:45:18.869Z] Fetched 368 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-15T00:45:18.869Z] Fetched 187 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-15T00:45:18.869Z] Fetched 175 kB in 0s (0 B/s) [2021-01-15T00:45:18.869Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-15T00:45:21.416Z] Fetched 206 kB in 0s (0 B/s) [2021-01-15T00:45:21.416Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-15T00:45:21.416Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-15T00:45:21.416Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-15T00:45:21.416Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-15T00:45:21.416Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-15T00:45:21.416Z] Fetched 159 kB in 0s (0 B/s) [2021-01-15T00:45:21.416Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-15T00:45:21.416Z] Fetched 107 kB in 0s (0 B/s) [2021-01-15T00:45:21.416Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-15T00:45:21.416Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-15T00:45:21.416Z] Pulling static-packages [2021-01-15T00:45:22.360Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-15T00:45:22.360Z] Skipping pull go-build-helper (already ran) [2021-01-15T00:45:22.360Z] Skipping pull static-packages (already ran) [2021-01-15T00:45:22.360Z] Building go-build-helper [2021-01-15T00:45:26.574Z] Building static-packages [2021-01-15T00:45:28.487Z] Staging go-build-helper [2021-01-15T00:45:29.060Z] Staging static-packages [2021-01-15T00:45:30.005Z] Pulling go115 [2021-01-15T00:45:30.949Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-15T00:45:30.949Z] Skipping pull go115 (already ran) [2021-01-15T00:45:30.949Z] Building go115 [2021-01-15T00:45:30.949Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T00:45:30.949Z] Dload Upload Total Spent Left Speed [2021-01-15T00:45:34.096Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 115M 20 23.1M 0 0 27.9M 0 0:00:04 --:--:-- 0:00:04 27.9M 56 115M 56 64.7M 0 0 35.4M 0 0:00:03 0:00:01 0:00:02 35.4M 95 115M 95 110M 0 0 39.1M 0 0:00:02 0:00:02 --:--:-- 39.0M 100 115M 100 115M 0 0 38.8M 0 0:00:02 0:00:02 --:--:-- 38.8M [2021-01-15T00:45:34.675Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-15T00:45:38.036Z] Staging go115 [2021-01-15T00:45:39.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:45:39.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:45:44.636Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T00:45:44.636Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T00:45:44.636Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T00:45:44.636Z] Fetched 0 B in 0s (0 B/s) [2021-01-15T00:45:44.636Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-15T00:45:44.636Z] Fetched 224 kB in 0s (0 B/s) [2021-01-15T00:45:44.636Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-15T00:45:44.636Z] Fetched 157 kB in 0s (0 B/s) [2021-01-15T00:45:44.636Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-15T00:45:44.636Z] Fetched 221 kB in 0s (0 B/s) [2021-01-15T00:45:44.636Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-15T00:45:44.636Z] Fetched 143 kB in 0s (0 B/s) [2021-01-15T00:45:44.636Z] Pulling edgex-go [2021-01-15T00:45:46.028Z] Pulling version [2021-01-15T00:45:46.311Z] Removing intermediate container 003ff45ea104 [2021-01-15T00:45:46.311Z] ---> 31e5478cd05a [2021-01-15T00:45:46.311Z] [2021-01-15T00:45:46.311Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T00:45:46.311Z] 3.12: Pulling from library/alpine [2021-01-15T00:45:46.980Z] Building config-common [2021-01-15T00:45:48.900Z] Skipping build go-build-helper (already ran) [2021-01-15T00:45:48.900Z] Skipping build static-packages (already ran) [2021-01-15T00:45:48.900Z] Skipping build go115 (already ran) [2021-01-15T00:45:49.174Z] Building edgex-go [2021-01-15T00:45:49.436Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:45:49.730Z] Removing intermediate container 7fbd870b88d6 [2021-01-15T00:45:49.730Z] ---> 9ee5a181d5e9 [2021-01-15T00:45:49.730Z] [2021-01-15T00:45:49.730Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T00:45:49.730Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T00:45:49.730Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T00:45:49.730Z] ---> afeebe901d6b [2021-01-15T00:45:49.730Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:45:49.730Z] 3.12: Pulling from library/alpine [2021-01-15T00:45:49.730Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T00:45:49.730Z] Status: Image is up to date for alpine:3.12 [2021-01-15T00:45:49.730Z] ---> afeebe901d6b [2021-01-15T00:45:49.730Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T00:45:50.385Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-15T00:45:50.385Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-15T00:45:50.385Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-15T00:45:50.385Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-15T00:45:50.385Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-15T00:45:50.385Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-15T00:45:50.385Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-15T00:45:50.655Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-15T00:45:50.655Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-15T00:45:50.655Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-15T00:45:50.655Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-15T00:45:50.655Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-15T00:45:50.655Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-15T00:45:50.655Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-15T00:45:50.655Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-15T00:45:50.655Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-15T00:45:50.655Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-15T00:45:50.655Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-15T00:45:50.655Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-15T00:45:50.655Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-15T00:45:50.655Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-15T00:45:50.655Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-15T00:45:50.655Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-15T00:45:50.655Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-15T00:45:50.655Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-15T00:45:50.655Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-15T00:45:50.655Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-15T00:45:50.655Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-15T00:45:50.655Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-15T00:45:50.655Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-15T00:45:50.655Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-15T00:45:50.655Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-15T00:45:50.655Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-15T00:45:50.716Z] ---> Running in fc0440f23bbb [2021-01-15T00:45:50.716Z] ---> Running in bdc176cb8ff4 [2021-01-15T00:45:50.923Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-15T00:45:50.923Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-15T00:45:50.923Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-15T00:45:50.923Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-15T00:45:50.923Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-15T00:45:51.194Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-15T00:45:51.194Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-15T00:45:51.313Z] Removing intermediate container 9bfc561734ce [2021-01-15T00:45:51.313Z] ---> 7f5656042658 [2021-01-15T00:45:51.313Z] [2021-01-15T00:45:51.313Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T00:45:51.313Z] ---> afeebe901d6b [2021-01-15T00:45:51.313Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T00:45:51.313Z] Removing intermediate container 2fa9c1917260 [2021-01-15T00:45:51.313Z] ---> 5a82a606a28c [2021-01-15T00:45:51.313Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T00:45:51.593Z] ---> Running in 9044654c40c2 [2021-01-15T00:45:51.866Z] ---> Running in bfe3ce1ac45e [2021-01-15T00:45:53.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:45:53.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:45:53.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:45:53.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:45:53.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:45:53.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:45:53.909Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T00:45:54.219Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T00:45:54.219Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:45:54.219Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T00:45:54.219Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T00:45:54.219Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T00:45:54.219Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:45:54.219Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:45:54.219Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T00:45:54.219Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:45:54.219Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T00:45:54.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:45:54.219Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T00:45:54.219Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:45:54.219Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:45:54.494Z] OK: 7 MiB in 19 packages [2021-01-15T00:45:54.494Z] OK: 7 MiB in 19 packages [2021-01-15T00:45:54.773Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T00:45:55.054Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:45:55.054Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T00:45:55.054Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T00:45:55.054Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:45:55.054Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T00:45:55.331Z] OK: 7 MiB in 18 packages [2021-01-15T00:45:58.003Z] Removing intermediate container fc0440f23bbb [2021-01-15T00:45:58.003Z] ---> b893a94ac95a [2021-01-15T00:45:58.003Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T00:45:58.003Z] Removing intermediate container bdc176cb8ff4 [2021-01-15T00:45:58.003Z] ---> bd7bbd365351 [2021-01-15T00:45:58.003Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:45:58.003Z] Removing intermediate container 9044654c40c2 [2021-01-15T00:45:58.003Z] ---> d6fab007f234 [2021-01-15T00:45:58.003Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T00:45:58.278Z] ---> Running in ffd03e3b9a6a [2021-01-15T00:45:58.278Z] ---> Running in d432b04d5082 [2021-01-15T00:45:58.278Z] ---> Running in 06734bff68ca [2021-01-15T00:45:59.266Z] Removing intermediate container ffd03e3b9a6a [2021-01-15T00:45:59.266Z] ---> 45b2e665a642 [2021-01-15T00:45:59.266Z] Step 13/22 : WORKDIR / [2021-01-15T00:45:59.266Z] Removing intermediate container d432b04d5082 [2021-01-15T00:45:59.266Z] ---> a59ed372130c [2021-01-15T00:45:59.266Z] Step 13/24 : WORKDIR / [2021-01-15T00:45:59.266Z] Removing intermediate container 06734bff68ca [2021-01-15T00:45:59.266Z] ---> 7e493a0b1cbe [2021-01-15T00:45:59.266Z] Step 13/21 : WORKDIR /edgex [2021-01-15T00:45:59.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T00:45:59.544Z] ---> Running in b9f76c9bf77e [2021-01-15T00:45:59.544Z] ---> Running in 2d3871ea5e8b [2021-01-15T00:45:59.817Z] Removing intermediate container bfe3ce1ac45e [2021-01-15T00:45:59.817Z] ---> 7a8e64887e2f [2021-01-15T00:45:59.817Z] [2021-01-15T00:45:59.817Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T00:45:59.817Z] ---> Running in a482261afa7f [2021-01-15T00:45:59.817Z] 20.10.0: Pulling from library/docker [2021-01-15T00:46:00.416Z] Removing intermediate container b9f76c9bf77e [2021-01-15T00:46:00.416Z] ---> 32a876977890 [2021-01-15T00:46:00.416Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:46:00.687Z] Removing intermediate container a482261afa7f [2021-01-15T00:46:00.687Z] ---> 83783d310c83 [2021-01-15T00:46:00.687Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T00:46:00.687Z] Removing intermediate container 2d3871ea5e8b [2021-01-15T00:46:00.687Z] ---> 928fff68cca1 [2021-01-15T00:46:00.687Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-15T00:46:02.678Z] ---> 60bbdc6eb66c [2021-01-15T00:46:02.678Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / ---> d3095f4c7cef [2021-01-15T00:46:02.678Z] [2021-01-15T00:46:02.678Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T00:46:03.281Z] ---> d48f8bf0667e [2021-01-15T00:46:03.281Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-15T00:46:03.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:46:04.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:46:04.716Z] Removing intermediate container 140479d03bf4 [2021-01-15T00:46:04.716Z] ---> 8e964a59d092 [2021-01-15T00:46:04.716Z] [2021-01-15T00:46:04.716Z] Step 10/22 : FROM scratch [2021-01-15T00:46:04.716Z] ---> [2021-01-15T00:46:04.716Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:46:04.987Z] ---> 157202db3100 [2021-01-15T00:46:04.987Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T00:46:05.272Z] ---> 82e6b9dc4ee1 [2021-01-15T00:46:05.272Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T00:46:05.272Z] ---> Running in a863b162ccc2 [2021-01-15T00:46:05.272Z] ---> 292f8867b80b [2021-01-15T00:46:05.272Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T00:46:05.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T00:46:05.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T00:46:05.852Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-15T00:46:06.112Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-15T00:46:06.112Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-15T00:46:06.112Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-15T00:46:06.256Z] Removing intermediate container a863b162ccc2 [2021-01-15T00:46:06.256Z] ---> 1d76f795ad21 [2021-01-15T00:46:06.256Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T00:46:06.530Z] ---> Running in d28344cd036f [2021-01-15T00:46:07.125Z] ---> 21f5d9677be5 [2021-01-15T00:46:07.125Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T00:46:07.125Z] ---> 340897d25268 [2021-01-15T00:46:07.125Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T00:46:07.125Z] ---> 4646c3b4e67a [2021-01-15T00:46:07.125Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T00:46:07.480Z] Removing intermediate container d28344cd036f [2021-01-15T00:46:07.480Z] ---> 7d8d159d8ecf [2021-01-15T00:46:07.480Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:46:07.480Z] ---> Running in cd68c97771fa [2021-01-15T00:46:07.480Z] ---> Running in 4c661a2ac076 [2021-01-15T00:46:08.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:46:08.041Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-15T00:46:08.042Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-15T00:46:08.620Z] ---> 054c934d041e [2021-01-15T00:46:08.620Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T00:46:08.620Z] Removing intermediate container 4c661a2ac076 [2021-01-15T00:46:08.620Z] ---> 5f2717ba2ec7 [2021-01-15T00:46:08.620Z] Step 14/22 : WORKDIR / [2021-01-15T00:46:08.620Z] Removing intermediate container cd68c97771fa [2021-01-15T00:46:08.620Z] ---> 7600bff9eb9c [2021-01-15T00:46:08.620Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T00:46:08.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T00:46:09.279Z] ---> Running in 25fe67f97a9a [2021-01-15T00:46:09.279Z] ---> Running in 1d2e3b8c964c [2021-01-15T00:46:09.279Z] ---> Running in b64fc094047b [2021-01-15T00:46:09.582Z] ---> ca71c36f5676 [2021-01-15T00:46:09.582Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T00:46:09.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T00:46:09.950Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-15T00:46:10.215Z] Removing intermediate container b64fc094047b [2021-01-15T00:46:10.215Z] ---> 97096fabb7d6 [2021-01-15T00:46:10.215Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T00:46:10.488Z] Removing intermediate container 1d2e3b8c964c [2021-01-15T00:46:10.488Z] ---> 2fa7eb8126d0 [2021-01-15T00:46:10.488Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:46:10.761Z] ---> Running in 42948c98f547 [2021-01-15T00:46:11.741Z] Removing intermediate container 42948c98f547 [2021-01-15T00:46:11.741Z] ---> 261a47434a4a [2021-01-15T00:46:11.741Z] Step 20/21 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:46:11.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T00:46:12.019Z] ---> a42a1862b14a [2021-01-15T00:46:12.020Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T00:46:12.020Z] ---> 0c3be65f3428 [2021-01-15T00:46:12.020Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T00:46:12.292Z] ---> Running in fbef52fa4eb7 [2021-01-15T00:46:12.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T00:46:12.891Z] Removing intermediate container 25fe67f97a9a [2021-01-15T00:46:12.891Z] ---> 6a574009e6bf [2021-01-15T00:46:12.891Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T00:46:13.163Z] Removing intermediate container fbef52fa4eb7 [2021-01-15T00:46:13.163Z] ---> ec07f61caee3 [2021-01-15T00:46:13.163Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:46:13.163Z] ---> d3eaa3953c59 [2021-01-15T00:46:13.163Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T00:46:13.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T00:46:13.371Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-15T00:46:13.435Z] ---> Running in 007e814ad173 [2021-01-15T00:46:13.435Z] ---> Running in 49af722b2dcc [2021-01-15T00:46:13.712Z] ---> Running in 82d6359370a5 [2021-01-15T00:46:13.985Z] Removing intermediate container 007e814ad173 [2021-01-15T00:46:13.985Z] ---> d229a3170206 [2021-01-15T00:46:13.985Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T00:46:14.270Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T00:46:14.270Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T00:46:14.270Z] ---> eeaf43b92773 [2021-01-15T00:46:14.270Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T00:46:14.270Z] ---> Running in 94b1e72b0012 [2021-01-15T00:46:14.270Z] ---> f63738715c43 [2021-01-15T00:46:14.270Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T00:46:14.270Z] Removing intermediate container 49af722b2dcc [2021-01-15T00:46:14.270Z] ---> b6b128b2931d [2021-01-15T00:46:14.270Z] [2021-01-15T00:46:14.554Z] ---> Running in b4d47ab18257 [2021-01-15T00:46:15.161Z] Removing intermediate container 94b1e72b0012 [2021-01-15T00:46:15.161Z] ---> f12cb2b42359 [2021-01-15T00:46:15.161Z] Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:46:15.161Z] Successfully built b6b128b2931d [2021-01-15T00:46:15.439Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T00:46:15.439Z] Building docker-support-scheduler-go [2021-01-15T00:46:15.439Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 98950783a059 [2021-01-15T00:46:15.714Z] ---> 2d8d4acafee1 [2021-01-15T00:46:15.714Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T00:46:15.915Z] Building version [2021-01-15T00:46:15.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:15.989Z] ---> Running in 01450be3c19a [2021-01-15T00:46:16.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:16.267Z] Removing intermediate container 98950783a059 [2021-01-15T00:46:16.267Z] ---> 795c41b50177 [2021-01-15T00:46:16.267Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:46:16.545Z] ---> Running in 6dd0a87f987d [2021-01-15T00:46:16.545Z] Removing intermediate container 01450be3c19a [2021-01-15T00:46:16.545Z] ---> 35ab90797b88 [2021-01-15T00:46:16.545Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:46:16.820Z] Removing intermediate container 82d6359370a5 [2021-01-15T00:46:16.820Z] ---> 7ee96a8c3185 [2021-01-15T00:46:16.820Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T00:46:16.820Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T00:46:16.820Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T00:46:16.820Z] Executing bash-5.0.17-r0.post-install [2021-01-15T00:46:16.820Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:46:17.096Z] OK: 12 MiB in 22 packages [2021-01-15T00:46:17.096Z] ---> Running in 88ddd081f587 [2021-01-15T00:46:17.373Z] ---> Running in 99b9db2fa1e3 [2021-01-15T00:46:17.373Z] Removing intermediate container 6dd0a87f987d [2021-01-15T00:46:17.373Z] ---> 07baab3fe74f [2021-01-15T00:46:17.373Z] [2021-01-15T00:46:17.828Z] Staging config-common [2021-01-15T00:46:17.971Z] Removing intermediate container 88ddd081f587 [2021-01-15T00:46:17.971Z] ---> 8f2275fdf96b [2021-01-15T00:46:17.971Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T00:46:17.971Z] Successfully built 07baab3fe74f [2021-01-15T00:46:18.243Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T00:46:18.243Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2021-01-15T00:46:18.402Z] Skipping stage go-build-helper (already ran) [2021-01-15T00:46:18.402Z] Skipping stage static-packages (already ran) [2021-01-15T00:46:18.402Z] Skipping stage go115 (already ran) [2021-01-15T00:46:18.402Z] Staging edgex-go [2021-01-15T00:46:18.524Z] ---> Running in 10f328aa7e15 [2021-01-15T00:46:18.524Z] Removing intermediate container 99b9db2fa1e3 [2021-01-15T00:46:18.524Z] ---> 21d2d9881c0d [2021-01-15T00:46:18.524Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T00:46:18.802Z] ---> Running in 0093bf7d0843 [2021-01-15T00:46:19.074Z] Removing intermediate container b4d47ab18257 [2021-01-15T00:46:19.074Z] ---> f0af9dc7f0c5 [2021-01-15T00:46:19.074Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T00:46:19.343Z] Staging version [2021-01-15T00:46:19.349Z] Removing intermediate container 10f328aa7e15 [2021-01-15T00:46:19.349Z] ---> c9e3f7da1f0d [2021-01-15T00:46:19.349Z] Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:46:19.349Z] ---> Running in ff1052375f67 [2021-01-15T00:46:19.349Z] ---> Running in 37136bcb60c0 [2021-01-15T00:46:19.618Z] Removing intermediate container 0093bf7d0843 [2021-01-15T00:46:19.618Z] ---> 6c0fd94f9c14 [2021-01-15T00:46:19.618Z] Step 23/24 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:46:20.212Z] ---> Running in a8796b265cf4 [2021-01-15T00:46:20.285Z] Priming config-common [2021-01-15T00:46:20.811Z] Removing intermediate container 37136bcb60c0 [2021-01-15T00:46:20.811Z] ---> d3d26bce4745 [2021-01-15T00:46:20.811Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:46:20.811Z] Removing intermediate container ff1052375f67 [2021-01-15T00:46:20.811Z] ---> c2f054e31f2c [2021-01-15T00:46:20.811Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T00:46:21.238Z] Priming go-build-helper [2021-01-15T00:46:21.406Z] Removing intermediate container a8796b265cf4 [2021-01-15T00:46:21.406Z] ---> 426199a7649a [2021-01-15T00:46:21.406Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:46:21.406Z] ---> Running in e3e093fb8f9a [2021-01-15T00:46:21.701Z] ---> Running in 737927c9ea95 [2021-01-15T00:46:22.225Z] Priming static-packages [2021-01-15T00:46:22.302Z] ---> Running in 07a284ca7528 [2021-01-15T00:46:22.935Z] Removing intermediate container e3e093fb8f9a [2021-01-15T00:46:22.935Z] ---> 21b9bdbf0f08 [2021-01-15T00:46:22.935Z] [2021-01-15T00:46:22.935Z] Removing intermediate container 737927c9ea95 [2021-01-15T00:46:22.935Z] ---> 3b6ee75c91ec [2021-01-15T00:46:22.935Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T00:46:23.211Z] Successfully built 21b9bdbf0f08 [2021-01-15T00:46:23.484Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T00:46:23.484Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-15T00:46:23.484Z] Removing intermediate container 07a284ca7528 [2021-01-15T00:46:23.484Z] ---> 967224027494 [2021-01-15T00:46:23.484Z] [2021-01-15T00:46:23.763Z] ---> Running in a2f4a1b0be39 [2021-01-15T00:46:23.763Z] Successfully built 967224027494 [2021-01-15T00:46:24.035Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T00:46:24.035Z] Building docker-core-data-go [2021-01-15T00:46:24.303Z] Priming go115 [2021-01-15T00:46:24.308Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a2f4a1b0be39 [2021-01-15T00:46:24.308Z] ---> 8e37a0f740b2 [2021-01-15T00:46:24.308Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T00:46:25.308Z] Priming edgex-go [2021-01-15T00:46:25.750Z] ---> 59e7fdd3f96b [2021-01-15T00:46:25.750Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T00:46:26.343Z] ---> 31be27a5531f [2021-01-15T00:46:26.343Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T00:46:26.399Z] Priming version [2021-01-15T00:46:27.321Z] ---> c473e2721cd0 [2021-01-15T00:46:27.321Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T00:46:27.452Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-15T00:46:27.597Z] ---> Running in 48a9309b69c5 [2021-01-15T00:46:28.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:46:28.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-15T00:46:29.453Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T00:46:29.454Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T00:46:29.454Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T00:46:29.454Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T00:46:29.454Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T00:46:29.454Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T00:46:29.454Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] // stage [Pipeline] } [2021-01-15T00:46:31.434Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T00:46:31.434Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T00:46:31.434Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T00:46:31.434Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T00:46:31.434Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T00:46:31.434Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T00:46:31.434Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T00:46:31.434Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T00:46:31.434Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T00:46:31.708Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T00:46:31.708Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T00:46:31.708Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T00:46:31.708Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T00:46:31.708Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T00:46:31.708Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T00:46:31.708Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T00:46:31.983Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T00:46:31.983Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T00:46:31.983Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T00:46:31.983Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T00:46:31.983Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T00:46:31.983Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T00:46:31.983Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T00:46:31.983Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T00:46:31.983Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T00:46:31.983Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T00:46:32.254Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:46:32.255Z] OK: 71 MiB in 55 packages [2021-01-15T00:46:44.703Z] Removing intermediate container 48a9309b69c5 [2021-01-15T00:46:44.703Z] ---> 2539a9575bd3 [2021-01-15T00:46:44.703Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T00:46:44.703Z] ---> Running in 872083e9a557 [2021-01-15T00:46:50.090Z] Collecting docker-compose==1.23.2 [2021-01-15T00:46:50.090Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T00:46:50.090Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T00:46:50.090Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T00:46:52.716Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T00:46:52.716Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T00:46:54.705Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-15T00:46:54.989Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T00:46:54.989Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T00:46:56.429Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T00:46:56.429Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T00:46:57.027Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T00:46:57.027Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T00:46:57.627Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:46:57.627Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:46:57.627Z] ---> 184d49a0ebf9 [2021-01-15T00:46:57.627Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T00:46:57.627Z] ---> Using cache [2021-01-15T00:46:57.627Z] ---> 0acb5b042a9e [2021-01-15T00:46:57.627Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:46:57.627Z] ---> Using cache [2021-01-15T00:46:57.627Z] ---> 66622ded6897 [2021-01-15T00:46:57.627Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T00:46:57.627Z] ---> Using cache [2021-01-15T00:46:57.627Z] ---> 894fee95e586 [2021-01-15T00:46:57.627Z] Step 6/21 : COPY go.mod . [2021-01-15T00:46:57.627Z] ---> Using cache [2021-01-15T00:46:57.627Z] ---> 35425a0661e7 [2021-01-15T00:46:57.627Z] Step 7/21 : RUN go mod download [2021-01-15T00:46:57.627Z] ---> Using cache [2021-01-15T00:46:57.627Z] ---> 11a40ae063e5 [2021-01-15T00:46:57.627Z] Step 8/21 : COPY . . [2021-01-15T00:46:57.627Z] ---> Using cache [2021-01-15T00:46:57.627Z] ---> b1cfdd87c303 [2021-01-15T00:46:57.627Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T00:46:57.904Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T00:46:57.905Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T00:46:59.356Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T00:46:59.356Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T00:47:01.364Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T00:47:01.364Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T00:47:01.364Z] ---> Running in 0d90a2bfa833 [2021-01-15T00:47:03.363Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T00:47:03.363Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:47:03.363Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:47:03.363Z] ---> 184d49a0ebf9 [2021-01-15T00:47:03.363Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T00:47:03.363Z] ---> Using cache [2021-01-15T00:47:03.363Z] ---> 0acb5b042a9e [2021-01-15T00:47:03.363Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:47:03.363Z] ---> Using cache [2021-01-15T00:47:03.363Z] ---> 66622ded6897 [2021-01-15T00:47:03.363Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T00:47:04.366Z] ---> Running in 48287839b0d6 [2021-01-15T00:47:04.964Z] Collecting PyYAML<4,>=3.10 [2021-01-15T00:47:04.964Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T00:47:06.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:06.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:07.986Z] OK: 217 MiB in 51 packages [2021-01-15T00:47:09.437Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:47:09.437Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:47:09.437Z] ---> 184d49a0ebf9 [2021-01-15T00:47:09.437Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T00:47:09.437Z] ---> Using cache [2021-01-15T00:47:09.437Z] ---> 0acb5b042a9e [2021-01-15T00:47:09.437Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:47:09.437Z] ---> Using cache [2021-01-15T00:47:09.437Z] ---> 66622ded6897 [2021-01-15T00:47:09.437Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T00:47:09.437Z] ---> Using cache [2021-01-15T00:47:09.437Z] ---> 894fee95e586 [2021-01-15T00:47:09.437Z] Step 6/22 : COPY go.mod . [2021-01-15T00:47:09.437Z] ---> Using cache [2021-01-15T00:47:09.437Z] ---> 35425a0661e7 [2021-01-15T00:47:09.437Z] Step 7/22 : RUN go mod download [2021-01-15T00:47:09.437Z] ---> Using cache [2021-01-15T00:47:09.437Z] ---> 11a40ae063e5 [2021-01-15T00:47:09.437Z] Step 8/22 : COPY . . [2021-01-15T00:47:09.437Z] ---> Using cache [2021-01-15T00:47:09.437Z] ---> b1cfdd87c303 [2021-01-15T00:47:09.437Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T00:47:09.712Z] Collecting idna<2.8,>=2.5 [2021-01-15T00:47:09.712Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T00:47:09.712Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T00:47:09.712Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T00:47:09.712Z] ---> 184d49a0ebf9 [2021-01-15T00:47:09.712Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T00:47:09.712Z] ---> Using cache [2021-01-15T00:47:09.712Z] ---> 0acb5b042a9e [2021-01-15T00:47:09.712Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:47:09.712Z] ---> Using cache [2021-01-15T00:47:09.712Z] ---> 66622ded6897 [2021-01-15T00:47:09.712Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T00:47:09.995Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-15T00:47:10.270Z] ---> Running in 2ece362c4915 [2021-01-15T00:47:10.270Z] ---> Running in 63adbf8e1dc3 [2021-01-15T00:47:10.872Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T00:47:10.872Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T00:47:11.474Z] Removing intermediate container 48287839b0d6 [2021-01-15T00:47:11.474Z] ---> 2dad8af4395f [2021-01-15T00:47:11.474Z] Step 6/24 : COPY go.mod . [2021-01-15T00:47:11.474Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-15T00:47:11.752Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T00:47:11.752Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T00:47:12.029Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T00:47:12.030Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T00:47:12.030Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T00:47:12.030Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T00:47:12.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:12.650Z] ---> 656691b24a68 [2021-01-15T00:47:12.650Z] Step 7/24 : RUN go mod download [2021-01-15T00:47:12.935Z] ---> Running in 2d541ceeead4 [2021-01-15T00:47:12.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T00:47:13.218Z] Installing collected packages: texttable, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, PyYAML, docker-compose [2021-01-15T00:47:13.218Z] Running setup.py install for texttable: started [2021-01-15T00:47:13.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:14.499Z] OK: 217 MiB in 51 packages [2021-01-15T00:47:15.989Z] Removing intermediate container 2ece362c4915 [2021-01-15T00:47:15.989Z] ---> 08de47612e11 [2021-01-15T00:47:15.989Z] Step 6/23 : COPY go.mod . [2021-01-15T00:47:16.265Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T00:47:16.265Z] Running setup.py install for docopt: started [2021-01-15T00:47:17.298Z] ---> 1167b4d8b7bd [2021-01-15T00:47:17.298Z] Step 7/23 : RUN go mod download [2021-01-15T00:47:17.298Z] ---> Running in 96ae2370e6f6 [2021-01-15T00:47:17.641Z] Removing intermediate container 2d541ceeead4 [2021-01-15T00:47:17.641Z] ---> e7125e03cf06 [2021-01-15T00:47:17.641Z] Step 8/24 : COPY . . [2021-01-15T00:47:20.450Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T00:47:21.434Z] Attempting uninstall: idna [2021-01-15T00:47:21.434Z] Found existing installation: idna 2.9 [2021-01-15T00:47:21.434Z] Uninstalling idna-2.9: [2021-01-15T00:47:21.434Z] Successfully uninstalled idna-2.9 [2021-01-15T00:47:23.431Z] Attempting uninstall: urllib3 [2021-01-15T00:47:23.431Z] Found existing installation: urllib3 1.25.9 [2021-01-15T00:47:23.431Z] Uninstalling urllib3-1.25.9: [2021-01-15T00:47:23.705Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T00:47:24.305Z] Removing intermediate container 96ae2370e6f6 [2021-01-15T00:47:24.305Z] ---> b8715b0f8dac [2021-01-15T00:47:24.305Z] Step 8/23 : COPY . . [2021-01-15T00:47:24.905Z] Attempting uninstall: requests [2021-01-15T00:47:24.906Z] Found existing installation: requests 2.23.0 [2021-01-15T00:47:24.906Z] Uninstalling requests-2.23.0: [2021-01-15T00:47:24.906Z] Successfully uninstalled requests-2.23.0 [2021-01-15T00:47:26.901Z] Running setup.py install for dockerpty: started [2021-01-15T00:47:29.573Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T00:47:29.573Z] Running setup.py install for PyYAML: started [2021-01-15T00:47:32.222Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T00:47:33.658Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-15T00:47:43.837Z] ---> 6ad92b1455df [2021-01-15T00:47:43.837Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T00:47:43.837Z] ---> Running in 804c5f8380c8 [2021-01-15T00:47:43.837Z] Removing intermediate container 872083e9a557 [2021-01-15T00:47:43.837Z] ---> 1c1ab7d9d271 [2021-01-15T00:47:43.837Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T00:47:44.111Z] ---> Running in 87d080cc0213 [2021-01-15T00:47:46.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T00:47:46.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:47.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:47:48.305Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T00:47:48.305Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T00:47:48.305Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T00:47:48.305Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:47:48.305Z] OK: 71 MiB in 58 packages [2021-01-15T00:47:51.720Z] Removing intermediate container 87d080cc0213 [2021-01-15T00:47:51.720Z] ---> d8fbf1cc5370 [2021-01-15T00:47:51.720Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T00:47:51.720Z] ---> 7ef2826d330f [2021-01-15T00:47:51.720Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T00:47:51.720Z] ---> Running in 4f989c12b0fe [2021-01-15T00:47:51.720Z] ---> Running in 9503ea2dcee5 [2021-01-15T00:47:52.698Z] Removing intermediate container 9503ea2dcee5 [2021-01-15T00:47:52.698Z] ---> 2b639a2fa6e7 [2021-01-15T00:47:52.698Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:47:52.972Z] ---> Running in 6cc3b67f4116 [2021-01-15T00:47:53.956Z] Removing intermediate container 6cc3b67f4116 [2021-01-15T00:47:53.956Z] ---> 3257a5cecda0 [2021-01-15T00:47:53.956Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T00:47:53.956Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T00:47:54.228Z] ---> Running in 9d546a38cfbc [2021-01-15T00:47:55.212Z] Removing intermediate container 9d546a38cfbc [2021-01-15T00:47:55.212Z] ---> f8a934f474f5 [2021-01-15T00:47:55.212Z] Step 25/26 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:47:55.489Z] ---> Running in d9879b0cc5e6 [2021-01-15T00:47:56.085Z] Removing intermediate container d9879b0cc5e6 [2021-01-15T00:47:56.085Z] ---> c4a659aedac3 [2021-01-15T00:47:56.085Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T00:47:56.360Z] ---> Running in 666f7fcc3346 [2021-01-15T00:47:56.955Z] Removing intermediate container 666f7fcc3346 [2021-01-15T00:47:56.955Z] ---> 4418b260175c [2021-01-15T00:47:56.955Z] [2021-01-15T00:47:57.557Z] Successfully built 4418b260175c [2021-01-15T00:47:57.557Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T00:48:24.339Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0d90a2bfa833 [2021-01-15T00:48:24.339Z] ---> 5deef007050a [2021-01-15T00:48:24.339Z] [2021-01-15T00:48:24.339Z] Step 10/21 : FROM scratch [2021-01-15T00:48:24.339Z] ---> [2021-01-15T00:48:24.339Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:48:24.339Z] ---> Using cache [2021-01-15T00:48:24.339Z] ---> 1d76f795ad21 [2021-01-15T00:48:24.339Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T00:48:24.339Z] ---> Running in 16f72a6e78c3 [2021-01-15T00:48:24.613Z] Removing intermediate container 16f72a6e78c3 [2021-01-15T00:48:24.613Z] ---> 547dec135de4 [2021-01-15T00:48:24.613Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T00:48:24.613Z] ---> Running in 6757008c2bb7 [2021-01-15T00:48:25.221Z] Removing intermediate container 6757008c2bb7 [2021-01-15T00:48:25.221Z] ---> 8c06b8a712e9 [2021-01-15T00:48:25.221Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:48:26.209Z] ---> 6a8d6b72bfa6 [2021-01-15T00:48:26.209Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T00:48:28.517Z] ---> 22c0c36187b0 [2021-01-15T00:48:28.517Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T00:48:29.122Z] ---> 8d83b4894dcf [2021-01-15T00:48:29.122Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T00:48:29.395Z] ---> Running in bd78dfb238f7 [2021-01-15T00:48:29.994Z] Removing intermediate container bd78dfb238f7 [2021-01-15T00:48:29.994Z] ---> b4557e106b9f [2021-01-15T00:48:29.994Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:48:30.269Z] ---> Running in 58c551134606 [2021-01-15T00:48:30.868Z] Removing intermediate container 58c551134606 [2021-01-15T00:48:30.868Z] ---> 86a50d017820 [2021-01-15T00:48:30.868Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T00:48:31.143Z] ---> Running in 90cac977608f [2021-01-15T00:48:31.742Z] Removing intermediate container 90cac977608f [2021-01-15T00:48:31.742Z] ---> 612d108d0113 [2021-01-15T00:48:31.742Z] Step 20/21 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:48:32.021Z] ---> Running in 3859d0fde756 [2021-01-15T00:48:33.063Z] Removing intermediate container 3859d0fde756 [2021-01-15T00:48:33.063Z] ---> 1cd292bb5dea [2021-01-15T00:48:33.063Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T00:48:33.338Z] ---> Running in 5acf9fd5cfd9 [2021-01-15T00:48:34.779Z] Removing intermediate container 5acf9fd5cfd9 [2021-01-15T00:48:34.779Z] ---> d3d89a4deae3 [2021-01-15T00:48:34.779Z] [2021-01-15T00:48:35.393Z] Successfully built d3d89a4deae3 [2021-01-15T00:48:35.393Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T00:48:35.668Z]  Building docker-support-scheduler-go ... done Removing intermediate container 63adbf8e1dc3 [2021-01-15T00:48:35.668Z] ---> 17945731b45e [2021-01-15T00:48:35.668Z] [2021-01-15T00:48:35.668Z] Step 10/22 : FROM scratch [2021-01-15T00:48:35.668Z] ---> [2021-01-15T00:48:35.668Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:48:35.668Z] ---> Using cache [2021-01-15T00:48:35.668Z] ---> 1d76f795ad21 [2021-01-15T00:48:35.668Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T00:48:35.943Z] ---> Running in 7fde3a31d716 [2021-01-15T00:48:36.559Z] Removing intermediate container 7fde3a31d716 [2021-01-15T00:48:36.559Z] ---> 60983b2b7570 [2021-01-15T00:48:36.559Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T00:48:36.834Z] ---> Running in 9f3faefd1a15 [2021-01-15T00:48:37.438Z] Removing intermediate container 9f3faefd1a15 [2021-01-15T00:48:37.439Z] ---> c1e174b76b25 [2021-01-15T00:48:37.439Z] Step 14/22 : WORKDIR / [2021-01-15T00:48:37.439Z] ---> Running in 69a38bb0b11c [2021-01-15T00:48:38.428Z] Removing intermediate container 69a38bb0b11c [2021-01-15T00:48:38.428Z] ---> fa45f2db58c7 [2021-01-15T00:48:38.428Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:48:39.415Z] ---> 33f545d3c255 [2021-01-15T00:48:39.415Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T00:48:41.415Z] ---> ddc6bebd9f46 [2021-01-15T00:48:41.415Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T00:48:42.394Z] ---> c98db27c95fe [2021-01-15T00:48:42.394Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T00:48:42.394Z] ---> Running in 30b8c105b0d1 [2021-01-15T00:48:42.998Z] Removing intermediate container 30b8c105b0d1 [2021-01-15T00:48:42.998Z] ---> 90773848e504 [2021-01-15T00:48:42.998Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:48:43.275Z] ---> Running in 8da8760c3ee3 [2021-01-15T00:48:43.878Z] Removing intermediate container 8da8760c3ee3 [2021-01-15T00:48:43.878Z] ---> 790b661359c7 [2021-01-15T00:48:43.878Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T00:48:44.152Z] ---> Running in 97742a2f1033 [2021-01-15T00:48:44.749Z] Removing intermediate container 97742a2f1033 [2021-01-15T00:48:44.749Z] ---> 044e131e170f [2021-01-15T00:48:44.749Z] Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:48:45.022Z] ---> Running in 9f0ee7df0d40 [2021-01-15T00:48:45.621Z] Removing intermediate container 9f0ee7df0d40 [2021-01-15T00:48:45.621Z] ---> ccda21ef7bd4 [2021-01-15T00:48:45.621Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T00:48:45.895Z] ---> Running in bbde38a599c2 [2021-01-15T00:48:46.496Z] Removing intermediate container bbde38a599c2 [2021-01-15T00:48:46.496Z] ---> 0ad7956344fa [2021-01-15T00:48:46.496Z] [2021-01-15T00:48:47.346Z] Successfully built 0ad7956344fa [2021-01-15T00:48:47.346Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T00:48:57.550Z]  Building docker-core-command-go ... done Removing intermediate container 804c5f8380c8 [2021-01-15T00:48:57.550Z] ---> c8781d79a7b9 [2021-01-15T00:48:57.550Z] [2021-01-15T00:48:57.550Z] Step 10/24 : FROM scratch [2021-01-15T00:48:57.550Z] ---> [2021-01-15T00:48:57.550Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T00:48:57.550Z] ---> Running in be914b8bd016 [2021-01-15T00:48:58.147Z] Removing intermediate container be914b8bd016 [2021-01-15T00:48:58.147Z] ---> cbd4dd80ac74 [2021-01-15T00:48:58.147Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T00:48:58.147Z] ---> Running in 77b56229a5d9 [2021-01-15T00:48:58.748Z] Removing intermediate container 77b56229a5d9 [2021-01-15T00:48:58.748Z] ---> 1f1ee56651bf [2021-01-15T00:48:58.748Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T00:48:58.748Z] ---> Running in 4ca32754212c [2021-01-15T00:48:59.348Z] Removing intermediate container 4ca32754212c [2021-01-15T00:48:59.348Z] ---> f4dac21dd47a [2021-01-15T00:48:59.348Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T00:49:00.333Z] ---> f30a0f973005 [2021-01-15T00:49:00.333Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T00:49:01.324Z] ---> cd29dc3f34a9 [2021-01-15T00:49:01.324Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T00:49:02.769Z] ---> 0e4a5a637a7e [2021-01-15T00:49:02.769Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:49:03.769Z] ---> 1f2bbeb4b360 [2021-01-15T00:49:03.769Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T00:49:05.219Z] ---> a5f13046ab51 [2021-01-15T00:49:05.219Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T00:49:06.205Z] ---> be67c32c0675 [2021-01-15T00:49:06.205Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T00:49:06.205Z] ---> Running in e75ae18bf030 [2021-01-15T00:49:06.805Z] Removing intermediate container e75ae18bf030 [2021-01-15T00:49:06.805Z] ---> df5f1cb4f761 [2021-01-15T00:49:06.805Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:49:06.805Z] ---> Running in 809df18e154c [2021-01-15T00:49:07.398Z] Removing intermediate container 809df18e154c [2021-01-15T00:49:07.398Z] ---> f01bc560bcd1 [2021-01-15T00:49:07.398Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T00:49:07.679Z] ---> Running in 3e76fc8368bb [2021-01-15T00:49:07.951Z] Removing intermediate container 3e76fc8368bb [2021-01-15T00:49:07.951Z] ---> b0305ba360e7 [2021-01-15T00:49:07.951Z] Step 23/24 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:49:08.239Z] ---> Running in 0bcddd681b58 [2021-01-15T00:49:08.514Z] Removing intermediate container 0bcddd681b58 [2021-01-15T00:49:08.514Z] ---> 59bc57d76d30 [2021-01-15T00:49:08.514Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T00:49:08.786Z] ---> Running in 1bc677d8147a [2021-01-15T00:49:09.384Z] Removing intermediate container 1bc677d8147a [2021-01-15T00:49:09.384Z] ---> a2789387575e [2021-01-15T00:49:09.384Z] [2021-01-15T00:49:09.676Z] Successfully built a2789387575e [2021-01-15T00:49:09.676Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T00:49:13.062Z]  Building docker-support-notifications-go ... done Removing intermediate container 4f989c12b0fe [2021-01-15T00:49:13.062Z] ---> 5bb52b89ad6b [2021-01-15T00:49:13.062Z] [2021-01-15T00:49:13.062Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T00:49:13.062Z] ---> afeebe901d6b [2021-01-15T00:49:13.062Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T00:49:13.062Z] ---> Running in 768a5e92852f [2021-01-15T00:49:13.333Z] Removing intermediate container 768a5e92852f [2021-01-15T00:49:13.333Z] ---> c79333f152b8 [2021-01-15T00:49:13.333Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T00:49:13.333Z] ---> Running in fdfa4d056a8e [2021-01-15T00:49:13.928Z] Removing intermediate container fdfa4d056a8e [2021-01-15T00:49:13.928Z] ---> 8c088beaa8f5 [2021-01-15T00:49:13.928Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T00:49:13.928Z] ---> Running in 50dd807845ce [2021-01-15T00:49:14.520Z] Removing intermediate container 50dd807845ce [2021-01-15T00:49:14.520Z] ---> 38c7cb0bb7ce [2021-01-15T00:49:14.520Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T00:49:14.792Z] ---> Running in cc9b839e2656 [2021-01-15T00:49:16.770Z] Removing intermediate container cc9b839e2656 [2021-01-15T00:49:16.770Z] ---> 2cd55a0a33bf [2021-01-15T00:49:16.770Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T00:49:17.042Z] ---> Running in f837e26009fc [2021-01-15T00:49:18.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:19.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T00:49:20.484Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T00:49:20.484Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T00:49:20.755Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T00:49:21.347Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T00:49:21.619Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T00:49:21.891Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T00:49:21.891Z] OK: 8 MiB in 19 packages [2021-01-15T00:49:23.324Z] Removing intermediate container f837e26009fc [2021-01-15T00:49:23.324Z] ---> d6416b924a02 [2021-01-15T00:49:23.324Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T00:49:23.916Z] ---> 03fbf73a290e [2021-01-15T00:49:23.916Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T00:49:25.346Z] ---> 2bbed94c869c [2021-01-15T00:49:25.346Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T00:49:25.941Z] ---> 8ce6740079c2 [2021-01-15T00:49:25.941Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T00:49:26.218Z] ---> Running in 92e200ff7f7b [2021-01-15T00:49:26.488Z] Removing intermediate container 92e200ff7f7b [2021-01-15T00:49:26.488Z] ---> 761d09369cc3 [2021-01-15T00:49:26.488Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T00:49:26.761Z] ---> Running in 2c95ed91685d [2021-01-15T00:49:27.034Z] Removing intermediate container 2c95ed91685d [2021-01-15T00:49:27.034Z] ---> 83d2e32dd452 [2021-01-15T00:49:27.034Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T00:49:27.313Z] ---> Running in aa4051871025 [2021-01-15T00:49:27.908Z] Removing intermediate container aa4051871025 [2021-01-15T00:49:27.908Z] ---> 2725b847d0e2 [2021-01-15T00:49:27.908Z] Step 22/23 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [2021-01-15T00:49:27.908Z] ---> Running in f8e3336ec91e [2021-01-15T00:49:28.515Z] Removing intermediate container f8e3336ec91e [2021-01-15T00:49:28.515Z] ---> a98859f69572 [2021-01-15T00:49:28.515Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T00:49:28.515Z] ---> Running in da2a3a96ac57 [2021-01-15T00:49:29.110Z] Removing intermediate container da2a3a96ac57 [2021-01-15T00:49:29.110Z] ---> 810c5fa85222 [2021-01-15T00:49:29.110Z] [2021-01-15T00:49:29.383Z] Successfully built 810c5fa85222 [2021-01-15T00:49:29.383Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T00:49:29.992Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T00:49:29.986Z] $ docker stop --time=1 03530f7f420e117d613effdfc0d1038cd7ccea6061004759880b282c91e52b2a [2021-01-15T00:49:31.987Z] $ docker rm -f 03530f7f420e117d613effdfc0d1038cd7ccea6061004759880b282c91e52b2a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T00:49:32.719Z] + + docker images [2021-01-15T00:49:32.719Z] grep docker [2021-01-15T00:49:32.991Z] docker-core-data-go-arm64 latest 810c5fa85222 4 seconds ago 21MB [2021-01-15T00:49:32.991Z] docker-support-notifications-go-arm64 latest a2789387575e 23 seconds ago 11.4MB [2021-01-15T00:49:32.991Z] docker-core-command-go-arm64 latest 0ad7956344fa 46 seconds ago 9.98MB [2021-01-15T00:49:32.991Z] docker-support-scheduler-go-arm64 latest d3d89a4deae3 58 seconds ago 10MB [2021-01-15T00:49:32.991Z] docker-sys-mgmt-agent-go-arm64 latest 4418b260175c About a minute ago 300MB [2021-01-15T00:49:32.991Z] docker-core-metadata-go-arm64 latest 21b9bdbf0f08 3 minutes ago 12.3MB [2021-01-15T00:49:32.991Z] docker-security-secretstore-setup-go-arm64 latest 967224027494 3 minutes ago 23.4MB [2021-01-15T00:49:32.991Z] docker-security-bootstrap-redis-go-arm64 latest 07baab3fe74f 3 minutes ago 15.1MB [2021-01-15T00:49:32.991Z] docker-security-proxy-setup-go-arm64 latest b6b128b2931d 3 minutes ago 23.2MB [2021-01-15T00:49:32.991Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T00:49:34.711Z] provisioning config files... [2021-01-15T00:49:34.724Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config1688174740256042399tmp [Pipeline] { [Pipeline] sh [2021-01-15T00:49:35.101Z] + set +x [2021-01-15T00:49:35.101Z] + curl -s https://codecov.io/bash [2021-01-15T00:49:35.101Z] + bash -s -- [2021-01-15T00:49:35.363Z] [2021-01-15T00:49:35.363Z] _____ _ [2021-01-15T00:49:35.363Z] / ____| | | [2021-01-15T00:49:35.363Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T00:49:35.363Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T00:49:35.363Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T00:49:35.363Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T00:49:35.363Z] Bash-20201231-23d4836 [2021-01-15T00:49:35.363Z] [2021-01-15T00:49:35.363Z] [2021-01-15T00:49:35.363Z] ==> git version 2.24.3 found [2021-01-15T00:49:35.627Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-15T00:49:35.627Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T00:49:35.627Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T00:49:35.627Z] ==> Jenkins CI detected. [2021-01-15T00:49:35.627Z] project root: . [2021-01-15T00:49:35.627Z] --> token set from env [2021-01-15T00:49:35.627Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T00:49:35.627Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T00:49:35.627Z] ==> Python coveragepy not found [2021-01-15T00:49:35.627Z] ==> Searching for coverage reports in: [2021-01-15T00:49:35.627Z] + . [2021-01-15T00:49:35.627Z] -> Found 1 reports [2021-01-15T00:49:35.627Z] ==> Detecting git/mercurial file structure [2021-01-15T00:49:35.627Z] ==> Reading reports [2021-01-15T00:49:35.627Z] + ./coverage.out bytes=550321 [2021-01-15T00:49:35.889Z] ==> Appending adjustments [2021-01-15T00:49:35.889Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T00:49:39.225Z] + Found adjustments [2021-01-15T00:49:39.225Z] ==> Gzipping contents [2021-01-15T00:49:39.225Z] 84K /tmp/codecov.WrnRfL.gz [2021-01-15T00:49:39.225Z] ==> Uploading reports [2021-01-15T00:49:39.225Z] url: https://codecov.io [2021-01-15T00:49:39.225Z] query: branch=PR-2966&commit=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-15T00:49:39.225Z] -> Pinging Codecov [2021-01-15T00:49:39.225Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2966&commit=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-15T00:49:39.225Z] -> Uploading to [2021-01-15T00:49:39.225Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c/dc032443-bd4d-4c49-bc7a-9f79e08eb3cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T004939Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=48a6c58c0031e432e7ff1bdf398a37422fdfe2d31694205503f8ee3ec58b6ca5 [2021-01-15T00:49:39.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T00:49:39.225Z] Dload Upload Total Spent Left Speed [2021-01-15T00:49:40.062Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 83323 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83323 0 0 100 83323 0 133k --:--:-- --:--:-- --:--:-- 132k [2021-01-15T00:49:40.062Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [Pipeline] } [2021-01-15T00:49:40.072Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:49:42.058Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:49:42.945Z] ---> package-listing.sh [2021-01-15T00:49:42.945Z] ++ facter osfamily [2021-01-15T00:49:42.945Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T00:49:42.945Z] + OS_FAMILY=redhat [2021-01-15T00:49:42.945Z] + workspace=/w/workspace/edgex-go/23 [2021-01-15T00:49:42.945Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T00:49:42.945Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T00:49:42.945Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T00:49:42.945Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T00:49:42.945Z] + '[' /w/workspace/edgex-go/23 ']' [2021-01-15T00:49:42.945Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T00:49:42.945Z] + case "${OS_FAMILY}" in [2021-01-15T00:49:42.945Z] + rpm -qa [2021-01-15T00:49:42.945Z] + sort [2021-01-15T00:49:48.264Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T00:49:48.264Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T00:49:48.264Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T00:49:48.264Z] + '[' /w/workspace/edgex-go/23 ']' [2021-01-15T00:49:48.264Z] + mkdir -p /w/workspace/edgex-go/23/archives/ [2021-01-15T00:49:48.264Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] echo [2021-01-15T00:49:48.278Z] 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/23/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T00:49:48.577Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:49:48.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:49:48.885Z] [2021-01-15T00:49:48.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T00:49:49.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:49:49.327Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T00:49:49.327Z] df20fa9351a1: Pulling fs layer [2021-01-15T00:49:49.327Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T00:49:49.327Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T00:49:49.327Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T00:49:49.327Z] 93b61091891f: Pulling fs layer [2021-01-15T00:49:49.327Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T00:49:49.327Z] 5e14af77c1be: Pulling fs layer [2021-01-15T00:49:49.327Z] 01666e4c0597: Pulling fs layer [2021-01-15T00:49:49.327Z] aa168da1d23b: Pulling fs layer [2021-01-15T00:49:49.327Z] 46f8f816bc3b: Waiting [2021-01-15T00:49:49.327Z] 93b61091891f: Waiting [2021-01-15T00:49:49.327Z] 93b9cdb0e59b: Waiting [2021-01-15T00:49:49.327Z] 5e14af77c1be: Waiting [2021-01-15T00:49:49.327Z] 01666e4c0597: Waiting [2021-01-15T00:49:49.327Z] aa168da1d23b: Waiting [2021-01-15T00:49:49.327Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T00:49:49.327Z] 36b3adc4ff6f: Download complete [2021-01-15T00:49:49.327Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T00:49:49.327Z] 46f8f816bc3b: Download complete [2021-01-15T00:49:49.594Z] df20fa9351a1: Download complete [2021-01-15T00:49:49.594Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T00:49:49.594Z] 93b9cdb0e59b: Download complete [2021-01-15T00:49:49.594Z] 93b61091891f: Verifying Checksum [2021-01-15T00:49:49.594Z] 93b61091891f: Download complete [2021-01-15T00:49:49.594Z] 5e14af77c1be: Verifying Checksum [2021-01-15T00:49:49.594Z] 5e14af77c1be: Download complete [2021-01-15T00:49:49.594Z] 01666e4c0597: Verifying Checksum [2021-01-15T00:49:49.594Z] 01666e4c0597: Download complete [2021-01-15T00:49:49.856Z] df20fa9351a1: Pull complete [2021-01-15T00:49:50.121Z] 36b3adc4ff6f: Pull complete [2021-01-15T00:49:50.121Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T00:49:50.121Z] 8ad3a11d3b57: Download complete [2021-01-15T00:49:51.077Z] 8ad3a11d3b57: Pull complete [2021-01-15T00:49:51.077Z] 46f8f816bc3b: Pull complete [2021-01-15T00:49:51.676Z] aa168da1d23b: Verifying Checksum [2021-01-15T00:49:51.676Z] aa168da1d23b: Download complete [2021-01-15T00:49:53.595Z] 93b61091891f: Pull complete [2021-01-15T00:49:53.595Z] 93b9cdb0e59b: Pull complete [2021-01-15T00:49:53.858Z] 5e14af77c1be: Pull complete [2021-01-15T00:49:54.135Z] 01666e4c0597: Pull complete [2021-01-15T00:50:02.370Z] aa168da1d23b: Pull complete [2021-01-15T00:50:02.370Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T00:50:02.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T00:50:02.370Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T00:50:02.578Z] prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container [2021-01-15T00:50:02.633Z] $ 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/23/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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T00:50:07.145Z] $ docker top 91031bb1553f7b26dbeedb8330afefeb630dd36b0115eb53f41e82598829da2b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T00:50:07.700Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T00:50:08.004Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T00:50:08.306Z] + ls /var/log/sa-host [2021-01-15T00:50:08.306Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T00:50:08.306Z] file_magic: OK [2021-01-15T00:50:08.306Z] HZ: Using current value: 100 [2021-01-15T00:50:08.306Z] file_header: OK [2021-01-15T00:50:08.306Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T00:50:08.306Z] Statistics: [2021-01-15T00:50:08.306Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T00:50:08.306Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T00:50:08.306Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T00:50:08.306Z] file_magic: OK [2021-01-15T00:50:08.306Z] HZ: Using current value: 100 [2021-01-15T00:50:08.306Z] file_header: OK [2021-01-15T00:50:08.306Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T00:50:08.306Z] Statistics: [2021-01-15T00:50:08.306Z] Hnuu...uuuununununu... [2021-01-15T00:50:08.306Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T00:50:08.533Z] provisioning config files... [2021-01-15T00:50:08.549Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config2778611351380577705tmp [Pipeline] { [Pipeline] echo [2021-01-15T00:50:08.631Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:50:08.930Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T00:50:08.940Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T00:50:09.040Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:50:09.339Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T00:50:09.350Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:50:09.648Z] ---> sudo-logs.sh [2021-01-15T00:50:09.648Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T00:50:09.659Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:50:09.956Z] ---> job-cost.sh [2021-01-15T00:50:09.956Z] lf-activate-venv: SKIPPING [2021-01-15T00:50:09.956Z] INFO: No Stack... [2021-01-15T00:50:11.351Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T00:50:11.614Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T00:50:11.629Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T00:50:11.929Z] ---> logs-deploy.sh [2021-01-15T00:50:11.929Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/23 [2021-01-15T00:50:11.929Z] INFO: archiving workspace using pattern(s): [2021-01-15T00:50:13.848Z] Archives upload complete. [2021-01-15T00:50:13.848Z] INFO: archiving logs to Nexus