Pull request #3040 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b+ff4e3493a8c789d3c4d6c885bb9a70d186a91ade (ca95efe13ef864a67f6b12dffb12df7930913c57) 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-21203 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b Merge succeeded, producing e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b Checking out Revision e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b (PR-3040) > 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/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # 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 ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # timeout=10 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T15:58:59.932Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T15:59:00.214Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T15:59:00.366Z] ========================================================= [2021-01-19T15:59:00.366Z] EdgeX Global Pipelines Version Info [2021-01-19T15:59:00.366Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9e5f365b0e81e2e5626aa87507c6022040d4e715 # timeout=10 [2021-01-19T15:59:02.306Z] ------------------- [2021-01-19T15:59:02.306Z] stable info: [2021-01-19T15:59:02.306Z] ------------------- [2021-01-19T15:59:02.306Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T15:59:02.306Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T15:59:02.306Z] Message: update stable to v1.0.177 [2021-01-19T15:59:03.254Z] ------------------- [2021-01-19T15:59:03.254Z] experimental info: [2021-01-19T15:59:03.254Z] ------------------- [2021-01-19T15:59:03.254Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T15:59:03.254Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T15:59:03.254Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T15:59:03.586Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T15:59:03.682Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T15:59:03.762Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T15:59:03.867Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T15:59:03.949Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T15:59:04.033Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T15:59:04.115Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T15:59:04.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T15:59:04.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T15:59:04.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T15:59:04.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T15:59:04.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T15:59:04.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T15:59:04.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T15:59:04.851Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T15:59:04.936Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T15:59:05.026Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T15:59:05.105Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T15:59:05.183Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T15:59:05.261Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T15:59:05.342Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T15:59:05.424Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T15:59:05.511Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T15:59:05.591Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3040 [Pipeline] echo [2021-01-19T15:59:05.672Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3040 [Pipeline] echo [2021-01-19T15:59:05.753Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3040 [Pipeline] echo [2021-01-19T15:59:05.938Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [Pipeline] echo [2021-01-19T15:59:06.025Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5b824b [Pipeline] echo [2021-01-19T15:59:06.109Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T15:59:06.268Z] provisioning config files... [2021-01-19T15:59:06.300Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config5886733942953823997tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T15:59:06.653Z] ---> docker-login.sh [2021-01-19T15:59:06.653Z] nexus3.edgexfoundry.org:10001 [2021-01-19T15:59:06.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:59:06.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:59:06.916Z] Configure a credential helper to remove this warning. See [2021-01-19T15:59:06.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:59:06.916Z] [2021-01-19T15:59:06.916Z] Login Succeeded [2021-01-19T15:59:06.916Z] nexus3.edgexfoundry.org:10002 [2021-01-19T15:59:07.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:59:07.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:59:07.179Z] Configure a credential helper to remove this warning. See [2021-01-19T15:59:07.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:59:07.179Z] [2021-01-19T15:59:07.179Z] Login Succeeded [2021-01-19T15:59:07.179Z] nexus3.edgexfoundry.org:10003 [2021-01-19T15:59:07.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:59:07.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:59:07.442Z] Configure a credential helper to remove this warning. See [2021-01-19T15:59:07.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:59:07.442Z] [2021-01-19T15:59:07.442Z] Login Succeeded [2021-01-19T15:59:07.442Z] nexus3.edgexfoundry.org:10004 [2021-01-19T15:59:07.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:59:07.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:59:07.442Z] Configure a credential helper to remove this warning. See [2021-01-19T15:59:07.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:59:07.442Z] [2021-01-19T15:59:07.442Z] Login Succeeded [2021-01-19T15:59:07.442Z] docker.io [2021-01-19T15:59:07.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:59:07.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:59:07.969Z] Configure a credential helper to remove this warning. See [2021-01-19T15:59:07.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:59:07.969Z] [2021-01-19T15:59:07.969Z] Login Succeeded [2021-01-19T15:59:07.969Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T15:59:07.985Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T15:59:08.459Z] ++ 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-19T15:59:08.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:59:08.459Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T15:59:08.459Z] ++ cut -d/ -f2 [2021-01-19T15:59:08.459Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T15:59:08.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:59:08.459Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T15:59:08.459Z] ++ cut -d/ -f2 [2021-01-19T15:59:08.459Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T15:59:08.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:59:08.459Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T15:59:08.459Z] ++ cut -d/ -f2 [2021-01-19T15:59:08.459Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T15:59:08.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:59:08.459Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T15:59:08.459Z] ++ cut -d/ -f2 [2021-01-19T15:59:08.459Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T15:59:08.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:59:08.459Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T15:59:08.459Z] ++ cut -d/ -f2 [2021-01-19T15:59:08.459Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T15:59:08.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:59:08.459Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T15:59:08.459Z] ++ cut -d/ -f2 [2021-01-19T15:59:08.459Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T15:59:08.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:59:08.459Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T15:59:08.459Z] ++ cut -d/ -f2 [2021-01-19T15:59:08.459Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T15:59:08.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:59:08.459Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T15:59:08.459Z] ++ cut -d/ -f2 [2021-01-19T15:59:08.459Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T15:59:08.459Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:59:08.459Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T15:59:08.459Z] ++ cut -d/ -f2 [2021-01-19T15:59:08.459Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T15:59:08.541Z] 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-19T15:59:09.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T15:59:09.358Z] [2021-01-19T15:59:09.358Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:59:09.700Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T15:59:09.700Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T15:59:09.700Z] 31603596830f: Pulling fs layer [2021-01-19T15:59:09.700Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T15:59:09.700Z] 6ca5941a6612: Pulling fs layer [2021-01-19T15:59:09.700Z] ecc8261a40a4: Pulling fs layer [2021-01-19T15:59:09.700Z] ecc8261a40a4: Waiting [2021-01-19T15:59:09.701Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T15:59:09.701Z] 2a8b12db71e7: Download complete [2021-01-19T15:59:09.701Z] 31603596830f: Verifying Checksum [2021-01-19T15:59:09.701Z] 31603596830f: Download complete [2021-01-19T15:59:09.964Z] 6ca5941a6612: Verifying Checksum [2021-01-19T15:59:09.964Z] 6ca5941a6612: Download complete [2021-01-19T15:59:09.964Z] ecc8261a40a4: Verifying Checksum [2021-01-19T15:59:09.964Z] ecc8261a40a4: Download complete [2021-01-19T15:59:10.228Z] 31603596830f: Pull complete [2021-01-19T15:59:10.228Z] 2a8b12db71e7: Pull complete [2021-01-19T15:59:11.175Z] 6ca5941a6612: Pull complete [2021-01-19T15:59:11.175Z] ecc8261a40a4: Pull complete [2021-01-19T15:59:11.437Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T15:59:11.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T15:59:11.437Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T15:59:11.546Z] prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container [2021-01-19T15:59:11.604Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T15:59:14.472Z] $ docker top e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T15:59:14.811Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T15:59:14.811Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T15:59:15.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T15:59:15.096Z] $ docker exec e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 ssh-agent [2021-01-19T15:59:15.303Z] SSH_AUTH_SOCK=/tmp/ssh-qTSAAbkMoTIP/agent.11 [2021-01-19T15:59:15.303Z] SSH_AGENT_PID=16 [2021-01-19T15:59:15.317Z] Running ssh-add (command line suppressed) [2021-01-19T15:59:15.450Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_330333216674198199.key (/w/workspace/edgex-go/8@tmp/private_key_330333216674198199.key) [2021-01-19T15:59:15.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T15:59:15.871Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T15:59:15.899Z] $ docker exec --env ******** --env ******** e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 ssh-agent -k [2021-01-19T15:59:16.035Z] unset SSH_AUTH_SOCK; [2021-01-19T15:59:16.035Z] unset SSH_AGENT_PID; [2021-01-19T15:59:16.035Z] echo Agent pid 16 killed; [2021-01-19T15:59:16.091Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T15:59:16.267Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T15:59:16.268Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T15:59:16.481Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T15:59:16.485Z] $ docker exec e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 ssh-agent [2021-01-19T15:59:16.668Z] SSH_AUTH_SOCK=/tmp/ssh-B6H64RFXr6Ge/agent.46 [2021-01-19T15:59:16.668Z] SSH_AGENT_PID=51 [2021-01-19T15:59:16.674Z] Running ssh-add (command line suppressed) [2021-01-19T15:59:16.804Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_7845659053499655366.key (/w/workspace/edgex-go/8@tmp/private_key_7845659053499655366.key) [2021-01-19T15:59:16.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T15:59:17.303Z] + git semver init [2021-01-19T15:59:17.303Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T15:59:17.303Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-01-19T15:59:17.303Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-01-19T15:59:17.303Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T15:59:17.303Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T15:59:17.303Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T15:59:17.303Z] # $SEMVER_BRANCH = PR-3040 [2021-01-19T15:59:17.303Z] # $SEMVER_TEMP = /tmp/semver-555621004 [2021-01-19T15:59:17.303Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T15:59:44.040Z] # '/tmp/semver-555621004' -> '/w/workspace/edgex-go/8/.semver' [2021-01-19T15:59:44.040Z] # -> Force: false [2021-01-19T15:59:44.040Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-01-19T15:59:44.065Z] $ docker exec --env ******** --env ******** e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 ssh-agent -k [2021-01-19T15:59:44.329Z] unset SSH_AUTH_SOCK; [2021-01-19T15:59:44.329Z] unset SSH_AGENT_PID; [2021-01-19T15:59:44.329Z] echo Agent pid 51 killed; [2021-01-19T15:59:44.423Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T15:59:44.901Z] + git semver [Pipeline] } [2021-01-19T15:59:44.920Z] $ docker stop --time=1 e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 [2021-01-19T15:59:46.831Z] $ docker rm -f e9c3b7b511d2e8e4ee1a610416b98b61490113200837e4a85beb8dce1c00f387 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T15:59:47.445Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T15:59:47.942Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T15:59:47.946Z] [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-19T15:59:48.939Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T15:59:49.250Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T15:59:49.558Z] + true [2021-01-19T15:59:49.558Z] + sudo service docker restart [2021-01-19T15:59:49.558Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T15:59:50.164Z] ========================================================= [2021-01-19T15:59:50.164Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T15:59:50.164Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:59:50.525Z] + 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-19T15:59:53.897Z] Sending build context to Docker daemon 326.6MB [2021-01-19T15:59:53.897Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T15:59:53.897Z] Step 2/6 : FROM ${BASE} [2021-01-19T15:59:53.897Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T15:59:53.897Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T15:59:53.897Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T15:59:53.897Z] de9db76c5a1d: Pulling fs layer [2021-01-19T15:59:53.897Z] bca2f99d35d6: Pulling fs layer [2021-01-19T15:59:53.897Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T15:59:53.897Z] 7c6f9722023f: Pulling fs layer [2021-01-19T15:59:53.897Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T15:59:53.897Z] 93359f2a8cfa: Waiting [2021-01-19T15:59:53.897Z] 7c6f9722023f: Waiting [2021-01-19T15:59:53.897Z] a35cf1a2eb13: Waiting [2021-01-19T15:59:53.897Z] bca2f99d35d6: Waiting [2021-01-19T15:59:53.897Z] de9db76c5a1d: Verifying Checksum [2021-01-19T15:59:53.897Z] de9db76c5a1d: Download complete [2021-01-19T15:59:53.897Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T15:59:53.897Z] 0ef7d3d256c8: Download complete [2021-01-19T15:59:53.897Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T15:59:53.897Z] 93359f2a8cfa: Download complete [2021-01-19T15:59:53.897Z] 7c6f9722023f: Verifying Checksum [2021-01-19T15:59:53.897Z] 7c6f9722023f: Download complete [2021-01-19T15:59:53.897Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T15:59:53.897Z] 188c0c94c7c5: Download complete [2021-01-19T15:59:54.473Z] 188c0c94c7c5: Pull complete [2021-01-19T15:59:54.735Z] 0ef7d3d256c8: Pull complete [2021-01-19T15:59:55.693Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T15:59:55.693Z] a35cf1a2eb13: Download complete [2021-01-19T15:59:55.996Z] de9db76c5a1d: Pull complete [2021-01-19T15:59:56.572Z] bca2f99d35d6: Verifying Checksum [2021-01-19T15:59:56.572Z] bca2f99d35d6: Download complete [2021-01-19T16:00:01.928Z] bca2f99d35d6: Pull complete [2021-01-19T16:00:01.928Z] 93359f2a8cfa: Pull complete [2021-01-19T16:00:01.928Z] 7c6f9722023f: Pull complete [2021-01-19T16:00:03.380Z] Still waiting to schedule task [2021-01-19T16:00:03.380Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T16:00:12.062Z] a35cf1a2eb13: Pull complete [2021-01-19T16:00:12.062Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T16:00:12.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T16:00:12.062Z] ---> a62c8e92a672 [2021-01-19T16:00:12.062Z] 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-19T16:00:12.063Z] ---> Running in 5dbd36be1440 [2021-01-19T16:00:12.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:00:13.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:00:14.177Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T16:00:14.177Z] (2/12) Installing file (5.38-r0) [2021-01-19T16:00:14.177Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T16:00:14.443Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T16:00:19.755Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T16:00:19.755Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T16:00:19.755Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T16:00:19.755Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T16:00:19.755Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T16:00:19.755Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T16:00:20.020Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T16:00:20.283Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T16:00:20.283Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:00:20.283Z] OK: 233 MiB in 51 packages [2021-01-19T16:00:23.608Z] Removing intermediate container 5dbd36be1440 [2021-01-19T16:00:23.608Z] ---> ccfacfc87fbf [2021-01-19T16:00:23.608Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T16:00:23.608Z] ---> Running in 591c0760dff8 [2021-01-19T16:00:23.877Z] Removing intermediate container 591c0760dff8 [2021-01-19T16:00:23.877Z] ---> 2438a4793550 [2021-01-19T16:00:23.877Z] Step 5/6 : COPY go.mod . [2021-01-19T16:00:24.154Z] ---> 207905bef0b5 [2021-01-19T16:00:24.154Z] Step 6/6 : RUN go mod download [2021-01-19T16:00:24.154Z] ---> Running in c0defefddf47 [2021-01-19T16:00:46.225Z] Removing intermediate container c0defefddf47 [2021-01-19T16:00:46.225Z] ---> 8a0fb61d0b04 [2021-01-19T16:00:46.225Z] Successfully built 8a0fb61d0b04 [2021-01-19T16:00:46.225Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:00:46.557Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T16:00:46.557Z] . [Pipeline] withDockerContainer [2021-01-19T16:00:46.691Z] prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container [2021-01-19T16:00:46.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat [2021-01-19T16:00:47.603Z] $ docker top 509bb2d7d44c1a67ec4df7cd8b13f5919c72babe4ab8b5cbf27990ac5a503f13 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T16:00:48.160Z] + go version [2021-01-19T16:00:48.160Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T16:00:48.177Z] $ docker stop --time=1 509bb2d7d44c1a67ec4df7cd8b13f5919c72babe4ab8b5cbf27990ac5a503f13 [2021-01-19T16:00:49.542Z] $ docker rm -f 509bb2d7d44c1a67ec4df7cd8b13f5919c72babe4ab8b5cbf27990ac5a503f13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:00:52.178Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T16:00:52.178Z] . [Pipeline] withDockerContainer [2021-01-19T16:00:52.294Z] prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container [2021-01-19T16:00:52.350Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat [2021-01-19T16:00:52.978Z] $ docker top 1d239290d8ade1f0a53cf8cf1ced33a0ba22e24c4c3df35b2da00a4ad0296238 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T16:00:53.188Z] ========================================================= [2021-01-19T16:00:53.188Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T16:00:53.188Z] ========================================================= [Pipeline] sh [2021-01-19T16:00:53.494Z] + make test [2021-01-19T16:00:53.494Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T16:01:03.590Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T16:01:15.959Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T16:01:22.640Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T16:01:23.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T16:01:23.593Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T16:01:23.593Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T16:01:23.593Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T16:01:23.858Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T16:01:24.123Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T16:01:24.712Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T16:01:25.671Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T16:01:27.219Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T16:01:27.219Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T16:01:27.219Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T16:01:29.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.6% of statements [2021-01-19T16:01:29.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T16:01:29.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T16:01:29.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T16:01:29.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T16:01:29.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T16:01:33.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.0% of statements [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T16:01:33.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T16:01:33.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T16:01:33.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 67.9% of statements [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T16:01:33.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.127s coverage: 82.3% of statements [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T16:01:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T16:01:35.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements [2021-01-19T16:01:35.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T16:01:35.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T16:01:35.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T16:01:35.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T16:01:35.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T16:01:35.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements [2021-01-19T16:01:35.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T16:01:35.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-01-19T16:01:35.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T16:01:35.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements [2021-01-19T16:01:35.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T16:01:35.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements [2021-01-19T16:01:35.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T16:01:36.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2021-01-19T16:01:36.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T16:01:36.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T16:01:36.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T16:01:36.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T16:01:38.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.462s coverage: 92.8% of statements [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T16:01:38.653Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T16:01:38.653Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T16:01:38.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-01-19T16:01:38.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T16:01:38.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements [2021-01-19T16:01:38.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T16:01:38.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements [2021-01-19T16:01:38.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements [2021-01-19T16:01:38.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements [2021-01-19T16:01:39.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.4% of statements [2021-01-19T16:01:39.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T16:01:40.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements [2021-01-19T16:01:40.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T16:01:40.138Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T16:01:40.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-19T16:01:40.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-01-19T16:01:40.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-01-19T16:01:40.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-01-19T16:01:40.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-01-19T16:01:42.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 68.9% of statements [2021-01-19T16:01:42.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T16:01:42.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T16:01:42.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T16:01:42.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T16:01:42.102Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T16:01:42.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements [2021-01-19T16:01:42.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T16:01:42.382Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T16:01:42.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.338s coverage: 84.0% of statements [2021-01-19T16:01:42.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.060s coverage: 100.0% of statements [2021-01-19T16:01:44.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.173s coverage: 47.1% of statements [2021-01-19T16:01:44.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T16:01:44.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T16:01:44.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T16:01:44.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T16:01:44.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T16:01:44.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-01-19T16:01:44.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T16:01:44.340Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-01-19T16:01:44.340Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T16:01:45.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.717s coverage: 29.1% of statements [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T16:01:45.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T16:01:45.760Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T16:01:45.760Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T16:01:45.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T16:01:45.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T16:01:45.760Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T16:01:45.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-01-19T16:01:46.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-19T16:01:46.336Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-19T16:01:46.597Z] GO111MODULE=on go vet ./... [2021-01-19T16:02:08.690Z] gofmt -l . [2021-01-19T16:02:08.690Z] [ "`gofmt -l .`" = "" ] [2021-01-19T16:02:09.283Z] ./bin/test-go-mod-tidy.sh [2021-01-19T16:02:09.856Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T16:02:10.424Z] + ls -al . [2021-01-19T16:02:10.424Z] total 656 [2021-01-19T16:02:10.424Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 16:02 . [2021-01-19T16:02:10.424Z] drwxr-xr-x 4 root root 28 Jan 19 16:00 .. [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 15:58 .dockerignore [2021-01-19T16:02:10.424Z] drwxrwxr-x 8 1001 1001 179 Jan 19 15:58 .git [2021-01-19T16:02:10.424Z] drwxrwxr-x 3 1001 1001 125 Jan 19 15:58 .github [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 15:58 .gitignore [2021-01-19T16:02:10.424Z] drwx------ 3 1001 1001 47 Jan 19 15:59 .semver [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 15:58 .sonarcloud.properties [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 15:58 Attribution.txt [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 15:58 CONTRIBUTING.md [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 15:58 Dockerfile.build [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 15:58 Jenkinsfile [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 15:58 LICENSE [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 15:58 Makefile [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 15:58 README.md [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 15:58 SECURITY.md [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 15:59 VERSION [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 15:58 ZMQWindows.md [2021-01-19T16:02:10.424Z] drwxrwxr-x 2 1001 1001 117 Jan 19 15:58 bin [2021-01-19T16:02:10.424Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 15:58 cmd [2021-01-19T16:02:10.424Z] -rw-r--r-- 1 root root 550280 Jan 19 16:01 coverage.out [2021-01-19T16:02:10.424Z] -rw-r--r-- 1 root root 981 Jan 19 16:02 go.mod [2021-01-19T16:02:10.424Z] -rw-r--r-- 1 root root 19326 Jan 19 16:02 go.sum [2021-01-19T16:02:10.424Z] drwxrwxr-x 8 1001 1001 127 Jan 19 15:58 internal [2021-01-19T16:02:10.424Z] drwxrwxr-x 4 1001 1001 26 Jan 19 15:58 openapi [2021-01-19T16:02:10.424Z] drwxrwxr-x 4 1001 1001 71 Jan 19 15:58 snap [2021-01-19T16:02:10.424Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 15:58 version.go [Pipeline] sh [2021-01-19T16:02:10.730Z] + '[' -e coverage.out ] [2021-01-19T16:02:10.730Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T16:02:10.916Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T16:02:11.219Z] + make build [2021-01-19T16:02:11.220Z] 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-19T16:02:15.490Z] 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-19T16:02:22.185Z] 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-19T16:02:23.590Z] 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-19T16:02:24.991Z] 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-19T16:02:25.257Z] 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-19T16:02:26.665Z] 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-19T16:02:28.056Z] 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-19T16:02:28.998Z] 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-19T16:02:30.396Z] 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-19T16:02:31.350Z] 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-19T16:02:32.325Z] 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-19T16:02:33.308Z] $ docker stop --time=1 1d239290d8ade1f0a53cf8cf1ced33a0ba22e24c4c3df35b2da00a4ad0296238 [2021-01-19T16:02:34.995Z] $ docker rm -f 1d239290d8ade1f0a53cf8cf1ced33a0ba22e24c4c3df35b2da00a4ad0296238 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:37.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T16:02:37.176Z] [2021-01-19T16:02:37.176Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:37.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T16:02:37.520Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T16:02:37.520Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T16:02:37.520Z] ca9280d653b3: Pulling fs layer [2021-01-19T16:02:37.520Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T16:02:37.520Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T16:02:37.520Z] cbdbe7a5bc2a: Download complete [2021-01-19T16:02:38.094Z] cbdbe7a5bc2a: Pull complete [2021-01-19T16:02:38.094Z] ca9280d653b3: Verifying Checksum [2021-01-19T16:02:38.094Z] ca9280d653b3: Download complete [2021-01-19T16:02:39.040Z] ca9280d653b3: Pull complete [2021-01-19T16:02:39.989Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T16:02:39.989Z] 7e9c9ca2126c: Download complete [2021-01-19T16:02:46.777Z] 7e9c9ca2126c: Pull complete [2021-01-19T16:02:46.777Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T16:02:46.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T16:02:46.777Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T16:02:46.927Z] prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container [2021-01-19T16:02:46.973Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T16:02:49.875Z] $ docker top bcaed809998b0c5a6f879f193d5f55516080386ea5b6313581c0e2e0b757718d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T16:02:50.376Z] + docker-compose build --help [2021-01-19T16:02:50.376Z] + grep parallel [2021-01-19T16:02:51.352Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T16:02:51.366Z] $ docker stop --time=1 bcaed809998b0c5a6f879f193d5f55516080386ea5b6313581c0e2e0b757718d [2021-01-19T16:02:52.709Z] $ docker rm -f bcaed809998b0c5a6f879f193d5f55516080386ea5b6313581c0e2e0b757718d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:02:53.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T16:02:53.355Z] . [Pipeline] withDockerContainer [2021-01-19T16:02:53.459Z] prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container [2021-01-19T16:02:53.460Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21211 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [2021-01-19T16:02:53.504Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T16:02:54.313Z] $ docker top f0c5b496a1dc2fe9f53acf2c52b4d8b3e4d63879e5200098e73adb068bad9379 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-19T16:02:54.586Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-19T16:02:54.841Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T16:02:55.795Z] Building docker-core-command-go ... [2021-01-19T16:02:55.795Z] Building docker-core-data-go ... [2021-01-19T16:02:55.795Z] Building docker-core-metadata-go ... [2021-01-19T16:02:55.795Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T16:02:55.795Z] Building docker-security-proxy-setup-go ... [2021-01-19T16:02:55.795Z] Building docker-security-secretstore-setup-go ... [2021-01-19T16:02:55.795Z] Building docker-support-notifications-go ... [2021-01-19T16:02:55.795Z] Building docker-support-scheduler-go ... [2021-01-19T16:02:55.795Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T16:02:55.795Z] Building docker-sys-mgmt-agent-go [2021-01-19T16:02:55.795Z] Building docker-support-notifications-go [2021-01-19T16:02:55.795Z] Building docker-core-command-go [2021-01-19T16:02:55.795Z] Building docker-security-proxy-setup-go [2021-01-19T16:02:55.795Z] Building docker-security-bootstrap-redis-go [2021-01-19T16:02:59.536Z] using credential edgex-jenkins-ssh [2021-01-19T16:02:59.600Z] Cloning the remote Git repository [2021-01-19T16:02:59.654Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:02:59.758Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-19T16:02:59.855Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:02:59.856Z] > git --version # timeout=10 [2021-01-19T16:02:59.872Z] > git --version # 'git version 2.17.1' [2021-01-19T16:02:59.873Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T16:02:59.932Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T16:03:27.039Z] Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:03:27.541Z] Merge succeeded, producing e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:03:27.541Z] Checking out Revision e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b (PR-3040) [2021-01-19T16:03:27.994Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:03:27.994Z] [2021-01-19T16:03:27.994Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:03:27.994Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:03:27.994Z] ---> 8a0fb61d0b04 [2021-01-19T16:03:27.994Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T16:03:27.994Z] ---> 8a0fb61d0b04 [2021-01-19T16:03:27.994Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T16:03:27.994Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:03:27.994Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:03:27.994Z] ---> 8a0fb61d0b04 [2021-01-19T16:03:27.994Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T16:03:27.994Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:03:27.994Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:03:27.994Z] ---> 8a0fb61d0b04 [2021-01-19T16:03:27.994Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T16:03:27.994Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:03:27.994Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:03:27.994Z] ---> 8a0fb61d0b04 [2021-01-19T16:03:27.994Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T16:03:27.994Z] ---> Running in c1409f30469e [2021-01-19T16:03:27.994Z] ---> Running in 731ecf08a20c [2021-01-19T16:03:27.994Z] ---> Running in 337dfb4bb1dd [2021-01-19T16:03:27.994Z] ---> Running in a3a1c3587743 [2021-01-19T16:03:27.994Z] ---> Running in 458b3754468f [2021-01-19T16:03:27.994Z] Removing intermediate container 731ecf08a20c [2021-01-19T16:03:27.994Z] ---> 6d51bfe69c12 [2021-01-19T16:03:27.994Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:03:27.994Z] Removing intermediate container c1409f30469e [2021-01-19T16:03:27.994Z] ---> 9f0e52ba780f [2021-01-19T16:03:27.994Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:03:27.994Z] Removing intermediate container a3a1c3587743 [2021-01-19T16:03:27.994Z] ---> 06b3116475e7 [2021-01-19T16:03:27.994Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:03:27.994Z] Removing intermediate container 337dfb4bb1dd [2021-01-19T16:03:27.994Z] ---> 14fe4f98e52c [2021-01-19T16:03:27.994Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:03:27.994Z] Removing intermediate container 458b3754468f [2021-01-19T16:03:27.994Z] ---> f357c83eea7f [2021-01-19T16:03:27.994Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:03:27.994Z] ---> Running in 9d471d882be2 [2021-01-19T16:03:27.994Z] ---> Running in d496c00611f8 [2021-01-19T16:03:27.994Z] ---> Running in ca0859dfe4eb [2021-01-19T16:03:27.994Z] ---> Running in 85093c8fc2d8 [2021-01-19T16:03:27.994Z] ---> Running in 58e2f6543059 [2021-01-19T16:03:27.994Z] Removing intermediate container 9d471d882be2 [2021-01-19T16:03:27.994Z] ---> 67606ad70970 [2021-01-19T16:03:27.994Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T16:03:27.994Z] Removing intermediate container 85093c8fc2d8 [2021-01-19T16:03:27.994Z] ---> 3a37c512d18b [2021-01-19T16:03:27.994Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T16:03:27.994Z] ---> Running in e27f1fcc9488 [2021-01-19T16:03:27.994Z] Removing intermediate container d496c00611f8 [2021-01-19T16:03:27.994Z] ---> a5b24a62f52a [2021-01-19T16:03:27.994Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T16:03:27.994Z] Removing intermediate container 58e2f6543059 [2021-01-19T16:03:27.994Z] ---> 0926833ccb37 [2021-01-19T16:03:27.994Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T16:03:28.258Z] Removing intermediate container ca0859dfe4eb [2021-01-19T16:03:28.258Z] ---> cc6114eefe57 [2021-01-19T16:03:28.258Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T16:03:28.258Z] ---> Running in f6a805fd3760 [2021-01-19T16:03:28.258Z] ---> Running in 866d22488b9f [2021-01-19T16:03:28.258Z] ---> Running in 3b1cd205126a [2021-01-19T16:03:26.358Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T16:03:26.374Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T16:03:26.399Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T16:03:26.429Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:03:26.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T16:03:26.442Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T16:03:27.096Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T16:03:27.123Z] > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # timeout=10 [2021-01-19T16:03:27.418Z] > git remote # timeout=10 [2021-01-19T16:03:27.436Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T16:03:27.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T16:03:27.469Z] > git merge ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 [2021-01-19T16:03:27.507Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T16:03:27.548Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T16:03:27.558Z] > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # timeout=10 [2021-01-19T16:03:28.522Z] ---> Running in e1c0437882c4 [2021-01-19T16:03:29.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:03:29.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:03:29.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:03:29.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:03:29.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:03:29.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:03:29.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:03:30.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:03:30.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:03:30.160Z] OK: 233 MiB in 51 packages [2021-01-19T16:03:30.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:03:30.738Z] OK: 233 MiB in 51 packages [2021-01-19T16:03:30.738Z] OK: 233 MiB in 51 packages [2021-01-19T16:03:30.738Z] OK: 233 MiB in 51 packages [2021-01-19T16:03:30.738Z] Removing intermediate container e27f1fcc9488 [2021-01-19T16:03:30.738Z] ---> f5f9d10bc5d5 [2021-01-19T16:03:30.738Z] Step 6/24 : COPY go.mod . [2021-01-19T16:03:31.003Z] ---> cb47d2e8e5ea [2021-01-19T16:03:31.003Z] Step 7/24 : RUN go mod download [2021-01-19T16:03:31.003Z] OK: 233 MiB in 51 packages [2021-01-19T16:03:31.274Z] ---> Running in edf965e33e77 [2021-01-19T16:03:31.537Z] Removing intermediate container f6a805fd3760 [2021-01-19T16:03:31.538Z] ---> e3c64f5979be [2021-01-19T16:03:31.538Z] Step 6/26 : COPY go.mod . [2021-01-19T16:03:31.800Z] Removing intermediate container 866d22488b9f [2021-01-19T16:03:31.800Z] ---> a329875a2398 [2021-01-19T16:03:31.800Z] Step 6/22 : COPY go.mod . [2021-01-19T16:03:31.958Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" [2021-01-19T16:03:32.068Z] Removing intermediate container e1c0437882c4 [2021-01-19T16:03:32.068Z] ---> 8546549a1921 [2021-01-19T16:03:32.068Z] Step 6/22 : COPY go.mod . [2021-01-19T16:03:32.068Z] ---> 7546fcdd9f3c [2021-01-19T16:03:32.068Z] Step 7/26 : RUN go mod download [2021-01-19T16:03:32.068Z] ---> Running in 9c9f5f8cc9b0 [2021-01-19T16:03:32.334Z] Removing intermediate container 3b1cd205126a [2021-01-19T16:03:32.334Z] ---> faa565e7863b [2021-01-19T16:03:32.334Z] Step 6/21 : COPY go.mod . [2021-01-19T16:03:32.334Z] ---> c4dc5ce902fb [2021-01-19T16:03:32.334Z] Step 7/22 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-19T16:03:32.606Z] ---> 4e774ed8c1b9 [2021-01-19T16:03:32.606Z] Step 7/22 : RUN go mod download [2021-01-19T16:03:32.606Z] ---> Running in 3efda060be36 [2021-01-19T16:03:32.606Z] ---> Running in d2c61c771181 [2021-01-19T16:03:32.606Z] ---> 6d571e4fb3af [2021-01-19T16:03:32.606Z] Step 7/21 : RUN go mod download [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T16:03:32.885Z] ---> Running in c71ded2e67eb [2021-01-19T16:03:33.575Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T16:03:33.896Z] Removing intermediate container edf965e33e77 [2021-01-19T16:03:33.896Z] ---> 22c8d9ccfc37 [2021-01-19T16:03:33.896Z] Step 8/24 : COPY . . [2021-01-19T16:03:33.896Z] Removing intermediate container 9c9f5f8cc9b0 [2021-01-19T16:03:33.896Z] ---> e888cb65ada6 [2021-01-19T16:03:33.896Z] Step 8/26 : COPY . . [2021-01-19T16:03:34.028Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T16:03:34.368Z] + true [2021-01-19T16:03:34.368Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T16:03:36.425Z] provisioning config files... [2021-01-19T16:03:36.498Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6036888509391448326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:03:36.987Z] ---> docker-login.sh [2021-01-19T16:03:36.987Z] nexus3.edgexfoundry.org:10001 [2021-01-19T16:03:37.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T16:03:38.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T16:03:38.250Z] Configure a credential helper to remove this warning. See [2021-01-19T16:03:38.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T16:03:38.250Z] [2021-01-19T16:03:38.250Z] Login Succeeded [2021-01-19T16:03:38.250Z] nexus3.edgexfoundry.org:10002 [2021-01-19T16:03:38.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T16:03:38.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T16:03:38.853Z] Configure a credential helper to remove this warning. See [2021-01-19T16:03:38.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T16:03:38.853Z] [2021-01-19T16:03:38.853Z] Login Succeeded [2021-01-19T16:03:38.853Z] nexus3.edgexfoundry.org:10003 [2021-01-19T16:03:39.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T16:03:40.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T16:03:40.425Z] Configure a credential helper to remove this warning. See [2021-01-19T16:03:40.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T16:03:40.425Z] [2021-01-19T16:03:40.425Z] Login Succeeded [2021-01-19T16:03:40.425Z] nexus3.edgexfoundry.org:10004 [2021-01-19T16:03:40.564Z] Removing intermediate container 3efda060be36 [2021-01-19T16:03:40.564Z] ---> 660e72041ca0 [2021-01-19T16:03:40.564Z] Step 8/22 : COPY . . [2021-01-19T16:03:40.826Z] Removing intermediate container d2c61c771181 [2021-01-19T16:03:40.826Z] ---> ce0e3d333494 [2021-01-19T16:03:40.826Z] Step 8/22 : COPY . . [2021-01-19T16:03:41.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T16:03:41.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T16:03:41.022Z] Configure a credential helper to remove this warning. See [2021-01-19T16:03:41.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T16:03:41.022Z] [2021-01-19T16:03:41.022Z] Login Succeeded [2021-01-19T16:03:41.022Z] docker.io [2021-01-19T16:03:41.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T16:03:41.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T16:03:41.893Z] Configure a credential helper to remove this warning. See [2021-01-19T16:03:41.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T16:03:41.893Z] [2021-01-19T16:03:41.893Z] Login Succeeded [2021-01-19T16:03:41.893Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T16:03:41.917Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T16:03:42.338Z] ========================================================= [2021-01-19T16:03:42.338Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T16:03:42.338Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:03:42.706Z] + 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-19T16:03:44.727Z] Sending build context to Docker daemon 165.5MB [2021-01-19T16:03:44.727Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T16:03:44.727Z] Step 2/6 : FROM ${BASE} [2021-01-19T16:03:45.005Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T16:03:45.005Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T16:03:45.005Z] a4357932f1b6: Pulling fs layer [2021-01-19T16:03:45.005Z] 18c013af1878: Pulling fs layer [2021-01-19T16:03:45.005Z] 00ac8860ef70: Pulling fs layer [2021-01-19T16:03:45.005Z] 63d7cb157983: Pulling fs layer [2021-01-19T16:03:45.005Z] b116817d02f9: Pulling fs layer [2021-01-19T16:03:45.005Z] 745a02a5169b: Pulling fs layer [2021-01-19T16:03:45.005Z] 00ac8860ef70: Waiting [2021-01-19T16:03:45.005Z] b116817d02f9: Waiting [2021-01-19T16:03:45.005Z] 745a02a5169b: Waiting [2021-01-19T16:03:45.005Z] 18c013af1878: Download complete [2021-01-19T16:03:45.005Z] a4357932f1b6: Verifying Checksum [2021-01-19T16:03:45.005Z] a4357932f1b6: Download complete [2021-01-19T16:03:45.005Z] 63d7cb157983: Verifying Checksum [2021-01-19T16:03:45.005Z] 63d7cb157983: Download complete [2021-01-19T16:03:45.005Z] b116817d02f9: Download complete [2021-01-19T16:03:45.005Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T16:03:45.005Z] 5f621e34cdf4: Download complete [2021-01-19T16:03:45.605Z] 5f621e34cdf4: Pull complete [2021-01-19T16:03:46.147Z] Removing intermediate container c71ded2e67eb [2021-01-19T16:03:46.147Z] ---> 78acccfcfe8a [2021-01-19T16:03:46.147Z] Step 8/21 : COPY . . [2021-01-19T16:03:46.207Z] a4357932f1b6: Pull complete [2021-01-19T16:03:46.809Z] 18c013af1878: Pull complete [2021-01-19T16:03:47.408Z] 745a02a5169b: Verifying Checksum [2021-01-19T16:03:47.408Z] 745a02a5169b: Download complete [2021-01-19T16:03:48.399Z] 00ac8860ef70: Verifying Checksum [2021-01-19T16:03:48.399Z] 00ac8860ef70: Download complete [2021-01-19T16:03:58.545Z] 00ac8860ef70: Pull complete [2021-01-19T16:03:58.545Z] 63d7cb157983: Pull complete [2021-01-19T16:03:58.545Z] b116817d02f9: Pull complete [2021-01-19T16:04:01.953Z] 745a02a5169b: Pull complete [2021-01-19T16:04:01.953Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T16:04:01.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T16:04:01.953Z] ---> b7e6874047d6 [2021-01-19T16:04:01.953Z] 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-19T16:04:05.374Z] ---> Running in d7df24210504 [2021-01-19T16:04:06.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:04:06.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:04:08.416Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T16:04:08.416Z] (2/12) Installing file (5.38-r0) [2021-01-19T16:04:08.416Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T16:04:08.688Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T16:04:12.860Z] ---> fa8c10ead614 [2021-01-19T16:04:12.860Z] ---> ed94751d94d8 [2021-01-19T16:04:12.860Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T16:04:12.860Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T16:04:13.128Z] ---> Running in d4feb9b7bb4a [2021-01-19T16:04:13.128Z] ---> Running in fbab00416758 [2021-01-19T16:04:16.493Z] 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-19T16:04:16.493Z] 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-19T16:04:17.088Z] ---> 9c009759b5f1 [2021-01-19T16:04:17.088Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T16:04:17.088Z] ---> 5f053385377a [2021-01-19T16:04:17.088Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T16:04:17.088Z] ---> eef4ed160198 [2021-01-19T16:04:17.088Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T16:04:17.088Z] ---> Running in c69ebc1877d6 [2021-01-19T16:04:17.088Z] ---> Running in c9f924e50471 [2021-01-19T16:04:17.088Z] ---> Running in 6c820c0f031b [2021-01-19T16:04:18.549Z] 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-19T16:04:18.549Z] 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-19T16:04:18.549Z] 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-19T16:04:26.995Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T16:04:26.995Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T16:04:26.995Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T16:04:26.995Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T16:04:26.995Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T16:04:26.995Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T16:04:26.995Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T16:04:26.995Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T16:04:26.995Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:04:26.995Z] OK: 217 MiB in 51 packages [2021-01-19T16:04:29.639Z] Removing intermediate container d7df24210504 [2021-01-19T16:04:29.639Z] ---> af28f944e804 [2021-01-19T16:04:29.639Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T16:04:29.639Z] ---> Running in 7156cedac6df [2021-01-19T16:04:29.922Z] Removing intermediate container 7156cedac6df [2021-01-19T16:04:29.922Z] ---> 2d41f66afa12 [2021-01-19T16:04:29.922Z] Step 5/6 : COPY go.mod . [2021-01-19T16:04:30.899Z] ---> cee3597de37d [2021-01-19T16:04:30.899Z] Step 6/6 : RUN go mod download [2021-01-19T16:04:30.899Z] ---> Running in df4479d31ed3 [2021-01-19T16:04:45.872Z] 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-19T16:04:48.270Z] Removing intermediate container fbab00416758 [2021-01-19T16:04:48.270Z] ---> bdc57344e1be [2021-01-19T16:04:48.270Z] [2021-01-19T16:04:48.270Z] Step 10/24 : FROM scratch [2021-01-19T16:04:48.270Z] ---> [2021-01-19T16:04:48.270Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T16:04:48.270Z] Removing intermediate container d4feb9b7bb4a [2021-01-19T16:04:48.270Z] ---> dc032d67f01a [2021-01-19T16:04:48.270Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T16:04:49.744Z] ---> Running in 1f4540d21581 [2021-01-19T16:04:49.744Z] ---> Running in 468bd661925c [2021-01-19T16:04:51.663Z] Removing intermediate container 6c820c0f031b [2021-01-19T16:04:51.663Z] ---> b0fd7ca9c72b [2021-01-19T16:04:51.663Z] [2021-01-19T16:04:51.663Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T16:04:51.663Z] 3.12: Pulling from library/alpine [2021-01-19T16:04:51.663Z] Removing intermediate container c69ebc1877d6 [2021-01-19T16:04:51.663Z] ---> 9f5432af615d [2021-01-19T16:04:51.663Z] [2021-01-19T16:04:51.663Z] Step 10/22 : FROM scratch [2021-01-19T16:04:51.663Z] ---> [2021-01-19T16:04:51.663Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:04:51.663Z] Removing intermediate container 468bd661925c [2021-01-19T16:04:51.663Z] ---> adfbe05afaa1 [2021-01-19T16:04:51.663Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T16:04:51.663Z] Removing intermediate container c9f924e50471 [2021-01-19T16:04:51.663Z] ---> a6fb37691f1e [2021-01-19T16:04:51.663Z] [2021-01-19T16:04:51.663Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T16:04:51.941Z] ---> Running in b72a0412dd90 [2021-01-19T16:04:51.941Z] ---> Running in 5050850eae91 [2021-01-19T16:04:51.941Z] 3.12: Pulling from library/alpine [2021-01-19T16:04:51.941Z] 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-19T16:04:52.203Z] Removing intermediate container 5050850eae91 [2021-01-19T16:04:52.203Z] ---> a57193fee63d [2021-01-19T16:04:52.203Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T16:04:52.203Z] Removing intermediate container b72a0412dd90 [2021-01-19T16:04:52.203Z] ---> bbe0417e18fd [2021-01-19T16:04:52.203Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T16:04:52.203Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T16:04:52.467Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T16:04:52.467Z] ---> Running in 41a22e3ad436 [2021-01-19T16:04:52.467Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T16:04:52.467Z] ---> 389fef711851 [2021-01-19T16:04:52.467Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T16:04:52.467Z] Status: Image is up to date for alpine:3.12 [2021-01-19T16:04:52.467Z] ---> 389fef711851 [2021-01-19T16:04:52.467Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T16:04:52.467Z] ---> Running in e8cba6945d8d [2021-01-19T16:04:52.467Z] ---> Running in f6beb0f1be3b [2021-01-19T16:04:52.467Z] ---> Running in f1aac1c80094 [2021-01-19T16:04:52.732Z] Removing intermediate container e8cba6945d8d [2021-01-19T16:04:52.732Z] ---> a2b96bae8bb8 [2021-01-19T16:04:52.732Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T16:04:52.732Z] Removing intermediate container 41a22e3ad436 [2021-01-19T16:04:52.732Z] ---> 181e5656d020 [2021-01-19T16:04:52.732Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T16:04:53.678Z] ---> Running in 5ad00142f1ce [2021-01-19T16:04:53.678Z] ---> 6fa39f6d6b4f [2021-01-19T16:04:53.678Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T16:04:53.939Z] Removing intermediate container 5ad00142f1ce [2021-01-19T16:04:53.939Z] ---> 70d21a025f25 [2021-01-19T16:04:53.939Z] Step 14/22 : WORKDIR / [2021-01-19T16:04:53.939Z] ---> Running in 1cb83189fb39 [2021-01-19T16:04:54.203Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:04:54.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:04:54.726Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T16:04:54.726Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:04:54.726Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T16:04:54.726Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T16:04:54.726Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:04:54.726Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T16:04:54.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:04:54.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:04:54.988Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T16:04:55.249Z] OK: 7 MiB in 18 packages [2021-01-19T16:04:55.249Z] ---> db2a4ed6a507 [2021-01-19T16:04:55.249Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T16:04:55.249Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:04:55.249Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T16:04:55.249Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T16:04:55.249Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T16:04:55.249Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:04:55.249Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T16:04:55.249Z] OK: 7 MiB in 19 packages [2021-01-19T16:04:55.829Z] Removing intermediate container 1cb83189fb39 [2021-01-19T16:04:55.829Z] ---> dd264b27bccd [2021-01-19T16:04:55.829Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:04:55.829Z] Removing intermediate container 1f4540d21581 [2021-01-19T16:04:55.829Z] ---> b537e5927dc5 [2021-01-19T16:04:55.829Z] [2021-01-19T16:04:55.829Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T16:04:56.091Z] 20.10.0: Pulling from library/docker [2021-01-19T16:04:56.091Z] ---> 0bb17d3d339e [2021-01-19T16:04:56.091Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:04:57.495Z] ---> 6b18dd7fbf4c [2021-01-19T16:04:57.496Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T16:04:57.496Z] ---> d588f788cd83 [2021-01-19T16:04:57.496Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T16:04:58.067Z] Removing intermediate container f6beb0f1be3b [2021-01-19T16:04:58.067Z] ---> 84c636fb8a3e [2021-01-19T16:04:58.067Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T16:04:58.382Z] Removing intermediate container df4479d31ed3 [2021-01-19T16:04:58.383Z] ---> bffbe092a556 [2021-01-19T16:04:58.383Z] Successfully built bffbe092a556 [2021-01-19T16:04:58.383Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:04:58.650Z] ---> Running in de08d7439013 [2021-01-19T16:04:58.650Z] ---> 4412255b32bb [2021-01-19T16:04:58.650Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T16:04:58.650Z] ---> 030ee6db638f [2021-01-19T16:04:58.650Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T16:04:58.718Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T16:04:58.718Z] . [Pipeline] withDockerContainer [2021-01-19T16:04:58.913Z] Removing intermediate container f1aac1c80094 [2021-01-19T16:04:58.913Z] ---> 3f90777a0639 [2021-01-19T16:04:58.913Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T16:04:58.913Z] ---> Running in 721c983a6b02 [2021-01-19T16:04:58.952Z] prd-ubuntu18.04-docker-arm64-4c-16g-21211 does not seem to be running inside a container [2021-01-19T16:04:59.026Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T16:04:59.179Z] Removing intermediate container de08d7439013 [2021-01-19T16:04:59.179Z] ---> 1ba1f50b34c3 [2021-01-19T16:04:59.179Z] Step 13/21 : WORKDIR /edgex [2021-01-19T16:04:59.179Z] ---> 243c39b3496c [2021-01-19T16:04:59.179Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T16:04:59.443Z] ---> 3780cc29a051 [2021-01-19T16:04:59.443Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T16:04:59.707Z] ---> Running in bb90df29c193 [2021-01-19T16:04:59.973Z] ---> Running in 17fdebcc9fb1 [2021-01-19T16:04:59.974Z] Removing intermediate container 721c983a6b02 [2021-01-19T16:04:59.974Z] ---> c033d12f30b1 [2021-01-19T16:04:59.974Z] Step 13/22 : WORKDIR / [2021-01-19T16:04:59.974Z] ---> Running in b411134ef19a [2021-01-19T16:04:59.974Z] ---> Running in f60eada1f3ac [2021-01-19T16:05:00.235Z] Removing intermediate container 17fdebcc9fb1 [2021-01-19T16:05:00.235Z] ---> 3845cc34a043 [2021-01-19T16:05:00.235Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:05:00.235Z] Removing intermediate container bb90df29c193 [2021-01-19T16:05:00.235Z] ---> e141fb97b85b [2021-01-19T16:05:00.235Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T16:05:00.235Z] Removing intermediate container b411134ef19a [2021-01-19T16:05:00.235Z] ---> 8a19ecd223fe [2021-01-19T16:05:00.235Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:05:00.337Z] $ docker top 0ebb0f2b6d4febd4ee752f1feeeebb9b1529b8b0ef6d9e43e0ef8d09f136df49 -eo pid,comm [2021-01-19T16:05:00.502Z] ---> Running in d2c6f4dc6cf4 [2021-01-19T16:05:00.503Z] Removing intermediate container f60eada1f3ac [2021-01-19T16:05:00.503Z] ---> efe498c392d4 [2021-01-19T16:05:00.503Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:05:00.503Z] ---> Running in e64d032341d5 [Pipeline] { [Pipeline] sh [2021-01-19T16:05:00.775Z] ---> c292fb0dc921 [2021-01-19T16:05:00.775Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T16:05:00.775Z] Removing intermediate container d2c6f4dc6cf4 [2021-01-19T16:05:00.775Z] ---> 8bf4167217d3 [2021-01-19T16:05:00.775Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T16:05:01.048Z] ---> Running in 52554d3d7c51 [2021-01-19T16:05:01.048Z] ---> a85ec0ef0f47 [2021-01-19T16:05:01.048Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T16:05:01.048Z] Removing intermediate container e64d032341d5 [2021-01-19T16:05:01.048Z] ---> 46a53e8f91bd [2021-01-19T16:05:01.048Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T16:05:01.048Z] ---> Running in 42ec71cded41 [2021-01-19T16:05:01.320Z] Removing intermediate container 52554d3d7c51 [2021-01-19T16:05:01.320Z] ---> 1f96078b5816 [2021-01-19T16:05:01.320Z] Step 23/24 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:05:01.320Z] ---> 71fd564ef316 [2021-01-19T16:05:01.320Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T16:05:01.320Z] ---> Running in ef949ad896b0 [2021-01-19T16:05:01.346Z] + go version [2021-01-19T16:05:01.346Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T16:05:01.367Z] $ docker stop --time=1 0ebb0f2b6d4febd4ee752f1feeeebb9b1529b8b0ef6d9e43e0ef8d09f136df49 [2021-01-19T16:05:01.587Z] Removing intermediate container 42ec71cded41 [2021-01-19T16:05:01.587Z] ---> 221389318b95 [2021-01-19T16:05:01.587Z] Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:05:01.852Z] ---> Running in 467582e9ec56 [2021-01-19T16:05:01.852Z] ---> aa190513e89b [2021-01-19T16:05:01.852Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T16:05:01.852Z] Removing intermediate container ef949ad896b0 [2021-01-19T16:05:01.852Z] ---> afb0bf880000 [2021-01-19T16:05:01.852Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T16:05:01.852Z] ---> Running in aa586f255d6c [2021-01-19T16:05:02.425Z] ---> 6e0d51b81a5a [2021-01-19T16:05:02.425Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T16:05:02.425Z] Removing intermediate container 467582e9ec56 [2021-01-19T16:05:02.425Z] ---> aa1d5c30ea88 [2021-01-19T16:05:02.425Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T16:05:02.425Z] ---> 1e4f6427afa1 [2021-01-19T16:05:02.425Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T16:05:02.685Z] ---> Running in efd5f80e1f51 [2021-01-19T16:05:02.685Z] ---> Running in a502e5cc2254 [2021-01-19T16:05:02.685Z] Removing intermediate container aa586f255d6c [2021-01-19T16:05:02.685Z] ---> 991d4a6ba6e6 [2021-01-19T16:05:02.685Z] [2021-01-19T16:05:02.947Z] ---> 0001dcfdaf12 [2021-01-19T16:05:02.947Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T16:05:02.947Z] Successfully built 991d4a6ba6e6 [2021-01-19T16:05:02.947Z] Removing intermediate container efd5f80e1f51 [2021-01-19T16:05:02.947Z] ---> b49e1b3c1907 [2021-01-19T16:05:02.947Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T16:05:03.209Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T16:05:03.209Z] Removing intermediate container a502e5cc2254 [2021-01-19T16:05:03.209Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-19T16:05:03.209Z] ---> 51d108870ccd [2021-01-19T16:05:03.209Z] [2021-01-19T16:05:03.209Z] ---> Running in 699c1189827e [2021-01-19T16:05:03.244Z] $ docker rm -f 0ebb0f2b6d4febd4ee752f1feeeebb9b1529b8b0ef6d9e43e0ef8d09f136df49 [2021-01-19T16:05:03.477Z] Successfully built 51d108870ccd [2021-01-19T16:05:03.477Z] ---> Running in 5d7e65a8196d [2021-01-19T16:05:03.477Z] Successfully tagged docker-core-command-go:latest [2021-01-19T16:05:03.477Z] Building docker-support-scheduler-go [2021-01-19T16:05:03.477Z]  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T16:05:03.477Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T16:05:03.477Z] ---> aefe523efa57 [2021-01-19T16:05:03.477Z] Step 12/26 : RUN apk add --no-cache bash [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-19T16:05:03.746Z] ---> Running in 63fd7af1657c [2021-01-19T16:05:03.746Z] Removing intermediate container 5d7e65a8196d [2021-01-19T16:05:03.746Z] ---> c4d655518e99 [2021-01-19T16:05:03.746Z] Step 19/21 : LABEL arch=x86_64 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:05:04.020Z] ---> Running in 2e135930a8d9 [2021-01-19T16:05:04.193Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T16:05:04.193Z] . [Pipeline] withDockerContainer [2021-01-19T16:05:04.414Z] prd-ubuntu18.04-docker-arm64-4c-16g-21211 does not seem to be running inside a container [2021-01-19T16:05:04.488Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T16:05:05.828Z] $ docker top 1f3ffc72219e21d7b5f78a002967e83c809961eb84673ab65742e0d5cd6f0e80 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T16:05:06.175Z] ========================================================= [2021-01-19T16:05:06.175Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T16:05:06.175Z] ========================================================= [Pipeline] sh [2021-01-19T16:05:06.815Z] + make test [2021-01-19T16:05:06.815Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T16:05:08.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:08.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:08.510Z] Removing intermediate container 2e135930a8d9 [2021-01-19T16:05:08.510Z] ---> abbc18d1827b [2021-01-19T16:05:08.510Z] Step 20/21 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:05:08.777Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T16:05:08.777Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T16:05:08.777Z] Executing bash-5.0.17-r0.post-install [2021-01-19T16:05:08.777Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:05:08.777Z] OK: 12 MiB in 22 packages [2021-01-19T16:05:09.733Z] ---> Running in 42906d5303fd [2021-01-19T16:05:09.995Z] Removing intermediate container 699c1189827e [2021-01-19T16:05:09.995Z] ---> 2a0605ac524e [2021-01-19T16:05:09.995Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T16:05:10.256Z] Removing intermediate container 42906d5303fd [2021-01-19T16:05:10.256Z] ---> 9df20f8253f9 [2021-01-19T16:05:10.256Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T16:05:10.256Z] ---> Running in 95424e087904 [2021-01-19T16:05:10.519Z] ---> Running in d40eddc3ab71 [2021-01-19T16:05:10.519Z] Removing intermediate container 63fd7af1657c [2021-01-19T16:05:10.519Z] ---> 2b48e4f7c4f0 [2021-01-19T16:05:10.519Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T16:05:10.519Z] Removing intermediate container 95424e087904 [2021-01-19T16:05:10.519Z] ---> ef3aa5bc2bd8 [2021-01-19T16:05:10.519Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T16:05:11.467Z] ---> Running in 4e847b7c815f [2021-01-19T16:05:11.467Z] ---> Running in 84839c938562 [2021-01-19T16:05:11.467Z] Removing intermediate container d40eddc3ab71 [2021-01-19T16:05:11.467Z] ---> 4aafc260d340 [2021-01-19T16:05:11.467Z] [2021-01-19T16:05:11.729Z] Successfully built 4aafc260d340 [2021-01-19T16:05:12.675Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T16:05:12.675Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-19T16:05:13.633Z] Removing intermediate container 4e847b7c815f [2021-01-19T16:05:13.633Z] ---> 37cd09bc1510 [2021-01-19T16:05:13.633Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T16:05:13.914Z] Removing intermediate container 84839c938562 [2021-01-19T16:05:13.914Z] ---> 341e5c5fd543 [2021-01-19T16:05:13.914Z] Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:05:19.243Z] ---> Running in 09e53bf6a714 [2021-01-19T16:05:19.505Z] ---> Running in 8ce98f05672f [2021-01-19T16:05:21.431Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:05:21.431Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:05:21.431Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:05:21.431Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:05:21.693Z] ---> 8a0fb61d0b04 [2021-01-19T16:05:21.693Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T16:05:21.693Z] ---> 8a0fb61d0b04 [2021-01-19T16:05:21.693Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T16:05:21.693Z] ---> Using cache [2021-01-19T16:05:21.693Z] ---> f357c83eea7f [2021-01-19T16:05:21.693Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:05:21.693Z] ---> Using cache [2021-01-19T16:05:21.693Z] ---> f357c83eea7f [2021-01-19T16:05:21.693Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:05:21.961Z] ---> Using cache [2021-01-19T16:05:21.961Z] ---> Using cache [2021-01-19T16:05:21.961Z] ---> 0926833ccb37 [2021-01-19T16:05:21.961Z] ---> 0926833ccb37 [2021-01-19T16:05:21.961Z] Step 5/21 : RUN apk add --update --no-cache make gitStep 5/24 : RUN apk add --update --no-cache make git [2021-01-19T16:05:21.961Z] [2021-01-19T16:05:21.961Z] ---> Using cache [2021-01-19T16:05:21.961Z] ---> faa565e7863b [2021-01-19T16:05:21.961Z] Step 6/24 : COPY go.mod . ---> Using cache [2021-01-19T16:05:21.961Z] [2021-01-19T16:05:21.961Z] ---> faa565e7863b [2021-01-19T16:05:21.961Z] Step 6/21 : COPY go.mod . [2021-01-19T16:05:21.961Z] ---> Using cache [2021-01-19T16:05:21.961Z] ---> 6d571e4fb3af [2021-01-19T16:05:21.961Z] Step 7/21 : RUN go mod download [2021-01-19T16:05:21.961Z] ---> Using cache [2021-01-19T16:05:21.961Z] ---> 6d571e4fb3af [2021-01-19T16:05:21.961Z] Step 7/24 : RUN go mod download [2021-01-19T16:05:21.961Z] ---> Using cache [2021-01-19T16:05:21.961Z] ---> 78acccfcfe8a [2021-01-19T16:05:21.961Z] Step 8/21 : COPY . . [2021-01-19T16:05:21.961Z] ---> Using cache [2021-01-19T16:05:21.961Z] ---> 78acccfcfe8a [2021-01-19T16:05:21.961Z] Step 8/24 : COPY . . [2021-01-19T16:05:21.961Z] ---> Using cache [2021-01-19T16:05:21.961Z] ---> eef4ed160198 [2021-01-19T16:05:21.961Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T16:05:21.961Z] ---> Using cache [2021-01-19T16:05:21.961Z] ---> eef4ed160198 [2021-01-19T16:05:21.961Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T16:05:21.961Z] Removing intermediate container 09e53bf6a714 [2021-01-19T16:05:21.961Z] ---> 0b357b43e4ba [2021-01-19T16:05:21.961Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T16:05:22.934Z] Removing intermediate container 8ce98f05672f [2021-01-19T16:05:22.934Z] ---> f8dc07c88b26 [2021-01-19T16:05:22.934Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T16:05:22.934Z] ---> Running in 0040a8d96d88 [2021-01-19T16:05:22.934Z] ---> Running in e6200b613daa [2021-01-19T16:05:22.934Z] ---> Running in 238f44c3741f [2021-01-19T16:05:23.202Z] ---> Running in 867952d38e86 [2021-01-19T16:05:23.780Z] Removing intermediate container e6200b613daa [2021-01-19T16:05:23.780Z] ---> c798e25fbec5 [2021-01-19T16:05:23.780Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T16:05:24.734Z] Removing intermediate container 867952d38e86 [2021-01-19T16:05:24.734Z] ---> fea70b0e4040 [2021-01-19T16:05:24.734Z] [2021-01-19T16:05:25.003Z] Successfully built fea70b0e4040 [2021-01-19T16:05:25.003Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T16:05:25.003Z] Building docker-core-data-go [2021-01-19T16:05:28.319Z]  Building docker-security-bootstrap-redis-go ... done 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-19T16:05:28.583Z] ---> c8f47b91f8a9 [2021-01-19T16:05:28.583Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T16:05:28.583Z] 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-19T16:05:28.998Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T16:05:31.166Z] ---> 2e18ab00e220 [2021-01-19T16:05:31.166Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T16:05:31.436Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:05:31.436Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:05:31.436Z] ---> 8a0fb61d0b04 [2021-01-19T16:05:31.436Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T16:05:31.436Z] ---> Using cache [2021-01-19T16:05:31.436Z] ---> f357c83eea7f [2021-01-19T16:05:31.436Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:05:31.436Z] ---> Using cache [2021-01-19T16:05:31.436Z] ---> 0926833ccb37 [2021-01-19T16:05:31.436Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T16:05:31.436Z] ---> Using cache [2021-01-19T16:05:31.436Z] ---> faa565e7863b [2021-01-19T16:05:31.436Z] Step 6/22 : COPY go.mod . [2021-01-19T16:05:31.436Z] ---> Using cache [2021-01-19T16:05:31.436Z] ---> 6d571e4fb3af [2021-01-19T16:05:31.436Z] Step 7/22 : RUN go mod download [2021-01-19T16:05:31.436Z] ---> Using cache [2021-01-19T16:05:31.436Z] ---> 78acccfcfe8a [2021-01-19T16:05:31.436Z] Step 8/22 : COPY . . [2021-01-19T16:05:31.436Z] ---> Using cache [2021-01-19T16:05:31.436Z] ---> eef4ed160198 [2021-01-19T16:05:31.436Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T16:05:32.865Z] ---> Running in bc8f2f53faa7 [2021-01-19T16:05:32.865Z] ---> e693c731aa89 [2021-01-19T16:05:32.865Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T16:05:33.829Z] ---> Running in a17e1e0feff2 [2021-01-19T16:05:34.415Z] 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-19T16:05:35.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:35.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:35.610Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T16:05:35.610Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T16:05:35.610Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T16:05:35.610Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T16:05:36.188Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T16:05:36.453Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T16:05:36.453Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T16:05:39.844Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T16:05:39.844Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T16:05:39.844Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T16:05:39.844Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T16:05:39.844Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T16:05:39.844Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T16:05:39.844Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T16:05:39.844Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T16:05:40.833Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T16:05:41.443Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T16:05:42.874Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T16:05:42.874Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T16:05:42.874Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T16:05:42.874Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T16:05:43.862Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T16:05:43.862Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T16:05:43.862Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T16:05:43.862Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T16:05:43.862Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T16:05:43.862Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T16:05:44.128Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T16:05:44.128Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T16:05:44.128Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T16:05:44.128Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T16:05:44.128Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T16:05:44.128Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T16:05:44.404Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:05:44.404Z] OK: 71 MiB in 55 packages [2021-01-19T16:05:46.381Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:05:46.381Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:05:46.381Z] ---> 8a0fb61d0b04 [2021-01-19T16:05:46.381Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T16:05:46.381Z] ---> Using cache [2021-01-19T16:05:46.381Z] ---> f357c83eea7f [2021-01-19T16:05:46.381Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:05:46.381Z] ---> Using cache [2021-01-19T16:05:46.381Z] ---> 0926833ccb37 [2021-01-19T16:05:46.381Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T16:05:47.340Z] ---> Running in b3ce9687a09d [2021-01-19T16:05:48.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:50.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:50.295Z] 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-19T16:05:52.280Z] OK: 233 MiB in 51 packages [2021-01-19T16:05:59.132Z] Removing intermediate container b3ce9687a09d [2021-01-19T16:05:59.132Z] ---> d34d2daabfbf [2021-01-19T16:05:59.132Z] Step 6/23 : COPY go.mod . [2021-01-19T16:05:59.132Z] Removing intermediate container a17e1e0feff2 [2021-01-19T16:05:59.132Z] ---> 3b53f6454daf [2021-01-19T16:05:59.132Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T16:05:59.450Z] ---> 6229ba09908e [2021-01-19T16:05:59.450Z] Step 7/23 : RUN go mod download [2021-01-19T16:06:00.426Z] Removing intermediate container 0040a8d96d88 [2021-01-19T16:06:00.426Z] ---> 2259d2c79c3d [2021-01-19T16:06:00.426Z] [2021-01-19T16:06:00.426Z] Step 10/21 : FROM scratch [2021-01-19T16:06:00.426Z] ---> [2021-01-19T16:06:00.426Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:06:00.426Z] ---> Running in b0a4bc64f368 [2021-01-19T16:06:00.426Z] ---> Running in a72a984e5720 [2021-01-19T16:06:01.051Z] ---> Using cache [2021-01-19T16:06:01.051Z] ---> a57193fee63d [2021-01-19T16:06:01.051Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T16:06:01.051Z] Removing intermediate container 238f44c3741f [2021-01-19T16:06:01.051Z] ---> e4349847b486 [2021-01-19T16:06:01.051Z] [2021-01-19T16:06:01.051Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T16:06:01.051Z] ---> 389fef711851 [2021-01-19T16:06:01.051Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T16:06:01.051Z] ---> Using cache [2021-01-19T16:06:01.051Z] ---> 3f90777a0639 [2021-01-19T16:06:01.051Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T16:06:01.051Z] ---> Running in 6441b2c5689b [2021-01-19T16:06:01.320Z] ---> Running in 26c53971662f [2021-01-19T16:06:01.320Z] Removing intermediate container 6441b2c5689b [2021-01-19T16:06:01.320Z] ---> ac4fe8b25fc3 [2021-01-19T16:06:01.320Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T16:06:01.320Z] ---> Running in aea21943d19c [2021-01-19T16:06:01.585Z] Removing intermediate container 26c53971662f [2021-01-19T16:06:01.585Z] ---> c412c62cb3aa [2021-01-19T16:06:01.585Z] Step 13/24 : WORKDIR / [2021-01-19T16:06:01.585Z] ---> Running in 7d8bb3092576 [2021-01-19T16:06:01.873Z] Removing intermediate container aea21943d19c [2021-01-19T16:06:01.873Z] ---> cd5eb61fc3bc [2021-01-19T16:06:01.873Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:06:01.873Z] Removing intermediate container 7d8bb3092576 [2021-01-19T16:06:01.873Z] ---> e3f74838da75 [2021-01-19T16:06:01.873Z] 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-19T16:06:02.148Z] ---> 9cea4793b953 [2021-01-19T16:06:02.148Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T16:06:02.410Z] ---> eb6ee8bd5bdd [2021-01-19T16:06:02.410Z] 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-19T16:06:02.671Z] Collecting docker-compose==1.23.2 [2021-01-19T16:06:02.671Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T16:06:03.638Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T16:06:03.638Z] ---> ff08bd9154f0 [2021-01-19T16:06:03.638Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T16:06:03.638Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T16:06:03.638Z] ---> f1d2aad7b346 [2021-01-19T16:06:03.638Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T16:06:03.906Z] Removing intermediate container b0a4bc64f368 [2021-01-19T16:06:03.906Z] ---> 37a1548939de [2021-01-19T16:06:03.906Z] Step 8/23 : COPY . . [2021-01-19T16:06:04.174Z] ---> ba6aed8c1825 [2021-01-19T16:06:04.174Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T16:06:04.174Z] ---> 8d027ebfc4c3 [2021-01-19T16:06:04.174Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T16:06:04.445Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T16:06:04.445Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T16:06:07.753Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T16:06:08.014Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T16:06:10.581Z] ---> Running in 9d7bd64ff277 [2021-01-19T16:06:10.582Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T16:06:10.582Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T16:06:12.521Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T16:06:12.521Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T16:06:13.096Z] ---> f999ff12cfdb [2021-01-19T16:06:13.096Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T16:06:13.096Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T16:06:13.096Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T16:06:13.096Z] Removing intermediate container bc8f2f53faa7 [2021-01-19T16:06:13.096Z] ---> fc469411f46f [2021-01-19T16:06:13.096Z] [2021-01-19T16:06:13.096Z] Step 10/22 : FROM scratch [2021-01-19T16:06:13.096Z] ---> [2021-01-19T16:06:13.096Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:06:13.096Z] Removing intermediate container 9d7bd64ff277 [2021-01-19T16:06:13.096Z] ---> 41a0e74c8a8e [2021-01-19T16:06:13.096Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:06:13.096Z] 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-19T16:06:13.358Z] ---> Using cache [2021-01-19T16:06:13.358Z] ---> a57193fee63d [2021-01-19T16:06:13.358Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T16:06:13.620Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T16:06:13.881Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T16:06:16.136Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T16:06:16.437Z] ---> Running in 34d2008bee0f [2021-01-19T16:06:16.437Z] ---> Running in c0eacdd84a90 [2021-01-19T16:06:16.437Z] Collecting PyYAML<4,>=3.10 [2021-01-19T16:06:16.437Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T16:06:17.859Z] ---> de76f11daea2 [2021-01-19T16:06:17.859Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T16:06:18.812Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T16:06:18.812Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T16:06:20.211Z] Removing intermediate container c0eacdd84a90 [2021-01-19T16:06:20.211Z] ---> 56b24d95f34d [2021-01-19T16:06:20.211Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T16:06:20.211Z] Removing intermediate container 34d2008bee0f [2021-01-19T16:06:20.211Z] ---> 86c8dea3bf12 [2021-01-19T16:06:20.211Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T16:06:20.211Z] Collecting idna<2.8,>=2.5 [2021-01-19T16:06:20.474Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T16:06:21.417Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T16:06:21.417Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T16:06:21.682Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T16:06:21.683Z] ---> 842fc7653d7a [2021-01-19T16:06:21.683Z] 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-19T16:06:21.683Z] 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-19T16:06:21.683Z] 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-19T16:06:21.683Z] ---> Running in 4238c9aa4867 [2021-01-19T16:06:21.683Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T16:06:21.683Z] ---> Running in f0716c38ba39 [2021-01-19T16:06:21.683Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T16:06:21.945Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T16:06:21.945Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T16:06:21.945Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T16:06:21.945Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T16:06:22.207Z] Installing collected packages: docopt, texttable, dockerpty, idna, urllib3, requests, cached-property, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, docker-compose [2021-01-19T16:06:22.207Z] Running setup.py install for docopt: started [2021-01-19T16:06:22.783Z] ---> Running in 98346f08cfbe [2021-01-19T16:06:23.357Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T16:06:23.357Z] Running setup.py install for texttable: started [2021-01-19T16:06:23.619Z] Removing intermediate container 4238c9aa4867 [2021-01-19T16:06:23.619Z] ---> 432a9f1242ca [2021-01-19T16:06:23.619Z] Step 14/22 : WORKDIR / [2021-01-19T16:06:23.619Z] Removing intermediate container f0716c38ba39 [2021-01-19T16:06:23.619Z] ---> c2ba0224e64b [2021-01-19T16:06:23.619Z] Step 20/21 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:06:24.192Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T16:06:24.192Z] Running setup.py install for dockerpty: started [2021-01-19T16:06:24.192Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T16:06:24.192Z] Attempting uninstall: idna [2021-01-19T16:06:24.192Z] Found existing installation: idna 2.9 [2021-01-19T16:06:24.192Z] Uninstalling idna-2.9: [2021-01-19T16:06:24.192Z] Successfully uninstalled idna-2.9 [2021-01-19T16:06:24.453Z] ---> Running in e6f89c712355 [2021-01-19T16:06:25.027Z] Attempting uninstall: urllib3 [2021-01-19T16:06:25.027Z] Found existing installation: urllib3 1.25.9 [2021-01-19T16:06:25.027Z] Uninstalling urllib3-1.25.9: [2021-01-19T16:06:25.027Z] ---> Running in 155a2f2673a3 [2021-01-19T16:06:25.118Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T16:06:25.119Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T16:06:25.119Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T16:06:25.119Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T16:06:25.119Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T16:06:25.119Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T16:06:25.974Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T16:06:25.974Z] ---> a1ad66cfa874 [2021-01-19T16:06:25.974Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T16:06:25.974Z] Attempting uninstall: requests [2021-01-19T16:06:25.974Z] Found existing installation: requests 2.23.0 [2021-01-19T16:06:25.974Z] Uninstalling requests-2.23.0: [2021-01-19T16:06:26.235Z] Successfully uninstalled requests-2.23.0 [2021-01-19T16:06:26.808Z] Removing intermediate container 155a2f2673a3 [2021-01-19T16:06:26.808Z] ---> ac449d4ee9c6 [2021-01-19T16:06:26.808Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T16:06:26.808Z] Removing intermediate container e6f89c712355 [2021-01-19T16:06:26.808Z] ---> 413235cfae71 [2021-01-19T16:06:26.808Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:06:27.071Z] ---> Running in 1008735326b5 [2021-01-19T16:06:27.115Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T16:06:27.333Z] ---> Running in 5c794ccee0c7 [2021-01-19T16:06:27.594Z] ---> 7d7894ad0b16 [2021-01-19T16:06:27.594Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T16:06:28.542Z] Running setup.py install for PyYAML: started [2021-01-19T16:06:28.542Z] Removing intermediate container 5c794ccee0c7 [2021-01-19T16:06:28.542Z] ---> 0fc3a706156c [2021-01-19T16:06:28.542Z] [2021-01-19T16:06:28.569Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T16:06:28.806Z] ---> 300070cb3764 [2021-01-19T16:06:28.806Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T16:06:28.806Z] 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-19T16:06:28.806Z] Successfully built 0fc3a706156c [2021-01-19T16:06:28.806Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T16:06:28.806Z]  Building docker-support-scheduler-go ... done Removing intermediate container 98346f08cfbe [2021-01-19T16:06:28.806Z] ---> 03c295e6e249 [2021-01-19T16:06:28.806Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T16:06:29.075Z] ---> Running in 141585fc43b3 [2021-01-19T16:06:29.075Z] ---> c7ab3111f1b8 [2021-01-19T16:06:29.075Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T16:06:29.075Z] ---> Running in 17d232d7f362 [2021-01-19T16:06:29.338Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T16:06:29.338Z] Removing intermediate container 141585fc43b3 [2021-01-19T16:06:29.338Z] ---> 8b64b90af4bf [2021-01-19T16:06:29.338Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T16:06:29.601Z] ---> Running in 58ab77b1e68b [2021-01-19T16:06:29.601Z] Removing intermediate container 17d232d7f362 [2021-01-19T16:06:29.601Z] ---> 30ae8fade373 [2021-01-19T16:06:29.601Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:06:30.183Z] ---> Running in 74ce1bc7c50f [2021-01-19T16:06:30.184Z] Removing intermediate container 58ab77b1e68b [2021-01-19T16:06:30.184Z] ---> 34e847fdc89a [2021-01-19T16:06:30.184Z] Step 23/24 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:06:30.184Z] 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-19T16:06:30.468Z] ---> Running in 44b361e50a40 [2021-01-19T16:06:30.735Z] Removing intermediate container 74ce1bc7c50f [2021-01-19T16:06:30.735Z] ---> ddae8decabdf [2021-01-19T16:06:30.735Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T16:06:31.008Z] ---> Running in bf2a130d6b49 [2021-01-19T16:06:31.008Z] Removing intermediate container 44b361e50a40 [2021-01-19T16:06:31.008Z] ---> 4c5c6791512d [2021-01-19T16:06:31.008Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T16:06:31.008Z] ---> Running in 0440a587594b [2021-01-19T16:06:31.614Z] Removing intermediate container bf2a130d6b49 [2021-01-19T16:06:31.614Z] ---> 9b7807b4d434 [2021-01-19T16:06:31.614Z] Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:06:31.614Z] ---> Running in d100008f1737 [2021-01-19T16:06:31.614Z] Removing intermediate container 0440a587594b [2021-01-19T16:06:31.614Z] ---> e37e0b1291e7 [2021-01-19T16:06:31.614Z] [2021-01-19T16:06:32.207Z] Successfully built e37e0b1291e7 [2021-01-19T16:06:32.207Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T16:06:34.198Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d100008f1737 [2021-01-19T16:06:34.198Z] ---> 5e16278b1f08 [2021-01-19T16:06:34.198Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T16:06:34.198Z] Removing intermediate container a72a984e5720 [2021-01-19T16:06:34.198Z] ---> 44a877489d4e [2021-01-19T16:06:34.198Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T16:06:34.198Z] ---> Running in 557d1f6978b4 [2021-01-19T16:06:34.198Z] ---> Running in b53f9fa5f5c8 [2021-01-19T16:06:34.469Z] Removing intermediate container 557d1f6978b4 [2021-01-19T16:06:34.469Z] ---> 439b490595e6 [2021-01-19T16:06:34.469Z] [2021-01-19T16:06:34.743Z] Successfully built 439b490595e6 [2021-01-19T16:06:34.743Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T16:06:35.021Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:06:35.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:06:35.298Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:06:35.299Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T16:06:35.299Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T16:06:35.299Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T16:06:35.573Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T16:06:35.573Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T16:06:35.573Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:06:35.573Z] OK: 72 MiB in 58 packages [2021-01-19T16:06:36.569Z] Removing intermediate container b53f9fa5f5c8 [2021-01-19T16:06:36.569Z] ---> 048b790c3c96 [2021-01-19T16:06:36.569Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T16:06:36.845Z] ---> Running in a75411034412 [2021-01-19T16:06:37.113Z] Removing intermediate container a75411034412 [2021-01-19T16:06:37.113Z] ---> d92ed9901828 [2021-01-19T16:06:37.113Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:06:37.113Z] ---> Running in c435e05fbb60 [2021-01-19T16:06:38.088Z] Removing intermediate container c435e05fbb60 [2021-01-19T16:06:38.088Z] ---> f3d4e0f248cd [2021-01-19T16:06:38.088Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T16:06:38.088Z] ---> Running in cda236124ce5 [2021-01-19T16:06:38.364Z] Removing intermediate container cda236124ce5 [2021-01-19T16:06:38.364Z] ---> 0fd6c8a20d6c [2021-01-19T16:06:38.364Z] Step 25/26 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:06:38.644Z] ---> Running in e9a55f137569 [2021-01-19T16:06:38.907Z] Removing intermediate container e9a55f137569 [2021-01-19T16:06:38.907Z] ---> f61afe057486 [2021-01-19T16:06:38.907Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T16:06:38.907Z] ---> Running in bd129ab7d744 [2021-01-19T16:06:39.177Z] Removing intermediate container bd129ab7d744 [2021-01-19T16:06:39.177Z] ---> 38cd75b3875f [2021-01-19T16:06:39.177Z] [2021-01-19T16:06:39.177Z] Successfully built 38cd75b3875f [2021-01-19T16:06:39.440Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T16:06:40.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.192s coverage: 46.6% of statements [2021-01-19T16:06:40.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T16:06:40.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T16:06:40.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T16:06:40.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T16:06:40.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T16:06:44.749Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1008735326b5 [2021-01-19T16:06:44.749Z] ---> b8ade7c6b59e [2021-01-19T16:06:44.749Z] [2021-01-19T16:06:44.749Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T16:06:44.749Z] ---> 389fef711851 [2021-01-19T16:06:44.749Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:06:44.749Z] ---> Running in c39553df9fed [2021-01-19T16:06:45.009Z] Removing intermediate container c39553df9fed [2021-01-19T16:06:45.009Z] ---> 0330ea049857 [2021-01-19T16:06:45.009Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T16:06:45.009Z] ---> Running in 7510aea847ef [2021-01-19T16:06:45.271Z] Removing intermediate container 7510aea847ef [2021-01-19T16:06:45.271Z] ---> 4668cbaab25c [2021-01-19T16:06:45.271Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T16:06:45.271Z] ---> Running in 99f07f41020b [2021-01-19T16:06:45.536Z] Removing intermediate container 99f07f41020b [2021-01-19T16:06:45.536Z] ---> 34ad19d03d5f [2021-01-19T16:06:45.536Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:06:45.536Z] ---> Running in 0d7e1ca26a09 [2021-01-19T16:06:46.479Z] Removing intermediate container 0d7e1ca26a09 [2021-01-19T16:06:46.479Z] ---> 5dd1853c424b [2021-01-19T16:06:46.479Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T16:06:47.422Z] ---> Running in 86edfd6eb2f9 [2021-01-19T16:06:47.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:06:49.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.546s coverage: 27.0% of statements [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T16:06:49.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T16:06:49.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T16:06:49.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 67.9% of statements [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T16:06:49.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.331s coverage: 82.3% of statements [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T16:06:49.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T16:06:49.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:06:49.643Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T16:06:49.643Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T16:06:49.905Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T16:06:50.180Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T16:06:50.472Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T16:06:50.472Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:06:50.472Z] OK: 8 MiB in 19 packages [2021-01-19T16:06:51.062Z] Removing intermediate container 86edfd6eb2f9 [2021-01-19T16:06:51.062Z] ---> 639af25e88e2 [2021-01-19T16:06:51.062Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:06:51.366Z] ---> ef53a7fa751d [2021-01-19T16:06:51.366Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T16:06:51.979Z] ---> 4d25141bcc85 [2021-01-19T16:06:51.980Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T16:06:52.242Z] ---> 7796ea62a144 [2021-01-19T16:06:52.242Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T16:06:52.242Z] ---> Running in 83f3220df40f [2021-01-19T16:06:52.242Z] Removing intermediate container 83f3220df40f [2021-01-19T16:06:52.242Z] ---> d93ea72bbb61 [2021-01-19T16:06:52.242Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:06:52.502Z] ---> Running in a8f57c2d2e7a [2021-01-19T16:06:52.502Z] Removing intermediate container a8f57c2d2e7a [2021-01-19T16:06:52.502Z] ---> 5662a34f6b34 [2021-01-19T16:06:52.502Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T16:06:52.764Z] ---> Running in 3f46e244c9fb [2021-01-19T16:06:52.764Z] Removing intermediate container 3f46e244c9fb [2021-01-19T16:06:52.764Z] ---> 19499f32a807 [2021-01-19T16:06:52.764Z] Step 22/23 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:06:52.764Z] ---> Running in dd8d9ce8d513 [2021-01-19T16:06:53.026Z] Removing intermediate container dd8d9ce8d513 [2021-01-19T16:06:53.026Z] ---> e845b185b330 [2021-01-19T16:06:53.026Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T16:06:53.026Z] ---> Running in 92966d28f234 [2021-01-19T16:06:53.289Z] Removing intermediate container 92966d28f234 [2021-01-19T16:06:53.289Z] ---> ec34768efd97 [2021-01-19T16:06:53.289Z] [2021-01-19T16:06:53.289Z] Successfully built ec34768efd97 [2021-01-19T16:06:53.289Z] Successfully tagged docker-core-data-go:latest [2021-01-19T16:06:53.561Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T16:06:53.569Z] $ docker stop --time=1 f0c5b496a1dc2fe9f53acf2c52b4d8b3e4d63879e5200098e73adb068bad9379 [2021-01-19T16:06:54.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.142s coverage: 28.6% of statements [2021-01-19T16:06:54.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T16:06:54.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T16:06:54.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T16:06:54.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T16:06:54.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T16:06:54.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements [2021-01-19T16:06:54.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T16:06:54.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-01-19T16:06:54.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T16:06:54.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.333s coverage: 86.7% of statements [2021-01-19T16:06:54.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T16:06:55.247Z] $ docker rm -f f0c5b496a1dc2fe9f53acf2c52b4d8b3e4d63879e5200098e73adb068bad9379 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T16:06:55.848Z] + docker images [2021-01-19T16:06:55.848Z] + grep docker [2021-01-19T16:06:55.848Z] docker-core-data-go latest ec34768efd97 2 seconds ago 22.3MB [2021-01-19T16:06:55.848Z] docker-sys-mgmt-agent-go latest 38cd75b3875f 17 seconds ago 313MB [2021-01-19T16:06:55.848Z] docker-core-metadata-go latest 439b490595e6 21 seconds ago 13.1MB [2021-01-19T16:06:55.848Z] docker-security-secretstore-setup-go latest e37e0b1291e7 24 seconds ago 24.6MB [2021-01-19T16:06:55.848Z] docker-support-scheduler-go latest 0fc3a706156c 28 seconds ago 10.7MB [2021-01-19T16:06:55.848Z] docker-security-bootstrap-redis-go latest fea70b0e4040 About a minute ago 15.8MB [2021-01-19T16:06:55.848Z] docker-security-proxy-setup-go latest 4aafc260d340 About a minute ago 24.4MB [2021-01-19T16:06:55.848Z] docker-support-notifications-go latest 991d4a6ba6e6 About a minute ago 12MB [2021-01-19T16:06:55.848Z] docker-core-command-go latest 51d108870ccd About a minute ago 10.6MB [2021-01-19T16:06:55.848Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-19T16:06:57.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.363s coverage: 97.5% of statements [2021-01-19T16:06:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T16:06:57.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements [2021-01-19T16:06:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T16:06:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T16:06:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T16:06:57.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T16:07:05.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.305s coverage: 92.8% of statements [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T16:07:05.496Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T16:07:05.496Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.184s coverage: 0.1% of statements [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T16:07:05.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T16:07:05.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-01-19T16:07:05.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T16:07:05.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements [2021-01-19T16:07:05.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-01-19T16:07:06.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.2% of statements [2021-01-19T16:07:07.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements [2021-01-19T16:07:07.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T16:07:10.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.626s coverage: 63.5% of statements [2021-01-19T16:07:10.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T16:07:10.201Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T16:07:10.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.086s coverage: 100.0% of statements [2021-01-19T16:07:10.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements [2021-01-19T16:07:10.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-01-19T16:07:10.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.103s coverage: 73.7% of statements [2021-01-19T16:07:11.532Z] Still waiting to schedule task [2021-01-19T16:07:11.532Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-19T16:07:11.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.087s coverage: 100.0% of statements [2021-01-19T16:07:15.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.777s coverage: 68.9% of statements [2021-01-19T16:07:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T16:07:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T16:07:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T16:07:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T16:07:15.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T16:07:16.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements [2021-01-19T16:07:16.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T16:07:16.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T16:07:16.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.591s coverage: 84.0% of statements [2021-01-19T16:07:16.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements [2021-01-19T16:07:25.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.351s coverage: 47.1% of statements [2021-01-19T16:07:25.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T16:07:25.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T16:07:25.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T16:07:25.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T16:07:25.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T16:07:25.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements [2021-01-19T16:07:25.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T16:07:25.173Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements [2021-01-19T16:07:25.173Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T16:07:28.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.052s coverage: 29.1% of statements [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T16:07:28.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T16:07:28.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T16:07:28.588Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T16:07:28.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T16:07:28.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T16:07:28.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T16:07:28.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-01-19T16:07:29.183Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-01-19T16:07:29.782Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-01-19T16:07:30.374Z] GO111MODULE=on go vet ./... [2021-01-19T16:08:01.708Z] Running on prd-ubuntu18.04-docker-8c-8g-21215 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws [2021-01-19T16:08:01.763Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-19T16:08:03.918Z] using credential edgex-jenkins-ssh [2021-01-19T16:08:03.977Z] Cloning the remote Git repository [2021-01-19T16:08:04.005Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:08:04.069Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-19T16:08:04.094Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:08:04.094Z] > git --version # timeout=10 [2021-01-19T16:08:04.103Z] > git --version # 'git version 2.17.1' [2021-01-19T16:08:04.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T16:08:04.132Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T16:08:30.115Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T16:08:30.126Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T16:08:30.136Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T16:08:30.147Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:08:30.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T16:08:30.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T16:08:30.609Z] Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:08:30.724Z] Merge succeeded, producing e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:08:30.724Z] Checking out Revision e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b (PR-3040) [2021-01-19T16:08:30.621Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T16:08:30.627Z] > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # timeout=10 [2021-01-19T16:08:30.697Z] > git remote # timeout=10 [2021-01-19T16:08:30.703Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T16:08:30.709Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T16:08:30.712Z] > git merge ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 [2021-01-19T16:08:30.722Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T16:08:30.730Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T16:08:30.735Z] > git checkout -f e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b # timeout=10 [2021-01-19T16:08:34.377Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:08:35.973Z] + echo snap-build.sh [2021-01-19T16:08:35.973Z] snap-build.sh [2021-01-19T16:08:35.973Z] + SNAP_BASE_DIR=. [2021-01-19T16:08:35.973Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-01-19T16:08:35.973Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-01-19T16:08:35.973Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-01-19T16:08:35.973Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-01-19T16:08:35.973Z] + cd /w/workspace/edgex-go/8 [2021-01-19T16:08:35.973Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T16:08:35.973Z] Reading package lists... [2021-01-19T16:08:35.973Z] Building dependency tree... [2021-01-19T16:08:35.973Z] Reading state information... [2021-01-19T16:08:36.236Z] The following packages were automatically installed and are no longer required: [2021-01-19T16:08:36.236Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T16:08:36.236Z] uidmap xdelta3 [2021-01-19T16:08:36.236Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T16:08:36.236Z] The following packages will be REMOVED: [2021-01-19T16:08:36.236Z] lxd* lxd-client* [2021-01-19T16:08:36.498Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T16:08:36.498Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T16:08:37.804Z] (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-19T16:08:37.804Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T16:08:38.377Z] Removing lxd dnsmasq configuration [2021-01-19T16:08:38.422Z] gofmt -l . [2021-01-19T16:08:38.422Z] [ "`gofmt -l .`" = "" ] [2021-01-19T16:08:38.422Z] ./bin/test-go-mod-tidy.sh [2021-01-19T16:08:38.638Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T16:08:38.638Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T16:08:39.015Z] ./bin/test-attribution-txt.sh [2021-01-19T16:08:39.580Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T16:08:39.840Z] (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-19T16:08:39.840Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] sh [2021-01-19T16:08:40.775Z] + ls -al . [2021-01-19T16:08:40.775Z] total 684 [2021-01-19T16:08:40.775Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 16:08 . [2021-01-19T16:08:40.775Z] drwxr-xr-x 4 root root 4096 Jan 19 16:05 .. [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 16:03 .dockerignore [2021-01-19T16:08:40.775Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 16:03 .git [2021-01-19T16:08:40.775Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 16:03 .github [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 16:03 .gitignore [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 16:03 .sonarcloud.properties [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 16:03 Attribution.txt [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 16:03 CONTRIBUTING.md [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 16:03 Dockerfile.build [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 16:03 Jenkinsfile [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 16:03 LICENSE [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 16:03 Makefile [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 16:03 README.md [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 16:03 SECURITY.md [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 15:59 VERSION [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 16:03 ZMQWindows.md [2021-01-19T16:08:40.775Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 16:03 bin [2021-01-19T16:08:40.775Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 16:03 cmd [2021-01-19T16:08:40.775Z] -rw-r--r-- 1 root root 550280 Jan 19 16:07 coverage.out [2021-01-19T16:08:40.775Z] -rw-r--r-- 1 root root 981 Jan 19 16:08 go.mod [2021-01-19T16:08:40.775Z] -rw-r--r-- 1 root root 19326 Jan 19 16:08 go.sum [2021-01-19T16:08:40.775Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 16:03 internal [2021-01-19T16:08:40.775Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 16:03 openapi [2021-01-19T16:08:40.775Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 16:03 snap [2021-01-19T16:08:40.775Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 16:03 version.go [Pipeline] sh [2021-01-19T16:08:41.224Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T16:08:41.224Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T16:08:41.433Z] + '[' -e coverage.out ] [2021-01-19T16:08:41.433Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T16:08:41.496Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T16:08:42.576Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T16:08:42.606Z] + sudo snap remove --purge lxd [2021-01-19T16:08:42.607Z] snap "lxd" is not installed [2021-01-19T16:08:42.607Z] + sudo groupadd --force --system lxd [2021-01-19T16:08:42.607Z] ++ whoami [2021-01-19T16:08:42.607Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T16:08:42.607Z] + newgrp - lxd [2021-01-19T16:08:42.607Z] + sudo snap install lxd [2021-01-19T16:08:43.335Z] + make build [2021-01-19T16:08:43.335Z] 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-19T16:08:52.624Z] 2021-01-19T16:08:49Z INFO Waiting for automatic snapd restart... [2021-01-19T16:08:53.504Z] 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-19T16:09:07.541Z] lxd 4.10 from Canonical* installed [2021-01-19T16:09:07.541Z] + sudo lxd init --auto [2021-01-19T16:09:15.683Z] 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-19T16:09:18.135Z] + sudo snap install --classic snapcraft [2021-01-19T16:09:18.305Z] 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-19T16:09:21.441Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T16:09:21.441Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T16:09:21.441Z] + patch --verbose -p1 [2021-01-19T16:09:21.441Z] Hmm... Looks like a unified diff to me... [2021-01-19T16:09:21.441Z] The text leading up to this was: [2021-01-19T16:09:21.441Z] -------------------------- [2021-01-19T16:09:21.441Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T16:09:21.441Z] |From: Tony Espy [2021-01-19T16:09:21.441Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T16:09:21.441Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T16:09:21.441Z] | [2021-01-19T16:09:21.441Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T16:09:21.441Z] |optimize the snap CI check run for pull requests. When [2021-01-19T16:09:21.441Z] |applied, it essentially strips out everything (apps and [2021-01-19T16:09:21.441Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T16:09:21.441Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T16:09:21.441Z] |catch changes to edgex-go that break the snap build. [2021-01-19T16:09:21.441Z] | [2021-01-19T16:09:21.441Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T16:09:21.441Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T16:09:21.441Z] |resulting in a failed snap build CI check in the associated [2021-01-19T16:09:21.441Z] |pull request. [2021-01-19T16:09:21.441Z] | [2021-01-19T16:09:21.441Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T16:09:21.441Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T16:09:21.441Z] |need to build the finally binary .snap file (and it won't [2021-01-19T16:09:21.441Z] |work with the patch applied). This further reduces the build [2021-01-19T16:09:21.441Z] |time. [2021-01-19T16:09:21.441Z] |--- [2021-01-19T16:09:21.441Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T16:09:21.441Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T16:09:21.441Z] | [2021-01-19T16:09:21.441Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T16:09:21.441Z] |index 1e537489..faf42425 100644 [2021-01-19T16:09:21.441Z] |--- a/snap/snapcraft.yaml [2021-01-19T16:09:21.441Z] |+++ b/snap/snapcraft.yaml [2021-01-19T16:09:21.441Z] -------------------------- [2021-01-19T16:09:21.441Z] patching file snap/snapcraft.yaml [2021-01-19T16:09:21.441Z] Using Plan A... [2021-01-19T16:09:21.441Z] Hunk #1 succeeded at 73. [2021-01-19T16:09:21.441Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-19T16:09:21.441Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-19T16:09:21.441Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-19T16:09:21.441Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-19T16:09:21.441Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-19T16:09:21.441Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-19T16:09:21.441Z] Hunk #8 succeeded at 342. [2021-01-19T16:09:21.441Z] Hmm... Ignoring the trailing garbage. [2021-01-19T16:09:21.441Z] done [2021-01-19T16:09:21.441Z] + sudo snapcraft prime --use-lxd [2021-01-19T16:09:22.844Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T16:09:22.844Z] 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-19T16:09:22.844Z] - README.md [2021-01-19T16:09:22.844Z] - snapcraft.yaml.orig [2021-01-19T16:09:22.844Z] [2021-01-19T16:09:22.844Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T16:09:23.721Z] 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-19T16:09:23.806Z] Launching a container. [2021-01-19T16:09:23.993Z] 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-19T16:09:29.430Z] 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-19T16:09:33.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T16:09:33.837Z] Waiting for container to be ready [2021-01-19T16:09:34.098Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T16:09:34.098Z] [2021-01-19T16:09:37.125Z] 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-19T16:09:37.399Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T16:09:37.975Z] Waiting for network to be ready... [2021-01-19T16:09:38.236Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T16:09:38.236Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T16:09:38.498Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T16:09:38.498Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T16:09:38.498Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T16:09:38.498Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T16:09:38.498Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T16:09:38.498Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T16:09:38.498Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T16:09:38.498Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T16:09:38.761Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T16:09:39.023Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T16:09:39.283Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T16:09:39.283Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T16:09:39.283Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T16:09:39.283Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T16:09:39.283Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T16:09:39.283Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T16:09:39.544Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T16:09:39.812Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T16:09:39.812Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T16:09:40.073Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T16:09:40.073Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T16:09:40.073Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T16:09:40.073Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T16:09:40.073Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T16:09:40.073Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T16:09:41.435Z] 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-19T16:09:42.628Z] Fetched 23.8 MB in 4s (5897 kB/s) [2021-01-19T16:09:43.200Z] Reading package lists... [2021-01-19T16:09:43.200Z] Reading package lists... [2021-01-19T16:09:43.462Z] Building dependency tree... [2021-01-19T16:09:43.462Z] Reading state information... [2021-01-19T16:09:43.462Z] The following additional packages will be installed: [2021-01-19T16:09:43.462Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T16:09:43.462Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T16:09:43.462Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T16:09:43.462Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T16:09:43.462Z] Suggested packages: [2021-01-19T16:09:43.462Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T16:09:43.462Z] Recommended packages: [2021-01-19T16:09:43.462Z] gnupg libsasl2-modules [2021-01-19T16:09:43.462Z] The following NEW packages will be installed: [2021-01-19T16:09:43.462Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T16:09:43.462Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T16:09:43.462Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T16:09:43.462Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T16:09:43.462Z] The following packages will be upgraded: [2021-01-19T16:09:43.462Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T16:09:44.034Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T16:09:44.034Z] Need to get 3533 kB of archives. [2021-01-19T16:09:44.034Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T16:09:44.034Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T16:09:44.034Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T16:09:44.034Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T16:09:44.295Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T16:09:44.557Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T16:09:44.557Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T16:09:44.557Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T16:09:44.557Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T16:09:44.557Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T16:09:44.557Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T16:09:44.557Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T16:09:44.557Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T16:09:44.557Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T16:09:44.557Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T16:09:44.557Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T16:09:44.557Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T16:09:44.557Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T16:09:44.557Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T16:09:44.557Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T16:09:44.557Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T16:09:44.557Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T16:09:44.557Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T16:09:44.817Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T16:09:44.817Z] Fetched 3533 kB in 1s (3247 kB/s) [2021-01-19T16:09:44.817Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T16:09:44.817Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T16:09:44.817Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T16:09:44.823Z] 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-19T16:09:45.078Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T16:09:45.078Z] Selecting previously unselected package udev. [2021-01-19T16:09:45.078Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T16:09:45.078Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T16:09:45.078Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T16:09:45.339Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T16:09:45.339Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T16:09:45.339Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T16:09:45.339Z] Selecting previously unselected package fuse. [2021-01-19T16:09:45.339Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T16:09:45.600Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T16:09:45.600Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T16:09:45.600Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T16:09:45.600Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T16:09:45.862Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T16:09:45.862Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T16:09:45.862Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T16:09:45.862Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T16:09:46.128Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T16:09:46.129Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T16:09:46.129Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T16:09:46.129Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T16:09:46.129Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:46.129Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T16:09:46.129Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T16:09:46.129Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:46.389Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T16:09:46.389Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T16:09:46.389Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:46.389Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T16:09:46.389Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T16:09:46.389Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:46.650Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T16:09:46.650Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T16:09:46.650Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:46.650Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T16:09:46.650Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T16:09:46.650Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:46.650Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T16:09:46.650Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T16:09:46.650Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:46.911Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T16:09:46.911Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T16:09:46.911Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:46.911Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T16:09:46.911Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T16:09:46.911Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:46.911Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T16:09:46.911Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T16:09:46.911Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T16:09:47.171Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T16:09:47.171Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T16:09:47.171Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T16:09:47.171Z] Selecting previously unselected package libldap-common. [2021-01-19T16:09:47.171Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T16:09:47.171Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T16:09:47.171Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T16:09:47.171Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T16:09:47.171Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T16:09:47.431Z] Selecting previously unselected package dirmngr. [2021-01-19T16:09:47.431Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T16:09:47.431Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T16:09:47.431Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T16:09:47.431Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T16:09:47.431Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T16:09:47.695Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T16:09:47.695Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T16:09:47.695Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T16:09:47.695Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:47.695Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T16:09:47.695Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T16:09:47.695Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T16:09:48.222Z] 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-19T16:09:48.267Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T16:09:48.267Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:48.267Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T16:09:48.528Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T16:09:48.528Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T16:09:48.528Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:48.528Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:48.528Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:48.528Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:48.528Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:48.528Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:48.791Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T16:09:48.791Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T16:09:48.791Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T16:09:48.791Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T16:09:49.369Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T16:09:49.369Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T16:09:49.369Z] This means they are not meant to be enabled using systemctl. [2021-01-19T16:09:49.369Z] Possible reasons for having this kind of units are: [2021-01-19T16:09:49.369Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T16:09:49.369Z] .wants/ or .requires/ directory. [2021-01-19T16:09:49.369Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T16:09:49.369Z] a requirement dependency on it. [2021-01-19T16:09:49.369Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T16:09:49.369Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T16:09:49.369Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T16:09:49.369Z] instance name specified. [2021-01-19T16:09:49.629Z] Reading package lists... [2021-01-19T16:09:49.629Z] Building dependency tree... [2021-01-19T16:09:49.629Z] Reading state information... [2021-01-19T16:09:49.889Z] The following additional packages will be installed: [2021-01-19T16:09:49.889Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T16:09:49.890Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T16:09:49.890Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T16:09:49.890Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T16:09:49.890Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T16:09:49.890Z] Suggested packages: [2021-01-19T16:09:49.890Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T16:09:49.890Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T16:09:49.890Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T16:09:49.890Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T16:09:49.890Z] systemd-container policykit-1 [2021-01-19T16:09:49.890Z] Recommended packages: [2021-01-19T16:09:49.890Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T16:09:49.890Z] The following NEW packages will be installed: [2021-01-19T16:09:49.890Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T16:09:49.890Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T16:09:49.890Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T16:09:49.890Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T16:09:49.890Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T16:09:49.890Z] The following packages will be upgraded: [2021-01-19T16:09:49.890Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T16:09:49.890Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T16:09:49.890Z] Need to get 35.2 MB of archives. [2021-01-19T16:09:49.890Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T16:09:49.890Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T16:09:50.151Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T16:09:50.151Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-19T16:09:50.151Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T16:09:50.151Z] 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-19T16:09:50.151Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T16:09:50.151Z] 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-19T16:09:50.151Z] 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-19T16:09:50.151Z] 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-19T16:09:50.151Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T16:09:50.151Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T16:09:50.151Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T16:09:50.151Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T16:09:50.151Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T16:09:50.151Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T16:09:50.151Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T16:09:50.151Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T16:09:51.092Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T16:09:51.092Z] 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-19T16:09:51.092Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T16:09:51.092Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T16:09:51.092Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T16:09:51.092Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T16:09:51.093Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T16:09:51.093Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T16:09:51.093Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T16:09:51.093Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T16:09:51.093Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T16:09:51.093Z] 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-19T16:09:51.093Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [Pipeline] } [2021-01-19T16:09:51.636Z] $ docker stop --time=1 1f3ffc72219e21d7b5f78a002967e83c809961eb84673ab65742e0d5cd6f0e80 [2021-01-19T16:09:52.481Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T16:09:52.481Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-01-19T16:09:52.481Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T16:09:52.481Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T16:09:52.481Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T16:09:53.053Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T16:09:53.053Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T16:09:53.053Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T16:09:53.314Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T16:09:53.314Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T16:09:53.314Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T16:09:53.575Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T16:09:53.575Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T16:09:53.575Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T16:09:53.575Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T16:09:53.836Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T16:09:53.836Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T16:09:54.233Z] $ docker rm -f 1f3ffc72219e21d7b5f78a002967e83c809961eb84673ab65742e0d5cd6f0e80 [2021-01-19T16:09:54.408Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T16:09:54.408Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T16:09:54.408Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T16:09:54.408Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T16:09:54.669Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T16:09:54.669Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T16:09:54.669Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T16:09:54.669Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T16:09:54.669Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T16:09:54.669Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T16:09:54.931Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T16:09:54.931Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T16:09:54.931Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] // withDockerContainer [Pipeline] } [2021-01-19T16:09:55.504Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T16:09:55.504Z] Checking for services that may need to be restarted...done. [2021-01-19T16:09:55.504Z] Checking for services that may need to be restarted...done. [2021-01-19T16:09:55.504Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T16:09:55.504Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T16:09:55.504Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:09:56.085Z] Selecting previously unselected package python3-minimal. [2021-01-19T16:09:56.085Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T16:09:56.085Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T16:09:56.085Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T16:09:56.085Z] Selecting previously unselected package mime-support. [2021-01-19T16:09:56.085Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T16:09:56.085Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T16:09:56.085Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T16:09:56.085Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T16:09:56.085Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T16:09:56.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T16:09:56.226Z] [2021-01-19T16:09:56.226Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:09:56.347Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T16:09:56.347Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T16:09:56.347Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T16:09:56.607Z] Selecting previously unselected package python3.6. [2021-01-19T16:09:56.607Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T16:09:56.607Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T16:09:56.607Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T16:09:56.607Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T16:09:56.607Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T16:09:56.620Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T16:09:56.867Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T16:09:56.893Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T16:09:56.893Z] 29e5d40040c1: Pulling fs layer [2021-01-19T16:09:56.893Z] 1ce36da41761: Pulling fs layer [2021-01-19T16:09:56.893Z] 25b303627fd3: Pulling fs layer [2021-01-19T16:09:57.129Z] Selecting previously unselected package python3. [2021-01-19T16:09:57.129Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T16:09:57.129Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T16:09:57.129Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T16:09:57.129Z] Selecting previously unselected package multiarch-support. [2021-01-19T16:09:57.129Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T16:09:57.129Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T16:09:57.129Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T16:09:57.164Z] 29e5d40040c1: Verifying Checksum [2021-01-19T16:09:57.164Z] 29e5d40040c1: Download complete [2021-01-19T16:09:57.390Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T16:09:57.390Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T16:09:57.390Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T16:09:57.390Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T16:09:57.390Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T16:09:57.390Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T16:09:57.390Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T16:09:57.653Z] Selecting previously unselected package sudo. [2021-01-19T16:09:57.653Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T16:09:57.653Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T16:09:57.653Z] Selecting previously unselected package apparmor. [2021-01-19T16:09:57.653Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T16:09:57.763Z] 29e5d40040c1: Pull complete [2021-01-19T16:09:57.763Z] 1ce36da41761: Verifying Checksum [2021-01-19T16:09:57.763Z] 1ce36da41761: Download complete [2021-01-19T16:09:57.913Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T16:09:57.913Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T16:09:57.913Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T16:09:57.913Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T16:09:58.174Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T16:09:58.174Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T16:09:58.174Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T16:09:58.174Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T16:09:58.174Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T16:09:58.174Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T16:09:58.436Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T16:09:58.436Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T16:09:58.436Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T16:09:58.436Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T16:09:58.436Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T16:09:58.436Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T16:09:58.698Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T16:09:58.698Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T16:09:58.698Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T16:09:58.698Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T16:09:58.698Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T16:09:58.698Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T16:09:58.959Z] Selecting previously unselected package openssh-client. [2021-01-19T16:09:58.959Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T16:09:58.959Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T16:09:59.199Z] 1ce36da41761: Pull complete [2021-01-19T16:09:59.218Z] Selecting previously unselected package squashfs-tools. [2021-01-19T16:09:59.218Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T16:09:59.218Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T16:09:59.218Z] Selecting previously unselected package snapd. [2021-01-19T16:09:59.218Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T16:09:59.471Z] 25b303627fd3: Verifying Checksum [2021-01-19T16:09:59.471Z] 25b303627fd3: Download complete [2021-01-19T16:09:59.477Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T16:10:01.391Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T16:10:01.391Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T16:10:01.652Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T16:10:01.652Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T16:10:01.652Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T16:10:01.916Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T16:10:01.916Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T16:10:01.916Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T16:10:01.916Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T16:10:02.858Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T16:10:02.858Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T16:10:02.858Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T16:10:02.858Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T16:10:02.858Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T16:10:02.858Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T16:10:03.430Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T16:10:03.430Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T16:10:03.430Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T16:10:03.691Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T16:10:03.691Z] running python rtupdate hooks for python3.6... [2021-01-19T16:10:03.691Z] running python post-rtupdate hooks for python3.6... [2021-01-19T16:10:03.691Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T16:10:05.074Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T16:10:05.334Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T16:10:05.334Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T16:10:05.595Z] Setting up snapd (2.48+18.04) ... [2021-01-19T16:10:05.857Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T16:10:06.117Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T16:10:06.379Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T16:10:06.379Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T16:10:06.640Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T16:10:06.640Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T16:10:06.902Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T16:10:07.165Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T16:10:07.165Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T16:10:07.426Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T16:10:07.689Z] /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-19T16:10:07.689Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T16:10:07.689Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T16:10:08.637Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T16:10:08.637Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T16:10:08.637Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T16:10:08.900Z] Fetched 88.7 kB in 1s (176 kB/s) [2021-01-19T16:10:09.617Z] 25b303627fd3: Pull complete [2021-01-19T16:10:09.617Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T16:10:09.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T16:10:09.617Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T16:10:09.839Z] prd-ubuntu18.04-docker-arm64-4c-16g-21211 does not seem to be running inside a container [2021-01-19T16:10:09.844Z] Reading package lists... [2021-01-19T16:10:09.908Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T16:10:10.106Z] Reading package lists... [2021-01-19T16:10:10.367Z] Building dependency tree... [2021-01-19T16:10:10.367Z] Reading state information... [2021-01-19T16:10:10.367Z] Calculating upgrade... [2021-01-19T16:10:10.629Z] The following packages will be upgraded: [2021-01-19T16:10:10.629Z] advancecomp base-files bash binutils binutils-common [2021-01-19T16:10:10.629Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T16:10:10.629Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T16:10:10.629Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T16:10:10.629Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T16:10:10.629Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T16:10:10.629Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T16:10:10.629Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T16:10:10.629Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T16:10:10.629Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T16:10:10.629Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T16:10:10.629Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T16:10:10.629Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T16:10:10.629Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T16:10:10.629Z] ubuntu-keyring util-linux [2021-01-19T16:10:10.629Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T16:10:10.629Z] Need to get 63.7 MB of archives. [2021-01-19T16:10:10.629Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T16:10:10.629Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T16:10:10.629Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T16:10:11.573Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T16:10:11.573Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T16:10:11.573Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T16:10:11.573Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T16:10:11.573Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T16:10:11.573Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T16:10:11.573Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T16:10:11.573Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-19T16:10:11.573Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T16:10:11.573Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-19T16:10:11.573Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-19T16:10:11.573Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T16:10:11.573Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T16:10:11.573Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T16:10:11.573Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T16:10:11.835Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T16:10:11.835Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T16:10:11.835Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T16:10:11.835Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T16:10:11.835Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T16:10:11.835Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T16:10:11.835Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T16:10:11.835Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T16:10:11.836Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T16:10:11.836Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T16:10:11.836Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T16:10:11.836Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T16:10:11.836Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T16:10:12.098Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T16:10:12.098Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T16:10:12.098Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-19T16:10:12.098Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T16:10:12.098Z] Get:35 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-19T16:10:12.098Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-19T16:10:12.098Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T16:10:12.098Z] Get:38 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-19T16:10:12.098Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T16:10:12.098Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T16:10:12.098Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T16:10:12.098Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T16:10:12.358Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T16:10:12.358Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-19T16:10:12.358Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T16:10:12.358Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T16:10:12.358Z] Get:47 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-19T16:10:12.358Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T16:10:12.358Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T16:10:12.358Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T16:10:12.358Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T16:10:12.358Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T16:10:12.358Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T16:10:12.358Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T16:10:12.358Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T16:10:12.358Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T16:10:12.358Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T16:10:12.358Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T16:10:12.358Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T16:10:12.358Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T16:10:12.358Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T16:10:12.358Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T16:10:12.358Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T16:10:12.619Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T16:10:12.619Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T16:10:12.619Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T16:10:12.619Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T16:10:12.619Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T16:10:12.619Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T16:10:12.619Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T16:10:12.619Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T16:10:12.619Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T16:10:12.619Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T16:10:12.619Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T16:10:12.619Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T16:10:12.619Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T16:10:12.619Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T16:10:12.619Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T16:10:12.879Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T16:10:12.879Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T16:10:12.879Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-19T16:10:12.888Z] $ docker top 531fcfe8a0a25b1cec4b62b317a0ea8c36bd30ab774f82b0f09fff4decb66dbc -eo pid,comm [2021-01-19T16:10:13.140Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T16:10:13.140Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T16:10:13.140Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T16:10:13.140Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T16:10:13.140Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T16:10:13.140Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T16:10:13.140Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [Pipeline] { [Pipeline] sh [2021-01-19T16:10:13.947Z] + docker-compose build --help [2021-01-19T16:10:13.947Z] + grep parallel [2021-01-19T16:10:14.083Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T16:10:15.025Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T16:10:15.286Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T16:10:15.546Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T16:10:16.118Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T16:10:16.118Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T16:10:16.118Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T16:10:16.118Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T16:10:16.118Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T16:10:16.118Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T16:10:16.118Z] Fetched 63.7 MB in 6s (11.5 MB/s) [2021-01-19T16:10:16.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:16.378Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T16:10:16.378Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T16:10:16.949Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T16:10:16.949Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T16:10:17.210Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T16:10:17.210Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T16:10:17.313Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T16:10:17.600Z] $ docker stop --time=1 531fcfe8a0a25b1cec4b62b317a0ea8c36bd30ab774f82b0f09fff4decb66dbc [2021-01-19T16:10:17.783Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:18.045Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T16:10:18.045Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:18.045Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T16:10:18.045Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:18.307Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T16:10:18.307Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:18.307Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T16:10:18.307Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:18.569Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T16:10:18.569Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:18.569Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T16:10:18.569Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:18.569Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T16:10:18.831Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:18.831Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T16:10:18.831Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:18.831Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T16:10:19.093Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:19.093Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T16:10:19.093Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:19.093Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T16:10:19.354Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:19.354Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T16:10:19.354Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:19.577Z] $ docker rm -f 531fcfe8a0a25b1cec4b62b317a0ea8c36bd30ab774f82b0f09fff4decb66dbc [2021-01-19T16:10:19.615Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T16:10:19.616Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:19.877Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T16:10:19.877Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T16:10:19.877Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:10:20.456Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T16:10:20.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T16:10:20.503Z] . [Pipeline] withDockerContainer [2021-01-19T16:10:20.716Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T16:10:20.716Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T16:10:20.716Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T16:10:20.716Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T16:10:20.716Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T16:10:20.807Z] prd-ubuntu18.04-docker-arm64-4c-16g-21211 does not seem to be running inside a container [2021-01-19T16:10:20.904Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T16:10:20.977Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T16:10:20.977Z] Installing new version of config file /etc/issue ... [2021-01-19T16:10:20.977Z] Installing new version of config file /etc/issue.net ... [2021-01-19T16:10:20.977Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T16:10:20.977Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T16:10:21.238Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T16:10:21.238Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T16:10:21.238Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T16:10:21.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:21.498Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T16:10:21.498Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T16:10:21.759Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T16:10:21.759Z] 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-19T16:10:21.759Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:21.759Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T16:10:21.759Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T16:10:22.020Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T16:10:22.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:22.020Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T16:10:22.020Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T16:10:22.280Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T16:10:22.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:22.280Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T16:10:22.350Z] $ docker top ccefca4f3d471914540d26cc16bb69fd57a9db6680f6046661c5e1b1369e93f6 -eo pid,comm [2021-01-19T16:10:22.543Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [Pipeline] { [Pipeline] sh [2021-01-19T16:10:22.805Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T16:10:22.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:22.805Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T16:10:22.805Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T16:10:23.066Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T16:10:23.066Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:23.066Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T16:10:23.066Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T16:10:23.327Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T16:10:23.327Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:23.327Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T16:10:23.327Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T16:10:23.327Z] Setting up grep (3.1-2build1) ... [2021-01-19T16:10:23.420Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T16:10:23.591Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:23.591Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T16:10:23.591Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T16:10:23.591Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T16:10:23.853Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:23.853Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T16:10:23.853Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T16:10:23.853Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T16:10:24.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:24.120Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T16:10:24.120Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T16:10:24.698Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T16:10:24.698Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T16:10:24.698Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T16:10:24.991Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T16:10:25.564Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T16:10:25.564Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:25.564Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T16:10:25.564Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T16:10:26.513Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T16:10:26.513Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T16:10:26.775Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T16:10:26.775Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T16:10:26.775Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T16:10:26.798Z] Building docker-core-command-go ... [2021-01-19T16:10:26.798Z] Building docker-core-data-go ... [2021-01-19T16:10:26.798Z] Building docker-core-metadata-go ... [2021-01-19T16:10:26.798Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T16:10:26.798Z] Building docker-security-proxy-setup-go ... [2021-01-19T16:10:26.798Z] Building docker-security-secretstore-setup-go ... [2021-01-19T16:10:26.798Z] Building docker-support-notifications-go ... [2021-01-19T16:10:26.798Z] Building docker-support-scheduler-go ... [2021-01-19T16:10:26.798Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T16:10:26.798Z] Building docker-sys-mgmt-agent-go [2021-01-19T16:10:26.798Z] Building docker-security-proxy-setup-go [2021-01-19T16:10:26.798Z] Building docker-support-scheduler-go [2021-01-19T16:10:26.798Z] Building docker-core-metadata-go [2021-01-19T16:10:26.798Z] Building docker-security-bootstrap-redis-go [2021-01-19T16:10:27.042Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:27.042Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T16:10:27.042Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T16:10:27.317Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T16:10:27.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:27.317Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T16:10:27.317Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T16:10:27.578Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T16:10:27.578Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:27.578Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T16:10:27.578Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T16:10:27.841Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T16:10:27.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:27.841Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T16:10:27.841Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T16:10:28.103Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T16:10:28.103Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:28.103Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T16:10:28.103Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T16:10:28.368Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T16:10:28.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:28.368Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T16:10:28.368Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T16:10:28.368Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T16:10:28.628Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T16:10:28.628Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T16:10:28.628Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:28.628Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T16:10:28.887Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T16:10:28.887Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T16:10:29.150Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:29.150Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T16:10:29.150Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T16:10:29.150Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T16:10:29.150Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:29.150Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T16:10:29.411Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T16:10:29.411Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T16:10:29.672Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:29.672Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T16:10:29.672Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T16:10:30.244Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T16:10:30.506Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T16:10:30.767Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T16:10:30.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:30.767Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T16:10:30.767Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T16:10:31.028Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T16:10:31.288Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T16:10:31.288Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T16:10:31.288Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T16:10:31.288Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T16:10:31.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:31.549Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T16:10:31.549Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T16:10:31.810Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T16:10:32.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:32.071Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T16:10:32.071Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T16:10:32.071Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T16:10:32.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:32.332Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T16:10:32.332Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T16:10:32.593Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T16:10:32.593Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:32.593Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T16:10:32.593Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T16:10:32.855Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T16:10:33.116Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:33.116Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T16:10:33.116Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T16:10:33.116Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T16:10:33.116Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T16:10:33.377Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T16:10:33.377Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T16:10:33.377Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T16:10:33.638Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:33.638Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T16:10:33.638Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T16:10:33.638Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T16:10:33.899Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:33.899Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T16:10:33.899Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T16:10:33.899Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T16:10:34.161Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:34.161Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T16:10:34.422Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T16:10:34.422Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T16:10:34.422Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:34.422Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T16:10:34.683Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T16:10:34.683Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T16:10:34.946Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:34.946Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T16:10:34.946Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T16:10:35.212Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T16:10:35.527Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:35.527Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T16:10:35.527Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T16:10:35.527Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T16:10:35.829Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:35.829Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T16:10:35.829Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T16:10:35.829Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T16:10:36.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:36.131Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T16:10:36.131Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T16:10:36.131Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T16:10:36.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:36.131Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T16:10:36.420Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T16:10:36.420Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T16:10:36.420Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:36.420Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T16:10:36.755Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T16:10:36.755Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T16:10:36.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:36.755Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T16:10:36.755Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T16:10:37.110Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T16:10:37.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T16:10:37.110Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T16:10:37.110Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T16:10:37.110Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T16:10:37.436Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T16:10:37.436Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T16:10:37.436Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T16:10:37.698Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T16:10:37.698Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T16:10:37.960Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T16:10:37.960Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T16:10:38.222Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T16:10:38.222Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T16:10:38.484Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T16:10:38.484Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T16:10:38.484Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T16:10:38.484Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T16:10:38.744Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T16:10:38.744Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T16:10:38.744Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T16:10:38.744Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T16:10:39.005Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T16:10:39.005Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T16:10:39.005Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T16:10:39.276Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T16:10:39.276Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T16:10:39.276Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T16:10:39.542Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T16:10:39.542Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T16:10:40.485Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T16:10:40.485Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T16:10:40.485Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T16:10:40.485Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T16:10:40.746Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T16:10:40.746Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T16:10:41.011Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T16:10:41.011Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T16:10:41.286Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T16:10:41.286Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T16:10:41.286Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T16:10:41.286Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T16:10:41.548Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:41.548Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T16:10:41.808Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:41.808Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T16:10:41.808Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:41.808Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T16:10:42.071Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:42.071Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T16:10:43.014Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:43.014Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T16:10:43.958Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:43.958Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T16:10:44.902Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:44.902Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T16:10:44.902Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:45.164Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T16:10:46.108Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T16:10:46.108Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T16:10:46.108Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T16:10:46.108Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T16:10:46.108Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T16:10:46.108Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T16:10:46.370Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T16:10:46.370Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T16:10:46.631Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T16:10:46.631Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T16:10:46.631Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T16:10:46.631Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T16:10:46.896Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T16:10:46.896Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T16:10:46.896Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T16:10:47.162Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T16:10:47.162Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:47.162Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T16:10:47.162Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:47.162Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:47.162Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:47.162Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T16:10:47.426Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T16:10:47.426Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T16:10:47.426Z] [2021-01-19T16:10:47.426Z] Current default time zone: 'Etc/UTC' [2021-01-19T16:10:47.426Z] Local time is now: Tue Jan 19 16:10:47 UTC 2021. [2021-01-19T16:10:47.426Z] Universal Time is now: Tue Jan 19 16:10:47 UTC 2021. [2021-01-19T16:10:47.426Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T16:10:47.426Z] [2021-01-19T16:10:47.426Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T16:10:47.689Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:47.689Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T16:10:47.689Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T16:10:47.689Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T16:10:47.689Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T16:10:47.689Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T16:10:47.689Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T16:10:47.689Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T16:10:47.954Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T16:10:47.954Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:47.954Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T16:10:48.234Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T16:10:48.235Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T16:10:48.235Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:48.235Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T16:10:48.235Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T16:10:48.235Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T16:10:48.235Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T16:10:48.235Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T16:10:48.235Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T16:10:48.502Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T16:10:48.502Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T16:10:50.433Z] Updating certificates in /etc/ssl/certs... [2021-01-19T16:10:51.392Z] 22 added, 17 removed; done. [2021-01-19T16:10:51.392Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T16:10:51.392Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T16:10:51.392Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T16:10:51.392Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T16:10:51.652Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T16:10:51.652Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T16:10:51.652Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T16:10:51.652Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T16:10:51.652Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T16:10:51.652Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T16:10:51.652Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T16:10:51.652Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T16:10:51.652Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T16:10:51.915Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T16:10:51.915Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T16:10:51.915Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T16:10:51.915Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T16:10:51.915Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T16:10:51.915Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T16:10:51.915Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T16:10:51.915Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T16:10:52.177Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T16:10:52.177Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T16:10:52.177Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T16:10:52.177Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T16:10:52.177Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T16:10:52.177Z] Updating certificates in /etc/ssl/certs... [2021-01-19T16:10:53.130Z] 0 added, 0 removed; done. [2021-01-19T16:10:53.130Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T16:10:53.130Z] done. [2021-01-19T16:10:53.391Z] Reading package lists... [2021-01-19T16:10:53.652Z] Building dependency tree... [2021-01-19T16:10:53.652Z] Reading state information... [2021-01-19T16:10:53.913Z] The following NEW packages will be installed: [2021-01-19T16:10:53.913Z] apt-transport-https [2021-01-19T16:10:53.913Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T16:10:53.913Z] Need to get 1696 B of archives. [2021-01-19T16:10:53.913Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T16:10:53.913Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T16:10:54.174Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T16:10:54.174Z] Fetched 1696 B in 0s (27.5 kB/s) [2021-01-19T16:10:54.174Z] Selecting previously unselected package apt-transport-https. [2021-01-19T16:10:54.174Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T16:10:54.174Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T16:10:54.174Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T16:10:54.174Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T16:10:54.437Z] Waiting for network to be ready... [2021-01-19T16:11:01.040Z] 2021-01-19T16:10:57Z INFO Waiting for automatic snapd restart... [2021-01-19T16:11:01.040Z] snapd 2.48.2 from Canonical* installed [2021-01-19T16:11:01.984Z] "snapd" switched to the "latest/stable" channel [2021-01-19T16:11:01.984Z] [2021-01-19T16:11:04.535Z] core18 20201210 from Canonical* installed [2021-01-19T16:11:04.798Z] "core18" switched to the "latest/stable" channel [2021-01-19T16:11:04.798Z] [2021-01-19T16:11:08.102Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T16:11:08.362Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T16:11:08.362Z] [2021-01-19T16:11:12.568Z] 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-19T16:11:12.568Z] - README.md [2021-01-19T16:11:12.568Z] - snapcraft.yaml.orig [2021-01-19T16:11:12.568Z] [2021-01-19T16:11:12.568Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T16:11:19.186Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T16:11:19.186Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T16:11:19.186Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T16:11:19.186Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T16:11:19.765Z] Reading package lists... [2021-01-19T16:11:20.026Z] 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-19T16:11:26.623Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T16:11:26.623Z] Reading package lists... [2021-01-19T16:11:26.623Z] Building dependency tree... [2021-01-19T16:11:26.623Z] Reading state information... [2021-01-19T16:11:26.623Z] Suggested packages: [2021-01-19T16:11:26.623Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T16:11:26.623Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T16:11:26.623Z] Recommended packages: [2021-01-19T16:11:26.623Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T16:11:26.623Z] The following NEW packages will be installed: [2021-01-19T16:11:26.623Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T16:11:26.623Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T16:11:26.623Z] pkg-config zip [2021-01-19T16:11:26.623Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T16:11:26.623Z] Need to get 7655 kB of archives. [2021-01-19T16:11:26.623Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T16:11:26.623Z] 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-19T16:11:26.623Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T16:11:26.623Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T16:11:26.623Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T16:11:26.623Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T16:11:26.623Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T16:11:26.623Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T16:11:26.883Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T16:11:26.883Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T16:11:26.883Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T16:11:27.168Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T16:11:27.168Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T16:11:27.168Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T16:11:27.168Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T16:11:27.168Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T16:11:27.429Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T16:11:27.429Z] Fetched 7655 kB in 1s (10.2 MB/s) [2021-01-19T16:11:27.429Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T16:11:27.429Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T16:11:27.429Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T16:11:27.429Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T16:11:27.691Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T16:11:27.691Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T16:11:27.691Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T16:11:27.691Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T16:11:27.691Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T16:11:27.691Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T16:11:27.691Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T16:11:27.691Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T16:11:27.691Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T16:11:27.953Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T16:11:27.953Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T16:11:27.953Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T16:11:27.953Z] Selecting previously unselected package liberror-perl. [2021-01-19T16:11:27.953Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T16:11:27.953Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T16:11:28.213Z] Selecting previously unselected package git-man. [2021-01-19T16:11:28.213Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T16:11:28.213Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T16:11:28.213Z] Selecting previously unselected package git. [2021-01-19T16:11:28.213Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T16:11:28.213Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T16:11:29.155Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T16:11:29.155Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T16:11:29.155Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T16:11:29.415Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T16:11:29.415Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T16:11:29.415Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T16:11:29.415Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T16:11:29.415Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T16:11:29.415Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T16:11:29.676Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T16:11:29.676Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T16:11:29.676Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T16:11:29.676Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T16:11:29.676Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T16:11:29.676Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T16:11:29.937Z] Selecting previously unselected package pkg-config. [2021-01-19T16:11:29.937Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T16:11:29.937Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T16:11:29.937Z] Selecting previously unselected package zip. [2021-01-19T16:11:29.937Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T16:11:29.937Z] Unpacking zip (3.0-11build1) ... [2021-01-19T16:11:30.200Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T16:11:30.200Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T16:11:30.200Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T16:11:30.200Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T16:11:30.200Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T16:11:30.200Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T16:11:30.200Z] No schema files found: doing nothing. [2021-01-19T16:11:30.200Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T16:11:30.200Z] Setting up zip (3.0-11build1) ... [2021-01-19T16:11:30.462Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T16:11:30.462Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T16:11:30.462Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T16:11:30.462Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T16:11:30.462Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T16:11:30.462Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T16:11:30.724Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T16:11:30.724Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T16:11:34.797Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:11:34.797Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:11:34.797Z] ---> bffbe092a556 [2021-01-19T16:11:34.797Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T16:11:34.797Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:11:34.797Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:11:34.797Z] ---> bffbe092a556 [2021-01-19T16:11:34.797Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T16:11:34.797Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:11:34.797Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:11:34.797Z] ---> bffbe092a556 [2021-01-19T16:11:34.797Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T16:11:34.797Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:11:34.797Z] [2021-01-19T16:11:34.797Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:11:34.797Z] ---> bffbe092a556 [2021-01-19T16:11:34.797Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T16:11:34.797Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:11:34.797Z] ---> bffbe092a556 [2021-01-19T16:11:34.797Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T16:11:37.319Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T16:11:37.319Z] git set to automatically installed. [2021-01-19T16:11:37.319Z] git-man set to automatically installed. [2021-01-19T16:11:37.319Z] libcurl3-gnutls set to automatically installed. [2021-01-19T16:11:37.319Z] liberror-perl set to automatically installed. [2021-01-19T16:11:37.319Z] libglib2.0-0 set to automatically installed. [2021-01-19T16:11:37.319Z] libnghttp2-14 set to automatically installed. [2021-01-19T16:11:37.319Z] libnorm1 set to automatically installed. [2021-01-19T16:11:37.319Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T16:11:37.319Z] libpsl5 set to automatically installed. [2021-01-19T16:11:37.319Z] librtmp1 set to automatically installed. [2021-01-19T16:11:37.319Z] libsodium23 set to automatically installed. [2021-01-19T16:11:37.319Z] libzmq3-dev set to automatically installed. [2021-01-19T16:11:37.319Z] libzmq5 set to automatically installed. [2021-01-19T16:11:37.319Z] pkg-config set to automatically installed. [2021-01-19T16:11:37.319Z] zip set to automatically installed. [2021-01-19T16:11:38.180Z] ---> Running in df4c4beeada9 [2021-01-19T16:11:38.180Z] ---> Running in 384c88cf14fb [2021-01-19T16:11:38.181Z] ---> Running in 8b530a3f5a74 [2021-01-19T16:11:38.181Z] ---> Running in 56bd512eab12 [2021-01-19T16:11:38.181Z] ---> Running in ca83d295e33d [2021-01-19T16:11:38.181Z] Removing intermediate container 8b530a3f5a74 [2021-01-19T16:11:38.181Z] ---> c99539211b28 [2021-01-19T16:11:38.181Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:11:38.181Z] Removing intermediate container 384c88cf14fb [2021-01-19T16:11:38.181Z] ---> 4f2b6b513b0b [2021-01-19T16:11:38.181Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:11:38.464Z] Removing intermediate container 56bd512eab12 [2021-01-19T16:11:38.464Z] ---> b03012735a3d [2021-01-19T16:11:38.464Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:11:38.464Z] ---> Running in cda087546376 [2021-01-19T16:11:38.464Z] Removing intermediate container df4c4beeada9 [2021-01-19T16:11:38.464Z] ---> 7b2630e0db00 [2021-01-19T16:11:38.464Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:11:38.464Z] Removing intermediate container ca83d295e33d [2021-01-19T16:11:38.464Z] ---> ecd661a6fc9a [2021-01-19T16:11:38.464Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:11:38.739Z] ---> Running in e93d2159d04e [2021-01-19T16:11:38.739Z] ---> Running in e1c79019d74e [2021-01-19T16:11:38.739Z] ---> Running in 278395d7ea9b [2021-01-19T16:11:38.739Z] ---> Running in 3cd87573bc68 [2021-01-19T16:11:39.286Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T16:11:42.153Z] Removing intermediate container cda087546376 [2021-01-19T16:11:42.153Z] ---> 0a533846202d [2021-01-19T16:11:42.153Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T16:11:42.426Z] ---> Running in f2d37811e71b [2021-01-19T16:11:42.426Z] Removing intermediate container e1c79019d74e [2021-01-19T16:11:42.426Z] ---> 50e3a2188d54 [2021-01-19T16:11:42.426Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T16:11:42.706Z] Removing intermediate container e93d2159d04e [2021-01-19T16:11:42.707Z] ---> 8f32a352329f [2021-01-19T16:11:42.707Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T16:11:42.976Z] ---> Running in 75c34ac991db [2021-01-19T16:11:42.976Z] Removing intermediate container 278395d7ea9b [2021-01-19T16:11:42.976Z] ---> 51a5164f63fc [2021-01-19T16:11:42.976Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T16:11:43.252Z] ---> Running in 8da5bdbc12ac [2021-01-19T16:11:43.252Z] Removing intermediate container 3cd87573bc68 [2021-01-19T16:11:43.252Z] ---> d1d6812c2fa9 [2021-01-19T16:11:43.252Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T16:11:43.252Z] ---> Running in 0bbce0e671e7 [2021-01-19T16:11:43.528Z] ---> Running in 8f5d84fd4d95 [2021-01-19T16:11:44.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:11:44.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:11:45.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:11:45.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:11:45.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:11:45.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:11:45.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:11:46.021Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T16:11:46.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:11:46.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:11:46.410Z] OK: 217 MiB in 51 packages [2021-01-19T16:11:46.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:11:46.683Z] OK: 217 MiB in 51 packages [2021-01-19T16:11:46.976Z] snap "core18" has no updates available [2021-01-19T16:11:47.285Z] OK: 217 MiB in 51 packages [2021-01-19T16:11:47.567Z] OK: 217 MiB in 51 packages [2021-01-19T16:11:47.567Z] OK: 217 MiB in 51 packages [2021-01-19T16:11:47.841Z] Removing intermediate container f2d37811e71b [2021-01-19T16:11:47.841Z] ---> 2c26d3559075 [2021-01-19T16:11:47.841Z] Step 6/22 : COPY go.mod . [2021-01-19T16:11:47.917Z] Pulling config-common [2021-01-19T16:11:48.444Z] Removing intermediate container 75c34ac991db [2021-01-19T16:11:48.444Z] ---> 79af3df81d14 [2021-01-19T16:11:48.444Z] Step 6/22 : COPY go.mod . [2021-01-19T16:11:48.856Z] Pulling go-build-helper [2021-01-19T16:11:49.047Z] Removing intermediate container 8da5bdbc12ac [2021-01-19T16:11:49.047Z] ---> 9adc23f0790e [2021-01-19T16:11:49.047Z] Step 6/26 : COPY go.mod . [2021-01-19T16:11:49.047Z] ---> 333abeac8b5d [2021-01-19T16:11:49.047Z] Step 7/22 : RUN go mod download [2021-01-19T16:11:49.322Z] ---> Running in 874721aa0e6b [2021-01-19T16:11:49.322Z] Removing intermediate container 0bbce0e671e7 [2021-01-19T16:11:49.322Z] ---> 1cbd2b43dd41 [2021-01-19T16:11:49.322Z] Step 6/21 : COPY go.mod . [2021-01-19T16:11:49.594Z] ---> fa705e05d8d3 [2021-01-19T16:11:49.594Z] Step 7/22 : RUN go mod download [2021-01-19T16:11:49.594Z] Removing intermediate container 8f5d84fd4d95 [2021-01-19T16:11:49.594Z] ---> f82327d0b91d [2021-01-19T16:11:49.594Z] Step 6/21 : COPY go.mod . [2021-01-19T16:11:49.889Z] ---> Running in 74b5f94029d5 [2021-01-19T16:11:50.164Z] ---> f30858de14ac [2021-01-19T16:11:50.164Z] Step 7/26 : RUN go mod download [2021-01-19T16:11:50.438Z] ---> Running in 8d606c4b7e92 [2021-01-19T16:11:50.438Z] ---> 2a583255a557 [2021-01-19T16:11:50.438Z] Step 7/21 : RUN go mod download [2021-01-19T16:11:50.720Z] ---> 8cba82f7d279 [2021-01-19T16:11:50.720Z] Step 7/21 : RUN go mod download [2021-01-19T16:11:50.720Z] ---> Running in d8b0282649a8 [2021-01-19T16:11:51.000Z] ---> Running in 016df0793dcb [2021-01-19T16:11:53.647Z] Removing intermediate container 874721aa0e6b [2021-01-19T16:11:53.647Z] ---> 1418b7d904d7 [2021-01-19T16:11:53.647Z] Step 8/22 : COPY . . [2021-01-19T16:11:54.249Z] Removing intermediate container 74b5f94029d5 [2021-01-19T16:11:54.249Z] ---> 17e9c6d1f233 [2021-01-19T16:11:54.249Z] Step 8/22 : COPY . . [2021-01-19T16:11:55.240Z] Removing intermediate container 8d606c4b7e92 [2021-01-19T16:11:55.240Z] ---> be03f66dcf2d [2021-01-19T16:11:55.240Z] Step 8/26 : COPY . . [2021-01-19T16:11:56.221Z] Removing intermediate container d8b0282649a8 [2021-01-19T16:11:56.221Z] ---> add62a43e989 [2021-01-19T16:11:56.221Z] Step 8/21 : COPY . . [2021-01-19T16:11:57.201Z] Removing intermediate container 016df0793dcb [2021-01-19T16:11:57.201Z] ---> 33c5803e97b4 [2021-01-19T16:11:57.201Z] Step 8/21 : COPY . . [2021-01-19T16:12:10.818Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T16:12:10.818Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T16:12:10.818Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T16:12:10.818Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T16:12:10.818Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T16:12:10.818Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T16:12:10.818Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T16:12:10.818Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T16:12:10.818Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T16:12:10.818Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T16:12:10.818Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T16:12:10.818Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T16:12:10.818Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T16:12:10.818Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T16:12:10.818Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T16:12:10.818Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T16:12:10.818Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T16:12:10.818Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T16:12:10.818Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T16:12:10.818Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T16:12:10.818Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T16:12:10.818Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T16:12:10.818Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T16:12:10.818Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T16:12:10.818Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T16:12:10.818Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T16:12:10.818Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T16:12:10.818Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T16:12:10.818Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T16:12:10.818Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T16:12:10.818Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T16:12:10.818Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T16:12:10.818Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T16:12:10.818Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T16:12:10.818Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T16:12:10.818Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T16:12:10.818Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T16:12:10.818Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T16:12:10.818Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T16:12:10.818Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T16:12:10.818Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T16:12:10.818Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T16:12:10.818Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T16:12:10.818Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T16:12:10.818Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T16:12:10.818Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T16:12:10.819Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T16:12:10.819Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T16:12:10.819Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T16:12:10.819Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T16:12:10.819Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T16:12:10.819Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T16:12:10.819Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T16:12:10.819Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T16:12:10.819Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T16:12:10.819Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T16:12:10.819Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T16:12:10.819Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T16:12:10.819Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T16:12:10.819Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T16:12:10.819Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T16:12:10.819Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T16:12:10.819Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T16:12:10.819Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T16:12:10.819Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T16:12:15.053Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T16:12:15.053Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T16:12:15.053Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T16:12:15.053Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T16:12:15.053Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T16:12:15.053Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T16:12:15.053Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T16:12:15.053Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T16:12:15.053Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T16:12:15.053Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T16:12:15.053Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T16:12:15.053Z] Pulling static-packages [2021-01-19T16:12:15.316Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-19T16:12:15.316Z] Skipping pull go-build-helper (already ran) [2021-01-19T16:12:15.316Z] Skipping pull static-packages (already ran) [2021-01-19T16:12:15.316Z] Building go-build-helper [2021-01-19T16:12:19.385Z] ---> 2e48f37a5206 [2021-01-19T16:12:19.385Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T16:12:19.532Z] Building static-packages [2021-01-19T16:12:19.663Z] ---> 35ddaa49f503 [2021-01-19T16:12:19.663Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T16:12:19.663Z] ---> e5de45f4e4cf [2021-01-19T16:12:19.663Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T16:12:19.663Z] ---> Running in 70b049107dad [2021-01-19T16:12:19.936Z] ---> Running in a27e3b3dcac0 [2021-01-19T16:12:19.936Z] ---> 7ee61bd82f04 [2021-01-19T16:12:19.936Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T16:12:19.936Z] ---> 01344eee0b67 [2021-01-19T16:12:19.936Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T16:12:20.215Z] ---> Running in 9e338483d5e2 [2021-01-19T16:12:20.215Z] ---> Running in 4e6fd8eecb3f [2021-01-19T16:12:20.215Z] ---> Running in 0a0cd8dd1a27 [2021-01-19T16:12:20.925Z] Staging go-build-helper [2021-01-19T16:12:21.876Z] Staging static-packages [2021-01-19T16:12:22.212Z] 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-19T16:12:22.212Z] 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-19T16:12:22.212Z] 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-19T16:12:22.212Z] 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-19T16:12:22.212Z] 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-19T16:12:23.272Z] Pulling go115 [2021-01-19T16:12:23.853Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T16:12:23.853Z] Skipping pull go115 (already ran) [2021-01-19T16:12:23.853Z] Building go115 [2021-01-19T16:12:23.853Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:12:23.853Z] Dload Upload Total Spent Left Speed [2021-01-19T16:12:27.367Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 5950k 0 0 14.4M 0 0:00:08 --:--:-- 0:00:08 14.3M 36 115M 36 41.9M 0 0 29.8M 0 0:00:03 0:00:01 0:00:02 29.8M 67 115M 67 78.1M 0 0 32.2M 0 0:00:03 0:00:02 0:00:01 32.2M 96 115M 96 110M 0 0 32.5M 0 0:00:03 0:00:03 --:--:-- 32.5M 100 115M 100 115M 0 0 32.5M 0 0:00:03 0:00:03 --:--:-- 32.5M [2021-01-19T16:12:27.948Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T16:12:32.167Z] Staging go115 [2021-01-19T16:12:37.502Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T16:12:37.502Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T16:12:37.502Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T16:12:37.502Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T16:12:37.502Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T16:12:37.502Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T16:12:37.502Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T16:12:37.502Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T16:12:37.502Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T16:12:37.502Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T16:12:37.502Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T16:12:37.502Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T16:12:37.502Z] Pulling edgex-go [2021-01-19T16:12:38.076Z] Pulling version [2021-01-19T16:12:38.657Z] Building config-common [2021-01-19T16:12:40.574Z] Skipping build go-build-helper (already ran) [2021-01-19T16:12:40.574Z] Skipping build static-packages (already ran) [2021-01-19T16:12:40.574Z] Skipping build go115 (already ran) [2021-01-19T16:12:40.836Z] Building edgex-go [2021-01-19T16:12:40.836Z] 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-19T16:12:42.218Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T16:12:42.218Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T16:12:42.218Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-19T16:12:42.218Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-19T16:12:42.218Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T16:12:42.218Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T16:12:42.218Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T16:12:42.218Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-19T16:12:42.218Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T16:12:42.218Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T16:12:42.218Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T16:12:42.218Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T16:12:42.218Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T16:12:42.218Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T16:12:42.218Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T16:12:42.218Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T16:12:42.218Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T16:12:42.218Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T16:12:42.218Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T16:12:42.218Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-19T16:12:42.218Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T16:12:42.480Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T16:12:42.480Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T16:12:42.480Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T16:12:42.480Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T16:12:42.480Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T16:12:42.480Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T16:12:42.480Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T16:12:42.480Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T16:12:43.069Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T16:12:43.069Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T16:12:43.069Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T16:12:43.069Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T16:12:43.069Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T16:12:43.069Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T16:12:43.069Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T16:12:43.069Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T16:12:43.643Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T16:12:43.908Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T16:12:43.908Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T16:12:43.908Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T16:12:50.490Z] 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-19T16:12:54.713Z] 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-19T16:12:54.974Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T16:12:55.914Z] 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-19T16:12:56.489Z] 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-19T16:12:56.489Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-19T16:12:56.489Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T16:12:56.489Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T16:12:56.489Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T16:12:57.881Z] 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-19T16:12:57.882Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T16:12:57.882Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T16:12:59.270Z] 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-19T16:13:00.216Z] 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-19T16:13:00.216Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T16:13:01.604Z] 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-19T16:13:02.552Z] 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-19T16:13:03.125Z] 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-19T16:13:03.125Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T16:13:05.670Z] Building version [2021-01-19T16:13:07.592Z] Staging config-common [2021-01-19T16:13:08.534Z] Skipping stage go-build-helper (already ran) [2021-01-19T16:13:08.534Z] Skipping stage static-packages (already ran) [2021-01-19T16:13:08.534Z] Skipping stage go115 (already ran) [2021-01-19T16:13:08.534Z] Staging edgex-go [2021-01-19T16:13:09.476Z] Staging version [2021-01-19T16:13:10.419Z] Priming config-common [2021-01-19T16:13:11.365Z] Priming go-build-helper [2021-01-19T16:13:11.935Z] Priming static-packages [2021-01-19T16:13:14.484Z] Priming go115 [2021-01-19T16:13:15.432Z] Priming edgex-go [2021-01-19T16:13:16.387Z] Priming version [2021-01-19T16:13:17.334Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T16:13:44.035Z] 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-19T16:13:52.417Z] Removing intermediate container 9e338483d5e2 [2021-01-19T16:13:52.417Z] ---> 981bd5a5a0d0 [2021-01-19T16:13:52.417Z] [2021-01-19T16:13:52.417Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T16:13:52.417Z] 3.12: Pulling from library/alpine [2021-01-19T16:13:53.870Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T16:13:54.151Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T16:13:54.151Z] ---> afeebe901d6b [2021-01-19T16:13:54.151Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T16:13:54.755Z] ---> Running in 5ec3d2fe962d [2021-01-19T16:13:57.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:13:57.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:13:58.386Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T16:13:58.386Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:13:58.386Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T16:13:58.386Z] Removing intermediate container 0a0cd8dd1a27 [2021-01-19T16:13:58.386Z] ---> 518824c83fc2 [2021-01-19T16:13:58.386Z] [2021-01-19T16:13:58.386Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T16:13:58.386Z] ---> afeebe901d6b [2021-01-19T16:13:58.386Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T16:13:58.386Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T16:13:58.386Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T16:13:58.386Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:13:58.386Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T16:13:58.673Z] OK: 7 MiB in 19 packages [2021-01-19T16:13:58.673Z] ---> Running in bfe3ec56bc0b [2021-01-19T16:13:58.959Z] Removing intermediate container a27e3b3dcac0 [2021-01-19T16:13:58.959Z] ---> f6f6f811ecae [2021-01-19T16:13:58.959Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T16:13:58.959Z] Removing intermediate container 4e6fd8eecb3f [2021-01-19T16:13:58.959Z] ---> 1f885d2ef78b [2021-01-19T16:13:58.959Z] [2021-01-19T16:13:58.959Z] Step 10/21 : FROM scratch [2021-01-19T16:13:58.959Z] ---> [2021-01-19T16:13:58.959Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:13:59.238Z] ---> Running in 9ca0b07c2b71 [2021-01-19T16:13:59.238Z] ---> Running in 0d98c2be4fc1 [2021-01-19T16:14:00.229Z] Removing intermediate container 9ca0b07c2b71 [2021-01-19T16:14:00.229Z] ---> b211cf7d7fa5 [2021-01-19T16:14:00.229Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T16:14:00.505Z] ---> Running in 6f58f50a9a32 [2021-01-19T16:14:01.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:14:01.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:14:01.109Z] Removing intermediate container 6f58f50a9a32 [2021-01-19T16:14:01.109Z] ---> a6095186e719 [2021-01-19T16:14:01.109Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T16:14:01.380Z] ---> Running in 87445e10801f [2021-01-19T16:14:01.380Z] 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-19T16:14:01.655Z] Removing intermediate container 5ec3d2fe962d [2021-01-19T16:14:01.655Z] ---> a5775b3bffa5 [2021-01-19T16:14:01.655Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T16:14:01.655Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T16:14:01.934Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:14:01.934Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T16:14:01.934Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T16:14:01.934Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:14:01.934Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T16:14:01.934Z] ---> Running in f7814c47f101 [2021-01-19T16:14:02.211Z] OK: 7 MiB in 18 packages [2021-01-19T16:14:02.211Z] Removing intermediate container 87445e10801f [2021-01-19T16:14:02.211Z] ---> 74e24ed9369e [2021-01-19T16:14:02.211Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:14:02.816Z] Removing intermediate container f7814c47f101 [2021-01-19T16:14:03.095Z] ---> 4560fa575ecc [2021-01-19T16:14:03.095Z] Step 13/22 : WORKDIR / [2021-01-19T16:14:03.372Z] ---> Running in e18134883378 [2021-01-19T16:14:03.656Z] ---> 066cbd531c45 [2021-01-19T16:14:03.656Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T16:14:04.265Z] Removing intermediate container e18134883378 [2021-01-19T16:14:04.265Z] ---> b5090e8e0d73 [2021-01-19T16:14:04.265Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:14:04.541Z] Removing intermediate container bfe3ec56bc0b [2021-01-19T16:14:04.541Z] ---> a2c6df5ffc90 [2021-01-19T16:14:04.541Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T16:14:05.535Z] ---> Running in 72f52415abf6 [2021-01-19T16:14:05.807Z] ---> d5fcda97cacb [2021-01-19T16:14:05.807Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T16:14:05.807Z] ---> df2a968fc270 [2021-01-19T16:14:05.807Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T16:14:06.090Z] Removing intermediate container 72f52415abf6 [2021-01-19T16:14:06.090Z] ---> e69ab055f7c7 [2021-01-19T16:14:06.090Z] Step 13/21 : WORKDIR /edgex [2021-01-19T16:14:06.698Z] ---> Running in a9314212b558 [2021-01-19T16:14:06.698Z] Removing intermediate container 0d98c2be4fc1 [2021-01-19T16:14:06.698Z] ---> e502f00b6306 [2021-01-19T16:14:06.698Z] [2021-01-19T16:14:06.698Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T16:14:06.975Z] 20.10.0: Pulling from library/docker [2021-01-19T16:14:06.975Z] ---> 54b2fce3c531 [2021-01-19T16:14:06.975Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T16:14:07.256Z] ---> Running in f62d1730fdaf [2021-01-19T16:14:07.859Z] Removing intermediate container a9314212b558 [2021-01-19T16:14:07.859Z] ---> bc9a16e1eac8 [2021-01-19T16:14:07.859Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T16:14:07.859Z] ---> 3c20d325fd7f [2021-01-19T16:14:07.859Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T16:14:08.138Z] Removing intermediate container f62d1730fdaf [2021-01-19T16:14:08.138Z] ---> 3d5c4beb48e6 [2021-01-19T16:14:08.138Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:14:09.115Z] ---> Running in 0bc4cb6ff3b5 [2021-01-19T16:14:09.713Z] ---> c1fdd03e3937 [2021-01-19T16:14:09.713Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T16:14:09.713Z] ---> 534798b099b9 [2021-01-19T16:14:09.713Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T16:14:10.316Z] Removing intermediate container 0bc4cb6ff3b5 [2021-01-19T16:14:10.316Z] ---> 8569b259611d [2021-01-19T16:14:10.316Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T16:14:10.597Z] Removing intermediate container 70b049107dad [2021-01-19T16:14:10.597Z] ---> b9779cb5afca [2021-01-19T16:14:10.597Z] [2021-01-19T16:14:10.597Z] Step 10/22 : FROM scratch [2021-01-19T16:14:10.597Z] ---> [2021-01-19T16:14:10.597Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:14:10.597Z] ---> Using cache [2021-01-19T16:14:10.597Z] ---> b211cf7d7fa5 [2021-01-19T16:14:10.597Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T16:14:10.883Z] ---> Running in 6f4224a487d5 [2021-01-19T16:14:10.883Z] ---> Running in b02edc231259 [2021-01-19T16:14:11.165Z] ---> d88843b683cb [2021-01-19T16:14:11.165Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T16:14:11.440Z] ---> Running in a9404f0f3840 [2021-01-19T16:14:11.716Z] Removing intermediate container 6f4224a487d5 [2021-01-19T16:14:11.716Z] ---> b9d4e95d8de7 [2021-01-19T16:14:11.716Z] Step 20/21 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:14:11.988Z] ---> 8153d77dd0e0 [2021-01-19T16:14:11.988Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T16:14:11.988Z] Removing intermediate container b02edc231259 [2021-01-19T16:14:11.988Z] ---> 39d27bbb81da [2021-01-19T16:14:11.988Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T16:14:12.260Z] ---> Running in 12c24295525e [2021-01-19T16:14:12.260Z] ---> Running in 9e61dbb54fe7 [2021-01-19T16:14:13.237Z] Removing intermediate container 12c24295525e [2021-01-19T16:14:13.237Z] ---> 2aa734906a25 [2021-01-19T16:14:13.237Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T16:14:13.509Z] Removing intermediate container 9e61dbb54fe7 [2021-01-19T16:14:13.509Z] ---> bf93e2c5ce13 [2021-01-19T16:14:13.509Z] Step 14/22 : WORKDIR / [2021-01-19T16:14:14.107Z] ---> Running in 499a5ba45754 [2021-01-19T16:14:14.107Z] ---> Running in a9754c88313b [2021-01-19T16:14:14.385Z] ---> 65c974eb9385 [2021-01-19T16:14:14.385Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T16:14:14.998Z] ---> Running in d866db6a8627 [2021-01-19T16:14:14.998Z] Removing intermediate container 499a5ba45754 [2021-01-19T16:14:14.998Z] ---> 5b04601b1b59 [2021-01-19T16:14:14.998Z] [2021-01-19T16:14:14.998Z] Removing intermediate container a9754c88313b [2021-01-19T16:14:14.998Z] ---> 12c207eae293 [2021-01-19T16:14:14.998Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:14:15.595Z] Removing intermediate container a9404f0f3840 [2021-01-19T16:14:15.595Z] ---> bc3726174e09 [2021-01-19T16:14:15.595Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T16:14:15.873Z] Successfully built 5b04601b1b59 [2021-01-19T16:14:15.873Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T16:14:15.873Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-19T16:14:16.151Z] ---> Running in 725d20ff3811 [2021-01-19T16:14:16.151Z] Removing intermediate container d866db6a8627 [2021-01-19T16:14:16.151Z] ---> 8eee0d0797d2 [2021-01-19T16:14:16.151Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T16:14:16.151Z] ---> f34753d12fa4 [2021-01-19T16:14:16.151Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T16:14:16.426Z] ---> Running in f364edba0a5b [2021-01-19T16:14:17.027Z] Removing intermediate container 725d20ff3811 [2021-01-19T16:14:17.028Z] ---> 4b70efaeddd9 [2021-01-19T16:14:17.028Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T16:14:18.008Z] Removing intermediate container f364edba0a5b [2021-01-19T16:14:18.008Z] ---> 5da20b46bd36 [2021-01-19T16:14:18.008Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T16:14:18.998Z] ---> Running in 699bdecd5d92 [2021-01-19T16:14:19.285Z] ---> 536aab691643 [2021-01-19T16:14:19.285Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T16:14:19.285Z] ---> Running in 0d2bc557cf83 [2021-01-19T16:14:19.888Z] Removing intermediate container 699bdecd5d92 [2021-01-19T16:14:19.888Z] ---> 07df8e14973e [2021-01-19T16:14:19.888Z] Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:14:20.877Z] ---> Running in 99a275bb34a3 [2021-01-19T16:14:20.877Z] Removing intermediate container 0d2bc557cf83 [2021-01-19T16:14:20.877Z] ---> 8884e63d4960 [2021-01-19T16:14:20.877Z] Step 20/21 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:14:21.494Z] ---> ca968e6159a1 [2021-01-19T16:14:21.495Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T16:14:21.495Z] ---> Running in b25348cf033c [2021-01-19T16:14:21.772Z] ---> Running in c9f950d4a79b [2021-01-19T16:14:21.772Z] Removing intermediate container 99a275bb34a3 [2021-01-19T16:14:21.772Z] ---> f180641efdc3 [2021-01-19T16:14:21.772Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T16:14:22.061Z] ---> Running in ff9359113029 [2021-01-19T16:14:22.061Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T16:14:22.337Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T16:14:22.337Z] ---> eeaf43b92773 [2021-01-19T16:14:22.337Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T16:14:22.337Z] Removing intermediate container c9f950d4a79b [2021-01-19T16:14:22.337Z] ---> 7d91710a2376 [2021-01-19T16:14:22.337Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container b25348cf033c [2021-01-19T16:14:22.337Z] ---> d9a21c4e2053 [2021-01-19T16:14:22.337Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T16:14:22.337Z] [2021-01-19T16:14:22.612Z] ---> Running in 1270f999ac80 [2021-01-19T16:14:22.612Z] ---> Running in 5bfa723ceb6a [2021-01-19T16:14:22.888Z] ---> Running in f5c009682e66 [2021-01-19T16:14:22.888Z] Removing intermediate container ff9359113029 [2021-01-19T16:14:22.888Z] ---> a462516f53a5 [2021-01-19T16:14:22.888Z] [2021-01-19T16:14:23.489Z] Successfully built a462516f53a5 [2021-01-19T16:14:23.489Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T16:14:23.489Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2021-01-19T16:14:23.489Z] Removing intermediate container f5c009682e66 [2021-01-19T16:14:23.489Z] ---> b89a41863244 [2021-01-19T16:14:23.489Z] [2021-01-19T16:14:23.765Z] Removing intermediate container 5bfa723ceb6a [2021-01-19T16:14:23.765Z] ---> 74db11854be3 [2021-01-19T16:14:23.765Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T16:14:24.043Z] Successfully built b89a41863244 [2021-01-19T16:14:24.043Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T16:14:24.043Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 925cc5e68564 [2021-01-19T16:14:24.043Z] Building docker-core-data-go [2021-01-19T16:14:24.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:14:24.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:14:24.910Z] Removing intermediate container 925cc5e68564 [2021-01-19T16:14:24.910Z] ---> ea7515626efa [2021-01-19T16:14:24.910Z] Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:14:24.910Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T16:14:24.910Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T16:14:25.183Z] Executing bash-5.0.17-r0.post-install [2021-01-19T16:14:25.183Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:14:25.183Z] OK: 12 MiB in 22 packages [2021-01-19T16:14:25.183Z] ---> Running in 90fd53e85ea6 [2021-01-19T16:14:26.164Z] Removing intermediate container 90fd53e85ea6 [2021-01-19T16:14:26.164Z] ---> c2b6f327607c [2021-01-19T16:14:26.164Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T16:14:27.141Z] ---> Running in ce61345617ef [2021-01-19T16:14:27.141Z] Removing intermediate container 1270f999ac80 [2021-01-19T16:14:27.141Z] ---> 5c5c730c8fa4 [2021-01-19T16:14:27.141Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T16:14:28.577Z] ---> Running in e019c92d5004 [2021-01-19T16:14:28.577Z] Removing intermediate container ce61345617ef [2021-01-19T16:14:28.577Z] ---> 05d4857fda20 [2021-01-19T16:14:28.577Z] [2021-01-19T16:14:29.202Z] Successfully built 05d4857fda20 [2021-01-19T16:14:29.482Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T16:14:29.482Z] Building docker-security-secretstore-setup-go [2021-01-19T16:14:29.482Z]  Building docker-core-metadata-go ... done Removing intermediate container e019c92d5004 [2021-01-19T16:14:29.482Z] ---> 8f3db881ab73 [2021-01-19T16:14:29.482Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T16:14:29.756Z] ---> Running in a5fcbe487f27 [2021-01-19T16:14:30.384Z] Removing intermediate container a5fcbe487f27 [2021-01-19T16:14:30.384Z] ---> 0d3611401911 [2021-01-19T16:14:30.384Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T16:14:30.664Z] ---> Running in d42205583f6b [2021-01-19T16:14:31.259Z] Removing intermediate container d42205583f6b [2021-01-19T16:14:31.259Z] ---> 5f3c680c8d82 [2021-01-19T16:14:31.259Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T16:14:33.249Z] ---> f48d2e32dace [2021-01-19T16:14:33.249Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T16:14:34.721Z] ---> e376a3c61feb [2021-01-19T16:14:34.721Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T16:14:36.165Z] ---> fc87240d551f [2021-01-19T16:14:36.165Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T16:14:36.763Z] ---> Running in c10ed4be8c73 [2021-01-19T16:14:37.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:14:38.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:14:38.625Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T16:14:38.625Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T16:14:38.898Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T16:14:38.898Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T16:14:38.898Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T16:14:38.898Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T16:14:38.898Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T16:14:40.879Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T16:14:40.879Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T16:14:40.879Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T16:14:40.879Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T16:14:40.879Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T16:14:40.879Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T16:14:40.879Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T16:14:40.879Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T16:14:40.879Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T16:14:40.879Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T16:14:41.151Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T16:14:41.151Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T16:14:41.151Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T16:14:41.151Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T16:14:41.151Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T16:14:41.151Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T16:14:41.151Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T16:14:41.151Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T16:14:41.425Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T16:14:41.425Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T16:14:41.425Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T16:14:41.425Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T16:14:41.425Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T16:14:41.425Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T16:14:41.425Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T16:14:41.425Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T16:14:41.695Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:14:41.695Z] OK: 71 MiB in 55 packages [2021-01-19T16:14:51.862Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:14:51.862Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:14:51.862Z] ---> bffbe092a556 [2021-01-19T16:14:51.862Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T16:14:51.862Z] ---> Using cache [2021-01-19T16:14:51.862Z] ---> ecd661a6fc9a [2021-01-19T16:14:51.862Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:14:51.862Z] ---> Using cache [2021-01-19T16:14:51.862Z] ---> 51a5164f63fc [2021-01-19T16:14:51.862Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T16:14:52.148Z] Removing intermediate container c10ed4be8c73 [2021-01-19T16:14:52.148Z] ---> 99b13974613e [2021-01-19T16:14:52.148Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T16:14:52.425Z] ---> Running in 3fe6e18ca189 [2021-01-19T16:14:52.700Z] ---> Running in 7c1cb787abbd [2021-01-19T16:14:54.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:14:55.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:14:56.293Z] OK: 217 MiB in 51 packages [2021-01-19T16:14:59.713Z] Collecting docker-compose==1.23.2 [2021-01-19T16:14:59.713Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T16:15:00.051Z] Removing intermediate container 3fe6e18ca189 [2021-01-19T16:15:00.051Z] ---> ecc0973d9b98 [2021-01-19T16:15:00.051Z] Step 6/24 : COPY go.mod . [2021-01-19T16:15:00.778Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T16:15:00.778Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T16:15:02.374Z] ---> 8b4870f8717c [2021-01-19T16:15:02.374Z] Step 7/24 : RUN go mod download [2021-01-19T16:15:02.689Z] ---> Running in c6ea5e14cd04 [2021-01-19T16:15:03.744Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T16:15:03.744Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T16:15:05.915Z] 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-19T16:15:05.915Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T16:15:05.915Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T16:15:06.899Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:15:06.899Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:15:06.899Z] ---> bffbe092a556 [2021-01-19T16:15:06.899Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T16:15:06.899Z] ---> Using cache [2021-01-19T16:15:06.899Z] ---> ecd661a6fc9a [2021-01-19T16:15:06.899Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:15:06.899Z] ---> Using cache [2021-01-19T16:15:06.899Z] ---> 51a5164f63fc [2021-01-19T16:15:06.899Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T16:15:06.899Z] ---> Using cache [2021-01-19T16:15:06.899Z] ---> 1cbd2b43dd41 [2021-01-19T16:15:06.899Z] Step 6/22 : COPY go.mod . [2021-01-19T16:15:06.899Z] ---> Using cache [2021-01-19T16:15:06.899Z] ---> 2a583255a557 [2021-01-19T16:15:06.899Z] Step 7/22 : RUN go mod download [2021-01-19T16:15:06.899Z] ---> Using cache [2021-01-19T16:15:06.899Z] ---> add62a43e989 [2021-01-19T16:15:07.179Z] Step 8/22 : COPY . . [2021-01-19T16:15:07.179Z] ---> Using cache [2021-01-19T16:15:07.179Z] ---> 01344eee0b67 [2021-01-19T16:15:07.179Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T16:15:08.165Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:15:08.165Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:15:08.165Z] ---> bffbe092a556 [2021-01-19T16:15:08.165Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T16:15:08.165Z] ---> Using cache [2021-01-19T16:15:08.165Z] ---> ecd661a6fc9a [2021-01-19T16:15:08.166Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:15:08.166Z] ---> Using cache [2021-01-19T16:15:08.166Z] ---> 51a5164f63fc [2021-01-19T16:15:08.166Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T16:15:08.442Z] ---> Running in 31699ee85836 [2021-01-19T16:15:08.442Z] ---> Running in 4545d29798a9 [2021-01-19T16:15:09.049Z] Collecting PyYAML<4,>=3.10 [2021-01-19T16:15:09.329Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T16:15:09.329Z] Removing intermediate container c6ea5e14cd04 [2021-01-19T16:15:09.329Z] ---> 27d0806a66a9 [2021-01-19T16:15:09.329Z] Step 8/24 : COPY . . [2021-01-19T16:15:10.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:15:10.763Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:15:10.763Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:15:10.763Z] ---> bffbe092a556 [2021-01-19T16:15:10.763Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T16:15:10.763Z] ---> Using cache [2021-01-19T16:15:10.763Z] ---> ecd661a6fc9a [2021-01-19T16:15:10.763Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:15:10.763Z] ---> Using cache [2021-01-19T16:15:10.763Z] ---> 51a5164f63fc [2021-01-19T16:15:10.763Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T16:15:10.763Z] ---> Using cache [2021-01-19T16:15:10.763Z] ---> 1cbd2b43dd41 [2021-01-19T16:15:10.763Z] Step 6/24 : COPY go.mod . [2021-01-19T16:15:10.763Z] ---> Using cache [2021-01-19T16:15:10.763Z] ---> 2a583255a557 [2021-01-19T16:15:10.763Z] Step 7/24 : RUN go mod download [2021-01-19T16:15:10.763Z] ---> Using cache [2021-01-19T16:15:10.763Z] ---> add62a43e989 [2021-01-19T16:15:10.763Z] Step 8/24 : COPY . . [2021-01-19T16:15:10.763Z] 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-19T16:15:10.763Z] ---> Using cache [2021-01-19T16:15:10.763Z] ---> 01344eee0b67 [2021-01-19T16:15:10.763Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T16:15:11.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:15:11.750Z] ---> Running in 3aff271261ad [2021-01-19T16:15:12.735Z] OK: 217 MiB in 51 packages [2021-01-19T16:15:13.719Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T16:15:13.719Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T16:15:14.707Z] 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-19T16:15:14.980Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T16:15:14.980Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T16:15:15.989Z] Removing intermediate container 4545d29798a9 [2021-01-19T16:15:15.989Z] ---> 6ae01ef779a5 [2021-01-19T16:15:15.989Z] Step 6/23 : COPY go.mod . [2021-01-19T16:15:16.594Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T16:15:16.594Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T16:15:17.580Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T16:15:17.580Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T16:15:17.580Z] ---> dfe8ab23a922 [2021-01-19T16:15:17.580Z] Step 7/23 : RUN go mod download [2021-01-19T16:15:17.862Z] ---> Running in 94d36ba17296 [2021-01-19T16:15:18.843Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T16:15:18.844Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T16:15:19.827Z] Collecting idna<2.8,>=2.5 [2021-01-19T16:15:19.827Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T16:15:19.827Z] 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-19T16:15:19.827Z] 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-19T16:15:20.809Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T16:15:20.809Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T16:15:21.410Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T16:15:21.410Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T16:15:21.410Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T16:15:21.410Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T16:15:21.410Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T16:15:21.410Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T16:15:22.864Z] Installing collected packages: dockerpty, texttable, docopt, PyYAML, websocket-client, cached-property, idna, urllib3, requests, jsonschema, docker-pycreds, docker, docker-compose [2021-01-19T16:15:22.864Z] Running setup.py install for dockerpty: started [2021-01-19T16:15:24.866Z] Removing intermediate container 94d36ba17296 [2021-01-19T16:15:24.866Z] ---> cc4b9026c6b7 [2021-01-19T16:15:24.866Z] Step 8/23 : COPY . . [2021-01-19T16:15:25.853Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T16:15:25.853Z] Running setup.py install for texttable: started [2021-01-19T16:15:28.480Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T16:15:28.480Z] Running setup.py install for docopt: started [2021-01-19T16:15:31.129Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T16:15:31.129Z] Running setup.py install for PyYAML: started [2021-01-19T16:15:31.741Z] ---> 877593c16828 [2021-01-19T16:15:31.741Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T16:15:32.727Z] ---> Running in 5bffc108f030 [2021-01-19T16:15:33.731Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T16:15:34.332Z] Attempting uninstall: idna [2021-01-19T16:15:34.332Z] Found existing installation: idna 2.9 [2021-01-19T16:15:34.332Z] Uninstalling idna-2.9: [2021-01-19T16:15:34.607Z] Successfully uninstalled idna-2.9 [2021-01-19T16:15:35.209Z] 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-19T16:15:35.485Z] Attempting uninstall: urllib3 [2021-01-19T16:15:35.485Z] Found existing installation: urllib3 1.25.9 [2021-01-19T16:15:35.485Z] Uninstalling urllib3-1.25.9: [2021-01-19T16:15:35.762Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T16:15:36.756Z] Attempting uninstall: requests [2021-01-19T16:15:36.756Z] Found existing installation: requests 2.23.0 [2021-01-19T16:15:36.756Z] Uninstalling requests-2.23.0: [2021-01-19T16:15:37.037Z] Successfully uninstalled requests-2.23.0 [2021-01-19T16:15:40.263Z] 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-19T16:15:46.990Z] ---> 5078d72d4d70 [2021-01-19T16:15:46.990Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T16:15:46.990Z] ---> Running in 6c2866899137 [2021-01-19T16:15:48.438Z] Removing intermediate container 7c1cb787abbd [2021-01-19T16:15:48.438Z] ---> bbd8821899ee [2021-01-19T16:15:48.438Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T16:15:49.039Z] ---> Running in 6ad5a7dbb794 [2021-01-19T16:15:49.039Z] 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-19T16:15:51.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:15:51.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:15:51.633Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:15:51.633Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T16:15:51.634Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T16:15:51.634Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:15:51.909Z] OK: 71 MiB in 58 packages [2021-01-19T16:15:53.399Z] Removing intermediate container 6ad5a7dbb794 [2021-01-19T16:15:53.399Z] ---> e86be040ade3 [2021-01-19T16:15:53.399Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T16:15:53.683Z] ---> Running in 418df2c7736c [2021-01-19T16:15:54.685Z] Removing intermediate container 418df2c7736c [2021-01-19T16:15:54.685Z] ---> d4c33ae0cbfd [2021-01-19T16:15:54.685Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:15:54.685Z] ---> Running in 49e6f7c34b9d [2021-01-19T16:15:55.293Z] Removing intermediate container 49e6f7c34b9d [2021-01-19T16:15:55.293Z] ---> 0deb394f3621 [2021-01-19T16:15:55.293Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T16:15:55.568Z] ---> Running in 615a22936634 [2021-01-19T16:15:56.177Z] Removing intermediate container 615a22936634 [2021-01-19T16:15:56.177Z] ---> cad7332eb5dc [2021-01-19T16:15:56.177Z] Step 25/26 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:15:56.454Z] ---> Running in 4b3fe21a1d0f [2021-01-19T16:15:57.074Z] Removing intermediate container 4b3fe21a1d0f [2021-01-19T16:15:57.074Z] ---> b816fb95d112 [2021-01-19T16:15:57.074Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T16:15:57.355Z] ---> Running in d6de54dddfee [2021-01-19T16:15:57.968Z] Removing intermediate container d6de54dddfee [2021-01-19T16:15:57.968Z] ---> badd032c3088 [2021-01-19T16:15:57.968Z] [2021-01-19T16:15:58.254Z] Successfully built badd032c3088 [2021-01-19T16:15:58.254Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T16:16:25.123Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T16:16:37.579Z] Removing intermediate container 31699ee85836 [2021-01-19T16:16:37.579Z] ---> eb19c77cef96 [2021-01-19T16:16:37.579Z] [2021-01-19T16:16:37.579Z] Step 10/22 : FROM scratch [2021-01-19T16:16:37.579Z] ---> [2021-01-19T16:16:37.579Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:16:37.579Z] ---> Using cache [2021-01-19T16:16:37.579Z] ---> b211cf7d7fa5 [2021-01-19T16:16:37.579Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T16:16:37.579Z] ---> Running in d1cf3345843c [2021-01-19T16:16:37.579Z] Removing intermediate container 3aff271261ad [2021-01-19T16:16:37.579Z] ---> 97673a984e55 [2021-01-19T16:16:37.579Z] [2021-01-19T16:16:37.579Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T16:16:37.579Z] ---> afeebe901d6b [2021-01-19T16:16:37.579Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T16:16:37.579Z] ---> Using cache [2021-01-19T16:16:37.579Z] ---> a5775b3bffa5 [2021-01-19T16:16:37.579Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T16:16:37.854Z] ---> Running in 27ba9691a9a2 [2021-01-19T16:16:38.456Z] Removing intermediate container d1cf3345843c [2021-01-19T16:16:38.456Z] ---> cfec5880e9b3 [2021-01-19T16:16:38.456Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T16:16:38.456Z] ---> Running in ba9f33827b40 [2021-01-19T16:16:38.739Z] Removing intermediate container 27ba9691a9a2 [2021-01-19T16:16:38.739Z] ---> c67f3c6083d7 [2021-01-19T16:16:38.739Z] Step 13/24 : WORKDIR / [2021-01-19T16:16:39.016Z] ---> Running in 2efa79867c3a [2021-01-19T16:16:39.016Z] Removing intermediate container ba9f33827b40 [2021-01-19T16:16:39.016Z] ---> 3aa88598c170 [2021-01-19T16:16:39.294Z] Step 14/22 : WORKDIR / [2021-01-19T16:16:39.294Z] ---> Running in a223af071a33 [2021-01-19T16:16:39.904Z] Removing intermediate container 2efa79867c3a [2021-01-19T16:16:39.904Z] ---> 3661356ded89 [2021-01-19T16:16:39.904Z] 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-19T16:16:39.904Z] Removing intermediate container a223af071a33 [2021-01-19T16:16:39.904Z] ---> 41318433081f [2021-01-19T16:16:39.904Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:16:41.363Z] ---> c9f01f79560e [2021-01-19T16:16:41.364Z] 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-19T16:16:41.364Z] ---> bedb1fd92747 [2021-01-19T16:16:41.364Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T16:16:42.846Z] ---> 4ed81dcd225a [2021-01-19T16:16:42.846Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T16:16:43.861Z] ---> 833d3a99dee0 [2021-01-19T16:16:43.861Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T16:16:43.861Z] ---> f186b2d8ed80 [2021-01-19T16:16:43.861Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T16:16:44.853Z] ---> 2e03254767b6 [2021-01-19T16:16:44.853Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T16:16:45.128Z] ---> Running in 8410bfd8c408 [2021-01-19T16:16:45.731Z] ---> 099356cfe0e4 [2021-01-19T16:16:45.731Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T16:16:46.009Z] Removing intermediate container 8410bfd8c408 [2021-01-19T16:16:46.009Z] ---> 793254a6d92c [2021-01-19T16:16:46.009Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:16:46.283Z] ---> Running in 912713151fec [2021-01-19T16:16:47.267Z] Removing intermediate container 912713151fec [2021-01-19T16:16:47.267Z] ---> d1a7ea2dac16 [2021-01-19T16:16:47.267Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T16:16:47.547Z] ---> 67634204d3cb [2021-01-19T16:16:47.547Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T16:16:47.547Z] ---> Running in ccc0b5c268b0 [2021-01-19T16:16:48.559Z] Removing intermediate container ccc0b5c268b0 [2021-01-19T16:16:48.559Z] ---> 7ef0f3748789 [2021-01-19T16:16:48.559Z] Step 21/22 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:16:48.833Z] ---> Running in e6423099f2ab [2021-01-19T16:16:49.444Z] ---> 71e3ac1f74c7 [2021-01-19T16:16:49.444Z] 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-19T16:16:49.444Z] ---> Running in b797e265d774 [2021-01-19T16:16:50.430Z] Removing intermediate container e6423099f2ab [2021-01-19T16:16:50.430Z] ---> c221ed54e715 [2021-01-19T16:16:50.430Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T16:16:50.707Z] ---> Running in 87ecd70251fe [2021-01-19T16:16:52.146Z] Removing intermediate container 87ecd70251fe [2021-01-19T16:16:52.146Z] ---> 743c2bc77247 [2021-01-19T16:16:52.146Z] [2021-01-19T16:16:53.130Z] Successfully built 743c2bc77247 [2021-01-19T16:16:53.130Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T16:16:53.736Z]  Building docker-core-command-go ... done Removing intermediate container 5bffc108f030 [2021-01-19T16:16:53.736Z] ---> 18258332f7d5 [2021-01-19T16:16:53.736Z] [2021-01-19T16:16:53.736Z] Step 10/24 : FROM scratch [2021-01-19T16:16:53.736Z] ---> [2021-01-19T16:16:53.736Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T16:16:53.736Z] Removing intermediate container b797e265d774 [2021-01-19T16:16:53.736Z] ---> b7ef5f9340d5 [2021-01-19T16:16:53.736Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T16:16:54.022Z] ---> Running in a04435e85156 [2021-01-19T16:16:54.022Z] ---> Running in 6d84ee5664b6 [2021-01-19T16:16:54.633Z] Removing intermediate container 6d84ee5664b6 [2021-01-19T16:16:54.633Z] ---> 593f8277d096 [2021-01-19T16:16:54.633Z] Step 12/24 : ENV APP_PORT=48060Removing intermediate container a04435e85156 [2021-01-19T16:16:54.633Z] [2021-01-19T16:16:54.633Z] ---> f27727a7f1e5 [2021-01-19T16:16:54.633Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T16:16:54.913Z] ---> Running in b5314450307c [2021-01-19T16:16:54.913Z] ---> Running in 9daf354e3fa2 [2021-01-19T16:16:55.513Z] Removing intermediate container b5314450307c [2021-01-19T16:16:55.513Z] ---> ec1938bc96f1 [2021-01-19T16:16:55.513Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T16:16:55.788Z] ---> Running in 2a6f016a24fd [2021-01-19T16:16:55.788Z] Removing intermediate container 9daf354e3fa2 [2021-01-19T16:16:55.788Z] ---> e5a7f9e508c1 [2021-01-19T16:16:55.788Z] Step 23/24 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:16:56.069Z] ---> Running in c51fbad79c4a [2021-01-19T16:16:56.344Z] Removing intermediate container 2a6f016a24fd [2021-01-19T16:16:56.344Z] ---> 683561c66d22 [2021-01-19T16:16:56.344Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T16:16:56.625Z] Removing intermediate container c51fbad79c4a [2021-01-19T16:16:56.625Z] ---> 8a8d6bdf163c [2021-01-19T16:16:56.625Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T16:16:56.902Z] ---> Running in 8d60adf68b90 [2021-01-19T16:16:57.511Z] Removing intermediate container 8d60adf68b90 [2021-01-19T16:16:57.511Z] ---> 4ef9ba8c3ea9 [2021-01-19T16:16:57.511Z] [2021-01-19T16:16:57.511Z] ---> 0ea11f0ecf55 [2021-01-19T16:16:57.511Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T16:16:58.116Z] Successfully built 4ef9ba8c3ea9 [2021-01-19T16:16:58.116Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T16:16:59.114Z]  Building docker-security-secretstore-setup-go ... done  ---> 6d97d53bc359 [2021-01-19T16:16:59.114Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T16:17:00.560Z] ---> 152532fe03c6 [2021-01-19T16:17:00.560Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:17:01.160Z] ---> e3cfcbc9457d [2021-01-19T16:17:01.160Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T16:17:02.598Z] ---> d19f2d4596b4 [2021-01-19T16:17:02.598Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T16:17:04.028Z] ---> d8fba5f43a6e [2021-01-19T16:17:04.028Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T16:17:04.028Z] ---> Running in 1d18cfef27dd [2021-01-19T16:17:04.629Z] Removing intermediate container 1d18cfef27dd [2021-01-19T16:17:04.629Z] ---> d3f6eb7246ed [2021-01-19T16:17:04.629Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:17:04.905Z] ---> Running in 5cd25224b69e [2021-01-19T16:17:05.502Z] Removing intermediate container 5cd25224b69e [2021-01-19T16:17:05.502Z] ---> dbca748f5422 [2021-01-19T16:17:05.502Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T16:17:05.774Z] ---> Running in e3690264589c [2021-01-19T16:17:06.775Z] Removing intermediate container e3690264589c [2021-01-19T16:17:06.775Z] ---> c79b1ad6d903 [2021-01-19T16:17:06.775Z] Step 23/24 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:17:07.375Z] ---> Running in 8a2d2af1f8d4 [2021-01-19T16:17:08.361Z] Removing intermediate container 8a2d2af1f8d4 [2021-01-19T16:17:08.361Z] ---> 458fa5667039 [2021-01-19T16:17:08.361Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T16:17:09.011Z] ---> Running in 586ea003b173 [2021-01-19T16:17:10.070Z] Removing intermediate container 586ea003b173 [2021-01-19T16:17:10.070Z] ---> a4d49cecc82e [2021-01-19T16:17:10.070Z] [2021-01-19T16:17:10.692Z] Successfully built a4d49cecc82e [2021-01-19T16:17:10.693Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T16:17:13.402Z]  Building docker-support-notifications-go ... done Removing intermediate container 6c2866899137 [2021-01-19T16:17:13.403Z] ---> 60ec6212f8ed [2021-01-19T16:17:13.403Z] [2021-01-19T16:17:13.403Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T16:17:13.403Z] ---> afeebe901d6b [2021-01-19T16:17:13.403Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:17:13.403Z] ---> Running in e14bf05f461a [2021-01-19T16:17:13.681Z] Removing intermediate container e14bf05f461a [2021-01-19T16:17:13.681Z] ---> 1b3269a9570d [2021-01-19T16:17:13.681Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T16:17:13.681Z] ---> Running in 45bf6c91d1fd [2021-01-19T16:17:14.277Z] Removing intermediate container 45bf6c91d1fd [2021-01-19T16:17:14.277Z] ---> 33d0c4b53b39 [2021-01-19T16:17:14.277Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T16:17:14.277Z] ---> Running in c45d02589f0e [2021-01-19T16:17:14.876Z] Removing intermediate container c45d02589f0e [2021-01-19T16:17:14.876Z] ---> 7530bafee775 [2021-01-19T16:17:14.876Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:17:14.876Z] ---> Running in e3931c1af74d [2021-01-19T16:17:16.862Z] Removing intermediate container e3931c1af74d [2021-01-19T16:17:16.862Z] ---> 607a2c35f322 [2021-01-19T16:17:16.862Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T16:17:16.862Z] ---> Running in 1ada225659fc [2021-01-19T16:17:18.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T16:17:18.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T16:17:19.489Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T16:17:19.765Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T16:17:19.765Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T16:17:20.037Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T16:17:20.314Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T16:17:20.314Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:17:20.314Z] OK: 8 MiB in 19 packages [2021-01-19T16:17:21.759Z] Removing intermediate container 1ada225659fc [2021-01-19T16:17:21.759Z] ---> 4c12efa51447 [2021-01-19T16:17:21.759Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:17:22.358Z] ---> 7e39ff235c2a [2021-01-19T16:17:22.358Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T16:17:23.338Z] ---> 9cfa43f014e9 [2021-01-19T16:17:23.338Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T16:17:24.324Z] ---> 09e2fe0b1ce5 [2021-01-19T16:17:24.324Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T16:17:24.324Z] ---> Running in 63191014c7af [2021-01-19T16:17:24.599Z] Removing intermediate container 63191014c7af [2021-01-19T16:17:24.872Z] ---> 53f886d4d90a [2021-01-19T16:17:24.872Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:17:24.872Z] ---> Running in 84e8357d6302 [2021-01-19T16:17:25.468Z] Removing intermediate container 84e8357d6302 [2021-01-19T16:17:25.468Z] ---> c2443996d01d [2021-01-19T16:17:25.468Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T16:17:25.468Z] ---> Running in 2ddf5a01f345 [2021-01-19T16:17:26.066Z] Removing intermediate container 2ddf5a01f345 [2021-01-19T16:17:26.066Z] ---> dfbe31ce95b4 [2021-01-19T16:17:26.066Z] Step 22/23 : LABEL git_sha=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [2021-01-19T16:17:26.066Z] ---> Running in 1271b7b04760 [2021-01-19T16:17:26.663Z] Removing intermediate container 1271b7b04760 [2021-01-19T16:17:26.663Z] ---> b8bb4c78c76d [2021-01-19T16:17:26.663Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T16:17:26.663Z] ---> Running in 66849fc97515 [2021-01-19T16:17:26.938Z] Removing intermediate container 66849fc97515 [2021-01-19T16:17:26.938Z] ---> 8d395d4dd161 [2021-01-19T16:17:26.938Z] [2021-01-19T16:17:27.535Z] Successfully built 8d395d4dd161 [2021-01-19T16:17:27.535Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T16:17:27.827Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T16:17:27.821Z] $ docker stop --time=1 ccefca4f3d471914540d26cc16bb69fd57a9db6680f6046661c5e1b1369e93f6 [2021-01-19T16:17:29.726Z] $ docker rm -f ccefca4f3d471914540d26cc16bb69fd57a9db6680f6046661c5e1b1369e93f6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T16:17:30.478Z] + docker images [2021-01-19T16:17:30.478Z] + grep docker [2021-01-19T16:17:30.750Z] docker-core-data-go-arm64 latest 8d395d4dd161 4 seconds ago 21MB [2021-01-19T16:17:30.750Z] docker-support-notifications-go-arm64 latest a4d49cecc82e 21 seconds ago 11.4MB [2021-01-19T16:17:30.750Z] docker-security-secretstore-setup-go-arm64 latest 4ef9ba8c3ea9 33 seconds ago 23.4MB [2021-01-19T16:17:30.750Z] docker-core-command-go-arm64 latest 743c2bc77247 39 seconds ago 9.98MB [2021-01-19T16:17:30.750Z] docker-sys-mgmt-agent-go-arm64 latest badd032c3088 About a minute ago 300MB [2021-01-19T16:17:30.750Z] docker-core-metadata-go-arm64 latest 05d4857fda20 3 minutes ago 12.3MB [2021-01-19T16:17:30.750Z] docker-security-proxy-setup-go-arm64 latest b89a41863244 3 minutes ago 23.2MB [2021-01-19T16:17:30.750Z] docker-security-bootstrap-redis-go-arm64 latest a462516f53a5 3 minutes ago 15.1MB [2021-01-19T16:17:30.750Z] docker-support-scheduler-go-arm64 latest 5b04601b1b59 3 minutes ago 10MB [2021-01-19T16:17:30.750Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T16:17:33.999Z] provisioning config files... [2021-01-19T16:17:34.017Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config5178844428192062351tmp [Pipeline] { [Pipeline] sh [2021-01-19T16:17:34.471Z] + set +x [2021-01-19T16:17:34.471Z] + curl -s https://codecov.io/bash [2021-01-19T16:17:34.471Z] + bash -s -- [2021-01-19T16:17:35.045Z] [2021-01-19T16:17:35.045Z] _____ _ [2021-01-19T16:17:35.045Z] / ____| | | [2021-01-19T16:17:35.045Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T16:17:35.045Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T16:17:35.045Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T16:17:35.045Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T16:17:35.045Z] Bash-20210115-cec3c92 [2021-01-19T16:17:35.045Z] [2021-01-19T16:17:35.045Z] [2021-01-19T16:17:35.045Z] ==> git version 2.24.3 found [2021-01-19T16:17:35.045Z] ==> 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-19T16:17:35.045Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T16:17:35.045Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T16:17:35.045Z] ==> Jenkins CI detected. [2021-01-19T16:17:35.045Z] project root: . [2021-01-19T16:17:35.045Z] --> token set from env [2021-01-19T16:17:35.045Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T16:17:35.045Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T16:17:35.045Z] ==> Python coveragepy not found [2021-01-19T16:17:35.045Z] ==> Searching for coverage reports in: [2021-01-19T16:17:35.045Z] + . [2021-01-19T16:17:35.306Z] -> Found 1 reports [2021-01-19T16:17:35.306Z] ==> Detecting git/mercurial file structure [2021-01-19T16:17:35.306Z] ==> Reading reports [2021-01-19T16:17:35.306Z] + ./coverage.out bytes=550280 [2021-01-19T16:17:35.306Z] ==> Appending adjustments [2021-01-19T16:17:35.306Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T16:17:38.605Z] + Found adjustments [2021-01-19T16:17:38.605Z] ==> Gzipping contents [2021-01-19T16:17:38.605Z] 84K /tmp/codecov.gxL9Cz.gz [2021-01-19T16:17:38.605Z] ==> Uploading reports [2021-01-19T16:17:38.605Z] url: https://codecov.io [2021-01-19T16:17:38.605Z] query: branch=PR-3040&commit=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= [2021-01-19T16:17:38.605Z] -> Pinging Codecov [2021-01-19T16:17:38.605Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3040&commit=e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= [2021-01-19T16:17:38.866Z] -> Uploading to [2021-01-19T16:17:38.866Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b/8f3969ce-8ba0-40c8-8739-5251e25b46bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T161738Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bfd7bfcbf4430cfec3e38349ab15750860af2b316ad83fa3bfade96cec0cef0f [2021-01-19T16:17:38.866Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T16:17:38.866Z] Dload Upload Total Spent Left Speed [2021-01-19T16:17:39.699Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83278 0 0 100 83278 0 127k --:--:-- --:--:-- --:--:-- 127k [2021-01-19T16:17:39.699Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e5b824b743152cc1e98ffde3ac1ad4b4f7eef53b [Pipeline] } [2021-01-19T16:17:39.709Z] 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-19T16:17:41.871Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:17:42.742Z] ---> package-listing.sh [2021-01-19T16:17:42.742Z] ++ facter osfamily [2021-01-19T16:17:42.742Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T16:17:42.742Z] + OS_FAMILY=redhat [2021-01-19T16:17:42.742Z] + workspace=/w/workspace/edgex-go/8 [2021-01-19T16:17:42.742Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T16:17:42.742Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T16:17:42.742Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T16:17:42.742Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T16:17:42.742Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-19T16:17:42.742Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T16:17:42.742Z] + case "${OS_FAMILY}" in [2021-01-19T16:17:42.742Z] + rpm -qa [2021-01-19T16:17:42.742Z] + sort [2021-01-19T16:17:48.045Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T16:17:48.045Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T16:17:48.045Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T16:17:48.045Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-19T16:17:48.045Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-01-19T16:17:48.045Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-01-19T16:17:48.060Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T16:17:48.358Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:17:48.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T16:17:48.673Z] [2021-01-19T16:17:48.673Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:17:49.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T16:17:49.034Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T16:17:49.034Z] df20fa9351a1: Pulling fs layer [2021-01-19T16:17:49.034Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T16:17:49.034Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T16:17:49.034Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T16:17:49.034Z] 93b61091891f: Pulling fs layer [2021-01-19T16:17:49.034Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T16:17:49.034Z] 5e14af77c1be: Pulling fs layer [2021-01-19T16:17:49.034Z] 01666e4c0597: Pulling fs layer [2021-01-19T16:17:49.034Z] aa168da1d23b: Pulling fs layer [2021-01-19T16:17:49.034Z] 46f8f816bc3b: Waiting [2021-01-19T16:17:49.034Z] 93b61091891f: Waiting [2021-01-19T16:17:49.034Z] 93b9cdb0e59b: Waiting [2021-01-19T16:17:49.034Z] 5e14af77c1be: Waiting [2021-01-19T16:17:49.034Z] 01666e4c0597: Waiting [2021-01-19T16:17:49.034Z] aa168da1d23b: Waiting [2021-01-19T16:17:49.034Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T16:17:49.034Z] 36b3adc4ff6f: Download complete [2021-01-19T16:17:49.034Z] 46f8f816bc3b: Download complete [2021-01-19T16:17:49.299Z] df20fa9351a1: Verifying Checksum [2021-01-19T16:17:49.299Z] df20fa9351a1: Download complete [2021-01-19T16:17:49.299Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T16:17:49.299Z] 93b9cdb0e59b: Download complete [2021-01-19T16:17:49.299Z] 5e14af77c1be: Verifying Checksum [2021-01-19T16:17:49.299Z] 5e14af77c1be: Download complete [2021-01-19T16:17:49.299Z] 93b61091891f: Verifying Checksum [2021-01-19T16:17:49.299Z] 93b61091891f: Download complete [2021-01-19T16:17:49.299Z] 01666e4c0597: Verifying Checksum [2021-01-19T16:17:49.299Z] 01666e4c0597: Download complete [2021-01-19T16:17:49.563Z] df20fa9351a1: Pull complete [2021-01-19T16:17:49.824Z] 36b3adc4ff6f: Pull complete [2021-01-19T16:17:50.088Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T16:17:50.088Z] 8ad3a11d3b57: Download complete [2021-01-19T16:17:50.677Z] 8ad3a11d3b57: Pull complete [2021-01-19T16:17:50.946Z] 46f8f816bc3b: Pull complete [2021-01-19T16:17:51.519Z] aa168da1d23b: Verifying Checksum [2021-01-19T16:17:51.519Z] aa168da1d23b: Download complete [2021-01-19T16:17:53.438Z] 93b61091891f: Pull complete [2021-01-19T16:17:53.438Z] 93b9cdb0e59b: Pull complete [2021-01-19T16:17:53.438Z] 5e14af77c1be: Pull complete [2021-01-19T16:17:53.438Z] 01666e4c0597: Pull complete [2021-01-19T16:18:01.604Z] aa168da1d23b: Pull complete [2021-01-19T16:18:01.604Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T16:18:01.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T16:18:01.604Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T16:18:01.873Z] prd-centos7-docker-4c-2g-21203 does not seem to be running inside a container [2021-01-19T16:18:01.918Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T16:18:11.752Z] $ docker top e2651f7337d37334aef6acd288e5ed0ff92e973cf89afb3ee7570ff6df8a617a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T16:18:12.253Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T16:18:12.627Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T16:18:12.968Z] + ls /var/log/sa-host [2021-01-19T16:18:12.968Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T16:18:12.968Z] file_magic: OK [2021-01-19T16:18:12.968Z] HZ: Using current value: 100 [2021-01-19T16:18:12.968Z] file_header: OK [2021-01-19T16:18:12.968Z] 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-19T16:18:12.968Z] Statistics: [2021-01-19T16:18:12.968Z] 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-19T16:18:12.968Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T16:18:12.968Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T16:18:12.968Z] file_magic: OK [2021-01-19T16:18:12.968Z] HZ: Using current value: 100 [2021-01-19T16:18:12.968Z] file_header: OK [2021-01-19T16:18:12.968Z] 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-19T16:18:12.968Z] Statistics: [2021-01-19T16:18:12.968Z] Hnuu...uuuununununu... [2021-01-19T16:18:12.968Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T16:18:13.158Z] provisioning config files... [2021-01-19T16:18:13.170Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config5343623568679877656tmp [Pipeline] { [Pipeline] echo [2021-01-19T16:18:13.237Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:18:13.528Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T16:18:13.537Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T16:18:13.622Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:18:13.916Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T16:18:13.929Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:18:14.225Z] ---> sudo-logs.sh [2021-01-19T16:18:14.225Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T16:18:14.235Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:18:14.527Z] ---> job-cost.sh [2021-01-19T16:18:14.527Z] lf-activate-venv: SKIPPING [2021-01-19T16:18:14.527Z] INFO: No Stack... [2021-01-19T16:18:15.469Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T16:18:15.730Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T16:18:15.744Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:18:16.040Z] ---> logs-deploy.sh [2021-01-19T16:18:16.040Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3040/8 [2021-01-19T16:18:16.040Z] INFO: archiving workspace using pattern(s): [2021-01-19T16:18:17.425Z] Archives upload complete. [2021-01-19T16:18:17.425Z] INFO: archiving logs to Nexus