Pull request #2966 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 rather than 638c5eca75d96072983230586d0b72665e7313b1 Obtained Jenkinsfile from 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 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-20222 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 Merge succeeded, producing 638c5eca75d96072983230586d0b72665e7313b1 Checking out Revision 638c5eca75d96072983230586d0b72665e7313b1 (PR-2966) > git config core.sparsecheckout # timeout=10 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 Commit message: "feat(scheduler): ServiceName change should invoke old service's callback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T13:37:14.633Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T13:37:14.891Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T13:37:14.987Z] ========================================================= [2021-01-14T13:37:14.988Z] EdgeX Global Pipelines Version Info [2021-01-14T13:37:14.988Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 [2021-01-14T13:37:16.429Z] ------------------- [2021-01-14T13:37:16.429Z] stable info: [2021-01-14T13:37:16.430Z] ------------------- [2021-01-14T13:37:16.430Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T13:37:16.430Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T13:37:16.430Z] Message: update stable to v1.0.177 [2021-01-14T13:37:17.374Z] ------------------- [2021-01-14T13:37:17.374Z] experimental info: [2021-01-14T13:37:17.374Z] ------------------- [2021-01-14T13:37:17.374Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T13:37:17.374Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T13:37:17.374Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T13:37:17.626Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T13:37:17.718Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T13:37:17.807Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T13:37:17.911Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T13:37:17.993Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T13:37:18.079Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T13:37:18.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T13:37:18.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T13:37:18.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T13:37:18.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T13:37:18.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T13:37:18.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T13:37:18.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T13:37:18.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T13:37:18.910Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T13:37:18.996Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T13:37:19.077Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T13:37:19.161Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T13:37:19.250Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T13:37:19.361Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T13:37:19.449Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T13:37:19.531Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T13:37:19.634Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T13:37:19.719Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo [2021-01-14T13:37:19.801Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo [2021-01-14T13:37:19.884Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo [2021-01-14T13:37:20.036Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 638c5eca75d96072983230586d0b72665e7313b1 [Pipeline] echo [2021-01-14T13:37:20.136Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 638c5ec [Pipeline] echo [2021-01-14T13:37:20.243Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T13:37:20.454Z] provisioning config files... [2021-01-14T13:37:20.525Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config7304732238815699201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:37:20.876Z] ---> docker-login.sh [2021-01-14T13:37:20.876Z] nexus3.edgexfoundry.org:10001 [2021-01-14T13:37:21.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:37:21.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:37:21.401Z] Configure a credential helper to remove this warning. See [2021-01-14T13:37:21.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:37:21.401Z] [2021-01-14T13:37:21.401Z] Login Succeeded [2021-01-14T13:37:21.401Z] nexus3.edgexfoundry.org:10002 [2021-01-14T13:37:21.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:37:21.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:37:21.663Z] Configure a credential helper to remove this warning. See [2021-01-14T13:37:21.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:37:21.663Z] [2021-01-14T13:37:21.663Z] Login Succeeded [2021-01-14T13:37:21.663Z] nexus3.edgexfoundry.org:10003 [2021-01-14T13:37:21.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:37:21.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:37:21.663Z] Configure a credential helper to remove this warning. See [2021-01-14T13:37:21.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:37:21.663Z] [2021-01-14T13:37:21.663Z] Login Succeeded [2021-01-14T13:37:21.663Z] nexus3.edgexfoundry.org:10004 [2021-01-14T13:37:21.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:37:21.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:37:21.925Z] Configure a credential helper to remove this warning. See [2021-01-14T13:37:21.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:37:21.925Z] [2021-01-14T13:37:21.925Z] Login Succeeded [2021-01-14T13:37:21.925Z] docker.io [2021-01-14T13:37:21.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:37:22.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:37:22.187Z] Configure a credential helper to remove this warning. See [2021-01-14T13:37:22.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:37:22.187Z] [2021-01-14T13:37:22.187Z] Login Succeeded [2021-01-14T13:37:22.187Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T13:37:22.195Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T13:37:22.660Z] ++ 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-14T13:37:22.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:37:22.660Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T13:37:22.660Z] ++ cut -d/ -f2 [2021-01-14T13:37:22.660Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T13:37:22.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:37:22.660Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T13:37:22.660Z] ++ cut -d/ -f2 [2021-01-14T13:37:22.660Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T13:37:22.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:37:22.660Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T13:37:22.660Z] ++ cut -d/ -f2 [2021-01-14T13:37:22.660Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T13:37:22.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:37:22.660Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-14T13:37:22.660Z] ++ cut -d/ -f2 [2021-01-14T13:37:22.660Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-14T13:37:22.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:37:22.660Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T13:37:22.660Z] ++ cut -d/ -f2 [2021-01-14T13:37:22.660Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T13:37:22.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:37:22.660Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T13:37:22.660Z] ++ cut -d/ -f2 [2021-01-14T13:37:22.660Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T13:37:22.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:37:22.660Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T13:37:22.660Z] ++ cut -d/ -f2 [2021-01-14T13:37:22.660Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T13:37:22.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:37:22.660Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T13:37:22.660Z] ++ cut -d/ -f2 [2021-01-14T13:37:22.660Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T13:37:22.660Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T13:37:22.660Z] ++ cut -d/ -f2 [2021-01-14T13:37:22.660Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T13:37:22.660Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T13:37:22.729Z] 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-14T13:37:23.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T13:37:23.585Z] [2021-01-14T13:37:23.585Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:37:23.933Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T13:37:23.933Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T13:37:23.933Z] 31603596830f: Pulling fs layer [2021-01-14T13:37:23.933Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T13:37:23.933Z] 6ca5941a6612: Pulling fs layer [2021-01-14T13:37:23.933Z] ecc8261a40a4: Pulling fs layer [2021-01-14T13:37:23.933Z] ecc8261a40a4: Waiting [2021-01-14T13:37:23.933Z] 2a8b12db71e7: Download complete [2021-01-14T13:37:23.933Z] 31603596830f: Verifying Checksum [2021-01-14T13:37:23.933Z] 31603596830f: Download complete [2021-01-14T13:37:24.194Z] ecc8261a40a4: Verifying Checksum [2021-01-14T13:37:24.194Z] ecc8261a40a4: Download complete [2021-01-14T13:37:24.194Z] 6ca5941a6612: Verifying Checksum [2021-01-14T13:37:24.194Z] 6ca5941a6612: Download complete [2021-01-14T13:37:24.458Z] 31603596830f: Pull complete [2021-01-14T13:37:24.458Z] 2a8b12db71e7: Pull complete [2021-01-14T13:37:25.426Z] 6ca5941a6612: Pull complete [2021-01-14T13:37:25.426Z] ecc8261a40a4: Pull complete [2021-01-14T13:37:25.426Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T13:37:25.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T13:37:25.426Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T13:37:25.536Z] prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container [2021-01-14T13:37:25.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T13:37:28.059Z] $ docker top 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T13:37:28.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T13:37:28.356Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T13:37:28.561Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T13:37:28.567Z] $ docker exec 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 ssh-agent [2021-01-14T13:37:28.727Z] SSH_AUTH_SOCK=/tmp/ssh-ffBQaQXZcwWZ/agent.12 [2021-01-14T13:37:28.727Z] SSH_AGENT_PID=18 [2021-01-14T13:37:28.742Z] Running ssh-add (command line suppressed) [2021-01-14T13:37:28.858Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_527157822643061445.key (/w/workspace/edgex-go/22@tmp/private_key_527157822643061445.key) [2021-01-14T13:37:28.907Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T13:37:29.264Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T13:37:29.288Z] $ docker exec --env ******** --env ******** 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 ssh-agent -k [2021-01-14T13:37:29.395Z] unset SSH_AUTH_SOCK; [2021-01-14T13:37:29.395Z] unset SSH_AGENT_PID; [2021-01-14T13:37:29.395Z] echo Agent pid 18 killed; [2021-01-14T13:37:29.437Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T13:37:29.590Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T13:37:29.590Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T13:37:29.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T13:37:29.753Z] $ docker exec 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 ssh-agent [2021-01-14T13:37:29.921Z] SSH_AUTH_SOCK=/tmp/ssh-FM8Ve3LnKDef/agent.46 [2021-01-14T13:37:29.921Z] SSH_AGENT_PID=51 [2021-01-14T13:37:29.928Z] Running ssh-add (command line suppressed) [2021-01-14T13:37:30.043Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_7563481530999048557.key (/w/workspace/edgex-go/22@tmp/private_key_7563481530999048557.key) [2021-01-14T13:37:30.090Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T13:37:30.448Z] + git semver init [2021-01-14T13:37:30.448Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T13:37:30.448Z] # $GIT_DIR = /w/workspace/edgex-go/22/.git [2021-01-14T13:37:30.448Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/22 [2021-01-14T13:37:30.448Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T13:37:30.448Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T13:37:30.448Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T13:37:30.448Z] # $SEMVER_BRANCH = PR-2966 [2021-01-14T13:37:30.448Z] # $SEMVER_TEMP = /tmp/semver-549732024 [2021-01-14T13:37:30.448Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T13:37:48.648Z] # '/tmp/semver-549732024' -> '/w/workspace/edgex-go/22/.semver' [2021-01-14T13:37:48.648Z] # -> Force: false [2021-01-14T13:37:48.648Z] # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } [2021-01-14T13:37:48.663Z] $ docker exec --env ******** --env ******** 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 ssh-agent -k [2021-01-14T13:37:48.879Z] unset SSH_AUTH_SOCK; [2021-01-14T13:37:48.880Z] unset SSH_AGENT_PID; [2021-01-14T13:37:48.880Z] echo Agent pid 51 killed; [2021-01-14T13:37:48.952Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T13:37:49.411Z] + git semver [Pipeline] } [2021-01-14T13:37:49.430Z] $ docker stop --time=1 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 [2021-01-14T13:37:51.034Z] $ docker rm -f 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T13:37:51.538Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T13:37:52.016Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T13:37:52.018Z] [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-14T13:37:52.857Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T13:37:53.155Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T13:37:53.457Z] + sudo service docker restart [2021-01-14T13:37:53.457Z] + true [2021-01-14T13:37:53.457Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T13:37:54.049Z] ========================================================= [2021-01-14T13:37:54.050Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T13:37:54.050Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:37:54.390Z] + 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-14T13:37:57.709Z] Sending build context to Docker daemon 326.6MB [2021-01-14T13:37:57.709Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T13:37:57.709Z] Step 2/6 : FROM ${BASE} [2021-01-14T13:37:57.709Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T13:37:57.709Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T13:37:57.709Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T13:37:57.709Z] de9db76c5a1d: Pulling fs layer [2021-01-14T13:37:57.709Z] bca2f99d35d6: Pulling fs layer [2021-01-14T13:37:57.709Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T13:37:57.709Z] 7c6f9722023f: Pulling fs layer [2021-01-14T13:37:57.709Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T13:37:57.709Z] 93359f2a8cfa: Waiting [2021-01-14T13:37:57.709Z] 7c6f9722023f: Waiting [2021-01-14T13:37:57.709Z] a35cf1a2eb13: Waiting [2021-01-14T13:37:57.709Z] bca2f99d35d6: Waiting [2021-01-14T13:37:57.709Z] de9db76c5a1d: Verifying Checksum [2021-01-14T13:37:57.709Z] de9db76c5a1d: Download complete [2021-01-14T13:37:57.709Z] 0ef7d3d256c8: Download complete [2021-01-14T13:37:57.709Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T13:37:57.709Z] 93359f2a8cfa: Download complete [2021-01-14T13:37:57.709Z] 188c0c94c7c5: Download complete [2021-01-14T13:37:57.709Z] 7c6f9722023f: Verifying Checksum [2021-01-14T13:37:57.709Z] 7c6f9722023f: Download complete [2021-01-14T13:37:57.971Z] 188c0c94c7c5: Pull complete [2021-01-14T13:37:58.233Z] 0ef7d3d256c8: Pull complete [2021-01-14T13:37:58.233Z] de9db76c5a1d: Pull complete [2021-01-14T13:38:00.157Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T13:38:00.157Z] a35cf1a2eb13: Download complete [2021-01-14T13:38:00.733Z] bca2f99d35d6: Verifying Checksum [2021-01-14T13:38:00.733Z] bca2f99d35d6: Download complete [2021-01-14T13:38:06.089Z] bca2f99d35d6: Pull complete [2021-01-14T13:38:06.089Z] 93359f2a8cfa: Pull complete [2021-01-14T13:38:06.089Z] 7c6f9722023f: Pull complete [2021-01-14T13:38:07.371Z] Still waiting to schedule task [2021-01-14T13:38:07.372Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-14T13:38:10.319Z] a35cf1a2eb13: Pull complete [2021-01-14T13:38:10.320Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T13:38:10.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T13:38:10.320Z] ---> a62c8e92a672 [2021-01-14T13:38:10.320Z] 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-14T13:38:10.320Z] ---> Running in 74ba148e1a70 [2021-01-14T13:38:10.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:38:11.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:38:12.052Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T13:38:12.317Z] (2/12) Installing file (5.38-r0) [2021-01-14T13:38:12.317Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T13:38:12.581Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T13:38:19.175Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T13:38:19.175Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T13:38:19.175Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T13:38:19.175Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T13:38:19.175Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T13:38:19.175Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T13:38:19.175Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T13:38:19.175Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T13:38:19.175Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:38:19.175Z] OK: 233 MiB in 51 packages [2021-01-14T13:38:23.386Z] Removing intermediate container 74ba148e1a70 [2021-01-14T13:38:23.386Z] ---> 69807c9b2bdb [2021-01-14T13:38:23.386Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T13:38:23.386Z] ---> Running in 4ec492527d49 [2021-01-14T13:38:23.386Z] Removing intermediate container 4ec492527d49 [2021-01-14T13:38:23.386Z] ---> 686514350580 [2021-01-14T13:38:23.386Z] Step 5/6 : COPY go.mod . [2021-01-14T13:38:23.386Z] ---> 8521f8bea709 [2021-01-14T13:38:23.386Z] Step 6/6 : RUN go mod download [2021-01-14T13:38:23.647Z] ---> Running in ae65a7f848bf [2021-01-14T13:38:45.670Z] Removing intermediate container ae65a7f848bf [2021-01-14T13:38:45.670Z] ---> b6c0c8fed939 [2021-01-14T13:38:45.670Z] Successfully built b6c0c8fed939 [2021-01-14T13:38:45.670Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:38:45.990Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T13:38:45.990Z] . [Pipeline] withDockerContainer [2021-01-14T13:38:46.093Z] prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container [2021-01-14T13:38:46.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T13:38:46.882Z] $ docker top e2278c97f358fc56c8e5be6c8822527870c6d00541e5845477480ca3281cc80e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:38:47.387Z] + go version [2021-01-14T13:38:47.387Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T13:38:47.402Z] $ docker stop --time=1 e2278c97f358fc56c8e5be6c8822527870c6d00541e5845477480ca3281cc80e [2021-01-14T13:38:48.754Z] $ docker rm -f e2278c97f358fc56c8e5be6c8822527870c6d00541e5845477480ca3281cc80e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:38:49.572Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T13:38:49.572Z] . [Pipeline] withDockerContainer [2021-01-14T13:38:49.691Z] prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container [2021-01-14T13:38:49.743Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T13:38:51.297Z] $ docker top 9b9583f8a3c09f3704cddabbda27175b92e1ac1d5d1980533f2656eea6570ae7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T13:38:51.495Z] ========================================================= [2021-01-14T13:38:51.495Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T13:38:51.495Z] ========================================================= [Pipeline] sh [2021-01-14T13:38:51.789Z] + make test [2021-01-14T13:38:51.789Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T13:38:59.971Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T13:39:15.026Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T13:39:19.303Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T13:39:19.303Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T13:39:19.303Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T13:39:19.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T13:39:19.572Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T13:39:19.841Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T13:39:20.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T13:39:20.680Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T13:39:21.268Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T13:39:23.207Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T13:39:23.207Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T13:39:23.207Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T13:39:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.070s coverage: 46.6% of statements [2021-01-14T13:39:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T13:39:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T13:39:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T13:39:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T13:39:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T13:39:28.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.0% of statements [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T13:39:28.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T13:39:28.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T13:39:28.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 77.1% of statements [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T13:39:28.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.112s coverage: 82.4% of statements [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T13:39:28.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T13:39:30.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements [2021-01-14T13:39:30.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T13:39:30.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T13:39:30.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T13:39:30.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T13:39:30.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T13:39:30.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2021-01-14T13:39:30.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T13:39:30.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-01-14T13:39:30.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T13:39:30.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements [2021-01-14T13:39:30.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T13:39:30.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements [2021-01-14T13:39:30.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T13:39:30.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-01-14T13:39:30.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T13:39:30.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T13:39:30.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T13:39:30.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T13:39:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.388s coverage: 93.2% of statements [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T13:39:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T13:39:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T13:39:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T13:39:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.040s coverage: 75.5% of statements [2021-01-14T13:39:33.376Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T13:39:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-14T13:39:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements [2021-01-14T13:39:33.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements [2021-01-14T13:39:33.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.4% of statements [2021-01-14T13:39:33.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T13:39:34.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.209s coverage: 63.5% of statements [2021-01-14T13:39:34.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T13:39:34.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T13:39:34.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-14T13:39:34.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-14T13:39:34.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-01-14T13:39:34.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-14T13:39:34.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2021-01-14T13:39:36.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 55.9% of statements [2021-01-14T13:39:36.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T13:39:36.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T13:39:36.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T13:39:36.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T13:39:36.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T13:39:36.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements [2021-01-14T13:39:36.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T13:39:36.263Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T13:39:36.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.276s coverage: 84.0% of statements [2021-01-14T13:39:36.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2021-01-14T13:39:38.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2021-01-14T13:39:38.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T13:39:38.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T13:39:38.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T13:39:38.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T13:39:38.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T13:39:38.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-01-14T13:39:38.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T13:39:38.280Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2021-01-14T13:39:38.280Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T13:39:39.684Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.653s coverage: 29.1% of statements [2021-01-14T13:39:39.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T13:39:39.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T13:39:39.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T13:39:39.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T13:39:39.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T13:39:39.684Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2021-01-14T13:39:39.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T13:39:39.684Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-01-14T13:39:39.684Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T13:39:39.684Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-01-14T13:39:39.684Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T13:39:40.038Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-01-14T13:39:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T13:39:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T13:39:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T13:39:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T13:39:40.038Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-01-14T13:39:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T13:39:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T13:39:40.038Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-01-14T13:39:40.730Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-14T13:39:40.730Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-01-14T13:39:41.036Z] GO111MODULE=on go vet ./... [2021-01-14T13:40:03.208Z] gofmt -l . [2021-01-14T13:40:03.208Z] [ "`gofmt -l .`" = "" ] [2021-01-14T13:40:03.784Z] ./bin/test-go-mod-tidy.sh [2021-01-14T13:40:04.360Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T13:40:04.923Z] + ls -al . [2021-01-14T13:40:04.923Z] total 660 [2021-01-14T13:40:04.923Z] drwxrwxr-x 10 1001 1001 4096 Jan 14 13:40 . [2021-01-14T13:40:04.923Z] drwxr-xr-x 4 root root 30 Jan 14 13:38 .. [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 13:37 .dockerignore [2021-01-14T13:40:04.923Z] drwxrwxr-x 8 1001 1001 179 Jan 14 13:37 .git [2021-01-14T13:40:04.923Z] drwxrwxr-x 3 1001 1001 125 Jan 14 13:37 .github [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 13:37 .gitignore [2021-01-14T13:40:04.923Z] drwx------ 3 1001 1001 47 Jan 14 13:37 .semver [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 13:37 .sonarcloud.properties [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 13:37 Attribution.txt [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 13:37 CONTRIBUTING.md [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 13:37 Dockerfile.build [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 13:37 Jenkinsfile [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 13:37 LICENSE [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 13:37 Makefile [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 13:37 README.md [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 13:37 SECURITY.md [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 13:37 VERSION [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 13:37 ZMQWindows.md [2021-01-14T13:40:04.923Z] drwxrwxr-x 2 1001 1001 117 Jan 14 13:37 bin [2021-01-14T13:40:04.923Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 13:37 cmd [2021-01-14T13:40:04.923Z] -rw-r--r-- 1 root root 554655 Jan 14 13:39 coverage.out [2021-01-14T13:40:04.923Z] -rw-r--r-- 1 root root 979 Jan 14 13:40 go.mod [2021-01-14T13:40:04.923Z] -rw-r--r-- 1 root root 19036 Jan 14 13:40 go.sum [2021-01-14T13:40:04.923Z] drwxrwxr-x 8 1001 1001 127 Jan 14 13:37 internal [2021-01-14T13:40:04.923Z] drwxrwxr-x 4 1001 1001 26 Jan 14 13:37 openapi [2021-01-14T13:40:04.923Z] drwxrwxr-x 4 1001 1001 71 Jan 14 13:37 snap [2021-01-14T13:40:04.923Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 13:37 version.go [Pipeline] sh [2021-01-14T13:40:05.223Z] + '[' -e coverage.out ] [2021-01-14T13:40:05.223Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T13:40:05.400Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T13:40:05.688Z] + make build [2021-01-14T13:40:05.689Z] 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-14T13:40:09.916Z] 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-14T13:40:18.135Z] 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-14T13:40:18.135Z] 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-14T13:40:19.547Z] 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-14T13:40:19.818Z] 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-14T13:40:21.234Z] 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-14T13:40:22.634Z] 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-14T13:40:23.585Z] 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-14T13:40:24.547Z] 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-14T13:40:25.496Z] 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-14T13:40:26.452Z] 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-14T13:40:27.860Z] $ docker stop --time=1 9b9583f8a3c09f3704cddabbda27175b92e1ac1d5d1980533f2656eea6570ae7 [2021-01-14T13:40:29.512Z] $ docker rm -f 9b9583f8a3c09f3704cddabbda27175b92e1ac1d5d1980533f2656eea6570ae7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:40:31.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T13:40:31.394Z] [2021-01-14T13:40:31.394Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:40:31.739Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T13:40:33.127Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-14T13:40:33.127Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-14T13:40:33.127Z] ca9280d653b3: Pulling fs layer [2021-01-14T13:40:33.127Z] 7e9c9ca2126c: Pulling fs layer [2021-01-14T13:40:33.127Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-14T13:40:33.128Z] cbdbe7a5bc2a: Download complete [2021-01-14T13:40:33.390Z] cbdbe7a5bc2a: Pull complete [2021-01-14T13:40:33.961Z] ca9280d653b3: Verifying Checksum [2021-01-14T13:40:33.961Z] ca9280d653b3: Download complete [2021-01-14T13:40:34.914Z] 7e9c9ca2126c: Download complete [2021-01-14T13:40:35.176Z] ca9280d653b3: Pull complete [2021-01-14T13:40:41.807Z] 7e9c9ca2126c: Pull complete [2021-01-14T13:40:41.807Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-14T13:40:41.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T13:40:41.807Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-14T13:40:41.949Z] prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container [2021-01-14T13:40:41.997Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T13:40:45.037Z] $ docker top c1d6b588e5709f80c75ded34a93b6d9fc7b396bb26b89330398d9df0dffb8bbb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:40:45.599Z] + docker-compose build --help [2021-01-14T13:40:45.599Z] + grep parallel [2021-01-14T13:40:46.543Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T13:40:46.556Z] $ docker stop --time=1 c1d6b588e5709f80c75ded34a93b6d9fc7b396bb26b89330398d9df0dffb8bbb [2021-01-14T13:40:47.903Z] $ docker rm -f c1d6b588e5709f80c75ded34a93b6d9fc7b396bb26b89330398d9df0dffb8bbb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:40:48.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T13:40:48.545Z] . [Pipeline] withDockerContainer [2021-01-14T13:40:48.639Z] prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container [2021-01-14T13:40:48.683Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T13:40:49.261Z] $ docker top 1a107f7efc92a23f30751aeb7b7bfd477f02f95692737fcd710083119eb1665b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:40:49.731Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T13:40:51.121Z] Building docker-core-command-go ... [2021-01-14T13:40:51.121Z] Building docker-core-data-go ... [2021-01-14T13:40:51.121Z] Building docker-core-metadata-go ... [2021-01-14T13:40:51.121Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T13:40:51.121Z] Building docker-security-proxy-setup-go ... [2021-01-14T13:40:51.121Z] Building docker-security-secretstore-setup-go ... [2021-01-14T13:40:51.121Z] Building docker-support-notifications-go ... [2021-01-14T13:40:51.121Z] Building docker-support-scheduler-go ... [2021-01-14T13:40:51.121Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T13:40:51.121Z] Building docker-sys-mgmt-agent-go [2021-01-14T13:40:51.121Z] Building docker-support-notifications-go [2021-01-14T13:40:51.121Z] Building docker-core-data-go [2021-01-14T13:40:51.121Z] Building docker-core-command-go [2021-01-14T13:40:51.121Z] Building docker-security-secretstore-setup-go [2021-01-14T13:41:17.795Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:41:17.795Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:41:17.795Z] ---> b6c0c8fed939 [2021-01-14T13:41:17.795Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T13:41:17.795Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:41:17.795Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:41:17.795Z] ---> b6c0c8fed939 [2021-01-14T13:41:17.795Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T13:41:17.795Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:41:17.795Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:41:17.795Z] ---> b6c0c8fed939 [2021-01-14T13:41:17.795Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T13:41:17.795Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:41:17.795Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:41:17.795Z] ---> b6c0c8fed939 [2021-01-14T13:41:17.795Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T13:41:17.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:41:17.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:41:17.795Z] ---> b6c0c8fed939 [2021-01-14T13:41:17.795Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:41:17.795Z] ---> Running in ef143c1219c5 [2021-01-14T13:41:17.795Z] ---> Running in 685089e5c508 [2021-01-14T13:41:17.795Z] ---> Running in 37b89cd004d0 [2021-01-14T13:41:17.795Z] ---> Running in ce0f0563a3ee [2021-01-14T13:41:17.795Z] ---> Running in 86656eaf2845 [2021-01-14T13:41:17.795Z] Removing intermediate container ef143c1219c5 [2021-01-14T13:41:17.795Z] ---> 2590cf5f90bd [2021-01-14T13:41:17.795Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:41:17.795Z] Removing intermediate container ce0f0563a3ee [2021-01-14T13:41:17.795Z] ---> 30fd66b23b35 [2021-01-14T13:41:17.795Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:41:17.795Z] Removing intermediate container 37b89cd004d0 [2021-01-14T13:41:17.795Z] ---> dc8c6923f56c [2021-01-14T13:41:17.795Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:41:17.795Z] Removing intermediate container 86656eaf2845 [2021-01-14T13:41:17.795Z] ---> d2b40fcc8455 [2021-01-14T13:41:17.795Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:41:17.795Z] Removing intermediate container 685089e5c508 [2021-01-14T13:41:17.795Z] ---> 02d8be93ae16 [2021-01-14T13:41:17.795Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:41:18.070Z] ---> Running in 7075fdd73e66 [2021-01-14T13:41:18.070Z] ---> Running in db6c8d888ad9 [2021-01-14T13:41:18.070Z] ---> Running in 5b7fc89db366 [2021-01-14T13:41:18.070Z] ---> Running in 098b2ab621fa [2021-01-14T13:41:18.070Z] ---> Running in dadcaec7227b [2021-01-14T13:41:20.011Z] Removing intermediate container 5b7fc89db366 [2021-01-14T13:41:20.011Z] ---> 30da7825b47f [2021-01-14T13:41:20.011Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T13:41:20.011Z] Removing intermediate container 7075fdd73e66 [2021-01-14T13:41:20.011Z] ---> d04aed1048f3 [2021-01-14T13:41:20.011Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T13:41:20.276Z] ---> Running in f42a3b51d191 [2021-01-14T13:41:20.277Z] ---> Running in 72d73d69a786 [2021-01-14T13:41:20.277Z] Removing intermediate container 098b2ab621fa [2021-01-14T13:41:20.277Z] ---> 0b32851ba3c5 [2021-01-14T13:41:20.277Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T13:41:20.277Z] Removing intermediate container dadcaec7227b [2021-01-14T13:41:20.277Z] ---> fbd4023a60b2 [2021-01-14T13:41:20.277Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T13:41:20.277Z] Removing intermediate container db6c8d888ad9 [2021-01-14T13:41:20.277Z] ---> 901eb1861ca8 [2021-01-14T13:41:20.277Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:41:20.542Z] ---> Running in 9cc7d9e5fa5a [2021-01-14T13:41:21.491Z] ---> Running in c4743391355a [2021-01-14T13:41:21.491Z] ---> Running in 164ca9ef97fb [2021-01-14T13:41:22.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:22.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:22.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:22.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:22.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:22.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:22.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:22.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:22.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:23.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:41:23.428Z] OK: 233 MiB in 51 packages [2021-01-14T13:41:23.428Z] OK: 233 MiB in 51 packages [2021-01-14T13:41:23.428Z] OK: 233 MiB in 51 packages [2021-01-14T13:41:23.730Z] OK: 233 MiB in 51 packages [2021-01-14T13:41:23.730Z] OK: 233 MiB in 51 packages [2021-01-14T13:41:24.093Z] Removing intermediate container f42a3b51d191 [2021-01-14T13:41:24.093Z] ---> 2a78b4534f83 [2021-01-14T13:41:24.093Z] Step 6/24 : COPY go.mod . [2021-01-14T13:41:24.773Z] Removing intermediate container 9cc7d9e5fa5a [2021-01-14T13:41:24.773Z] ---> e505feea07c7 [2021-01-14T13:41:24.773Z] Step 6/26 : COPY go.mod . [2021-01-14T13:41:24.773Z] ---> d1ca5661801f [2021-01-14T13:41:24.773Z] Step 7/24 : RUN go mod download [2021-01-14T13:41:24.773Z] Removing intermediate container 72d73d69a786 [2021-01-14T13:41:24.773Z] ---> 74c290681130 [2021-01-14T13:41:24.773Z] Step 6/24 : COPY go.mod . [2021-01-14T13:41:24.773Z] Removing intermediate container c4743391355a [2021-01-14T13:41:24.773Z] ---> fd4aad79856b [2021-01-14T13:41:24.773Z] Step 6/23 : COPY go.mod . [2021-01-14T13:41:24.773Z] Removing intermediate container 164ca9ef97fb [2021-01-14T13:41:24.773Z] ---> 10f252978cf5 [2021-01-14T13:41:24.773Z] Step 6/22 : COPY go.mod . [2021-01-14T13:41:24.773Z] ---> Running in 64e6d843e238 [2021-01-14T13:41:25.078Z] ---> 2fbfbf47daaa [2021-01-14T13:41:25.078Z] Step 7/26 : RUN go mod download [2021-01-14T13:41:25.078Z] ---> f5cfe794edde [2021-01-14T13:41:25.078Z] Step 7/24 : RUN go mod download [2021-01-14T13:41:25.347Z] ---> Running in 441b06e14d25 [2021-01-14T13:41:25.347Z] ---> Running in 9c9699e4e48d [2021-01-14T13:41:25.347Z] ---> 35baad8a9cc9 [2021-01-14T13:41:25.347Z] Step 7/23 : RUN go mod download [2021-01-14T13:41:25.347Z] ---> 6d52c82498cc [2021-01-14T13:41:25.347Z] Step 7/22 : RUN go mod download [2021-01-14T13:41:25.347Z] ---> Running in 63792c8309aa [2021-01-14T13:41:25.614Z] ---> Running in 25281203ca39 [2021-01-14T13:41:27.030Z] Removing intermediate container 64e6d843e238 [2021-01-14T13:41:27.030Z] ---> c0f8f5fe4ebe [2021-01-14T13:41:27.030Z] Step 8/24 : COPY . . [2021-01-14T13:41:27.295Z] Removing intermediate container 441b06e14d25 [2021-01-14T13:41:27.295Z] ---> 53a2011c6b08 [2021-01-14T13:41:27.295Z] Step 8/26 : COPY . . [2021-01-14T13:41:27.875Z] Removing intermediate container 9c9699e4e48d [2021-01-14T13:41:27.875Z] ---> fadb4b30187a [2021-01-14T13:41:27.875Z] Step 8/24 : COPY . . [2021-01-14T13:41:33.202Z] Removing intermediate container 63792c8309aa [2021-01-14T13:41:33.202Z] ---> bca8ee1238e9 [2021-01-14T13:41:33.202Z] Step 8/23 : COPY . . [2021-01-14T13:41:33.202Z] Removing intermediate container 25281203ca39 [2021-01-14T13:41:33.202Z] ---> 022e2018d741 [2021-01-14T13:41:33.202Z] Step 8/22 : COPY . . [2021-01-14T13:42:05.637Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20223 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-14T13:42:05.780Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2021-01-14T13:42:06.065Z] ---> e537062bdb68 [2021-01-14T13:42:06.065Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T13:42:06.065Z] ---> f5dcb5079993 [2021-01-14T13:42:06.065Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T13:42:06.065Z] ---> 28aba256fe27 [2021-01-14T13:42:06.065Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T13:42:06.065Z] ---> 6e32b57fb210 [2021-01-14T13:42:06.065Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T13:42:06.065Z] ---> 456afbf0c6de [2021-01-14T13:42:06.065Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T13:42:06.065Z] ---> Running in 27c5a76784e9 [2021-01-14T13:42:06.065Z] ---> Running in fd383c91995f [2021-01-14T13:42:06.065Z] ---> Running in 34582a6a0338 [2021-01-14T13:42:06.065Z] ---> Running in 7bc4149979b5 [2021-01-14T13:42:06.065Z] ---> Running in 01144d993234 [2021-01-14T13:42:06.065Z] 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-14T13:42:06.065Z] 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-14T13:42:06.065Z] 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-14T13:42:06.065Z] 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-14T13:42:06.065Z] 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-14T13:42:11.659Z] using credential edgex-jenkins-ssh [2021-01-14T13:42:11.729Z] Cloning the remote Git repository [2021-01-14T13:42:11.831Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:42:11.963Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2021-01-14T13:42:12.048Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:42:12.049Z] > git --version # timeout=10 [2021-01-14T13:42:12.073Z] > git --version # 'git version 2.17.1' [2021-01-14T13:42:12.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:42:12.164Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T13:42:29.871Z] Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:42:28.883Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T13:42:28.917Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T13:42:28.946Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T13:42:29.004Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:42:29.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:42:29.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T13:42:29.897Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T13:42:29.916Z] > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-14T13:42:30.287Z] > git remote # timeout=10 [2021-01-14T13:42:30.308Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T13:42:30.441Z] Merge succeeded, producing 638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:42:30.442Z] Checking out Revision 638c5eca75d96072983230586d0b72665e7313b1 (PR-2966) [2021-01-14T13:42:30.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:42:30.356Z] > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 [2021-01-14T13:42:30.398Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T13:42:30.455Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T13:42:30.492Z] > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-14T13:42:32.757Z] 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-14T13:42:35.041Z] Commit message: "feat(scheduler): ServiceName change should invoke old service's callback" [2021-01-14T13:42:35.345Z] Removing intermediate container 34582a6a0338 [2021-01-14T13:42:35.345Z] ---> ed29c17b5a1e [2021-01-14T13:42:35.345Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T13:42:36.645Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-14T13:42:36.755Z] ---> Running in 31d0ef5e66db [2021-01-14T13:42:36.755Z] Removing intermediate container 01144d993234 [2021-01-14T13:42:36.755Z] ---> 19ccc86a0562 [2021-01-14T13:42:36.755Z] [2021-01-14T13:42:36.755Z] Step 10/22 : FROM scratch [2021-01-14T13:42:36.755Z] ---> [2021-01-14T13:42:36.755Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:42:36.755Z] Removing intermediate container fd383c91995f [2021-01-14T13:42:36.755Z] ---> 231d52f49497 [2021-01-14T13:42:36.755Z] [2021-01-14T13:42:36.755Z] Step 10/24 : FROM scratch [2021-01-14T13:42:36.755Z] ---> [2021-01-14T13:42:36.755Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [Pipeline] sh [2021-01-14T13:42:37.036Z] ---> Running in 9447bb1a21cb [2021-01-14T13:42:37.036Z] ---> Running in f48d67384944 [2021-01-14T13:42:37.155Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T13:42:37.308Z] 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-14T13:42:37.499Z] + true [2021-01-14T13:42:37.499Z] + sudo service docker restart [2021-01-14T13:42:39.227Z] Removing intermediate container 9447bb1a21cb [2021-01-14T13:42:39.227Z] ---> ba9fc1c21cf7 [2021-01-14T13:42:39.227Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T13:42:39.227Z] Removing intermediate container f48d67384944 [2021-01-14T13:42:39.227Z] ---> c1e0c2654cd8 [2021-01-14T13:42:39.227Z] Step 12/24 : ENV APP_PORT=48060 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T13:42:39.557Z] provisioning config files... [2021-01-14T13:42:39.616Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config7451128935979220273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:42:39.800Z] ---> Running in 4c4566184e3c [2021-01-14T13:42:39.800Z] ---> Running in 5bf46339a282 [2021-01-14T13:42:39.800Z] Removing intermediate container 27c5a76784e9 [2021-01-14T13:42:39.800Z] ---> a1a6354914f0 [2021-01-14T13:42:39.800Z] [2021-01-14T13:42:39.800Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T13:42:40.068Z] 3.12: Pulling from library/alpine [2021-01-14T13:42:40.068Z] Removing intermediate container 4c4566184e3c [2021-01-14T13:42:40.068Z] ---> eb1bd5c847f4 [2021-01-14T13:42:40.068Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T13:42:40.068Z] Removing intermediate container 5bf46339a282 [2021-01-14T13:42:40.068Z] ---> ec3212624b70 [2021-01-14T13:42:40.068Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T13:42:40.068Z] ---> Running in 0dd7ac6712c8 [2021-01-14T13:42:40.083Z] ---> docker-login.sh [2021-01-14T13:42:40.083Z] nexus3.edgexfoundry.org:10001 [2021-01-14T13:42:40.346Z] ---> Running in a148c7100f19 [2021-01-14T13:42:40.608Z] Removing intermediate container a148c7100f19 [2021-01-14T13:42:40.608Z] ---> dbc8853b1971 [2021-01-14T13:42:40.608Z] Step 14/22 : WORKDIR / [2021-01-14T13:42:40.870Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T13:42:41.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:42:41.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:42:41.348Z] Configure a credential helper to remove this warning. See [2021-01-14T13:42:41.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:42:41.348Z] [2021-01-14T13:42:41.348Z] Login Succeeded [2021-01-14T13:42:41.348Z] nexus3.edgexfoundry.org:10002 [2021-01-14T13:42:41.449Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T13:42:41.449Z] ---> 389fef711851 [2021-01-14T13:42:41.449Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T13:42:41.449Z] Removing intermediate container 31d0ef5e66db [2021-01-14T13:42:41.449Z] ---> ab5ff25c57f6 [2021-01-14T13:42:41.449Z] [2021-01-14T13:42:41.449Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T13:42:41.449Z] 20.10.0: Pulling from library/docker [2021-01-14T13:42:41.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:42:41.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:42:41.952Z] Configure a credential helper to remove this warning. See [2021-01-14T13:42:41.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:42:41.952Z] [2021-01-14T13:42:41.952Z] Login Succeeded [2021-01-14T13:42:41.952Z] nexus3.edgexfoundry.org:10003 [2021-01-14T13:42:42.397Z] Removing intermediate container 0dd7ac6712c8 [2021-01-14T13:42:42.397Z] ---> 085dbc314595 [2021-01-14T13:42:42.397Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T13:42:42.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:42:42.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:42:42.562Z] Configure a credential helper to remove this warning. See [2021-01-14T13:42:42.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:42:42.562Z] [2021-01-14T13:42:42.562Z] Login Succeeded [2021-01-14T13:42:42.562Z] nexus3.edgexfoundry.org:10004 [2021-01-14T13:42:42.974Z] ---> Running in 7b643af7fc8f [2021-01-14T13:42:43.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:42:43.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:42:43.163Z] Configure a credential helper to remove this warning. See [2021-01-14T13:42:43.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:42:43.163Z] [2021-01-14T13:42:43.163Z] Login Succeeded [2021-01-14T13:42:43.163Z] docker.io [2021-01-14T13:42:43.554Z] ---> Running in fdd6bd9b45aa [2021-01-14T13:42:43.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T13:42:43.817Z] ---> 7d879b40281f [2021-01-14T13:42:43.818Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T13:42:44.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T13:42:44.036Z] Configure a credential helper to remove this warning. See [2021-01-14T13:42:44.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T13:42:44.036Z] [2021-01-14T13:42:44.036Z] Login Succeeded [2021-01-14T13:42:44.036Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T13:42:44.054Z] Deleting 1 temporary files [2021-01-14T13:42:44.080Z] Removing intermediate container 7bc4149979b5 [2021-01-14T13:42:44.080Z] ---> 1ad540933dd2 [2021-01-14T13:42:44.080Z] [2021-01-14T13:42:44.080Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T13:42:44.080Z] ---> 389fef711851 [2021-01-14T13:42:44.080Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T13:42:44.528Z] ========================================================= [2021-01-14T13:42:44.528Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T13:42:44.528Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:42:44.657Z] Removing intermediate container 7b643af7fc8f [2021-01-14T13:42:44.657Z] ---> 80901f1cf29c [2021-01-14T13:42:44.657Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:42:44.910Z] + 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-14T13:42:45.235Z] ---> Running in 5c58d38513aa [2021-01-14T13:42:45.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:42:45.235Z] ---> 4b2594fdf9f6 [2021-01-14T13:42:45.236Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T13:42:45.236Z] ---> 6728d3f9185b [2021-01-14T13:42:45.236Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T13:42:45.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:42:45.500Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T13:42:45.763Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:42:45.763Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T13:42:45.763Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T13:42:45.763Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T13:42:45.763Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:42:45.763Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T13:42:45.763Z] OK: 7 MiB in 19 packages [2021-01-14T13:42:45.763Z] Removing intermediate container 5c58d38513aa [2021-01-14T13:42:45.763Z] ---> 05830e4f8008 [2021-01-14T13:42:45.763Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T13:42:46.713Z] ---> Running in f00b70e56fd6 [2021-01-14T13:42:46.714Z] ---> bcb8e71b140d [2021-01-14T13:42:46.714Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:42:46.979Z] ---> 14530ae34ba7 [2021-01-14T13:42:46.979Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T13:42:47.256Z] Removing intermediate container f00b70e56fd6 [2021-01-14T13:42:47.256Z] ---> 7b7480dd003d [2021-01-14T13:42:47.256Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T13:42:47.543Z] Sending build context to Docker daemon 165.6MB [2021-01-14T13:42:47.543Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T13:42:47.543Z] Step 2/6 : FROM ${BASE} [2021-01-14T13:42:47.543Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T13:42:47.543Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T13:42:47.543Z] a4357932f1b6: Pulling fs layer [2021-01-14T13:42:47.543Z] 18c013af1878: Pulling fs layer [2021-01-14T13:42:47.543Z] 00ac8860ef70: Pulling fs layer [2021-01-14T13:42:47.543Z] 63d7cb157983: Pulling fs layer [2021-01-14T13:42:47.543Z] b116817d02f9: Pulling fs layer [2021-01-14T13:42:47.543Z] 745a02a5169b: Pulling fs layer [2021-01-14T13:42:47.543Z] b116817d02f9: Waiting [2021-01-14T13:42:47.543Z] 63d7cb157983: Waiting [2021-01-14T13:42:47.543Z] 745a02a5169b: Waiting [2021-01-14T13:42:47.543Z] 00ac8860ef70: Waiting [2021-01-14T13:42:47.543Z] 18c013af1878: Download complete [2021-01-14T13:42:47.543Z] a4357932f1b6: Verifying Checksum [2021-01-14T13:42:47.543Z] a4357932f1b6: Download complete [2021-01-14T13:42:47.543Z] 63d7cb157983: Verifying Checksum [2021-01-14T13:42:47.543Z] 63d7cb157983: Download complete [2021-01-14T13:42:47.543Z] b116817d02f9: Download complete [2021-01-14T13:42:47.543Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T13:42:47.543Z] 5f621e34cdf4: Download complete [2021-01-14T13:42:47.839Z] ---> Running in 447515e0ff69 [2021-01-14T13:42:47.839Z] ---> 1c948d3edbc2 [2021-01-14T13:42:47.839Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T13:42:47.839Z] ---> 644e942f61b9 [2021-01-14T13:42:47.839Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T13:42:48.105Z] Removing intermediate container fdd6bd9b45aa [2021-01-14T13:42:48.105Z] ---> 6e9e9d181c2c [2021-01-14T13:42:48.105Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T13:42:48.105Z] ---> Running in d54ca82c949f [2021-01-14T13:42:48.105Z] Removing intermediate container 447515e0ff69 [2021-01-14T13:42:48.105Z] ---> f9c3d6f8311f [2021-01-14T13:42:48.105Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:42:48.105Z] ---> Running in 10e2edffe061 [2021-01-14T13:42:48.162Z] 5f621e34cdf4: Pull complete [2021-01-14T13:42:48.372Z] ---> Running in a9040a8925f2 [2021-01-14T13:42:48.769Z] a4357932f1b6: Pull complete [2021-01-14T13:42:48.949Z] Removing intermediate container d54ca82c949f [2021-01-14T13:42:48.949Z] ---> 08ceb38c621c [2021-01-14T13:42:48.949Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:42:49.222Z] Removing intermediate container 10e2edffe061 [2021-01-14T13:42:49.222Z] ---> 80be962afd9e [2021-01-14T13:42:49.222Z] Step 13/24 : WORKDIR / [2021-01-14T13:42:49.222Z] ---> 70bb0f4bd5f5 [2021-01-14T13:42:49.222Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T13:42:49.222Z] ---> Running in d0b1351617a9 [2021-01-14T13:42:49.222Z] ---> Running in 35d7dbb680cc [2021-01-14T13:42:49.374Z] 18c013af1878: Pull complete [2021-01-14T13:42:49.487Z] Removing intermediate container 35d7dbb680cc [2021-01-14T13:42:49.488Z] ---> eb5c13e2d9db [2021-01-14T13:42:49.488Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T13:42:49.488Z] Removing intermediate container d0b1351617a9 [2021-01-14T13:42:49.488Z] ---> b7048af50b0b [2021-01-14T13:42:49.488Z] 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-14T13:42:49.751Z] ---> Running in ea2cb7c4b78f [2021-01-14T13:42:49.751Z] ---> e4960f5731d7 [2021-01-14T13:42:49.751Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T13:42:49.975Z] 745a02a5169b: Verifying Checksum [2021-01-14T13:42:49.975Z] 745a02a5169b: Download complete [2021-01-14T13:42:50.014Z] ---> Running in 04030a333d31 [2021-01-14T13:42:50.014Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T13:42:50.014Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T13:42:50.014Z] Removing intermediate container ea2cb7c4b78f [2021-01-14T13:42:50.014Z] ---> b7d839174539 [2021-01-14T13:42:50.014Z] Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:42:50.014Z] ---> aefe523efa57 [2021-01-14T13:42:50.014Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T13:42:50.276Z] ---> b3940aefe36d [2021-01-14T13:42:50.276Z] 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-14T13:42:50.276Z] ---> Running in 20207b8a52dc [2021-01-14T13:42:50.276Z] ---> Running in 4417f6cfec71 [2021-01-14T13:42:50.276Z] Removing intermediate container 04030a333d31 [2021-01-14T13:42:50.276Z] ---> 6ea71b3f0eec [2021-01-14T13:42:50.276Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:42:50.538Z] Removing intermediate container a9040a8925f2 [2021-01-14T13:42:50.538Z] ---> 7c6c4bf6f0e2 [2021-01-14T13:42:50.538Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T13:42:50.538Z] ---> Running in 2a600195d35a [2021-01-14T13:42:50.803Z] ---> Running in 963263e7343f [2021-01-14T13:42:50.803Z] ---> 19c57ca8f1d6 [2021-01-14T13:42:50.803Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T13:42:50.803Z] Removing intermediate container 4417f6cfec71 [2021-01-14T13:42:50.803Z] ---> 81e5beb63c8e [2021-01-14T13:42:50.803Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:42:51.428Z] 00ac8860ef70: Verifying Checksum [2021-01-14T13:42:51.428Z] 00ac8860ef70: Download complete [2021-01-14T13:42:51.754Z] ---> Running in c4ff5c5369e7 [2021-01-14T13:42:51.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:42:51.754Z] Removing intermediate container 2a600195d35a [2021-01-14T13:42:51.754Z] ---> ebe614844e76 [2021-01-14T13:42:51.754Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T13:42:51.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:42:51.754Z] ---> ce9ac0a7efc3 [2021-01-14T13:42:51.754Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T13:42:52.019Z] ---> Running in 6c7ec1d99669 [2021-01-14T13:42:52.019Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T13:42:52.019Z] Removing intermediate container c4ff5c5369e7 [2021-01-14T13:42:52.019Z] ---> e5a7709f906a [2021-01-14T13:42:52.019Z] [2021-01-14T13:42:52.019Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T13:42:52.019Z] Executing bash-5.0.17-r0.post-install [2021-01-14T13:42:52.019Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:42:52.019Z] OK: 12 MiB in 22 packages [2021-01-14T13:42:52.291Z] Removing intermediate container 6c7ec1d99669 [2021-01-14T13:42:52.291Z] ---> d28134d4804b [2021-01-14T13:42:52.291Z] Step 23/24 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:42:52.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:42:52.291Z] Successfully built e5a7709f906a [2021-01-14T13:42:52.291Z] ---> Running in 0d5bb84ea69f [2021-01-14T13:42:52.291Z] Successfully tagged docker-core-command-go:latest [2021-01-14T13:42:52.291Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-01-14T13:42:52.555Z] ---> 8568f54e3abf [2021-01-14T13:42:52.555Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T13:42:52.555Z] Removing intermediate container 0d5bb84ea69f [2021-01-14T13:42:52.555Z] ---> 282ac82b97cc [2021-01-14T13:42:52.555Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T13:42:52.830Z] ---> Running in 8fa0b5840690 [2021-01-14T13:42:52.830Z] Removing intermediate container 20207b8a52dc [2021-01-14T13:42:52.830Z] ---> 38165225a3cf [2021-01-14T13:42:52.830Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T13:42:52.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:42:53.105Z] ---> Running in 172636c7deb2 [2021-01-14T13:42:53.105Z] ---> b6f70c9a0b8b [2021-01-14T13:42:53.105Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T13:42:54.509Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T13:42:54.509Z] Removing intermediate container 8fa0b5840690 [2021-01-14T13:42:54.509Z] ---> 94db865b08cd [2021-01-14T13:42:54.509Z] [2021-01-14T13:42:55.457Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T13:42:55.718Z] Successfully built 94db865b08cd [2021-01-14T13:42:55.983Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T13:42:56.245Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T13:42:56.507Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T13:42:56.507Z] Successfully tagged docker-support-notifications-go:latest [2021-01-14T13:42:56.507Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-14T13:42:56.507Z] Removing intermediate container 172636c7deb2 [2021-01-14T13:42:56.507Z] ---> 7b91b0a9b976 [2021-01-14T13:42:56.507Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T13:42:56.507Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:42:56.507Z] OK: 8 MiB in 19 packages [2021-01-14T13:42:59.068Z] ---> f5687919022c [2021-01-14T13:42:59.068Z] 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-14T13:42:59.068Z] ---> Running in e4c18eaf6538 [2021-01-14T13:43:01.585Z] 00ac8860ef70: Pull complete [2021-01-14T13:43:01.585Z] 63d7cb157983: Pull complete [2021-01-14T13:43:01.861Z] b116817d02f9: Pull complete [2021-01-14T13:43:03.300Z] ---> Running in 308ab2fe93b3 [2021-01-14T13:43:04.709Z] Removing intermediate container e4c18eaf6538 [2021-01-14T13:43:04.709Z] ---> 0cfc82c34d37 [2021-01-14T13:43:04.709Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T13:43:04.980Z] ---> Running in eaaaaf9b87e7 [2021-01-14T13:43:05.243Z] 745a02a5169b: Pull complete [2021-01-14T13:43:05.244Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T13:43:05.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T13:43:05.244Z] ---> b7e6874047d6 [2021-01-14T13:43:05.244Z] 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-14T13:43:05.560Z] Removing intermediate container 963263e7343f [2021-01-14T13:43:05.560Z] ---> f39875fd2487 [2021-01-14T13:43:05.560Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:43:06.518Z] Removing intermediate container eaaaaf9b87e7 [2021-01-14T13:43:06.518Z] ---> a834687d671c [2021-01-14T13:43:06.518Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T13:43:07.507Z] ---> 4134361a677b [2021-01-14T13:43:07.507Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T13:43:08.459Z] ---> 9ab4e59830fb [2021-01-14T13:43:08.459Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T13:43:08.459Z] Removing intermediate container 308ab2fe93b3 [2021-01-14T13:43:08.459Z] ---> d6e877ba759e [2021-01-14T13:43:08.459Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T13:43:09.556Z] ---> Running in cd2479237f83 [2021-01-14T13:43:10.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:43:10.403Z] ---> 2f711532b338 [2021-01-14T13:43:10.403Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T13:43:10.403Z] ---> Running in 297130f375dc [2021-01-14T13:43:11.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:43:11.354Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:43:11.354Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:43:11.354Z] ---> b6c0c8fed939 [2021-01-14T13:43:11.354Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:43:11.354Z] ---> Using cache [2021-01-14T13:43:11.354Z] ---> 02d8be93ae16 [2021-01-14T13:43:11.354Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:43:11.354Z] ---> Using cache [2021-01-14T13:43:11.354Z] ---> fbd4023a60b2 [2021-01-14T13:43:11.354Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:43:11.739Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T13:43:11.934Z] ---> ad9e2a2fab9a [2021-01-14T13:43:11.934Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T13:43:12.011Z] (2/12) Installing file (5.38-r0) [2021-01-14T13:43:12.011Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T13:43:12.196Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:43:12.196Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:43:12.284Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T13:43:12.458Z] ---> b6c0c8fed939 [2021-01-14T13:43:12.458Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T13:43:12.458Z] ---> Using cache [2021-01-14T13:43:12.458Z] ---> 02d8be93ae16 [2021-01-14T13:43:12.458Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:43:12.458Z] ---> Using cache [2021-01-14T13:43:12.458Z] ---> fbd4023a60b2 [2021-01-14T13:43:12.458Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T13:43:12.729Z] Removing intermediate container 297130f375dc [2021-01-14T13:43:12.730Z] ---> 87e337b2eca9 [2021-01-14T13:43:12.730Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T13:43:12.730Z] ---> Running in e40aefedcc11 [2021-01-14T13:43:12.730Z] ---> 5b351c298aad [2021-01-14T13:43:12.730Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T13:43:12.730Z] ---> Running in d4c9867da190 [2021-01-14T13:43:12.730Z] ---> Running in 2ff13022138f [2021-01-14T13:43:12.992Z] ---> 9c321028881b [2021-01-14T13:43:12.992Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T13:43:12.992Z] ---> Running in 1624c67bd474 [2021-01-14T13:43:12.992Z] ---> Running in 0bbc1c691e0d [2021-01-14T13:43:13.258Z] Removing intermediate container 2ff13022138f [2021-01-14T13:43:13.258Z] ---> aedb7a9c94da [2021-01-14T13:43:13.258Z] Step 23/24 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:43:13.527Z] Removing intermediate container 1624c67bd474 [2021-01-14T13:43:13.527Z] ---> 7d8f2f7c73a7 [2021-01-14T13:43:13.527Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:43:13.527Z] ---> Running in 1c070c65a4cf [2021-01-14T13:43:13.527Z] ---> Running in eb147e5b6333 [2021-01-14T13:43:13.792Z] Removing intermediate container 1c070c65a4cf [2021-01-14T13:43:13.792Z] ---> 3d28038474f9 [2021-01-14T13:43:13.792Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T13:43:13.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:43:13.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:43:13.792Z] Removing intermediate container eb147e5b6333 [2021-01-14T13:43:13.792Z] ---> c5de01733cb4 [2021-01-14T13:43:13.792Z] Step 21/23 : LABEL arch=x86_64 [2021-01-14T13:43:14.055Z] ---> Running in c0f3484c9e27 [2021-01-14T13:43:14.055Z] ---> Running in 6433e3ac99e1 [2021-01-14T13:43:14.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:43:14.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:43:14.055Z] Removing intermediate container c0f3484c9e27 [2021-01-14T13:43:14.055Z] ---> 5875296d89a3 [2021-01-14T13:43:14.055Z] [2021-01-14T13:43:14.055Z] Removing intermediate container 6433e3ac99e1 [2021-01-14T13:43:14.055Z] ---> 464ea50b2a0b [2021-01-14T13:43:14.055Z] Step 22/23 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:43:14.321Z] ---> Running in 529e7bdb57d6 [2021-01-14T13:43:14.321Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T13:43:14.321Z] Successfully built 5875296d89a3 [2021-01-14T13:43:14.321Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T13:43:14.321Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T13:43:14.321Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-14T13:43:14.321Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-14T13:43:14.321Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T13:43:14.321Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T13:43:14.321Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T13:43:14.321Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T13:43:14.586Z] Removing intermediate container 529e7bdb57d6 [2021-01-14T13:43:14.586Z] ---> cfa00d5352dc [2021-01-14T13:43:14.586Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T13:43:14.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:43:14.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:43:15.164Z] OK: 233 MiB in 51 packages [2021-01-14T13:43:15.425Z] OK: 233 MiB in 51 packages [2021-01-14T13:43:15.692Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T13:43:15.692Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T13:43:15.692Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T13:43:15.692Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T13:43:15.692Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T13:43:15.692Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T13:43:15.692Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T13:43:15.965Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T13:43:15.965Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:43:15.965Z] OK: 217 MiB in 51 packages [2021-01-14T13:43:20.285Z] Removing intermediate container cd2479237f83 [2021-01-14T13:43:20.285Z] ---> 5ad4517e6d23 [2021-01-14T13:43:20.285Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T13:43:20.559Z] ---> Running in bb035a430807 [2021-01-14T13:43:21.162Z] Removing intermediate container bb035a430807 [2021-01-14T13:43:21.162Z] ---> 19ee2fb0f3f3 [2021-01-14T13:43:21.162Z] Step 5/6 : COPY go.mod . [2021-01-14T13:43:21.761Z] ---> cf729156a963 [2021-01-14T13:43:21.761Z] Step 6/6 : RUN go mod download [2021-01-14T13:43:21.761Z] ---> Running in 80fd6844b351 [2021-01-14T13:43:23.602Z] ---> Running in f4e325cb5e87 [2021-01-14T13:43:23.602Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T13:43:23.602Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T13:43:23.602Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T13:43:23.602Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T13:43:23.602Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T13:43:23.602Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T13:43:23.602Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T13:43:23.602Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T13:43:23.602Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T13:43:23.602Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T13:43:23.602Z] Removing intermediate container f4e325cb5e87 [2021-01-14T13:43:23.603Z] ---> 9ec1971962b0 [2021-01-14T13:43:23.603Z] [2021-01-14T13:43:23.603Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T13:43:23.603Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T13:43:23.603Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T13:43:24.555Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T13:43:24.555Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T13:43:24.555Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T13:43:24.555Z] Removing intermediate container e40aefedcc11 [2021-01-14T13:43:24.555Z] ---> 943431c7157a [2021-01-14T13:43:24.555Z] Step 6/22 : COPY go.mod . [2021-01-14T13:43:24.555Z] Successfully built 9ec1971962b0 [2021-01-14T13:43:24.555Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T13:43:24.818Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T13:43:24.818Z] Successfully tagged docker-core-data-go:latest [2021-01-14T13:43:24.818Z] Building docker-core-metadata-go [2021-01-14T13:43:25.080Z]  Building docker-core-data-go ... done (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T13:43:25.657Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T13:43:25.657Z] Removing intermediate container d4c9867da190 [2021-01-14T13:43:25.657Z] ---> f48f5df2eb8c [2021-01-14T13:43:25.657Z] Step 6/21 : COPY go.mod . [2021-01-14T13:43:25.657Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T13:43:25.921Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T13:43:25.921Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T13:43:26.877Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T13:43:27.451Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T13:43:27.451Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T13:43:27.719Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:43:27.719Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:43:27.719Z] ---> b6c0c8fed939 [2021-01-14T13:43:27.719Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T13:43:27.719Z] ---> Using cache [2021-01-14T13:43:27.719Z] ---> 02d8be93ae16 [2021-01-14T13:43:27.719Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:43:27.719Z] ---> Using cache [2021-01-14T13:43:27.719Z] ---> fbd4023a60b2 [2021-01-14T13:43:27.719Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T13:43:27.719Z] ---> Using cache [2021-01-14T13:43:27.719Z] ---> f48f5df2eb8c [2021-01-14T13:43:27.719Z] Step 6/21 : COPY go.mod . [2021-01-14T13:43:28.292Z] ---> d6a97628f722 [2021-01-14T13:43:28.292Z] Step 7/22 : RUN go mod download [2021-01-14T13:43:29.241Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:43:29.241Z] ---> Running in 4599ebc14d29 [2021-01-14T13:43:29.241Z] OK: 71 MiB in 55 packages [2021-01-14T13:43:29.505Z] ---> be3355b304f0 [2021-01-14T13:43:29.505Z] Step 7/21 : RUN go mod download [2021-01-14T13:43:29.505Z] ---> 9f30daf4cfa1 [2021-01-14T13:43:29.505Z] Step 7/21 : RUN go mod download [2021-01-14T13:43:30.085Z] ---> Running in 7b3d37fd2227 [2021-01-14T13:43:30.085Z] ---> Running in 600bf2a88dbd [2021-01-14T13:43:34.342Z] Removing intermediate container 4599ebc14d29 [2021-01-14T13:43:34.342Z] ---> 9a2a6c82b608 [2021-01-14T13:43:34.342Z] Step 8/22 : COPY . . [2021-01-14T13:43:38.570Z] Removing intermediate container 7b3d37fd2227 [2021-01-14T13:43:38.570Z] ---> acb55218def1 [2021-01-14T13:43:38.570Z] Step 8/21 : COPY . . [2021-01-14T13:43:41.156Z] Removing intermediate container 600bf2a88dbd [2021-01-14T13:43:41.156Z] ---> b8af63667b9e [2021-01-14T13:43:41.156Z] Step 8/21 : COPY . . [2021-01-14T13:43:41.425Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:43:41.425Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:43:41.425Z] ---> b6c0c8fed939 [2021-01-14T13:43:41.425Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:43:41.425Z] ---> Using cache [2021-01-14T13:43:41.425Z] ---> 02d8be93ae16 [2021-01-14T13:43:41.425Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:43:41.425Z] ---> Using cache [2021-01-14T13:43:41.425Z] ---> fbd4023a60b2 [2021-01-14T13:43:41.425Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:43:41.425Z] ---> Using cache [2021-01-14T13:43:41.425Z] ---> f48f5df2eb8c [2021-01-14T13:43:41.425Z] Step 6/22 : COPY go.mod . [2021-01-14T13:43:41.425Z] ---> Using cache [2021-01-14T13:43:41.425Z] ---> be3355b304f0 [2021-01-14T13:43:41.425Z] Step 7/22 : RUN go mod download [2021-01-14T13:43:41.425Z] ---> Using cache [2021-01-14T13:43:41.425Z] ---> acb55218def1 [2021-01-14T13:43:41.425Z] Step 8/22 : COPY . . [2021-01-14T13:43:48.560Z] Removing intermediate container 80fd6844b351 [2021-01-14T13:43:48.560Z] ---> baf11d4d34e1 [2021-01-14T13:43:48.560Z] Successfully built baf11d4d34e1 [2021-01-14T13:43:48.560Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:43:48.913Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T13:43:48.913Z] . [Pipeline] withDockerContainer [2021-01-14T13:43:49.154Z] prd-ubuntu18.04-docker-arm64-4c-16g-20223 does not seem to be running inside a container [2021-01-14T13:43:49.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T13:43:50.778Z] $ docker top c06b5c96906a16eb587979ce524dbcb64e4ae6782fa762164417111db97d5e1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:43:51.876Z] + go version [2021-01-14T13:43:51.876Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T13:43:51.907Z] $ docker stop --time=1 c06b5c96906a16eb587979ce524dbcb64e4ae6782fa762164417111db97d5e1f [2021-01-14T13:43:53.964Z] $ docker rm -f c06b5c96906a16eb587979ce524dbcb64e4ae6782fa762164417111db97d5e1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:43:55.032Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T13:43:55.032Z] . [Pipeline] withDockerContainer [2021-01-14T13:43:55.319Z] prd-ubuntu18.04-docker-arm64-4c-16g-20223 does not seem to be running inside a container [2021-01-14T13:43:55.408Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T13:43:56.958Z] $ docker top c143868c6b3abcdd1ea6d9999c6ea10643ab7a792f0a51b7ec39f82979add387 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T13:43:57.406Z] ========================================================= [2021-01-14T13:43:57.406Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T13:43:57.406Z] ========================================================= [Pipeline] sh [2021-01-14T13:43:58.076Z] + make test [2021-01-14T13:43:58.076Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T13:44:14.386Z] Removing intermediate container 0bbc1c691e0d [2021-01-14T13:44:14.386Z] ---> 27bd843cb2ce [2021-01-14T13:44:14.386Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T13:44:14.386Z] ---> Running in 4a2dd929c3c0 [2021-01-14T13:44:16.938Z] ---> 4aefcd3e4978 [2021-01-14T13:44:16.938Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T13:44:17.201Z] ---> Running in d5c5db8288a6 [2021-01-14T13:44:17.465Z] ---> 23d460014409 [2021-01-14T13:44:17.465Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T13:44:17.465Z] ---> dac9f9871de0 [2021-01-14T13:44:17.465Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T13:44:17.465Z] ---> a3268631b3ea [2021-01-14T13:44:17.465Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T13:44:17.726Z] ---> Running in a61cbf33a767 [2021-01-14T13:44:17.726Z] ---> Running in 5d3849a24118 [2021-01-14T13:44:17.726Z] ---> Running in a76b1184140e [2021-01-14T13:44:18.307Z] 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-14T13:44:18.589Z] 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-14T13:44:18.589Z] 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-14T13:44:18.855Z] 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-14T13:44:21.433Z] Collecting docker-compose==1.23.2 [2021-01-14T13:44:21.433Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T13:44:22.395Z] 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-14T13:44:22.662Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T13:44:22.662Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T13:44:23.649Z] Collecting PyYAML<4,>=3.10 [2021-01-14T13:44:23.649Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T13:44:24.894Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T13:44:25.624Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T13:44:25.624Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T13:44:25.624Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T13:44:25.624Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T13:44:25.624Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T13:44:25.624Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T13:44:25.893Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T13:44:25.893Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T13:44:26.160Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T13:44:26.160Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T13:44:27.122Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T13:44:27.122Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T13:44:28.532Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T13:44:28.533Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T13:44:28.798Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T13:44:28.798Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T13:44:28.798Z] 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-14T13:44:29.066Z] Collecting idna<2.8,>=2.5 [2021-01-14T13:44:29.066Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T13:44:29.066Z] 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-14T13:44:29.066Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T13:44:29.066Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T13:44:29.066Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T13:44:29.066Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T13:44:29.066Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T13:44:29.066Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T13:44:29.332Z] Installing collected packages: texttable, PyYAML, urllib3, idna, requests, websocket-client, cached-property, docker-pycreds, docker, dockerpty, docopt, jsonschema, docker-compose [2021-01-14T13:44:29.332Z] Running setup.py install for texttable: started [2021-01-14T13:44:30.290Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T13:44:30.290Z] Running setup.py install for PyYAML: started [2021-01-14T13:44:31.702Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T13:44:31.702Z] Attempting uninstall: urllib3 [2021-01-14T13:44:31.702Z] Found existing installation: urllib3 1.25.9 [2021-01-14T13:44:31.702Z] Uninstalling urllib3-1.25.9: [2021-01-14T13:44:31.702Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T13:44:31.702Z] Attempting uninstall: idna [2021-01-14T13:44:31.702Z] Found existing installation: idna 2.9 [2021-01-14T13:44:31.702Z] Uninstalling idna-2.9: [2021-01-14T13:44:31.975Z] Successfully uninstalled idna-2.9 [2021-01-14T13:44:31.975Z] Attempting uninstall: requests [2021-01-14T13:44:31.975Z] Found existing installation: requests 2.23.0 [2021-01-14T13:44:31.975Z] Uninstalling requests-2.23.0: [2021-01-14T13:44:32.242Z] Successfully uninstalled requests-2.23.0 [2021-01-14T13:44:32.858Z] Running setup.py install for dockerpty: started [2021-01-14T13:44:33.834Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T13:44:33.834Z] Running setup.py install for docopt: started [2021-01-14T13:44:34.800Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T13:44:36.197Z] 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-14T13:44:39.561Z] Removing intermediate container 4a2dd929c3c0 [2021-01-14T13:44:39.561Z] ---> 35de5cf5f8f6 [2021-01-14T13:44:39.561Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T13:44:39.561Z] ---> Running in 244b72cb57be [2021-01-14T13:44:40.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:44:40.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:44:40.829Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:44:40.829Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T13:44:40.829Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T13:44:40.829Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:44:40.829Z] OK: 72 MiB in 58 packages [2021-01-14T13:44:42.827Z] Removing intermediate container 244b72cb57be [2021-01-14T13:44:42.827Z] ---> fe42bd4acd94 [2021-01-14T13:44:42.827Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T13:44:42.827Z] 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-14T13:44:42.827Z] ---> Running in 07bf1301caf1 [2021-01-14T13:44:43.097Z] Removing intermediate container 07bf1301caf1 [2021-01-14T13:44:43.097Z] ---> aa611b656227 [2021-01-14T13:44:43.097Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:44:43.363Z] ---> Running in 6d1f6b5bd937 [2021-01-14T13:44:43.629Z] Removing intermediate container 6d1f6b5bd937 [2021-01-14T13:44:43.629Z] ---> 16a1768e4901 [2021-01-14T13:44:43.629Z] Step 24/26 : LABEL arch=x86_64 [2021-01-14T13:44:43.629Z] ---> Running in 4f72865c526f [2021-01-14T13:44:43.895Z] Removing intermediate container 4f72865c526f [2021-01-14T13:44:43.895Z] ---> 888f1fb21a32 [2021-01-14T13:44:43.895Z] Step 25/26 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:44:44.162Z] ---> Running in b87ea95838ae [2021-01-14T13:44:44.429Z] Removing intermediate container b87ea95838ae [2021-01-14T13:44:44.429Z] ---> 10c65f893793 [2021-01-14T13:44:44.429Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T13:44:47.012Z] ---> Running in bd8d47dd7b54 [2021-01-14T13:44:47.012Z] Removing intermediate container d5c5db8288a6 [2021-01-14T13:44:47.012Z] ---> d8204987dc42 [2021-01-14T13:44:47.012Z] [2021-01-14T13:44:47.012Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T13:44:47.012Z] ---> 389fef711851 [2021-01-14T13:44:47.012Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T13:44:47.012Z] ---> Using cache [2021-01-14T13:44:47.012Z] ---> 6e9e9d181c2c [2021-01-14T13:44:47.012Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T13:44:47.012Z] Removing intermediate container bd8d47dd7b54 [2021-01-14T13:44:47.012Z] ---> f17821d1f17f [2021-01-14T13:44:47.012Z] [2021-01-14T13:44:47.012Z] ---> Running in 7e89b01e3973 [2021-01-14T13:44:47.012Z] Successfully built f17821d1f17f [2021-01-14T13:44:47.012Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-14T13:44:47.592Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7e89b01e3973 [2021-01-14T13:44:47.592Z] ---> e027a4d7eb02 [2021-01-14T13:44:47.592Z] Step 13/22 : WORKDIR / [2021-01-14T13:44:49.519Z] ---> Running in 1370b87e036e [2021-01-14T13:44:49.520Z] Removing intermediate container a76b1184140e [2021-01-14T13:44:49.520Z] ---> f7878a7a22d9 [2021-01-14T13:44:49.520Z] [2021-01-14T13:44:49.520Z] Step 10/21 : FROM scratch [2021-01-14T13:44:49.520Z] ---> [2021-01-14T13:44:49.520Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:44:50.099Z] ---> Using cache [2021-01-14T13:44:50.099Z] ---> ba9fc1c21cf7 [2021-01-14T13:44:50.099Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T13:44:50.679Z] Removing intermediate container 1370b87e036e [2021-01-14T13:44:50.679Z] ---> e4f35474a35a [2021-01-14T13:44:50.679Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:44:50.679Z] ---> Running in bb7980d32a35 [2021-01-14T13:44:54.906Z] Removing intermediate container 5d3849a24118 [2021-01-14T13:44:54.906Z] ---> 013fdc51488d [2021-01-14T13:44:54.906Z] [2021-01-14T13:44:54.906Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T13:44:54.906Z] ---> 389fef711851 [2021-01-14T13:44:54.906Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T13:44:54.906Z] ---> 80fe416da418 [2021-01-14T13:44:54.906Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T13:44:54.906Z] Removing intermediate container bb7980d32a35 [2021-01-14T13:44:54.906Z] ---> 168de8f9846d [2021-01-14T13:44:54.906Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T13:44:54.906Z] Removing intermediate container a61cbf33a767 [2021-01-14T13:44:54.906Z] ---> c72b7f019389 [2021-01-14T13:44:54.906Z] [2021-01-14T13:44:54.906Z] Step 10/22 : FROM scratch [2021-01-14T13:44:54.906Z] ---> [2021-01-14T13:44:54.906Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:44:54.906Z] ---> Using cache [2021-01-14T13:44:54.906Z] ---> ba9fc1c21cf7 [2021-01-14T13:44:54.906Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T13:44:54.906Z] ---> Running in 9d444591857c [2021-01-14T13:44:54.906Z] ---> Running in 5e1c1ab4d670 [2021-01-14T13:44:54.906Z] ---> Running in 3ecec36a3f18 [2021-01-14T13:44:54.906Z] Removing intermediate container 9d444591857c [2021-01-14T13:44:54.906Z] ---> 53a45dbac75d [2021-01-14T13:44:54.906Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:44:54.906Z] Removing intermediate container 3ecec36a3f18 [2021-01-14T13:44:54.906Z] ---> 3a8b520c4d6e [2021-01-14T13:44:54.906Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T13:44:54.906Z] ---> 1bf9efd1eb69 [2021-01-14T13:44:54.906Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T13:44:54.906Z] ---> Running in 4f69776e8250 [2021-01-14T13:44:55.171Z] ---> 059b78159837 [2021-01-14T13:44:55.171Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T13:44:55.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T13:44:55.171Z] Removing intermediate container 4f69776e8250 [2021-01-14T13:44:55.171Z] ---> 9ca38a55c860 [2021-01-14T13:44:55.171Z] Step 14/22 : WORKDIR / [2021-01-14T13:44:55.171Z] ---> 41d5b4bf6e8c [2021-01-14T13:44:55.171Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T13:44:55.437Z] ---> Running in 545ff6301a68 [2021-01-14T13:44:55.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T13:44:55.437Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T13:44:55.437Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:44:55.700Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T13:44:55.700Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T13:44:55.700Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:44:55.700Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T13:44:55.700Z] OK: 7 MiB in 18 packages [2021-01-14T13:44:55.700Z] Removing intermediate container 545ff6301a68 [2021-01-14T13:44:55.700Z] ---> 36729b50aa6e [2021-01-14T13:44:55.700Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:44:55.700Z] ---> 0e487b0de426 [2021-01-14T13:44:55.700Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T13:44:55.966Z] ---> 1bcc183bb4de [2021-01-14T13:44:55.966Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T13:44:55.966Z] ---> Running in 79d5220bc180 [2021-01-14T13:44:55.966Z] ---> 5169f2e706ed [2021-01-14T13:44:55.966Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T13:44:56.917Z] ---> 0edf671cebfd [2021-01-14T13:44:56.917Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T13:44:57.181Z] ---> Running in d4972ce02c27 [2021-01-14T13:44:57.181Z] Removing intermediate container 5e1c1ab4d670 [2021-01-14T13:44:57.181Z] ---> 4f439e8bdd6a [2021-01-14T13:44:57.181Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T13:44:57.181Z] ---> 68e992a88b6e [2021-01-14T13:44:57.181Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T13:44:57.181Z] ---> Running in 00b53e1f4f84 [2021-01-14T13:44:57.446Z] Removing intermediate container d4972ce02c27 [2021-01-14T13:44:57.446Z] ---> cdd28150e8cf [2021-01-14T13:44:57.446Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:44:57.446Z] ---> Running in 2e91e6ceb9e8 [2021-01-14T13:44:57.446Z] Removing intermediate container 00b53e1f4f84 [2021-01-14T13:44:57.446Z] ---> ad46e7b3db7f [2021-01-14T13:44:57.446Z] Step 13/21 : WORKDIR /edgex [2021-01-14T13:44:57.708Z] ---> dcd1e35b1796 [2021-01-14T13:44:57.708Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T13:44:57.708Z] ---> Running in 9fa3921c8f2d [2021-01-14T13:44:57.974Z] ---> Running in 3ac7f088e60e [2021-01-14T13:44:57.974Z] Removing intermediate container 2e91e6ceb9e8 [2021-01-14T13:44:57.974Z] ---> 0425171d895d [2021-01-14T13:44:57.974Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T13:44:57.974Z] ---> Running in 336d3b2deec1 [2021-01-14T13:44:58.242Z] Removing intermediate container 79d5220bc180 [2021-01-14T13:44:58.242Z] ---> f0fdd955408e [2021-01-14T13:44:58.242Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T13:44:58.242Z] Removing intermediate container 9fa3921c8f2d [2021-01-14T13:44:58.242Z] ---> 05bca8742a35 [2021-01-14T13:44:58.242Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T13:44:58.242Z] Removing intermediate container 3ac7f088e60e [2021-01-14T13:44:58.242Z] ---> 1caf41b494b1 [2021-01-14T13:44:58.242Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:44:58.242Z] ---> Running in b77b958922bf [2021-01-14T13:44:58.507Z] ---> Running in c227177770d9 [2021-01-14T13:44:58.507Z] Removing intermediate container 336d3b2deec1 [2021-01-14T13:44:58.507Z] ---> b7fdd54b1fbc [2021-01-14T13:44:58.507Z] Step 20/21 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:44:58.507Z] ---> 6b9f28287bd3 [2021-01-14T13:44:58.507Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T13:44:58.507Z] ---> Running in d1429b7ff159 [2021-01-14T13:44:58.507Z] Removing intermediate container b77b958922bf [2021-01-14T13:44:58.507Z] ---> 61f315a170ef [2021-01-14T13:44:58.507Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T13:44:59.081Z] Removing intermediate container c227177770d9 [2021-01-14T13:44:59.081Z] ---> e6443f6dd23f [2021-01-14T13:44:59.081Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T13:44:59.654Z] ---> Running in 6db9cbdefbbe [2021-01-14T13:44:59.654Z] ---> Running in 4604cd6b909d [2021-01-14T13:44:59.654Z] ---> 18e2f5a80975 [2021-01-14T13:44:59.654Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T13:44:59.654Z] Removing intermediate container d1429b7ff159 [2021-01-14T13:44:59.654Z] ---> 85af05193d30 [2021-01-14T13:44:59.654Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T13:44:59.917Z] Removing intermediate container 6db9cbdefbbe [2021-01-14T13:44:59.917Z] ---> af1e6f9020ed [2021-01-14T13:44:59.917Z] Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:44:59.917Z] ---> Running in 8d0d91d2f028 [2021-01-14T13:44:59.917Z] Removing intermediate container 4604cd6b909d [2021-01-14T13:44:59.917Z] ---> 2abd65b4c2b0 [2021-01-14T13:44:59.917Z] Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:44:59.917Z] ---> Running in dcaa146bc438 [2021-01-14T13:45:00.180Z] ---> Running in 1b952f894ff6 [2021-01-14T13:45:00.180Z] ---> 7513a21920fc [2021-01-14T13:45:00.180Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T13:45:00.180Z] Removing intermediate container 8d0d91d2f028 [2021-01-14T13:45:00.180Z] ---> 018bcf7b8229 [2021-01-14T13:45:00.180Z] [2021-01-14T13:45:00.442Z] ---> Running in 8d2e801d90e2 [2021-01-14T13:45:00.442Z] Successfully built 018bcf7b8229 [2021-01-14T13:45:00.442Z] Removing intermediate container dcaa146bc438 [2021-01-14T13:45:00.442Z] ---> 041d996a4a1f [2021-01-14T13:45:00.442Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:45:00.442Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-14T13:45:00.442Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1b952f894ff6 [2021-01-14T13:45:00.442Z] ---> 224267108b69 [2021-01-14T13:45:00.442Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:45:00.706Z] ---> Running in bd74c379849c [2021-01-14T13:45:00.706Z] Removing intermediate container 8d2e801d90e2 [2021-01-14T13:45:00.706Z] ---> 5cf967316f2f [2021-01-14T13:45:00.706Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T13:45:00.706Z] ---> Running in 1eb4051e755f [2021-01-14T13:45:00.967Z] ---> Running in ed5945209fcf [2021-01-14T13:45:00.967Z] Removing intermediate container 1eb4051e755f [2021-01-14T13:45:00.967Z] ---> 48a9d53d8f7d [2021-01-14T13:45:00.967Z] [2021-01-14T13:45:00.967Z] Removing intermediate container bd74c379849c [2021-01-14T13:45:00.967Z] ---> d87eb50d9d49 [2021-01-14T13:45:00.967Z] [2021-01-14T13:45:01.230Z] Successfully built 48a9d53d8f7d [2021-01-14T13:45:01.230Z] Successfully built d87eb50d9d49 [2021-01-14T13:45:01.230Z] Removing intermediate container ed5945209fcf [2021-01-14T13:45:01.230Z] ---> 123521907f34 [2021-01-14T13:45:01.230Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T13:45:01.230Z] Successfully tagged docker-core-metadata-go:latest [2021-01-14T13:45:01.230Z]  Building docker-core-metadata-go ... done Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-14T13:45:01.230Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 53408b9fa6e6 [2021-01-14T13:45:01.495Z] Removing intermediate container 53408b9fa6e6 [2021-01-14T13:45:01.495Z] ---> f4359fcfe1ef [2021-01-14T13:45:01.495Z] Step 20/21 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:45:01.495Z] ---> Running in bb232f4f429b [2021-01-14T13:45:01.758Z] Removing intermediate container bb232f4f429b [2021-01-14T13:45:01.758Z] ---> 2aea14a3d064 [2021-01-14T13:45:01.758Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T13:45:01.758Z] ---> Running in 929af3dbdc39 [2021-01-14T13:45:02.022Z] Removing intermediate container 929af3dbdc39 [2021-01-14T13:45:02.022Z] ---> 1ca597f6b252 [2021-01-14T13:45:02.022Z] [2021-01-14T13:45:02.022Z] Successfully built 1ca597f6b252 [2021-01-14T13:45:02.022Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-14T13:45:02.658Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2021-01-14T13:45:02.679Z] $ docker stop --time=1 1a107f7efc92a23f30751aeb7b7bfd477f02f95692737fcd710083119eb1665b [2021-01-14T13:45:04.300Z] $ docker rm -f 1a107f7efc92a23f30751aeb7b7bfd477f02f95692737fcd710083119eb1665b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T13:45:04.925Z] + docker images [2021-01-14T13:45:04.926Z] + grep docker [2021-01-14T13:45:04.926Z] docker-security-proxy-setup-go latest 1ca597f6b252 3 seconds ago 24.5MB [2021-01-14T13:45:04.926Z] docker-security-bootstrap-redis-go latest d87eb50d9d49 4 seconds ago 15.8MB [2021-01-14T13:45:04.926Z] docker-core-metadata-go latest 48a9d53d8f7d 4 seconds ago 13.1MB [2021-01-14T13:45:04.926Z] docker-support-scheduler-go latest 018bcf7b8229 5 seconds ago 10.7MB [2021-01-14T13:45:04.926Z] docker-sys-mgmt-agent-go latest f17821d1f17f 18 seconds ago 313MB [2021-01-14T13:45:04.926Z] docker-core-data-go latest 9ec1971962b0 About a minute ago 22.3MB [2021-01-14T13:45:04.926Z] docker-security-secretstore-setup-go latest 5875296d89a3 About a minute ago 24.6MB [2021-01-14T13:45:04.926Z] docker-support-notifications-go latest 94db865b08cd 2 minutes ago 12MB [2021-01-14T13:45:04.926Z] docker-core-command-go latest e5a7709f906a 2 minutes ago 10.6MB [2021-01-14T13:45:04.926Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-14T13:45:11.968Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T13:45:20.715Z] Still waiting to schedule task [2021-01-14T13:45:20.716Z] ‘prd-ubuntu18.04-docker-8c-8g-20224’ is offline [2021-01-14T13:45:30.435Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T13:45:30.435Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T13:45:30.435Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T13:45:30.435Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T13:45:30.435Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T13:45:30.435Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T13:45:30.435Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T13:45:30.435Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T13:45:31.044Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T13:45:39.393Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T13:45:39.393Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T13:45:39.393Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T13:45:46.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 46.6% of statements [2021-01-14T13:45:46.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T13:45:46.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T13:45:46.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T13:45:46.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T13:45:46.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T13:45:52.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.0% of statements [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T13:45:52.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T13:45:52.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T13:45:52.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 77.1% of statements [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T13:45:52.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T13:45:53.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.715s coverage: 82.4% of statements [2021-01-14T13:45:53.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T13:45:53.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T13:45:53.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T13:45:53.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T13:46:03.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.318s coverage: 28.6% of statements [2021-01-14T13:46:03.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T13:46:03.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T13:46:03.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T13:46:03.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T13:46:03.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T13:46:03.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements [2021-01-14T13:46:03.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T13:46:03.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements [2021-01-14T13:46:03.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T13:46:03.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.399s coverage: 86.7% of statements [2021-01-14T13:46:03.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T13:46:03.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.402s coverage: 97.5% of statements [2021-01-14T13:46:03.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T13:46:03.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2021-01-14T13:46:03.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T13:46:03.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T13:46:03.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T13:46:03.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T13:46:10.502Z] Running on prd-ubuntu18.04-docker-8c-8g-20225 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-14T13:46:10.561Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2021-01-14T13:46:12.713Z] using credential edgex-jenkins-ssh [2021-01-14T13:46:12.772Z] Cloning the remote Git repository [2021-01-14T13:46:12.789Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:46:12.846Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2021-01-14T13:46:12.866Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:46:12.867Z] > git --version # timeout=10 [2021-01-14T13:46:12.872Z] > git --version # 'git version 2.17.1' [2021-01-14T13:46:12.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:46:12.895Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T13:46:13.952Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.380s coverage: 93.2% of statements [2021-01-14T13:46:13.952Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T13:46:13.953Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T13:46:13.953Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.173s coverage: 0.1% of statements [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T13:46:13.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T13:46:13.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.133s coverage: 75.5% of statements [2021-01-14T13:46:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T13:46:13.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.8% of statements [2021-01-14T13:46:13.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.151s coverage: 87.2% of statements [2021-01-14T13:46:13.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements [2021-01-14T13:46:15.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.350s coverage: 91.4% of statements [2021-01-14T13:46:15.460Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T13:46:18.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.572s coverage: 63.5% of statements [2021-01-14T13:46:18.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T13:46:18.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T13:46:18.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-01-14T13:46:18.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-01-14T13:46:18.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements [2021-01-14T13:46:18.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-01-14T13:46:19.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-01-14T13:46:23.366Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T13:46:23.372Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T13:46:23.384Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T13:46:23.395Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T13:46:23.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:46:23.400Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T13:46:24.064Z] Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:46:24.177Z] Merge succeeded, producing 638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:46:24.178Z] Checking out Revision 638c5eca75d96072983230586d0b72665e7313b1 (PR-2966) [2021-01-14T13:46:24.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.905s coverage: 55.9% of statements [2021-01-14T13:46:24.584Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T13:46:24.584Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T13:46:24.584Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T13:46:24.584Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T13:46:24.584Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T13:46:25.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.417s coverage: 37.0% of statements [2021-01-14T13:46:25.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T13:46:25.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T13:46:24.050Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T13:46:24.055Z] > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-14T13:46:24.127Z] > git remote # timeout=10 [2021-01-14T13:46:24.133Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T13:46:24.138Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T13:46:24.141Z] > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 [2021-01-14T13:46:24.149Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T13:46:24.158Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T13:46:24.161Z] > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [2021-01-14T13:46:25.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.648s coverage: 84.0% of statements [2021-01-14T13:46:25.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements [2021-01-14T13:46:27.901Z] Commit message: "feat(scheduler): ServiceName change should invoke old service's callback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:46:29.158Z] + echo snap-build.sh [2021-01-14T13:46:29.158Z] snap-build.sh [2021-01-14T13:46:29.158Z] + SNAP_BASE_DIR=. [2021-01-14T13:46:29.158Z] + '[' '!' -z /w/workspace/edgex-go/22 ']' [2021-01-14T13:46:29.158Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/22 [2021-01-14T13:46:29.158Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/22]' [2021-01-14T13:46:29.158Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/22] [2021-01-14T13:46:29.158Z] + cd /w/workspace/edgex-go/22 [2021-01-14T13:46:29.158Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-14T13:46:29.158Z] Reading package lists... [2021-01-14T13:46:29.158Z] Building dependency tree... [2021-01-14T13:46:29.158Z] Reading state information... [2021-01-14T13:46:29.421Z] The following packages were automatically installed and are no longer required: [2021-01-14T13:46:29.421Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-14T13:46:29.421Z] uidmap xdelta3 [2021-01-14T13:46:29.421Z] Use 'sudo apt autoremove' to remove them. [2021-01-14T13:46:29.421Z] The following packages will be REMOVED: [2021-01-14T13:46:29.421Z] lxd* lxd-client* [2021-01-14T13:46:29.682Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-14T13:46:29.682Z] After this operation, 31.7 MB disk space will be freed. [2021-01-14T13:46:30.730Z] (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-14T13:46:30.730Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T13:46:31.671Z] Removing lxd dnsmasq configuration [2021-01-14T13:46:31.671Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T13:46:31.932Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-14T13:46:32.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.347s coverage: 47.1% of statements [2021-01-14T13:46:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T13:46:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T13:46:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T13:46:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T13:46:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T13:46:32.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-01-14T13:46:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T13:46:32.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-01-14T13:46:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T13:46:32.875Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-14T13:46:33.135Z] (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-14T13:46:33.135Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T13:46:34.526Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-14T13:46:34.526Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-14T13:46:35.912Z] + sudo snap remove --purge lxd [2021-01-14T13:46:35.912Z] snap "lxd" is not installed [2021-01-14T13:46:35.912Z] + sudo groupadd --force --system lxd [2021-01-14T13:46:35.912Z] ++ whoami [2021-01-14T13:46:35.912Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-14T13:46:35.912Z] + newgrp - lxd [2021-01-14T13:46:35.912Z] + sudo snap install lxd [2021-01-14T13:46:37.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.258s coverage: 29.1% of statements [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T13:46:37.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.179s coverage: 99.0% of statements [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T13:46:37.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T13:46:37.634Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T13:46:37.634Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T13:46:37.634Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T13:46:37.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T13:46:37.634Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements [2021-01-14T13:46:37.914Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.068s coverage: 32.1% of statements [2021-01-14T13:46:38.510Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-01-14T13:46:39.484Z] GO111MODULE=on go vet ./... [2021-01-14T13:46:44.064Z] 2021-01-14T13:46:42Z INFO Waiting for automatic snapd restart... [2021-01-14T13:47:02.192Z] lxd 4.10 from Canonical* installed [2021-01-14T13:47:02.192Z] + sudo lxd init --auto [2021-01-14T13:47:10.348Z] + sudo snap install --classic snapcraft [2021-01-14T13:47:14.562Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T13:47:14.563Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-14T13:47:14.563Z] + patch --verbose -p1 [2021-01-14T13:47:14.563Z] Hmm... Looks like a unified diff to me... [2021-01-14T13:47:14.563Z] The text leading up to this was: [2021-01-14T13:47:14.563Z] -------------------------- [2021-01-14T13:47:14.563Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-14T13:47:14.563Z] |From: Tony Espy [2021-01-14T13:47:14.563Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-14T13:47:14.563Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-14T13:47:14.563Z] | [2021-01-14T13:47:14.563Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-14T13:47:14.563Z] |optimize the snap CI check run for pull requests. When [2021-01-14T13:47:14.563Z] |applied, it essentially strips out everything (apps and [2021-01-14T13:47:14.563Z] |parts) from the snapcraft.yaml file except those required [2021-01-14T13:47:14.563Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-14T13:47:14.563Z] |catch changes to edgex-go that break the snap build. [2021-01-14T13:47:14.563Z] | [2021-01-14T13:47:14.563Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-14T13:47:14.563Z] |to update this patch file, otherwise it may fail to apply, [2021-01-14T13:47:14.563Z] |resulting in a failed snap build CI check in the associated [2021-01-14T13:47:14.563Z] |pull request. [2021-01-14T13:47:14.563Z] | [2021-01-14T13:47:14.563Z] |Note - in addition to applying this patch, the pipeline also [2021-01-14T13:47:14.563Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-14T13:47:14.563Z] |need to build the finally binary .snap file (and it won't [2021-01-14T13:47:14.563Z] |work with the patch applied). This further reduces the build [2021-01-14T13:47:14.563Z] |time. [2021-01-14T13:47:14.563Z] |--- [2021-01-14T13:47:14.563Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-14T13:47:14.563Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-14T13:47:14.563Z] | [2021-01-14T13:47:14.563Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-14T13:47:14.563Z] |index 1e537489..faf42425 100644 [2021-01-14T13:47:14.563Z] |--- a/snap/snapcraft.yaml [2021-01-14T13:47:14.563Z] |+++ b/snap/snapcraft.yaml [2021-01-14T13:47:14.563Z] -------------------------- [2021-01-14T13:47:14.563Z] patching file snap/snapcraft.yaml [2021-01-14T13:47:14.563Z] Using Plan A... [2021-01-14T13:47:14.563Z] Hunk #1 succeeded at 73. [2021-01-14T13:47:14.563Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-14T13:47:14.563Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-14T13:47:14.563Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-14T13:47:14.563Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-14T13:47:14.563Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-14T13:47:14.563Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-14T13:47:14.563Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-14T13:47:14.563Z] Hmm... Ignoring the trailing garbage. [2021-01-14T13:47:14.563Z] done [2021-01-14T13:47:14.563Z] + sudo snapcraft prime --use-lxd [2021-01-14T13:47:15.511Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-14T13:47:15.511Z] 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-14T13:47:15.511Z] - README.md [2021-01-14T13:47:15.511Z] - snapcraft.yaml.orig [2021-01-14T13:47:15.511Z] [2021-01-14T13:47:15.511Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T13:47:16.084Z] Launching a container. [2021-01-14T13:47:28.324Z] Waiting for container to be ready [2021-01-14T13:47:28.324Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-14T13:47:28.324Z] [2021-01-14T13:47:30.874Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-14T13:47:31.446Z] Waiting for network to be ready... [2021-01-14T13:47:31.708Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T13:47:31.970Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-14T13:47:31.970Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T13:47:31.970Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-14T13:47:31.970Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T13:47:31.970Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T13:47:31.970Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-14T13:47:31.970Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-14T13:47:31.970Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T13:47:31.970Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T13:47:32.541Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T13:47:32.541Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T13:47:32.802Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T13:47:32.802Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T13:47:32.802Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T13:47:32.802Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T13:47:32.802Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T13:47:32.802Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T13:47:33.375Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T13:47:33.636Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-14T13:47:33.636Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-14T13:47:33.636Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T13:47:33.636Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T13:47:33.636Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-14T13:47:33.636Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-14T13:47:33.636Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T13:47:33.636Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T13:47:35.551Z] Fetched 23.7 MB in 4s (5888 kB/s) [2021-01-14T13:47:36.498Z] Reading package lists... [2021-01-14T13:47:36.760Z] Reading package lists... [2021-01-14T13:47:36.760Z] Building dependency tree... [2021-01-14T13:47:36.760Z] Reading state information... [2021-01-14T13:47:37.022Z] The following additional packages will be installed: [2021-01-14T13:47:37.022Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T13:47:37.022Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T13:47:37.022Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T13:47:37.022Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-14T13:47:37.022Z] Suggested packages: [2021-01-14T13:47:37.022Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-14T13:47:37.022Z] Recommended packages: [2021-01-14T13:47:37.022Z] gnupg libsasl2-modules [2021-01-14T13:47:37.022Z] The following NEW packages will be installed: [2021-01-14T13:47:37.022Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T13:47:37.022Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T13:47:37.022Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T13:47:37.022Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-14T13:47:37.022Z] The following packages will be upgraded: [2021-01-14T13:47:37.022Z] gpg gpg-agent gpgconf libudev1 [2021-01-14T13:47:37.022Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-14T13:47:37.022Z] Need to get 3532 kB of archives. [2021-01-14T13:47:37.022Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-14T13:47:37.022Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-14T13:47:37.022Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-14T13:47:37.022Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-14T13:47:37.022Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-14T13:47:37.022Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-14T13:47:37.312Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-14T13:47:37.312Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-14T13:47:37.573Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-14T13:47:37.834Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-14T13:47:37.834Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-14T13:47:37.834Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-14T13:47:37.834Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-14T13:47:37.834Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-14T13:47:37.834Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-14T13:47:37.834Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-14T13:47:37.834Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-14T13:47:37.834Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-14T13:47:38.095Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-14T13:47:38.095Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-14T13:47:38.095Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-14T13:47:38.095Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-14T13:47:38.095Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-14T13:47:38.095Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T13:47:38.095Z] Fetched 3532 kB in 1s (3145 kB/s) [2021-01-14T13:47:38.356Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T13:47:38.356Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-14T13:47:38.356Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T13:47:38.356Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-14T13:47:38.617Z] Selecting previously unselected package udev. [2021-01-14T13:47:38.617Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T13:47:38.617Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-14T13:47:38.617Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-14T13:47:38.878Z] Selecting previously unselected package libfuse2:amd64. [2021-01-14T13:47:38.878Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T13:47:38.879Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T13:47:38.879Z] Selecting previously unselected package fuse. [2021-01-14T13:47:38.879Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T13:47:38.879Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-14T13:47:39.140Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T13:47:39.140Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T13:47:39.140Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T13:47:39.140Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T13:47:39.400Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T13:47:39.400Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T13:47:39.400Z] Selecting previously unselected package libksba8:amd64. [2021-01-14T13:47:39.400Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-14T13:47:39.400Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-14T13:47:39.661Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-14T13:47:39.662Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T13:47:39.662Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:39.662Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-14T13:47:39.662Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T13:47:39.662Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:39.922Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-14T13:47:39.922Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T13:47:39.922Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:39.922Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-14T13:47:39.922Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T13:47:39.922Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:40.184Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-14T13:47:40.184Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T13:47:40.184Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:40.184Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-14T13:47:40.184Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T13:47:40.184Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:40.444Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-14T13:47:40.444Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T13:47:40.444Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:40.444Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-14T13:47:40.444Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T13:47:40.444Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:40.705Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-14T13:47:40.705Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T13:47:40.705Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:40.705Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-14T13:47:40.705Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T13:47:40.705Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T13:47:40.705Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-14T13:47:40.705Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T13:47:40.705Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T13:47:40.705Z] Selecting previously unselected package libldap-common. [2021-01-14T13:47:40.705Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-14T13:47:40.965Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T13:47:40.965Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-14T13:47:40.965Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-14T13:47:40.965Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T13:47:40.965Z] Selecting previously unselected package dirmngr. [2021-01-14T13:47:40.965Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T13:47:40.965Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T13:47:41.225Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T13:47:41.226Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-14T13:47:41.226Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T13:47:41.226Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T13:47:41.226Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T13:47:41.487Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-14T13:47:41.487Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:41.487Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-14T13:47:41.487Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T13:47:41.487Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-14T13:47:41.749Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-14T13:47:42.011Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:42.011Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-14T13:47:42.011Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-14T13:47:42.011Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-14T13:47:42.271Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:42.271Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:42.271Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:42.271Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:42.271Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:42.271Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:42.271Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T13:47:42.271Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T13:47:42.272Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T13:47:42.534Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T13:47:42.795Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-14T13:47:42.795Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-14T13:47:42.795Z] This means they are not meant to be enabled using systemctl. [2021-01-14T13:47:42.795Z] Possible reasons for having this kind of units are: [2021-01-14T13:47:42.795Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-14T13:47:42.795Z] .wants/ or .requires/ directory. [2021-01-14T13:47:42.795Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-14T13:47:42.795Z] a requirement dependency on it. [2021-01-14T13:47:42.795Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-14T13:47:42.795Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-14T13:47:42.795Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-14T13:47:42.795Z] instance name specified. [2021-01-14T13:47:43.055Z] Reading package lists... [2021-01-14T13:47:43.316Z] Building dependency tree... [2021-01-14T13:47:43.316Z] Reading state information... [2021-01-14T13:47:43.316Z] The following additional packages will be installed: [2021-01-14T13:47:43.316Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-14T13:47:43.316Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-14T13:47:43.316Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-14T13:47:43.316Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-14T13:47:43.316Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-14T13:47:43.316Z] Suggested packages: [2021-01-14T13:47:43.316Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-14T13:47:43.316Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-14T13:47:43.316Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-14T13:47:43.316Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-14T13:47:43.316Z] systemd-container policykit-1 [2021-01-14T13:47:43.316Z] Recommended packages: [2021-01-14T13:47:43.316Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-14T13:47:43.316Z] The following NEW packages will be installed: [2021-01-14T13:47:43.316Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-14T13:47:43.316Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-14T13:47:43.316Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-14T13:47:43.316Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-14T13:47:43.316Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-14T13:47:43.316Z] The following packages will be upgraded: [2021-01-14T13:47:43.316Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-14T13:47:43.576Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-14T13:47:43.576Z] Need to get 35.2 MB of archives. [2021-01-14T13:47:43.576Z] After this operation, 141 MB of additional disk space will be used. [2021-01-14T13:47:43.576Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-14T13:47:43.576Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-14T13:47:43.576Z] 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-14T13:47:43.576Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-14T13:47:43.576Z] 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-14T13:47:43.576Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-14T13:47:43.576Z] 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-14T13:47:43.576Z] 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-14T13:47:43.576Z] 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-14T13:47:43.576Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-14T13:47:43.576Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-14T13:47:43.576Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-14T13:47:43.576Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-14T13:47:43.576Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-14T13:47:43.576Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-14T13:47:43.576Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-14T13:47:43.837Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-14T13:47:44.776Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-14T13:47:44.776Z] 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-14T13:47:44.776Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-14T13:47:44.776Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-14T13:47:44.776Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-14T13:47:44.776Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-14T13:47:44.776Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-14T13:47:44.776Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-14T13:47:44.776Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-14T13:47:44.776Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-14T13:47:44.776Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-14T13:47:44.776Z] 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-14T13:47:44.776Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-14T13:47:46.159Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T13:47:46.159Z] Fetched 35.2 MB in 3s (13.6 MB/s) [2021-01-14T13:47:46.159Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T13:47:46.159Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-14T13:47:46.419Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T13:47:46.991Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-14T13:47:46.991Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T13:47:46.991Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-14T13:47:47.253Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T13:47:47.253Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T13:47:47.253Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T13:47:47.253Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-14T13:47:47.513Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T13:47:47.513Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T13:47:47.513Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T13:47:47.522Z] gofmt -l . [2021-01-14T13:47:47.522Z] [ "`gofmt -l .`" = "" ] [2021-01-14T13:47:47.774Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-14T13:47:47.774Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-14T13:47:47.793Z] ./bin/test-go-mod-tidy.sh [2021-01-14T13:47:48.348Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-14T13:47:48.348Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-14T13:47:48.348Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T13:47:48.348Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T13:47:48.609Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-14T13:47:48.609Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T13:47:48.609Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T13:47:48.772Z] ./bin/test-attribution-txt.sh [2021-01-14T13:47:48.869Z] Selecting previously unselected package libexpat1:amd64. [2021-01-14T13:47:48.869Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-14T13:47:48.870Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T13:47:48.870Z] Selecting previously unselected package python3.6-minimal. [2021-01-14T13:47:48.870Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T13:47:48.870Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T13:47:49.442Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T13:47:49.442Z] Checking for services that may need to be restarted...done. [2021-01-14T13:47:49.442Z] Checking for services that may need to be restarted...done. [2021-01-14T13:47:49.442Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T13:47:49.704Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T13:47:49.704Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] sh [2021-01-14T13:47:49.966Z] Selecting previously unselected package python3-minimal. [2021-01-14T13:47:50.227Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-14T13:47:50.227Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-14T13:47:50.227Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-14T13:47:50.227Z] Selecting previously unselected package mime-support. [2021-01-14T13:47:50.227Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-14T13:47:50.227Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-14T13:47:50.227Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-14T13:47:50.227Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-14T13:47:50.227Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T13:47:50.404Z] + ls -al . [2021-01-14T13:47:50.404Z] total 688 [2021-01-14T13:47:50.404Z] drwxrwxr-x 9 1001 1001 4096 Jan 14 13:47 . [2021-01-14T13:47:50.405Z] drwxr-xr-x 4 root root 4096 Jan 14 13:43 .. [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 13:42 .dockerignore [2021-01-14T13:47:50.405Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 13:42 .git [2021-01-14T13:47:50.405Z] drwxrwxr-x 3 1001 1001 4096 Jan 14 13:42 .github [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 13:42 .gitignore [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 13:42 .sonarcloud.properties [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 13:42 Attribution.txt [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 13:42 CONTRIBUTING.md [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 13:42 Dockerfile.build [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 13:42 Jenkinsfile [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 13:42 LICENSE [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 13:42 Makefile [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 13:42 README.md [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 13:42 SECURITY.md [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 13:37 VERSION [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 13:42 ZMQWindows.md [2021-01-14T13:47:50.405Z] drwxrwxr-x 2 1001 1001 4096 Jan 14 13:42 bin [2021-01-14T13:47:50.405Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 13:42 cmd [2021-01-14T13:47:50.405Z] -rw-r--r-- 1 root root 554655 Jan 14 13:46 coverage.out [2021-01-14T13:47:50.405Z] -rw-r--r-- 1 root root 979 Jan 14 13:47 go.mod [2021-01-14T13:47:50.405Z] -rw-r--r-- 1 root root 19036 Jan 14 13:47 go.sum [2021-01-14T13:47:50.405Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 13:42 internal [2021-01-14T13:47:50.405Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 13:42 openapi [2021-01-14T13:47:50.405Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 13:42 snap [2021-01-14T13:47:50.405Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 13:42 version.go [Pipeline] sh [2021-01-14T13:47:50.489Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-14T13:47:50.489Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T13:47:50.489Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T13:47:50.749Z] Selecting previously unselected package python3.6. [2021-01-14T13:47:50.749Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T13:47:50.749Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T13:47:50.749Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-14T13:47:50.749Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-14T13:47:50.749Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T13:47:51.012Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-14T13:47:51.012Z] Selecting previously unselected package python3. [2021-01-14T13:47:51.012Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-14T13:47:51.012Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-14T13:47:51.065Z] + '[' -e coverage.out ] [2021-01-14T13:47:51.065Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T13:47:51.087Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T13:47:51.273Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-14T13:47:51.273Z] Selecting previously unselected package multiarch-support. [2021-01-14T13:47:51.273Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T13:47:51.273Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T13:47:51.273Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T13:47:51.273Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-14T13:47:51.533Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-14T13:47:51.533Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-14T13:47:51.533Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T13:47:51.533Z] Selecting previously unselected package libbsd0:amd64. [2021-01-14T13:47:51.533Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-14T13:47:51.533Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T13:47:51.533Z] Selecting previously unselected package sudo. [2021-01-14T13:47:51.533Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-14T13:47:51.533Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T13:47:51.794Z] Selecting previously unselected package apparmor. [2021-01-14T13:47:51.794Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T13:47:51.794Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-14T13:47:51.794Z] Selecting previously unselected package libedit2:amd64. [2021-01-14T13:47:51.794Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-14T13:47:51.794Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T13:47:52.055Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-14T13:47:52.055Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T13:47:52.055Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T13:47:52.055Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-14T13:47:52.055Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T13:47:52.055Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T13:47:52.055Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-14T13:47:52.055Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-14T13:47:52.055Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T13:47:52.255Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T13:47:52.317Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-14T13:47:52.317Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T13:47:52.317Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T13:47:52.317Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-14T13:47:52.317Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T13:47:52.317Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T13:47:52.577Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-14T13:47:52.577Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-14T13:47:52.577Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T13:47:52.577Z] Selecting previously unselected package openssh-client. [2021-01-14T13:47:52.839Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-14T13:47:52.839Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T13:47:52.839Z] Selecting previously unselected package squashfs-tools. [2021-01-14T13:47:52.839Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-14T13:47:52.839Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T13:47:52.964Z] + make build [2021-01-14T13:47:52.965Z] 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-14T13:47:53.099Z] Selecting previously unselected package snapd. [2021-01-14T13:47:53.099Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-14T13:47:53.099Z] Unpacking snapd (2.48+18.04) ... [2021-01-14T13:47:55.010Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T13:47:55.010Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T13:47:55.010Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-14T13:47:55.272Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T13:47:55.272Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T13:47:55.272Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T13:47:55.272Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T13:47:55.272Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-14T13:47:55.272Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-14T13:47:56.216Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T13:47:56.216Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T13:47:56.216Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T13:47:56.216Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T13:47:56.216Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T13:47:56.476Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T13:47:57.047Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T13:47:57.047Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T13:47:57.047Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T13:47:57.047Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-14T13:47:57.047Z] running python rtupdate hooks for python3.6... [2021-01-14T13:47:57.047Z] running python post-rtupdate hooks for python3.6... [2021-01-14T13:47:57.047Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-14T13:47:58.436Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-14T13:47:58.696Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T13:47:58.696Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T13:47:58.696Z] Setting up snapd (2.48+18.04) ... [2021-01-14T13:47:59.268Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-14T13:47:59.268Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-14T13:47:59.529Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-14T13:47:59.790Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-14T13:47:59.790Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T13:47:59.790Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T13:48:00.050Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-14T13:48:00.317Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-14T13:48:00.317Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-14T13:48:00.579Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-14T13:48:00.579Z] /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-14T13:48:00.579Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T13:48:00.839Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T13:48:01.781Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T13:48:01.781Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T13:48:01.781Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T13:48:02.043Z] Fetched 88.7 kB in 1s (170 kB/s) [2021-01-14T13:48:02.985Z] Reading package lists... [2021-01-14T13:48:02.985Z] Reading package lists... [2021-01-14T13:48:03.245Z] Building dependency tree... [2021-01-14T13:48:03.245Z] Reading state information... [2021-01-14T13:48:03.245Z] Calculating upgrade... [2021-01-14T13:48:03.506Z] The following packages will be upgraded: [2021-01-14T13:48:03.506Z] advancecomp base-files bash binutils binutils-common [2021-01-14T13:48:03.506Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-14T13:48:03.506Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-14T13:48:03.506Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-14T13:48:03.506Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-14T13:48:03.506Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-14T13:48:03.506Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-14T13:48:03.506Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-14T13:48:03.506Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-14T13:48:03.506Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-14T13:48:03.506Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-14T13:48:03.506Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-14T13:48:03.506Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-14T13:48:03.506Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-14T13:48:03.506Z] ubuntu-keyring util-linux [2021-01-14T13:48:03.506Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T13:48:03.506Z] Need to get 63.7 MB of archives. [2021-01-14T13:48:03.506Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-14T13:48:03.506Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-14T13:48:03.506Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-14T13:48:04.077Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-14T13:48:04.078Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-14T13:48:04.078Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-14T13:48:04.078Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-14T13:48:04.078Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-14T13:48:04.078Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-14T13:48:04.078Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-14T13:48:04.078Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-14T13:48:04.078Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-14T13:48:04.337Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-14T13:48:04.337Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-14T13:48:04.337Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-14T13:48:04.337Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-14T13:48:04.337Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-14T13:48:04.337Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-14T13:48:04.337Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-14T13:48:04.337Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-14T13:48:04.338Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-14T13:48:04.598Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-14T13:48:04.598Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-14T13:48:04.598Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-14T13:48:04.598Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-14T13:48:04.598Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-14T13:48:04.598Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-14T13:48:04.598Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-14T13:48:04.598Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-14T13:48:04.598Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-14T13:48:04.598Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-14T13:48:04.598Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-14T13:48:04.598Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-14T13:48:04.598Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-14T13:48:04.598Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-14T13:48:04.598Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-14T13:48:04.598Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-14T13:48:04.859Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-14T13:48:04.859Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-14T13:48:04.859Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-14T13:48:04.859Z] Get:40 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-14T13:48:04.859Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-14T13:48:04.859Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-14T13:48:04.859Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-14T13:48:04.859Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-14T13:48:04.859Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-14T13:48:04.859Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-14T13:48:04.859Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-14T13:48:04.859Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-14T13:48:04.859Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-14T13:48:04.859Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-14T13:48:04.859Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-14T13:48:04.859Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-14T13:48:04.859Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-14T13:48:04.859Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-14T13:48:04.859Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-14T13:48:04.859Z] Get:56 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-14T13:48:04.859Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-14T13:48:04.859Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-14T13:48:04.859Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-14T13:48:04.859Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-14T13:48:05.119Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-14T13:48:05.119Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-14T13:48:05.119Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-14T13:48:05.119Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-14T13:48:05.119Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-14T13:48:05.119Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-14T13:48:05.119Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-14T13:48:05.119Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-14T13:48:05.119Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-14T13:48:05.119Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-14T13:48:05.120Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-14T13:48:05.120Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-14T13:48:05.120Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-14T13:48:05.120Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-14T13:48:05.120Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-14T13:48:05.120Z] 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-14T13:48:05.120Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-14T13:48:05.120Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-14T13:48:05.120Z] 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-14T13:48:05.120Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-14T13:48:05.120Z] 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-14T13:48:05.380Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-14T13:48:05.380Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-14T13:48:05.380Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-14T13:48:05.380Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-14T13:48:05.380Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-14T13:48:05.380Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-14T13:48:05.380Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-14T13:48:05.396Z] 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-14T13:48:05.953Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-14T13:48:06.219Z] 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-14T13:48:06.219Z] 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-14T13:48:06.480Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-14T13:48:06.742Z] 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-14T13:48:06.742Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-14T13:48:06.742Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-14T13:48:06.742Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-14T13:48:06.742Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-14T13:48:07.004Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T13:48:07.004Z] Fetched 63.7 MB in 3s (19.1 MB/s) [2021-01-14T13:48:07.004Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:07.004Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T13:48:07.004Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T13:48:07.575Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T13:48:07.835Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T13:48:07.835Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-14T13:48:07.835Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-14T13:48:08.780Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:08.780Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T13:48:08.780Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:09.088Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T13:48:09.088Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:09.088Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T13:48:09.353Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:09.353Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T13:48:09.353Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:09.353Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T13:48:09.615Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:09.615Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T13:48:09.615Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:09.875Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T13:48:09.875Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:09.875Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T13:48:09.875Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:10.135Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-14T13:48:10.135Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:10.135Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T13:48:10.135Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:10.135Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T13:48:10.396Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:10.396Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T13:48:10.396Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:10.660Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T13:48:10.660Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:10.920Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T13:48:10.920Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T13:48:10.920Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T13:48:11.491Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T13:48:11.751Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T13:48:11.751Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-14T13:48:11.751Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-14T13:48:11.751Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-14T13:48:11.751Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-14T13:48:12.014Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-14T13:48:12.014Z] Installing new version of config file /etc/issue ... [2021-01-14T13:48:12.014Z] Installing new version of config file /etc/issue.net ... [2021-01-14T13:48:12.014Z] Installing new version of config file /etc/lsb-release ... [2021-01-14T13:48:12.014Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-14T13:48:12.274Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-14T13:48:12.546Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-14T13:48:12.546Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-14T13:48:12.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:12.546Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-14T13:48:12.546Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-14T13:48:12.807Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-14T13:48:12.807Z] 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-14T13:48:12.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:12.807Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T13:48:12.807Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-14T13:48:13.072Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-14T13:48:13.072Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:13.072Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-14T13:48:13.072Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-14T13:48:13.332Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-14T13:48:13.332Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:13.332Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-14T13:48:13.332Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T13:48:13.594Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-14T13:48:13.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:13.855Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T13:48:13.855Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T13:48:13.855Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T13:48:14.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:14.120Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T13:48:14.120Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T13:48:14.120Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-14T13:48:14.381Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:14.382Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-14T13:48:14.382Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-14T13:48:14.382Z] Setting up grep (3.1-2build1) ... [2021-01-14T13:48:14.642Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:14.642Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T13:48:14.643Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T13:48:14.904Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-14T13:48:14.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:14.904Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T13:48:14.904Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T13:48:15.166Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-14T13:48:15.166Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:15.166Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T13:48:15.166Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T13:48:15.736Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T13:48:15.736Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T13:48:15.736Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T13:48:15.736Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T13:48:16.677Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-14T13:48:16.677Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:16.677Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-14T13:48:16.677Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T13:48:17.618Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T13:48:17.618Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T13:48:17.878Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T13:48:17.879Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T13:48:17.879Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T13:48:18.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:18.140Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-14T13:48:18.140Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-14T13:48:18.140Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-14T13:48:18.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:18.401Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T13:48:18.401Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T13:48:18.401Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T13:48:18.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:18.401Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T13:48:18.401Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T13:48:18.661Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T13:48:18.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:18.661Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T13:48:18.661Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T13:48:18.922Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T13:48:18.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:18.922Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T13:48:18.922Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T13:48:18.922Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T13:48:19.182Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:19.183Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T13:48:19.183Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T13:48:19.183Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T13:48:19.183Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T13:48:19.443Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T13:48:19.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:19.444Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T13:48:19.444Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T13:48:19.444Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T13:48:19.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:19.704Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T13:48:19.704Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T13:48:19.704Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T13:48:19.965Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:19.965Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T13:48:19.965Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T13:48:19.965Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-14T13:48:20.226Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:20.226Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T13:48:20.226Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T13:48:20.797Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-14T13:48:21.058Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-14T13:48:21.319Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-14T13:48:21.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:21.319Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T13:48:21.319Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T13:48:21.582Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T13:48:21.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T13:48:21.844Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-14T13:48:21.844Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T13:48:21.844Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-14T13:48:22.104Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:22.104Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-14T13:48:22.104Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-14T13:48:22.373Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-14T13:48:22.634Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:22.635Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T13:48:22.635Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T13:48:22.635Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T13:48:22.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:22.897Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T13:48:22.897Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T13:48:23.157Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T13:48:23.157Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:23.157Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T13:48:23.418Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T13:48:23.418Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T13:48:23.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:23.679Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T13:48:23.679Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T13:48:23.679Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-14T13:48:23.940Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T13:48:23.940Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T13:48:23.940Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T13:48:24.201Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T13:48:24.201Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:24.201Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-14T13:48:24.201Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-14T13:48:24.461Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-14T13:48:24.461Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:24.461Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-14T13:48:24.461Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T13:48:24.722Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T13:48:24.982Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:24.982Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T13:48:24.982Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T13:48:24.982Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T13:48:24.982Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:24.982Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-14T13:48:25.243Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-14T13:48:25.243Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-14T13:48:25.243Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:25.243Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T13:48:25.505Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T13:48:25.778Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-14T13:48:25.778Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:25.778Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T13:48:25.778Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T13:48:26.040Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-14T13:48:26.040Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:26.040Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-14T13:48:26.040Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-14T13:48:26.316Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-14T13:48:26.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:26.316Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-14T13:48:26.316Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-14T13:48:26.316Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-14T13:48:26.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:26.586Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-14T13:48:26.586Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-14T13:48:26.586Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-14T13:48:26.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:26.847Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-14T13:48:26.847Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-14T13:48:27.109Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-14T13:48:27.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:27.109Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T13:48:27.109Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-14T13:48:27.370Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-14T13:48:27.370Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T13:48:27.370Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-14T13:48:27.370Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-14T13:48:27.583Z] 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-14T13:48:27.630Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-14T13:48:27.630Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-14T13:48:27.630Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T13:48:27.630Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T13:48:27.891Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T13:48:27.891Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T13:48:28.151Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T13:48:28.151Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T13:48:28.412Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-14T13:48:28.412Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-14T13:48:28.412Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T13:48:28.672Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-14T13:48:28.672Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T13:48:28.672Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-14T13:48:28.932Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-14T13:48:28.932Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-14T13:48:28.932Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-14T13:48:28.932Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-14T13:48:29.196Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-14T13:48:29.196Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-14T13:48:29.196Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-14T13:48:29.196Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-14T13:48:29.196Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-14T13:48:29.456Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-14T13:48:29.456Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-14T13:48:29.456Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-14T13:48:29.551Z] 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-14T13:48:30.398Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-14T13:48:30.398Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-14T13:48:30.398Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-14T13:48:30.398Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-14T13:48:30.659Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T13:48:30.659Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T13:48:30.954Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T13:48:30.954Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T13:48:31.215Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T13:48:31.215Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T13:48:31.215Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T13:48:31.476Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T13:48:31.476Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:31.476Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T13:48:31.738Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:31.738Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T13:48:31.738Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:32.308Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T13:48:32.308Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:32.308Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T13:48:33.410Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:33.410Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T13:48:33.878Z] 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-14T13:48:34.135Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:34.135Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T13:48:34.782Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:34.782Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T13:48:34.858Z] 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-14T13:48:35.043Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:35.044Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T13:48:35.984Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T13:48:35.984Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T13:48:35.984Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T13:48:35.984Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T13:48:36.247Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T13:48:36.247Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T13:48:36.507Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T13:48:36.508Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T13:48:36.508Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-14T13:48:36.768Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-14T13:48:36.768Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T13:48:36.768Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T13:48:37.030Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T13:48:37.030Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T13:48:37.030Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-14T13:48:37.030Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-14T13:48:37.291Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:37.551Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T13:48:37.551Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:37.551Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:37.551Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:37.551Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-14T13:48:37.551Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-14T13:48:37.551Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-14T13:48:37.812Z] [2021-01-14T13:48:37.812Z] Current default time zone: 'Etc/UTC' [2021-01-14T13:48:37.812Z] Local time is now: Thu Jan 14 13:48:37 UTC 2021. [2021-01-14T13:48:37.812Z] Universal Time is now: Thu Jan 14 13:48:37 UTC 2021. [2021-01-14T13:48:37.812Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-14T13:48:37.812Z] [2021-01-14T13:48:37.812Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-14T13:48:37.812Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:37.812Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-14T13:48:37.812Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-14T13:48:38.073Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-14T13:48:38.073Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-14T13:48:38.073Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-14T13:48:38.073Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-14T13:48:38.073Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-14T13:48:38.073Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T13:48:38.333Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:38.333Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-14T13:48:38.594Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T13:48:38.595Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T13:48:38.595Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:38.595Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-14T13:48:38.595Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-14T13:48:38.595Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-14T13:48:38.856Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T13:48:38.856Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-14T13:48:38.856Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-14T13:48:38.856Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-14T13:48:38.856Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T13:48:40.261Z] 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-14T13:48:40.768Z] Updating certificates in /etc/ssl/certs... [2021-01-14T13:48:41.340Z] 22 added, 17 removed; done. [2021-01-14T13:48:41.340Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T13:48:41.340Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T13:48:41.602Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-14T13:48:41.602Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-14T13:48:41.602Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-14T13:48:41.602Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T13:48:41.602Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T13:48:41.863Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T13:48:41.863Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T13:48:41.863Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T13:48:41.863Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T13:48:41.863Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T13:48:41.863Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-14T13:48:41.863Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-14T13:48:42.123Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-14T13:48:42.123Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-14T13:48:42.123Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-14T13:48:42.123Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T13:48:42.123Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T13:48:42.123Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-14T13:48:42.123Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-14T13:48:42.384Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-14T13:48:42.384Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T13:48:42.384Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T13:48:42.384Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-14T13:48:42.645Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T13:48:42.645Z] Updating certificates in /etc/ssl/certs... [2021-01-14T13:48:43.214Z] 0 added, 0 removed; done. [2021-01-14T13:48:43.214Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-14T13:48:43.214Z] done. [2021-01-14T13:48:43.473Z] Reading package lists... [2021-01-14T13:48:43.734Z] Building dependency tree... [2021-01-14T13:48:43.734Z] Reading state information... [2021-01-14T13:48:43.734Z] The following NEW packages will be installed: [2021-01-14T13:48:43.734Z] apt-transport-https [2021-01-14T13:48:43.734Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T13:48:43.734Z] Need to get 1696 B of archives. [2021-01-14T13:48:43.734Z] After this operation, 153 kB of additional disk space will be used. [2021-01-14T13:48:43.734Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-14T13:48:43.995Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T13:48:43.995Z] Fetched 1696 B in 0s (29.3 kB/s) [2021-01-14T13:48:43.995Z] Selecting previously unselected package apt-transport-https. [2021-01-14T13:48:43.995Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-14T13:48:43.995Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-14T13:48:43.995Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T13:48:43.995Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T13:48:44.255Z] Waiting for network to be ready... [2021-01-14T13:48:44.564Z] 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-14T13:48:47.942Z] 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-14T13:48:50.836Z] 2021-01-14T13:48:47Z INFO Waiting for automatic snapd restart... [2021-01-14T13:48:50.837Z] snapd 2.48.2 from Canonical* installed [2021-01-14T13:48:51.775Z] "snapd" switched to the "latest/stable" channel [2021-01-14T13:48:51.775Z] [2021-01-14T13:48:52.248Z] 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-14T13:48:54.323Z] core18 20201210 from Canonical* installed [2021-01-14T13:48:54.584Z] "core18" switched to the "latest/stable" channel [2021-01-14T13:48:54.584Z] [2021-01-14T13:48:55.640Z] 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-14T13:48:57.882Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T13:48:57.882Z] "snapcraft" switched to the "latest/stable" channel [2021-01-14T13:48:57.882Z] [2021-01-14T13:48:59.028Z] 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-14T13:49:01.184Z] 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-14T13:49:01.184Z] - README.md [2021-01-14T13:49:01.184Z] - snapcraft.yaml.orig [2021-01-14T13:49:01.184Z] [2021-01-14T13:49:01.184Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] } [2021-01-14T13:49:02.441Z] $ docker stop --time=1 c143868c6b3abcdd1ea6d9999c6ea10643ab7a792f0a51b7ec39f82979add387 [2021-01-14T13:49:04.998Z] $ docker rm -f c143868c6b3abcdd1ea6d9999c6ea10643ab7a792f0a51b7ec39f82979add387 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:49:06.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T13:49:06.819Z] [2021-01-14T13:49:06.819Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:49:07.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T13:49:07.229Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T13:49:07.229Z] 29e5d40040c1: Pulling fs layer [2021-01-14T13:49:07.229Z] 1ce36da41761: Pulling fs layer [2021-01-14T13:49:07.229Z] 25b303627fd3: Pulling fs layer [2021-01-14T13:49:07.772Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T13:49:07.772Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T13:49:07.772Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T13:49:07.772Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T13:49:07.820Z] 29e5d40040c1: Verifying Checksum [2021-01-14T13:49:07.820Z] 29e5d40040c1: Download complete [2021-01-14T13:49:08.034Z] Fetched 88.7 kB in 0s (190 kB/s) [2021-01-14T13:49:08.416Z] 1ce36da41761: Verifying Checksum [2021-01-14T13:49:08.416Z] 1ce36da41761: Download complete [2021-01-14T13:49:08.416Z] 29e5d40040c1: Pull complete [2021-01-14T13:49:08.976Z] Reading package lists... [2021-01-14T13:49:09.236Z] 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-14T13:49:09.843Z] 1ce36da41761: Pull complete [2021-01-14T13:49:09.843Z] 25b303627fd3: Verifying Checksum [2021-01-14T13:49:09.843Z] 25b303627fd3: Download complete [2021-01-14T13:49:15.820Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T13:49:15.820Z] Reading package lists... [2021-01-14T13:49:15.820Z] Building dependency tree... [2021-01-14T13:49:15.820Z] Reading state information... [2021-01-14T13:49:15.820Z] Suggested packages: [2021-01-14T13:49:15.820Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-14T13:49:15.820Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-14T13:49:15.820Z] Recommended packages: [2021-01-14T13:49:15.820Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-14T13:49:15.820Z] The following NEW packages will be installed: [2021-01-14T13:49:15.820Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-14T13:49:15.820Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-14T13:49:15.820Z] pkg-config zip [2021-01-14T13:49:15.820Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T13:49:15.820Z] Need to get 7655 kB of archives. [2021-01-14T13:49:15.820Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-14T13:49:15.820Z] 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-14T13:49:15.820Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-14T13:49:15.820Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-14T13:49:15.820Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-14T13:49:15.820Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-14T13:49:15.820Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-14T13:49:15.820Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-14T13:49:15.820Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-14T13:49:16.081Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-14T13:49:16.081Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-14T13:49:16.081Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-14T13:49:16.081Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-14T13:49:16.341Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-14T13:49:16.341Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-14T13:49:16.341Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-14T13:49:16.603Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T13:49:16.603Z] Fetched 7655 kB in 1s (9008 kB/s) [2021-01-14T13:49:16.603Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-14T13:49:16.603Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-14T13:49:16.603Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-14T13:49:16.603Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T13:49:16.862Z] Selecting previously unselected package libpsl5:amd64. [2021-01-14T13:49:16.862Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-14T13:49:16.862Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T13:49:16.862Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-14T13:49:16.862Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-14T13:49:16.862Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T13:49:17.122Z] Selecting previously unselected package librtmp1:amd64. [2021-01-14T13:49:17.122Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-14T13:49:17.122Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T13:49:17.122Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-14T13:49:17.122Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-14T13:49:17.122Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T13:49:17.122Z] Selecting previously unselected package liberror-perl. [2021-01-14T13:49:17.122Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-14T13:49:17.122Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-14T13:49:17.382Z] Selecting previously unselected package git-man. [2021-01-14T13:49:17.382Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-14T13:49:17.382Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T13:49:17.382Z] Selecting previously unselected package git. [2021-01-14T13:49:17.382Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-14T13:49:17.643Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T13:49:18.582Z] Selecting previously unselected package libnorm1:amd64. [2021-01-14T13:49:18.582Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-14T13:49:18.582Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T13:49:18.582Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-14T13:49:18.582Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-14T13:49:18.582Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T13:49:18.842Z] Selecting previously unselected package libsodium23:amd64. [2021-01-14T13:49:18.842Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-14T13:49:18.842Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-14T13:49:18.842Z] Selecting previously unselected package libzmq5:amd64. [2021-01-14T13:49:18.842Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T13:49:18.842Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T13:49:18.842Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-14T13:49:18.842Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T13:49:18.842Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T13:49:19.103Z] Selecting previously unselected package pkg-config. [2021-01-14T13:49:19.103Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-14T13:49:19.103Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T13:49:19.103Z] Selecting previously unselected package zip. [2021-01-14T13:49:19.103Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-14T13:49:19.103Z] Unpacking zip (3.0-11build1) ... [2021-01-14T13:49:19.103Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T13:49:19.103Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T13:49:19.364Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T13:49:19.364Z] Setting up liberror-perl (0.17025-1) ... [2021-01-14T13:49:19.364Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T13:49:19.364Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T13:49:19.364Z] No schema files found: doing nothing. [2021-01-14T13:49:19.364Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T13:49:19.364Z] Setting up zip (3.0-11build1) ... [2021-01-14T13:49:19.364Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T13:49:19.364Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-14T13:49:19.364Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T13:49:19.626Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T13:49:19.626Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T13:49:19.626Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T13:49:19.626Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T13:49:19.626Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T13:49:19.979Z] 25b303627fd3: Pull complete [2021-01-14T13:49:19.979Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T13:49:19.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T13:49:19.979Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T13:49:20.241Z] prd-ubuntu18.04-docker-arm64-4c-16g-20223 does not seem to be running inside a container [2021-01-14T13:49:20.319Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T13:49:23.484Z] $ docker top fc2b234e0a605458db5ebf9830558589805cfd8399ccf5f60c1c64bc5e51b725 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:49:24.555Z] + grep parallel+ [2021-01-14T13:49:24.555Z] docker-compose build --help [2021-01-14T13:49:26.219Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T13:49:26.219Z] git set to automatically installed. [2021-01-14T13:49:26.219Z] git-man set to automatically installed. [2021-01-14T13:49:26.219Z] libcurl3-gnutls set to automatically installed. [2021-01-14T13:49:26.219Z] liberror-perl set to automatically installed. [2021-01-14T13:49:26.219Z] libglib2.0-0 set to automatically installed. [2021-01-14T13:49:26.219Z] libnghttp2-14 set to automatically installed. [2021-01-14T13:49:26.219Z] libnorm1 set to automatically installed. [2021-01-14T13:49:26.219Z] libpgm-5.2-0 set to automatically installed. [2021-01-14T13:49:26.219Z] libpsl5 set to automatically installed. [2021-01-14T13:49:26.219Z] librtmp1 set to automatically installed. [2021-01-14T13:49:26.219Z] libsodium23 set to automatically installed. [2021-01-14T13:49:26.219Z] libzmq3-dev set to automatically installed. [2021-01-14T13:49:26.219Z] libzmq5 set to automatically installed. [2021-01-14T13:49:26.219Z] pkg-config set to automatically installed. [2021-01-14T13:49:26.219Z] zip set to automatically installed. [2021-01-14T13:49:27.922Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T13:49:27.946Z] $ docker stop --time=1 fc2b234e0a605458db5ebf9830558589805cfd8399ccf5f60c1c64bc5e51b725 [2021-01-14T13:49:28.762Z] snapd is not logged in, snap install commands will use sudo [2021-01-14T13:49:29.776Z] $ docker rm -f fc2b234e0a605458db5ebf9830558589805cfd8399ccf5f60c1c64bc5e51b725 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:49:30.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T13:49:30.639Z] . [Pipeline] withDockerContainer [2021-01-14T13:49:30.872Z] prd-ubuntu18.04-docker-arm64-4c-16g-20223 does not seem to be running inside a container [2021-01-14T13:49:31.013Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T13:49:32.446Z] $ docker top 71ff170745dd2f9e4151c270125e9a0279d952b1f483eeecc08c45100d67ef13 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:49:33.502Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T13:49:35.354Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T13:49:35.354Z] snap "core18" has no updates available [2021-01-14T13:49:36.296Z] Pulling config-common [2021-01-14T13:49:37.238Z] Pulling go-build-helper [2021-01-14T13:49:37.796Z] Building docker-core-command-go ... [2021-01-14T13:49:37.797Z] Building docker-core-data-go ... [2021-01-14T13:49:37.797Z] Building docker-core-metadata-go ... [2021-01-14T13:49:37.797Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T13:49:37.797Z] Building docker-security-proxy-setup-go ... [2021-01-14T13:49:37.797Z] Building docker-security-secretstore-setup-go ... [2021-01-14T13:49:37.797Z] Building docker-support-notifications-go ... [2021-01-14T13:49:37.797Z] Building docker-support-scheduler-go ... [2021-01-14T13:49:37.797Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T13:49:37.797Z] Building docker-sys-mgmt-agent-go [2021-01-14T13:49:37.797Z] Building docker-core-command-go [2021-01-14T13:49:37.797Z] Building docker-core-data-go [2021-01-14T13:49:37.797Z] Building docker-security-secretstore-setup-go [2021-01-14T13:49:37.797Z] Building docker-security-proxy-setup-go [2021-01-14T13:49:59.196Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T13:49:59.196Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T13:49:59.196Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T13:49:59.196Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-14T13:49:59.196Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T13:49:59.196Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T13:49:59.196Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T13:49:59.196Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T13:49:59.197Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T13:49:59.197Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T13:49:59.197Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T13:49:59.197Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-14T13:49:59.197Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T13:49:59.197Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T13:49:59.197Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-14T13:49:59.197Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-14T13:49:59.197Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T13:49:59.197Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T13:49:59.197Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T13:49:59.197Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-14T13:49:59.197Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-14T13:49:59.197Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T13:49:59.197Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T13:49:59.197Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-14T13:49:59.197Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-14T13:49:59.197Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T13:49:59.197Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T13:49:59.197Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-14T13:49:59.197Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-14T13:49:59.197Z] Fetched 279 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-14T13:49:59.197Z] Fetched 122 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-14T13:49:59.197Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-14T13:49:59.197Z] Fetched 8848 B in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-14T13:49:59.197Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-14T13:49:59.197Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-14T13:49:59.197Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-14T13:49:59.197Z] Fetched 214 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-14T13:49:59.197Z] Fetched 155 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-14T13:49:59.197Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-14T13:49:59.197Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-14T13:49:59.197Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-14T13:49:59.197Z] Fetched 499 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-14T13:49:59.197Z] Fetched 111 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-14T13:49:59.197Z] Fetched 240 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-14T13:49:59.197Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-14T13:49:59.197Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-14T13:49:59.197Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-14T13:49:59.197Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-14T13:49:59.197Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-14T13:49:59.197Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-14T13:49:59.197Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-14T13:49:59.197Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-14T13:49:59.197Z] Fetched 8720 B in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-14T13:49:59.197Z] Fetched 137 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-14T13:49:59.197Z] Fetched 119 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-14T13:49:59.197Z] Fetched 109 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-14T13:49:59.197Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-14T13:49:59.197Z] Fetched 645 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-14T13:49:59.197Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-14T13:49:59.197Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-14T13:49:59.197Z] Fetched 368 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-14T13:49:59.197Z] Fetched 187 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-14T13:49:59.197Z] Fetched 175 kB in 0s (0 B/s) [2021-01-14T13:49:59.197Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-14T13:50:01.742Z] Fetched 206 kB in 0s (0 B/s) [2021-01-14T13:50:01.742Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-14T13:50:01.742Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-14T13:50:01.742Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-14T13:50:01.742Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-14T13:50:01.742Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-14T13:50:01.742Z] Fetched 159 kB in 0s (0 B/s) [2021-01-14T13:50:01.742Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-14T13:50:01.742Z] Fetched 107 kB in 0s (0 B/s) [2021-01-14T13:50:01.742Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-14T13:50:01.742Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-14T13:50:01.742Z] Pulling static-packages [2021-01-14T13:50:02.732Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-14T13:50:02.732Z] Skipping pull go-build-helper (already ran) [2021-01-14T13:50:02.732Z] Skipping pull static-packages (already ran) [2021-01-14T13:50:02.732Z] Building go-build-helper [2021-01-14T13:50:06.214Z] Building static-packages [2021-01-14T13:50:08.129Z] Staging go-build-helper [2021-01-14T13:50:08.699Z] Staging static-packages [2021-01-14T13:50:09.641Z] Pulling go115 [2021-01-14T13:50:10.582Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-14T13:50:10.582Z] Skipping pull go115 (already ran) [2021-01-14T13:50:10.582Z] Building go115 [2021-01-14T13:50:10.582Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T13:50:10.582Z] Dload Upload Total Spent Left Speed [2021-01-14T13:50:14.254Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2479k 0 0 6214k 0 0:00:19 --:--:-- 0:00:19 6199k 35 115M 35 41.3M 0 0 29.4M 0 0:00:03 0:00:01 0:00:02 29.4M 63 115M 63 73.9M 0 0 30.8M 0 0:00:03 0:00:02 0:00:01 30.8M 92 115M 92 107M 0 0 31.5M 0 0:00:03 0:00:03 --:--:-- 31.5M 100 115M 100 115M 0 0 32.4M 0 0:00:03 0:00:03 --:--:-- 32.4M [2021-01-14T13:50:14.823Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-14T13:50:19.021Z] Staging go115 [2021-01-14T13:50:24.307Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T13:50:24.307Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T13:50:24.307Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T13:50:24.307Z] Fetched 0 B in 0s (0 B/s) [2021-01-14T13:50:24.307Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-14T13:50:24.307Z] Fetched 224 kB in 0s (0 B/s) [2021-01-14T13:50:24.307Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-14T13:50:24.307Z] Fetched 157 kB in 0s (0 B/s) [2021-01-14T13:50:24.307Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-14T13:50:24.307Z] Fetched 221 kB in 0s (0 B/s) [2021-01-14T13:50:24.307Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-14T13:50:24.307Z] Fetched 143 kB in 0s (0 B/s) [2021-01-14T13:50:24.307Z] Pulling edgex-go [2021-01-14T13:50:24.877Z] Pulling version [2021-01-14T13:50:25.817Z] Building config-common [2021-01-14T13:50:27.728Z] Skipping build go-build-helper (already ran) [2021-01-14T13:50:27.728Z] Skipping build static-packages (already ran) [2021-01-14T13:50:27.728Z] Skipping build go115 (already ran) [2021-01-14T13:50:27.728Z] Building edgex-go [2021-01-14T13:50:27.988Z] 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-14T13:50:29.372Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-14T13:50:29.372Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-14T13:50:29.372Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-14T13:50:29.372Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.144 [2021-01-14T13:50:29.372Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-14T13:50:29.372Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-14T13:50:29.372Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-14T13:50:29.372Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-14T13:50:29.372Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-14T13:50:29.372Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-14T13:50:29.372Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-14T13:50:29.372Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-14T13:50:29.372Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-14T13:50:29.372Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-14T13:50:29.372Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-14T13:50:29.372Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-14T13:50:29.372Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-14T13:50:29.372Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-14T13:50:29.372Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-14T13:50:29.372Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-14T13:50:29.372Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-14T13:50:29.372Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-14T13:50:29.372Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-14T13:50:29.372Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-14T13:50:29.373Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-14T13:50:29.373Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-14T13:50:29.631Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-14T13:50:29.631Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-14T13:50:29.631Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-14T13:50:29.631Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-14T13:50:29.631Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-14T13:50:29.631Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-14T13:50:29.631Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-14T13:50:29.631Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-14T13:50:29.631Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-14T13:50:29.631Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-14T13:50:29.893Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-14T13:50:29.893Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-14T13:50:29.893Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-14T13:50:29.893Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-14T13:50:36.471Z] 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-14T13:50:40.670Z] 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-14T13:50:40.930Z] 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-14T13:50:41.870Z] 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-14T13:50:42.129Z] 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-14T13:50:42.130Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-14T13:50:42.390Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-14T13:50:42.390Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-14T13:50:42.390Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-14T13:50:44.306Z] 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-14T13:50:44.306Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-14T13:50:44.306Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-14T13:50:45.246Z] 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-14T13:50:45.246Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-14T13:50:45.796Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:50:45.796Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:50:45.796Z] ---> baf11d4d34e1 [2021-01-14T13:50:45.796Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:50:45.796Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:50:45.796Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:50:45.796Z] ---> baf11d4d34e1 [2021-01-14T13:50:45.796Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T13:50:45.796Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:50:45.796Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:50:45.796Z] ---> baf11d4d34e1 [2021-01-14T13:50:45.796Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T13:50:45.796Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:50:45.796Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:50:45.796Z] ---> baf11d4d34e1 [2021-01-14T13:50:45.796Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T13:50:45.796Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:50:45.796Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:50:45.796Z] ---> baf11d4d34e1 [2021-01-14T13:50:45.796Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T13:50:46.187Z] 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-14T13:50:46.187Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-14T13:50:47.571Z] 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-14T13:50:48.143Z] 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-14T13:50:49.086Z] 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-14T13:50:50.099Z] ---> Running in 5a75a95b1408 [2021-01-14T13:50:50.099Z] ---> Running in f29712acd12d [2021-01-14T13:50:50.099Z] ---> Running in b0f90a7def91 [2021-01-14T13:50:50.099Z] ---> Running in 1b3e20a8713d [2021-01-14T13:50:50.099Z] ---> Running in f806fbf83655 [2021-01-14T13:50:50.099Z] Removing intermediate container 5a75a95b1408 [2021-01-14T13:50:50.099Z] ---> 9c235f07fb43 [2021-01-14T13:50:50.099Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:50:50.099Z] Removing intermediate container f806fbf83655 [2021-01-14T13:50:50.099Z] ---> a45e30710a7c [2021-01-14T13:50:50.099Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:50:50.372Z] Removing intermediate container b0f90a7def91 [2021-01-14T13:50:50.372Z] ---> f22898a66d10 [2021-01-14T13:50:50.372Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:50:50.372Z] Removing intermediate container 1b3e20a8713d [2021-01-14T13:50:50.372Z] ---> 52eeaff89c7b [2021-01-14T13:50:50.372Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:50:50.372Z] Removing intermediate container f29712acd12d [2021-01-14T13:50:50.372Z] ---> 6b082e11e912 [2021-01-14T13:50:50.372Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:50:50.372Z] ---> Running in b73852296225 [2021-01-14T13:50:50.372Z] ---> Running in 64391dc4b00c [2021-01-14T13:50:50.643Z] ---> Running in 1d3e9b3a98b3 [2021-01-14T13:50:50.643Z] ---> Running in 1b7d466d9469 [2021-01-14T13:50:50.643Z] ---> Running in 770e3f7d2581 [2021-01-14T13:50:50.996Z] Building version [2021-01-14T13:50:52.916Z] Staging config-common [2021-01-14T13:50:53.489Z] Skipping stage go-build-helper (already ran) [2021-01-14T13:50:53.489Z] Skipping stage static-packages (already ran) [2021-01-14T13:50:53.489Z] Skipping stage go115 (already ran) [2021-01-14T13:50:53.489Z] Staging edgex-go [2021-01-14T13:50:54.431Z] Staging version [2021-01-14T13:50:54.976Z] Removing intermediate container b73852296225 [2021-01-14T13:50:54.976Z] ---> f121ac6fb65a [2021-01-14T13:50:54.976Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T13:50:54.976Z] ---> Running in 1b9304cb312e [2021-01-14T13:50:54.976Z] Removing intermediate container 64391dc4b00c [2021-01-14T13:50:54.976Z] ---> 3dfb6ad1681e [2021-01-14T13:50:54.976Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T13:50:54.976Z] Removing intermediate container 1d3e9b3a98b3 [2021-01-14T13:50:54.976Z] ---> f3422f5d6c3b [2021-01-14T13:50:54.976Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T13:50:54.976Z] ---> Running in 4b90ad83a9bd [2021-01-14T13:50:54.976Z] ---> Running in 19501b1f4594 [2021-01-14T13:50:55.259Z] Removing intermediate container 770e3f7d2581 [2021-01-14T13:50:55.259Z] ---> c45e253b5ad5 [2021-01-14T13:50:55.259Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:50:55.259Z] Removing intermediate container 1b7d466d9469 [2021-01-14T13:50:55.259Z] ---> 709db3e0eb3e [2021-01-14T13:50:55.259Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T13:50:55.371Z] Priming config-common [2021-01-14T13:50:55.532Z] ---> Running in 3b7dbafd0459 [2021-01-14T13:50:55.532Z] ---> Running in 2ebdaecefebf [2021-01-14T13:50:56.313Z] Priming go-build-helper [2021-01-14T13:50:56.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:50:56.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:50:56.885Z] Priming static-packages [2021-01-14T13:50:57.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:50:57.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:50:57.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:50:57.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:50:57.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:50:57.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:50:57.992Z] OK: 217 MiB in 51 packages [2021-01-14T13:50:57.992Z] OK: 217 MiB in 51 packages [2021-01-14T13:50:58.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:50:58.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:50:58.545Z] OK: 217 MiB in 51 packages [2021-01-14T13:50:59.154Z] OK: 217 MiB in 51 packages [2021-01-14T13:50:59.154Z] OK: 217 MiB in 51 packages [2021-01-14T13:50:59.429Z] Priming go115 [2021-01-14T13:51:00.001Z] Priming edgex-go [2021-01-14T13:51:00.142Z] Removing intermediate container 4b90ad83a9bd [2021-01-14T13:51:00.142Z] ---> f01eea68abdd [2021-01-14T13:51:00.142Z] Step 6/23 : COPY go.mod . [2021-01-14T13:51:00.142Z] Removing intermediate container 1b9304cb312e [2021-01-14T13:51:00.142Z] ---> b72a7edb2b98 [2021-01-14T13:51:00.142Z] Step 6/21 : COPY go.mod . [2021-01-14T13:51:00.416Z] Removing intermediate container 19501b1f4594 [2021-01-14T13:51:00.416Z] ---> 59d7331370ce [2021-01-14T13:51:00.416Z] Step 6/26 : COPY go.mod . [2021-01-14T13:51:01.016Z] ---> b8ed03c05e91 [2021-01-14T13:51:01.016Z] Step 7/23 : RUN go mod download [2021-01-14T13:51:01.016Z] Removing intermediate container 2ebdaecefebf [2021-01-14T13:51:01.016Z] ---> 4a55f1b1e529 [2021-01-14T13:51:01.016Z] Step 6/22 : COPY go.mod . [2021-01-14T13:51:01.016Z] Removing intermediate container 3b7dbafd0459 [2021-01-14T13:51:01.016Z] ---> 58578ec322df [2021-01-14T13:51:01.016Z] Step 6/24 : COPY go.mod . [2021-01-14T13:51:01.289Z] ---> 15dcd6aabb97 [2021-01-14T13:51:01.289Z] Step 7/21 : RUN go mod download [2021-01-14T13:51:01.289Z] ---> Running in e1a0f5f0242c [2021-01-14T13:51:01.385Z] Priming version [2021-01-14T13:51:01.563Z] ---> 6cbb6e8b5d12 [2021-01-14T13:51:01.563Z] Step 7/26 : RUN go mod download [2021-01-14T13:51:01.563Z] ---> Running in e8f17cea233a [2021-01-14T13:51:01.904Z] ---> Running in 1500a0c8f536 [2021-01-14T13:51:01.904Z] ---> a5c23d0879d1 [2021-01-14T13:51:01.904Z] Step 7/22 : RUN go mod download [2021-01-14T13:51:01.958Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-14T13:51:02.187Z] ---> Running in 6868d639217c [2021-01-14T13:51:02.472Z] ---> 13eaca49554e [2021-01-14T13:51:02.472Z] Step 7/24 : RUN go mod download [2021-01-14T13:51:02.749Z] ---> Running in d7594833fd9c [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T13:51:06.222Z] Removing intermediate container e1a0f5f0242c [2021-01-14T13:51:06.222Z] ---> bb9e6b1ca039 [2021-01-14T13:51:06.222Z] Step 8/23 : COPY . . [2021-01-14T13:51:06.222Z] Removing intermediate container e8f17cea233a [2021-01-14T13:51:06.222Z] ---> f7d3ed755ba2 [2021-01-14T13:51:06.222Z] Step 8/21 : COPY . . [2021-01-14T13:51:06.823Z] Removing intermediate container 1500a0c8f536 [2021-01-14T13:51:06.823Z] ---> 85098f74496b [2021-01-14T13:51:06.823Z] Step 8/26 : COPY . . [2021-01-14T13:51:07.100Z] Removing intermediate container d7594833fd9c [2021-01-14T13:51:07.100Z] ---> 2868623a6e4d [2021-01-14T13:51:07.100Z] Step 8/24 : COPY . . [2021-01-14T13:51:07.373Z] Removing intermediate container 6868d639217c [2021-01-14T13:51:07.373Z] ---> d28c424f7cdb [2021-01-14T13:51:07.373Z] Step 8/22 : COPY . . [2021-01-14T13:51:34.167Z] ---> ea407f08aad8 [2021-01-14T13:51:34.167Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T13:51:34.167Z] ---> 8634f824d6ca [2021-01-14T13:51:34.167Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T13:51:34.167Z] ---> 562674c76171 [2021-01-14T13:51:34.167Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T13:51:34.167Z] ---> 6f0460dbabd7 [2021-01-14T13:51:34.167Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T13:51:34.167Z] ---> 0623bc8d1f61 [2021-01-14T13:51:34.167Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T13:51:34.167Z] ---> Running in 94c249dcd149 [2021-01-14T13:51:34.167Z] ---> Running in e54f8dc695d7 [2021-01-14T13:51:34.167Z] ---> Running in 354ed02ff505 [2021-01-14T13:51:34.167Z] ---> Running in 243bdb43d0c6 [2021-01-14T13:51:34.167Z] ---> Running in 496bcc4faf78 [2021-01-14T13:51:34.167Z] 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-14T13:51:34.167Z] 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-14T13:51:34.167Z] 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-14T13:51:34.442Z] 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-14T13:51:34.442Z] 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-14T13:52:56.264Z] 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-14T13:52:56.264Z] 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-14T13:53:06.451Z] Removing intermediate container 243bdb43d0c6 [2021-01-14T13:53:06.451Z] ---> 6165ece7907d [2021-01-14T13:53:06.451Z] [2021-01-14T13:53:06.451Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T13:53:06.451Z] 3.12: Pulling from library/alpine [2021-01-14T13:53:08.494Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T13:53:08.494Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T13:53:08.494Z] ---> afeebe901d6b [2021-01-14T13:53:08.494Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T13:53:09.506Z] ---> Running in cf0d04e7b633 [2021-01-14T13:53:10.499Z] Removing intermediate container 94c249dcd149 [2021-01-14T13:53:10.499Z] ---> 6626b06c7144 [2021-01-14T13:53:10.499Z] [2021-01-14T13:53:10.499Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T13:53:10.499Z] ---> afeebe901d6b [2021-01-14T13:53:10.499Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T13:53:11.171Z] ---> Running in cc37541dd6d3 [2021-01-14T13:53:11.171Z] Removing intermediate container 496bcc4faf78 [2021-01-14T13:53:11.171Z] ---> 480e1cc38933 [2021-01-14T13:53:11.171Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T13:53:11.831Z] ---> Running in 2abf73f4cd17 [2021-01-14T13:53:12.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:53:12.422Z] Removing intermediate container 354ed02ff505 [2021-01-14T13:53:12.422Z] ---> 035806291906 [2021-01-14T13:53:12.422Z] [2021-01-14T13:53:12.422Z] Step 10/22 : FROM scratch [2021-01-14T13:53:12.422Z] ---> [2021-01-14T13:53:12.422Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:53:12.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:53:12.719Z] ---> Running in 3986070614e4 [2021-01-14T13:53:12.999Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T13:53:13.278Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:53:13.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:53:13.278Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T13:53:13.278Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T13:53:13.278Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T13:53:13.278Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:53:13.278Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T13:53:13.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:53:13.560Z] OK: 7 MiB in 19 packages [2021-01-14T13:53:13.560Z] Removing intermediate container 3986070614e4 [2021-01-14T13:53:13.560Z] ---> 1254a63a0df6 [2021-01-14T13:53:13.560Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T13:53:13.560Z] 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-14T13:53:13.845Z] ---> Running in 8c3e8933240d [2021-01-14T13:53:14.134Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T13:53:14.134Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:53:14.134Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T13:53:14.134Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T13:53:14.134Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:53:14.134Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T13:53:14.410Z] OK: 7 MiB in 18 packages [2021-01-14T13:53:14.686Z] Removing intermediate container 8c3e8933240d [2021-01-14T13:53:14.686Z] ---> eabbc616e0a2 [2021-01-14T13:53:14.686Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T13:53:14.963Z] ---> Running in f32426323104 [2021-01-14T13:53:15.970Z] Removing intermediate container f32426323104 [2021-01-14T13:53:15.970Z] ---> 7287cee8cb63 [2021-01-14T13:53:15.970Z] Step 14/22 : WORKDIR / [2021-01-14T13:53:15.970Z] ---> Running in c5de1822e163 [2021-01-14T13:53:16.243Z] Removing intermediate container cf0d04e7b633 [2021-01-14T13:53:16.243Z] ---> 83662a73e8e9 [2021-01-14T13:53:16.243Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T13:53:16.528Z] ---> Running in eabd30d290ad [2021-01-14T13:53:16.816Z] Removing intermediate container c5de1822e163 [2021-01-14T13:53:16.816Z] ---> 1cad3ea07c3d [2021-01-14T13:53:16.816Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:53:17.094Z] Removing intermediate container cc37541dd6d3 [2021-01-14T13:53:17.094Z] ---> 294791be2ef7 [2021-01-14T13:53:17.094Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T13:53:17.372Z] Removing intermediate container eabd30d290ad [2021-01-14T13:53:17.372Z] ---> 1ba134ce748b [2021-01-14T13:53:17.372Z] Step 13/24 : WORKDIR / [2021-01-14T13:53:17.372Z] ---> Running in b72b3090e622 [2021-01-14T13:53:17.770Z] ---> Running in 464dcaa6e37b [2021-01-14T13:53:18.075Z] ---> 0753b89fbc26 [2021-01-14T13:53:18.076Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T13:53:18.396Z] Removing intermediate container b72b3090e622 [2021-01-14T13:53:18.396Z] ---> 08551f1a934e [2021-01-14T13:53:18.396Z] Step 13/21 : WORKDIR /edgex [2021-01-14T13:53:18.687Z] Removing intermediate container 464dcaa6e37b [2021-01-14T13:53:18.687Z] ---> 018537f6c11e [2021-01-14T13:53:18.687Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-14T13:53:18.687Z] ---> Running in b2f4fd116bc0 [2021-01-14T13:53:20.206Z] Removing intermediate container 2abf73f4cd17 [2021-01-14T13:53:20.206Z] ---> 59c9e31bc07e [2021-01-14T13:53:20.206Z] [2021-01-14T13:53:20.206Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T13:53:20.206Z] 20.10.0: Pulling from library/docker [2021-01-14T13:53:20.206Z] Removing intermediate container b2f4fd116bc0 [2021-01-14T13:53:20.206Z] ---> 9b44b84b5e94 [2021-01-14T13:53:20.206Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T13:53:20.816Z] ---> a085bbe40260 [2021-01-14T13:53:20.816Z] 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-14T13:53:21.086Z] ---> 0c5f95570ac5 [2021-01-14T13:53:21.086Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T13:53:22.065Z] ---> 3e43f0fbc017 [2021-01-14T13:53:22.065Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T13:53:22.669Z] ---> 71e7491ac858 [2021-01-14T13:53:22.669Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T13:53:22.669Z] ---> 023733dbcf7f [2021-01-14T13:53:22.669Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T13:53:23.273Z] ---> Running in a415fea26cad [2021-01-14T13:53:24.711Z] ---> ac9c8a4fa217 [2021-01-14T13:53:24.711Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T13:53:24.711Z] Removing intermediate container a415fea26cad [2021-01-14T13:53:24.711Z] ---> d9d2d42bf96f [2021-01-14T13:53:24.711Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:53:24.711Z] ---> 8cedc685b52e [2021-01-14T13:53:24.711Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T13:53:24.988Z] ---> Running in 60040e1fa1ab [2021-01-14T13:53:25.983Z] Removing intermediate container 60040e1fa1ab [2021-01-14T13:53:25.983Z] ---> 1c9d0e66096b [2021-01-14T13:53:25.983Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T13:53:27.028Z] ---> Running in b17684dc8ee9 [2021-01-14T13:53:27.028Z] ---> 843f9d618be2 [2021-01-14T13:53:27.028Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T13:53:27.028Z] ---> baa27ce499c0 [2021-01-14T13:53:27.028Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T13:53:27.326Z] ---> Running in da6989008580 [2021-01-14T13:53:27.930Z] Removing intermediate container b17684dc8ee9 [2021-01-14T13:53:27.930Z] ---> 55c064bfcda9 [2021-01-14T13:53:27.930Z] Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:53:28.922Z] ---> Running in 4be22db4d6e5 [2021-01-14T13:53:28.922Z] Removing intermediate container da6989008580 [2021-01-14T13:53:28.922Z] ---> 713e9350b97b [2021-01-14T13:53:28.922Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T13:53:29.524Z] ---> 0fb7c61f94d9 [2021-01-14T13:53:29.524Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T13:53:29.809Z] ---> Running in 144ebf5b7df1 [2021-01-14T13:53:30.417Z] Removing intermediate container 4be22db4d6e5 [2021-01-14T13:53:30.417Z] ---> 2f394ff97780 [2021-01-14T13:53:30.417Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:53:31.020Z] ---> Running in 8600d7021fd9 [2021-01-14T13:53:31.020Z] Removing intermediate container 144ebf5b7df1 [2021-01-14T13:53:31.020Z] ---> 8ced7809e347 [2021-01-14T13:53:31.020Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T13:53:31.309Z] ---> 20626e146421 [2021-01-14T13:53:31.309Z] 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-14T13:53:31.917Z] Removing intermediate container e54f8dc695d7 [2021-01-14T13:53:31.918Z] ---> 1add80dd065e [2021-01-14T13:53:31.918Z] [2021-01-14T13:53:31.918Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T13:53:31.918Z] ---> afeebe901d6b [2021-01-14T13:53:31.918Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:53:32.193Z] ---> Running in 22e6810028a6 [2021-01-14T13:53:32.193Z] ---> Running in 88a3f2bbeb7c [2021-01-14T13:53:32.474Z] ---> Running in c50aff6c539d [2021-01-14T13:53:32.474Z] Removing intermediate container 8600d7021fd9 [2021-01-14T13:53:32.474Z] ---> 8208b99da1ec [2021-01-14T13:53:32.474Z] [2021-01-14T13:53:32.758Z] Removing intermediate container 22e6810028a6 [2021-01-14T13:53:32.758Z] ---> 0543356a8ac4 [2021-01-14T13:53:32.758Z] Step 20/21 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:53:33.046Z] Successfully built 8208b99da1ec [2021-01-14T13:53:33.046Z] ---> Running in b51cf7b814d9 [2021-01-14T13:53:33.046Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T13:53:33.046Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-14T13:53:33.328Z] Removing intermediate container c50aff6c539d [2021-01-14T13:53:33.328Z] ---> 693372a818cb [2021-01-14T13:53:33.328Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T13:53:33.328Z] ---> Running in 4feb162c6947 [2021-01-14T13:53:33.936Z] Removing intermediate container b51cf7b814d9 [2021-01-14T13:53:33.936Z] ---> 0a9974bbb567 [2021-01-14T13:53:33.936Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T13:53:33.936Z] ---> Running in 58d79c174683 [2021-01-14T13:53:33.936Z] Removing intermediate container 4feb162c6947 [2021-01-14T13:53:33.936Z] ---> 2c875773cd0f [2021-01-14T13:53:33.936Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T13:53:34.209Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T13:53:34.209Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T13:53:34.209Z] ---> eeaf43b92773 [2021-01-14T13:53:34.209Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T13:53:34.488Z] ---> Running in 105bde9615f2 [2021-01-14T13:53:34.775Z] ---> Running in 1e5596223919 [2021-01-14T13:53:35.414Z] Removing intermediate container 58d79c174683 [2021-01-14T13:53:35.414Z] ---> c2205b6be1b2 [2021-01-14T13:53:35.414Z] [2021-01-14T13:53:35.821Z] Successfully built c2205b6be1b2 [2021-01-14T13:53:36.171Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T13:53:36.172Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-14T13:53:36.172Z] Removing intermediate container 105bde9615f2 [2021-01-14T13:53:36.172Z] ---> 54b18b377add [2021-01-14T13:53:36.172Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:53:36.475Z] Removing intermediate container 88a3f2bbeb7c [2021-01-14T13:53:36.475Z] ---> 7cc0f3b41d57 [2021-01-14T13:53:36.475Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T13:53:36.770Z] ---> Running in 6b72120838d7 [2021-01-14T13:53:36.770Z] ---> Running in 6bfdeed54d33 [2021-01-14T13:53:37.430Z] Removing intermediate container 6bfdeed54d33 [2021-01-14T13:53:37.430Z] ---> bc957e0c7e90 [2021-01-14T13:53:37.430Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T13:53:37.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:53:37.730Z] ---> Running in 8adf9b309809 [2021-01-14T13:53:37.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:53:38.367Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T13:53:38.367Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T13:53:38.367Z] Executing bash-5.0.17-r0.post-install [2021-01-14T13:53:38.367Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:53:38.367Z] OK: 12 MiB in 22 packages [2021-01-14T13:53:38.660Z] Removing intermediate container 8adf9b309809 [2021-01-14T13:53:38.660Z] ---> 941cb1c9fdae [2021-01-14T13:53:38.660Z] Step 23/24 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:53:40.787Z] ---> Running in d92c9c99d583 [2021-01-14T13:53:41.508Z] Removing intermediate container d92c9c99d583 [2021-01-14T13:53:41.508Z] ---> 49461301d2d6 [2021-01-14T13:53:41.508Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T13:53:41.508Z] Removing intermediate container 6b72120838d7 [2021-01-14T13:53:41.508Z] ---> d66c9b8a8ee1 [2021-01-14T13:53:41.508Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T13:53:41.805Z] ---> Running in 7ebef733257a [2021-01-14T13:53:41.805Z] ---> Running in 8a8dc7b2d5a8 [2021-01-14T13:53:41.805Z] Removing intermediate container 1e5596223919 [2021-01-14T13:53:41.805Z] ---> e6509d119b31 [2021-01-14T13:53:41.805Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T13:53:42.097Z] ---> Running in 6e4d5911830a [2021-01-14T13:53:42.711Z] Removing intermediate container 8a8dc7b2d5a8 [2021-01-14T13:53:42.711Z] ---> ccd5e2ba83ea [2021-01-14T13:53:42.711Z] [2021-01-14T13:53:42.990Z] Removing intermediate container 6e4d5911830a [2021-01-14T13:53:42.990Z] ---> d3589859e50a [2021-01-14T13:53:42.990Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T13:53:43.275Z] Successfully built ccd5e2ba83ea [2021-01-14T13:53:43.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:53:43.275Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T13:53:43.275Z] Building docker-core-metadata-go [2021-01-14T13:53:43.556Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in f4c7ba7e4799 [2021-01-14T13:53:43.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:53:44.108Z] Removing intermediate container f4c7ba7e4799 [2021-01-14T13:53:44.108Z] ---> df0aaceea6bf [2021-01-14T13:53:44.108Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T13:53:44.711Z] ---> Running in 65f2dccfc056 [2021-01-14T13:53:44.711Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T13:53:44.711Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T13:53:44.711Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T13:53:44.987Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T13:53:44.987Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T13:53:44.987Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:53:45.265Z] OK: 8 MiB in 19 packages [2021-01-14T13:53:45.265Z] Removing intermediate container 65f2dccfc056 [2021-01-14T13:53:45.265Z] ---> 7817254bc134 [2021-01-14T13:53:45.265Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T13:53:47.884Z] ---> 0a5fab772a5c [2021-01-14T13:53:47.884Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T13:53:47.884Z] Removing intermediate container 7ebef733257a [2021-01-14T13:53:47.884Z] ---> 51825a699872 [2021-01-14T13:53:47.884Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:53:48.877Z] ---> acdedaa1fdc9 [2021-01-14T13:53:48.877Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T13:53:49.147Z] ---> d6c84f3da0e4 [2021-01-14T13:53:49.147Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T13:53:50.578Z] ---> 952f1c3c6e30 [2021-01-14T13:53:50.578Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T13:53:50.578Z] ---> Running in 3bb1fd364771 [2021-01-14T13:53:50.851Z] ---> aa749b8c7332 [2021-01-14T13:53:50.851Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T13:53:52.827Z] ---> 08d1bcb93f0f [2021-01-14T13:53:52.827Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T13:53:52.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:53:52.827Z] ---> Running in 3c438d3df530 [2021-01-14T13:53:52.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:53:53.423Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T13:53:53.423Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T13:53:53.423Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T13:53:53.423Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T13:53:53.697Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T13:53:53.697Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T13:53:53.697Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T13:53:53.697Z] Removing intermediate container 3c438d3df530 [2021-01-14T13:53:53.697Z] ---> 6754121cacd0 [2021-01-14T13:53:53.697Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:53:54.682Z] ---> Running in 407184677fd6 [2021-01-14T13:53:55.663Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T13:53:55.663Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T13:53:55.663Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T13:53:55.663Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T13:53:55.663Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T13:53:55.663Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T13:53:55.663Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T13:53:55.663Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T13:53:55.942Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T13:53:55.942Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T13:53:55.942Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T13:53:55.942Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T13:53:55.942Z] Removing intermediate container 407184677fd6 [2021-01-14T13:53:55.942Z] ---> 1730c2e58b77 [2021-01-14T13:53:55.942Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T13:53:55.942Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T13:53:55.942Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T13:53:55.942Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T13:53:55.942Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T13:53:56.216Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T13:53:56.216Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T13:53:56.216Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T13:53:56.216Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T13:53:56.216Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T13:53:56.216Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T13:53:56.216Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T13:53:56.216Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T13:53:56.216Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T13:53:56.216Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T13:53:56.488Z] ---> Running in 289a1bffc070 [2021-01-14T13:53:56.488Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:53:56.488Z] OK: 71 MiB in 55 packages [2021-01-14T13:53:57.931Z] Removing intermediate container 289a1bffc070 [2021-01-14T13:53:57.931Z] ---> 0769a14d31ab [2021-01-14T13:53:57.931Z] Step 22/23 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:53:58.203Z] ---> Running in 32d34c12c6bc [2021-01-14T13:53:59.182Z] Removing intermediate container 32d34c12c6bc [2021-01-14T13:53:59.182Z] ---> 1a432e2750d8 [2021-01-14T13:53:59.182Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T13:53:59.456Z] ---> Running in bd2ee96cc953 [2021-01-14T13:54:00.438Z] Removing intermediate container bd2ee96cc953 [2021-01-14T13:54:00.438Z] ---> 44947884f34b [2021-01-14T13:54:00.438Z] [2021-01-14T13:54:01.415Z] Successfully built 44947884f34b [2021-01-14T13:54:01.415Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T13:54:01.415Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-01-14T13:54:03.415Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:54:03.415Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:54:03.415Z] ---> baf11d4d34e1 [2021-01-14T13:54:03.415Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T13:54:03.415Z] ---> Using cache [2021-01-14T13:54:03.415Z] ---> 6b082e11e912 [2021-01-14T13:54:03.415Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:54:03.415Z] ---> Using cache [2021-01-14T13:54:03.415Z] ---> c45e253b5ad5 [2021-01-14T13:54:03.415Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T13:54:04.439Z] ---> Running in 818d009a2cbb [2021-01-14T13:54:05.911Z] Removing intermediate container 3bb1fd364771 [2021-01-14T13:54:05.912Z] ---> cc9e00a14563 [2021-01-14T13:54:05.912Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T13:54:06.510Z] ---> Running in 5b9416d4d7f4 [2021-01-14T13:54:06.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:54:07.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:54:07.775Z] OK: 217 MiB in 51 packages [2021-01-14T13:54:10.438Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:54:10.438Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:54:10.438Z] ---> baf11d4d34e1 [2021-01-14T13:54:10.438Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:54:10.438Z] ---> Using cache [2021-01-14T13:54:10.438Z] ---> 6b082e11e912 [2021-01-14T13:54:10.438Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:54:10.438Z] ---> Using cache [2021-01-14T13:54:10.438Z] ---> c45e253b5ad5 [2021-01-14T13:54:10.438Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:54:10.438Z] ---> Using cache [2021-01-14T13:54:10.438Z] ---> 4a55f1b1e529 [2021-01-14T13:54:10.438Z] Step 6/22 : COPY go.mod . [2021-01-14T13:54:10.438Z] ---> Using cache [2021-01-14T13:54:10.438Z] ---> a5c23d0879d1 [2021-01-14T13:54:10.438Z] Step 7/22 : RUN go mod download [2021-01-14T13:54:10.438Z] ---> Using cache [2021-01-14T13:54:10.438Z] ---> d28c424f7cdb [2021-01-14T13:54:10.438Z] Step 8/22 : COPY . . [2021-01-14T13:54:10.438Z] ---> Using cache [2021-01-14T13:54:10.438Z] ---> 562674c76171 [2021-01-14T13:54:10.438Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T13:54:11.035Z] ---> Running in 1c511f770a74 [2021-01-14T13:54:11.035Z] Removing intermediate container 818d009a2cbb [2021-01-14T13:54:11.035Z] ---> 2a7171837e8d [2021-01-14T13:54:11.035Z] Step 6/24 : COPY go.mod . [2021-01-14T13:54:12.480Z] Collecting docker-compose==1.23.2 [2021-01-14T13:54:12.757Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T13:54:12.757Z] 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-14T13:54:13.361Z] ---> ae7ff20481b6 [2021-01-14T13:54:13.361Z] Step 7/24 : RUN go mod download [2021-01-14T13:54:13.996Z] ---> Running in fca0c391926b [2021-01-14T13:54:14.291Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T13:54:14.291Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T13:54:14.926Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T13:54:14.926Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T13:54:18.701Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T13:54:18.701Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T13:54:19.743Z] Removing intermediate container fca0c391926b [2021-01-14T13:54:19.743Z] ---> a9347b263d73 [2021-01-14T13:54:19.743Z] Step 8/24 : COPY . . [2021-01-14T13:54:20.021Z] Collecting PyYAML<4,>=3.10 [2021-01-14T13:54:20.021Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T13:54:20.643Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:54:20.643Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:54:20.643Z] ---> baf11d4d34e1 [2021-01-14T13:54:20.643Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T13:54:20.643Z] ---> Using cache [2021-01-14T13:54:20.643Z] ---> 6b082e11e912 [2021-01-14T13:54:20.643Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:54:20.643Z] ---> Using cache [2021-01-14T13:54:20.643Z] ---> c45e253b5ad5 [2021-01-14T13:54:20.643Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T13:54:20.643Z] ---> Using cache [2021-01-14T13:54:20.643Z] ---> 4a55f1b1e529 [2021-01-14T13:54:20.643Z] Step 6/22 : COPY go.mod . [2021-01-14T13:54:20.643Z] ---> Using cache [2021-01-14T13:54:20.643Z] ---> a5c23d0879d1 [2021-01-14T13:54:20.643Z] Step 7/22 : RUN go mod download [2021-01-14T13:54:20.643Z] ---> Using cache [2021-01-14T13:54:20.643Z] ---> d28c424f7cdb [2021-01-14T13:54:20.643Z] Step 8/22 : COPY . . [2021-01-14T13:54:20.643Z] ---> Using cache [2021-01-14T13:54:20.643Z] ---> 562674c76171 [2021-01-14T13:54:20.643Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T13:54:21.644Z] ---> Running in be03a3288f7e [2021-01-14T13:54:23.676Z] 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-14T13:54:23.993Z] 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-14T13:54:24.271Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T13:54:24.271Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T13:54:27.691Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T13:54:27.691Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T13:54:28.674Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T13:54:28.674Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T13:54:29.662Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T13:54:29.662Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T13:54:30.647Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T13:54:30.647Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T13:54:32.085Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T13:54:32.085Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T13:54:32.085Z] ---> baf11d4d34e1 [2021-01-14T13:54:32.085Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T13:54:32.085Z] ---> Using cache [2021-01-14T13:54:32.085Z] ---> 6b082e11e912 [2021-01-14T13:54:32.085Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T13:54:32.085Z] ---> Using cache [2021-01-14T13:54:32.085Z] ---> c45e253b5ad5 [2021-01-14T13:54:32.085Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T13:54:32.085Z] ---> Using cache [2021-01-14T13:54:32.085Z] ---> 4a55f1b1e529 [2021-01-14T13:54:32.362Z] Step 6/21 : COPY go.mod . [2021-01-14T13:54:32.362Z] ---> Using cache [2021-01-14T13:54:32.362Z] ---> a5c23d0879d1 [2021-01-14T13:54:32.362Z] Step 7/21 : RUN go mod download [2021-01-14T13:54:32.362Z] ---> Using cache [2021-01-14T13:54:32.362Z] ---> d28c424f7cdb [2021-01-14T13:54:32.362Z] Step 8/21 : COPY . . [2021-01-14T13:54:32.362Z] ---> Using cache [2021-01-14T13:54:32.362Z] ---> 562674c76171 [2021-01-14T13:54:32.362Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T13:54:34.384Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T13:54:34.384Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T13:54:35.386Z] 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-14T13:54:35.992Z] Collecting idna<2.8,>=2.5 [2021-01-14T13:54:35.992Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T13:54:36.273Z] ---> Running in 88d877e93fd6 [2021-01-14T13:54:36.558Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-14T13:54:36.835Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T13:54:36.835Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T13:54:36.835Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T13:54:36.835Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T13:54:36.835Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T13:54:37.116Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T13:54:38.123Z] Installing collected packages: cached-property, docopt, urllib3, idna, requests, PyYAML, texttable, jsonschema, docker-pycreds, websocket-client, docker, dockerpty, docker-compose [2021-01-14T13:54:38.123Z] Running setup.py install for docopt: started [2021-01-14T13:54:38.400Z] 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-14T13:54:41.823Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T13:54:41.823Z] Attempting uninstall: urllib3 [2021-01-14T13:54:41.823Z] Found existing installation: urllib3 1.25.9 [2021-01-14T13:54:41.823Z] Uninstalling urllib3-1.25.9: [2021-01-14T13:54:41.823Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T13:54:42.812Z] Attempting uninstall: idna [2021-01-14T13:54:42.812Z] Found existing installation: idna 2.9 [2021-01-14T13:54:42.812Z] Uninstalling idna-2.9: [2021-01-14T13:54:42.812Z] Successfully uninstalled idna-2.9 [2021-01-14T13:54:43.083Z] ---> c8d7dc8c56ea [2021-01-14T13:54:43.083Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T13:54:43.360Z] ---> Running in 430b57bc42a0 [2021-01-14T13:54:43.958Z] Attempting uninstall: requests [2021-01-14T13:54:43.959Z] Found existing installation: requests 2.23.0 [2021-01-14T13:54:43.959Z] Uninstalling requests-2.23.0: [2021-01-14T13:54:44.232Z] Successfully uninstalled requests-2.23.0 [2021-01-14T13:54:44.830Z] Running setup.py install for PyYAML: started [2021-01-14T13:54:45.108Z] 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-14T13:54:47.748Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T13:54:47.748Z] Running setup.py install for texttable: started [2021-01-14T13:54:50.383Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T13:54:51.824Z] Running setup.py install for dockerpty: started [2021-01-14T13:54:54.459Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T13:54:55.901Z] 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-14T13:55:01.328Z] Removing intermediate container 5b9416d4d7f4 [2021-01-14T13:55:01.328Z] ---> 4e7231db6ce5 [2021-01-14T13:55:01.328Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T13:55:01.328Z] ---> Running in 87422396ae02 [2021-01-14T13:55:02.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T13:55:03.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T13:55:03.654Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T13:55:03.654Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T13:55:03.654Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T13:55:03.654Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T13:55:03.929Z] OK: 71 MiB in 58 packages [2021-01-14T13:55:05.911Z] Removing intermediate container 87422396ae02 [2021-01-14T13:55:05.911Z] ---> d3b9f7ea1f2a [2021-01-14T13:55:05.911Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T13:55:06.186Z] ---> Running in 2dccc8607369 [2021-01-14T13:55:06.787Z] Removing intermediate container 2dccc8607369 [2021-01-14T13:55:06.787Z] ---> 1bc342560195 [2021-01-14T13:55:06.787Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:55:07.067Z] ---> Running in dcc62f9cefc9 [2021-01-14T13:55:07.677Z] Removing intermediate container dcc62f9cefc9 [2021-01-14T13:55:07.677Z] ---> ed5070b8ecaf [2021-01-14T13:55:07.677Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T13:55:07.677Z] ---> Running in f33b7251efa1 [2021-01-14T13:55:08.280Z] Removing intermediate container f33b7251efa1 [2021-01-14T13:55:08.561Z] ---> 4ced8ec84d93 [2021-01-14T13:55:08.561Z] Step 25/26 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:55:08.561Z] ---> Running in 5e5edb41adc2 [2021-01-14T13:55:09.561Z] Removing intermediate container 5e5edb41adc2 [2021-01-14T13:55:09.561Z] ---> 20adaaa191fd [2021-01-14T13:55:09.561Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T13:55:09.561Z] ---> Running in fd2af1ec73ab [2021-01-14T13:55:10.165Z] Removing intermediate container fd2af1ec73ab [2021-01-14T13:55:10.165Z] ---> 18e58138ca37 [2021-01-14T13:55:10.165Z] [2021-01-14T13:55:10.778Z] Successfully built 18e58138ca37 [2021-01-14T13:55:10.778Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T13:55:33.110Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1c511f770a74 [2021-01-14T13:55:33.110Z] ---> 55d84066ef65 [2021-01-14T13:55:33.110Z] [2021-01-14T13:55:33.110Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T13:55:33.110Z] ---> afeebe901d6b [2021-01-14T13:55:33.110Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T13:55:33.110Z] ---> Using cache [2021-01-14T13:55:33.110Z] ---> 83662a73e8e9 [2021-01-14T13:55:33.110Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T13:55:33.110Z] ---> Running in d193f729643a [2021-01-14T13:55:33.110Z] Removing intermediate container d193f729643a [2021-01-14T13:55:33.110Z] ---> 41b6ba75ed7e [2021-01-14T13:55:33.110Z] Step 13/22 : WORKDIR / [2021-01-14T13:55:33.110Z] ---> Running in bc4e6421de48 [2021-01-14T13:55:34.114Z] Removing intermediate container bc4e6421de48 [2021-01-14T13:55:34.114Z] ---> d87b8e856f0b [2021-01-14T13:55:34.114Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:55:35.107Z] ---> e3bfcb0b3667 [2021-01-14T13:55:35.107Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T13:55:36.562Z] ---> c906e42f049e [2021-01-14T13:55:36.562Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T13:55:38.596Z] ---> a9013afdf180 [2021-01-14T13:55:38.596Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T13:55:38.905Z] ---> 65fb3aca62bd [2021-01-14T13:55:38.905Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T13:55:39.209Z] ---> Running in a616e048a954 [2021-01-14T13:55:43.122Z] Removing intermediate container a616e048a954 [2021-01-14T13:55:43.122Z] ---> a6bc05f788a6 [2021-01-14T13:55:43.122Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T13:55:43.122Z] ---> Running in 27dd3e518c59 [2021-01-14T13:55:43.440Z] Removing intermediate container 27dd3e518c59 [2021-01-14T13:55:43.440Z] ---> 78c06567a40d [2021-01-14T13:55:43.440Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T13:55:43.738Z] ---> Running in 7646b3c31da9 [2021-01-14T13:55:44.350Z] Removing intermediate container 7646b3c31da9 [2021-01-14T13:55:44.350Z] ---> 23cd418027b7 [2021-01-14T13:55:44.350Z] Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:55:44.350Z] ---> Running in fd786abbc146 [2021-01-14T13:55:44.961Z] Removing intermediate container fd786abbc146 [2021-01-14T13:55:44.961Z] ---> de286bfea0d9 [2021-01-14T13:55:44.961Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:55:45.247Z] ---> Running in 1e0e1b234301 [2021-01-14T13:55:45.849Z] Removing intermediate container 1e0e1b234301 [2021-01-14T13:55:45.849Z] ---> 5cc4f60b18f7 [2021-01-14T13:55:45.849Z] [2021-01-14T13:55:46.131Z] Successfully built 5cc4f60b18f7 [2021-01-14T13:55:46.417Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-14T13:56:01.835Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 88d877e93fd6 [2021-01-14T13:56:01.835Z] ---> 36e34127c08b [2021-01-14T13:56:01.835Z] [2021-01-14T13:56:01.835Z] Step 10/21 : FROM scratch [2021-01-14T13:56:01.835Z] ---> [2021-01-14T13:56:01.835Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:56:01.835Z] ---> Using cache [2021-01-14T13:56:01.835Z] ---> 1254a63a0df6 [2021-01-14T13:56:01.835Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T13:56:01.835Z] ---> Running in 944149c7e99f [2021-01-14T13:56:01.835Z] Removing intermediate container 944149c7e99f [2021-01-14T13:56:01.835Z] ---> b8e0fa863c04 [2021-01-14T13:56:01.835Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T13:56:01.835Z] ---> Running in 3321ed41056a [2021-01-14T13:56:01.835Z] Removing intermediate container 430b57bc42a0 [2021-01-14T13:56:01.835Z] ---> 89c9d1bd97ec [2021-01-14T13:56:01.835Z] [2021-01-14T13:56:01.835Z] Step 10/24 : FROM scratch [2021-01-14T13:56:01.835Z] ---> [2021-01-14T13:56:01.835Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T13:56:01.835Z] ---> Running in db3cc8e8fe1f [2021-01-14T13:56:01.835Z] Removing intermediate container 3321ed41056a [2021-01-14T13:56:01.835Z] ---> 8bc01a28c84b [2021-01-14T13:56:01.835Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:56:02.911Z] Removing intermediate container db3cc8e8fe1f [2021-01-14T13:56:02.911Z] ---> 9e6b964b3136 [2021-01-14T13:56:02.911Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T13:56:02.911Z] ---> 7cb1f62d7eab [2021-01-14T13:56:02.911Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T13:56:02.911Z] ---> Running in 154a92cb7985 [2021-01-14T13:56:03.949Z] Removing intermediate container 154a92cb7985 [2021-01-14T13:56:03.949Z] ---> 3dedc418197d [2021-01-14T13:56:03.949Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T13:56:03.949Z] ---> Running in 98ff0ab51c5c [2021-01-14T13:56:04.250Z] Removing intermediate container be03a3288f7e [2021-01-14T13:56:04.250Z] ---> 4c4066b8121d [2021-01-14T13:56:04.250Z] [2021-01-14T13:56:04.250Z] Step 10/22 : FROM scratch [2021-01-14T13:56:04.250Z] ---> [2021-01-14T13:56:04.250Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T13:56:04.250Z] ---> Using cache [2021-01-14T13:56:04.250Z] ---> 1254a63a0df6 [2021-01-14T13:56:04.250Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T13:56:04.250Z] ---> a6e95bab95d3 [2021-01-14T13:56:04.250Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T13:56:04.539Z] ---> Running in f2a309da0441 [2021-01-14T13:56:04.539Z] Removing intermediate container 98ff0ab51c5c [2021-01-14T13:56:04.539Z] ---> a0ba7bac88ef [2021-01-14T13:56:04.539Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T13:56:05.177Z] Removing intermediate container f2a309da0441 [2021-01-14T13:56:05.177Z] ---> 6e763025ccd1 [2021-01-14T13:56:05.177Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T13:56:05.177Z] ---> Running in 48b2db132f7b [2021-01-14T13:56:05.177Z] ---> 9debf607dc24 [2021-01-14T13:56:05.177Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T13:56:05.502Z] ---> 595f0979ba03 [2021-01-14T13:56:05.502Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T13:56:05.502Z] ---> Running in 9869f4de63d6 [2021-01-14T13:56:05.806Z] Removing intermediate container 48b2db132f7b [2021-01-14T13:56:05.806Z] ---> ede766f547b1 [2021-01-14T13:56:05.806Z] Step 14/22 : WORKDIR / [2021-01-14T13:56:05.806Z] ---> Running in 3819813b8e52 [2021-01-14T13:56:06.081Z] Removing intermediate container 9869f4de63d6 [2021-01-14T13:56:06.081Z] ---> 8929d50b9610 [2021-01-14T13:56:06.081Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:56:06.081Z] ---> Running in 9dd8519aa739 [2021-01-14T13:56:06.357Z] Removing intermediate container 3819813b8e52 [2021-01-14T13:56:06.357Z] ---> 3d30b6bbfc52 [2021-01-14T13:56:06.357Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:56:06.628Z] ---> 5d27c61bd1a8 [2021-01-14T13:56:06.628Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T13:56:06.900Z] Removing intermediate container 9dd8519aa739 [2021-01-14T13:56:06.900Z] ---> 5aaa64f387bf [2021-01-14T13:56:06.900Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T13:56:06.900Z] ---> Running in 96b33675af29 [2021-01-14T13:56:07.174Z] ---> 4bb00939c911 [2021-01-14T13:56:07.174Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T13:56:07.448Z] Removing intermediate container 96b33675af29 [2021-01-14T13:56:07.448Z] ---> 62077b2a2818 [2021-01-14T13:56:07.448Z] Step 20/21 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:56:08.039Z] ---> Running in 9ca84ba21a56 [2021-01-14T13:56:08.324Z] ---> 6afcffdd0a81 [2021-01-14T13:56:08.324Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T13:56:08.629Z] Removing intermediate container 9ca84ba21a56 [2021-01-14T13:56:08.629Z] ---> 9c79d0f92fc7 [2021-01-14T13:56:08.629Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T13:56:08.629Z] ---> 6cffb5edbbf1 [2021-01-14T13:56:08.629Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T13:56:08.629Z] ---> Running in 25c4fe090cf2 [2021-01-14T13:56:08.920Z] ---> fdeaaf4195cd [2021-01-14T13:56:08.920Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T13:56:09.208Z] Removing intermediate container 25c4fe090cf2 [2021-01-14T13:56:09.208Z] ---> 6bdabdad0db8 [2021-01-14T13:56:09.208Z] [2021-01-14T13:56:09.502Z] ---> 4e85b9794d0c [2021-01-14T13:56:09.503Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T13:56:09.503Z] Successfully built 6bdabdad0db8 [2021-01-14T13:56:09.789Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T13:56:09.789Z]  Building docker-support-scheduler-go ... done  ---> Running in ba8359933928 [2021-01-14T13:56:10.068Z] ---> 8abf7892f404 [2021-01-14T13:56:10.068Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T13:56:10.341Z] Removing intermediate container ba8359933928 [2021-01-14T13:56:10.341Z] ---> d4eede8135e4 [2021-01-14T13:56:10.341Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:56:10.341Z] ---> Running in 9088fad0bc6d [2021-01-14T13:56:10.938Z] Removing intermediate container 9088fad0bc6d [2021-01-14T13:56:10.938Z] ---> 418dc1bd6a4b [2021-01-14T13:56:10.938Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T13:56:10.938Z] ---> 29a301507a29 [2021-01-14T13:56:10.938Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T13:56:11.214Z] ---> Running in 9915ef550533 [2021-01-14T13:56:11.214Z] ---> Running in 056169332e5d [2021-01-14T13:56:11.490Z] Removing intermediate container 9915ef550533 [2021-01-14T13:56:11.490Z] ---> 82ab54fbcb1e [2021-01-14T13:56:11.490Z] Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:56:11.767Z] Removing intermediate container 056169332e5d [2021-01-14T13:56:11.767Z] ---> cddf8f4bfa61 [2021-01-14T13:56:11.767Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T13:56:11.767Z] ---> Running in 52b75b949e7f [2021-01-14T13:56:11.767Z] ---> Running in 72f708e23eec [2021-01-14T13:56:12.366Z] Removing intermediate container 52b75b949e7f [2021-01-14T13:56:12.366Z] ---> 53a9de909acb [2021-01-14T13:56:12.366Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T13:56:12.366Z] Removing intermediate container 72f708e23eec [2021-01-14T13:56:12.366Z] ---> 302bfad8f7f2 [2021-01-14T13:56:12.366Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T13:56:12.644Z] ---> Running in f0fef3e6a987 [2021-01-14T13:56:12.644Z] ---> Running in 26303467fa5b [2021-01-14T13:56:12.919Z] Removing intermediate container f0fef3e6a987 [2021-01-14T13:56:12.919Z] ---> 0bdc640310ab [2021-01-14T13:56:12.919Z] [2021-01-14T13:56:13.194Z] Removing intermediate container 26303467fa5b [2021-01-14T13:56:13.194Z] ---> 973b56eb012d [2021-01-14T13:56:13.194Z] Step 23/24 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 [2021-01-14T13:56:13.469Z] Successfully built 0bdc640310ab [2021-01-14T13:56:13.469Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T13:56:13.469Z]  Building docker-core-metadata-go ... done  ---> Running in a129aeea5b9e [2021-01-14T13:56:13.744Z] Removing intermediate container a129aeea5b9e [2021-01-14T13:56:13.744Z] ---> 1e552b99f4bf [2021-01-14T13:56:13.744Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T13:56:14.017Z] ---> Running in eac39b07b038 [2021-01-14T13:56:14.292Z] Removing intermediate container eac39b07b038 [2021-01-14T13:56:14.292Z] ---> 7347322b4b9e [2021-01-14T13:56:14.292Z] [2021-01-14T13:56:14.891Z] Successfully built 7347322b4b9e [2021-01-14T13:56:14.891Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T13:56:14.912Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-14T13:56:14.922Z] $ docker stop --time=1 71ff170745dd2f9e4151c270125e9a0279d952b1f483eeecc08c45100d67ef13 [2021-01-14T13:56:16.801Z] $ docker rm -f 71ff170745dd2f9e4151c270125e9a0279d952b1f483eeecc08c45100d67ef13 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T13:56:17.450Z] + docker images [2021-01-14T13:56:17.450Z] + grep docker [2021-01-14T13:56:17.721Z] docker-support-notifications-go-arm64 latest 7347322b4b9e 3 seconds ago 11.4MB [2021-01-14T13:56:17.721Z] docker-core-metadata-go-arm64 latest 0bdc640310ab 5 seconds ago 12.3MB [2021-01-14T13:56:17.721Z] docker-support-scheduler-go-arm64 latest 6bdabdad0db8 9 seconds ago 10MB [2021-01-14T13:56:17.721Z] docker-security-bootstrap-redis-go-arm64 latest 5cc4f60b18f7 32 seconds ago 15.1MB [2021-01-14T13:56:17.721Z] docker-sys-mgmt-agent-go-arm64 latest 18e58138ca37 About a minute ago 300MB [2021-01-14T13:56:17.721Z] docker-core-data-go-arm64 latest 44947884f34b 2 minutes ago 21MB [2021-01-14T13:56:17.721Z] docker-security-secretstore-setup-go-arm64 latest ccd5e2ba83ea 2 minutes ago 23.4MB [2021-01-14T13:56:17.721Z] docker-security-proxy-setup-go-arm64 latest c2205b6be1b2 2 minutes ago 23.3MB [2021-01-14T13:56:17.721Z] docker-core-command-go-arm64 latest 8208b99da1ec 2 minutes ago 9.98MB [2021-01-14T13:56:17.721Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-14T13:56:19.808Z] provisioning config files... [2021-01-14T13:56:19.822Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config1844687133135120197tmp [Pipeline] { [Pipeline] sh [2021-01-14T13:56:20.204Z] + set +x [2021-01-14T13:56:20.204Z] + curl -s https://codecov.io/bash [2021-01-14T13:56:20.204Z] + bash -s -- [2021-01-14T13:56:20.471Z] [2021-01-14T13:56:20.471Z] _____ _ [2021-01-14T13:56:20.471Z] / ____| | | [2021-01-14T13:56:20.471Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T13:56:20.471Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T13:56:20.471Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T13:56:20.471Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T13:56:20.471Z] Bash-20201231-23d4836 [2021-01-14T13:56:20.471Z] [2021-01-14T13:56:20.471Z] [2021-01-14T13:56:20.472Z] ==> git version 2.24.3 found [2021-01-14T13:56:20.734Z] ==> 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-14T13:56:20.734Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T13:56:20.734Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T13:56:20.734Z] ==> Jenkins CI detected. [2021-01-14T13:56:20.734Z] project root: . [2021-01-14T13:56:20.734Z] --> token set from env [2021-01-14T13:56:20.734Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T13:56:20.734Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T13:56:20.734Z] ==> Python coveragepy not found [2021-01-14T13:56:20.734Z] ==> Searching for coverage reports in: [2021-01-14T13:56:20.734Z] + . [2021-01-14T13:56:20.734Z] -> Found 1 reports [2021-01-14T13:56:20.734Z] ==> Detecting git/mercurial file structure [2021-01-14T13:56:20.734Z] ==> Reading reports [2021-01-14T13:56:20.734Z] + ./coverage.out bytes=554655 [2021-01-14T13:56:20.734Z] ==> Appending adjustments [2021-01-14T13:56:20.734Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T13:56:24.129Z] + Found adjustments [2021-01-14T13:56:24.129Z] ==> Gzipping contents [2021-01-14T13:56:24.129Z] 84K /tmp/codecov.AgqCH4.gz [2021-01-14T13:56:24.129Z] ==> Uploading reports [2021-01-14T13:56:24.129Z] url: https://codecov.io [2021-01-14T13:56:24.129Z] query: branch=PR-2966&commit=638c5eca75d96072983230586d0b72665e7313b1&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-14T13:56:24.129Z] -> Pinging Codecov [2021-01-14T13:56:24.129Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2966&commit=638c5eca75d96072983230586d0b72665e7313b1&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-14T13:56:24.129Z] -> Uploading to [2021-01-14T13:56:24.129Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/638c5eca75d96072983230586d0b72665e7313b1/00cea258-aa75-45bb-b8be-283ebae236d2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T135624Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fb1801b91e8884b078e040927adbb5254c827357e7f660e4e61968c78153df07 [2021-01-14T13:56:24.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T13:56:24.129Z] Dload Upload Total Spent Left Speed [2021-01-14T13:56:24.756Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83912 0 0 100 83912 0 154k --:--:-- --:--:-- --:--:-- 154k [2021-01-14T13:56:24.756Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/638c5eca75d96072983230586d0b72665e7313b1 [Pipeline] } [2021-01-14T13:56:24.774Z] 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-14T13:56:26.624Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:56:27.522Z] ---> package-listing.sh [2021-01-14T13:56:27.522Z] ++ facter osfamily [2021-01-14T13:56:27.522Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T13:56:27.522Z] + OS_FAMILY=redhat [2021-01-14T13:56:27.522Z] + workspace=/w/workspace/edgex-go/22 [2021-01-14T13:56:27.522Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T13:56:27.522Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T13:56:27.522Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T13:56:27.522Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T13:56:27.522Z] + '[' /w/workspace/edgex-go/22 ']' [2021-01-14T13:56:27.522Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T13:56:27.522Z] + case "${OS_FAMILY}" in [2021-01-14T13:56:27.522Z] + rpm -qa [2021-01-14T13:56:27.522Z] + sort [2021-01-14T13:56:32.826Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T13:56:32.826Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T13:56:32.826Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T13:56:32.826Z] + '[' /w/workspace/edgex-go/22 ']' [2021-01-14T13:56:32.826Z] + mkdir -p /w/workspace/edgex-go/22/archives/ [2021-01-14T13:56:32.826Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] echo [2021-01-14T13:56:32.841Z] 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/22/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T13:56:33.130Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:56:33.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T13:56:33.433Z] [2021-01-14T13:56:33.433Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T13:56:33.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T13:56:33.773Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T13:56:33.773Z] df20fa9351a1: Pulling fs layer [2021-01-14T13:56:33.773Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T13:56:33.773Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T13:56:33.773Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T13:56:33.773Z] 93b61091891f: Pulling fs layer [2021-01-14T13:56:33.773Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T13:56:33.773Z] 5e14af77c1be: Pulling fs layer [2021-01-14T13:56:33.773Z] 01666e4c0597: Pulling fs layer [2021-01-14T13:56:33.773Z] aa168da1d23b: Pulling fs layer [2021-01-14T13:56:33.773Z] 93b9cdb0e59b: Waiting [2021-01-14T13:56:33.773Z] 5e14af77c1be: Waiting [2021-01-14T13:56:33.773Z] aa168da1d23b: Waiting [2021-01-14T13:56:33.773Z] 46f8f816bc3b: Waiting [2021-01-14T13:56:33.773Z] 01666e4c0597: Waiting [2021-01-14T13:56:33.773Z] 93b61091891f: Waiting [2021-01-14T13:56:33.773Z] 36b3adc4ff6f: Verifying Checksum [2021-01-14T13:56:33.773Z] 36b3adc4ff6f: Download complete [2021-01-14T13:56:34.034Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T13:56:34.034Z] 46f8f816bc3b: Download complete [2021-01-14T13:56:34.034Z] df20fa9351a1: Download complete [2021-01-14T13:56:34.034Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T13:56:34.034Z] 93b9cdb0e59b: Download complete [2021-01-14T13:56:34.034Z] 5e14af77c1be: Verifying Checksum [2021-01-14T13:56:34.034Z] 5e14af77c1be: Download complete [2021-01-14T13:56:34.034Z] 93b61091891f: Verifying Checksum [2021-01-14T13:56:34.034Z] 93b61091891f: Download complete [2021-01-14T13:56:34.034Z] 01666e4c0597: Verifying Checksum [2021-01-14T13:56:34.296Z] df20fa9351a1: Pull complete [2021-01-14T13:56:34.557Z] 36b3adc4ff6f: Pull complete [2021-01-14T13:56:34.821Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T13:56:34.821Z] 8ad3a11d3b57: Download complete [2021-01-14T13:56:35.408Z] 8ad3a11d3b57: Pull complete [2021-01-14T13:56:35.672Z] 46f8f816bc3b: Pull complete [2021-01-14T13:56:36.256Z] aa168da1d23b: Verifying Checksum [2021-01-14T13:56:38.184Z] 93b61091891f: Pull complete [2021-01-14T13:56:38.184Z] 93b9cdb0e59b: Pull complete [2021-01-14T13:56:38.184Z] 5e14af77c1be: Pull complete [2021-01-14T13:56:38.449Z] 01666e4c0597: Pull complete [2021-01-14T13:56:48.481Z] aa168da1d23b: Pull complete [2021-01-14T13:56:48.481Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T13:56:48.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T13:56:48.481Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T13:56:48.695Z] prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container [2021-01-14T13:56:48.746Z] $ 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/22/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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-14T13:56:53.183Z] $ docker top 7c6b85c6f53cde806e9ffdd5d02257d12857208dc91143ddd79d016ee0b97d5b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T13:56:53.734Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T13:56:54.610Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T13:56:54.906Z] + ls /var/log/sa-host [2021-01-14T13:56:54.907Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T13:56:54.907Z] file_magic: OK [2021-01-14T13:56:54.907Z] HZ: Using current value: 100 [2021-01-14T13:56:54.907Z] file_header: OK [2021-01-14T13:56:54.907Z] 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-14T13:56:54.907Z] Statistics: [2021-01-14T13:56:54.907Z] 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-14T13:56:54.907Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T13:56:54.907Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T13:56:54.907Z] file_magic: OK [2021-01-14T13:56:54.907Z] HZ: Using current value: 100 [2021-01-14T13:56:54.907Z] file_header: OK [2021-01-14T13:56:54.907Z] 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-14T13:56:54.907Z] Statistics: [2021-01-14T13:56:54.907Z] Hnuu...uuuununununu... [2021-01-14T13:56:54.907Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T13:56:55.110Z] provisioning config files... [2021-01-14T13:56:55.125Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config2762820844126233813tmp [Pipeline] { [Pipeline] echo [2021-01-14T13:56:55.262Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:56:55.557Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T13:56:55.567Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T13:56:55.654Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:56:55.948Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T13:56:55.961Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:56:56.260Z] ---> sudo-logs.sh [2021-01-14T13:56:56.260Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T13:56:56.270Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:56:56.564Z] ---> job-cost.sh [2021-01-14T13:56:56.564Z] lf-activate-venv: SKIPPING [2021-01-14T13:56:56.564Z] INFO: No Stack... [2021-01-14T13:56:57.508Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T13:56:57.769Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T13:56:57.782Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T13:56:58.078Z] ---> logs-deploy.sh [2021-01-14T13:56:58.078Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/22 [2021-01-14T13:56:58.078Z] INFO: archiving workspace using pattern(s): [2021-01-14T13:56:59.465Z] Archives upload complete. [2021-01-14T13:56:59.726Z] INFO: archiving logs to Nexus