Pull request #3040 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 57833167145affc62033509b974725e85080a4be+cc81cd9a60941bde415ebdc6eaf205dd7f209524 (f2e0fbf5b1eb4cd21e83d3a415ba74ac2d329531) 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-21094 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 57833167145affc62033509b974725e85080a4be > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 > git remote # timeout=10 Merge succeeded, producing 57833167145affc62033509b974725e85080a4be Checking out Revision 57833167145affc62033509b974725e85080a4be (PR-3040) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" First time build. Skipping changelog. > git rev-list --no-walk 02e6eaf9507db6f5db445f0a9830c11d83da64f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T03:20:51.092Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T03:20:51.324Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T03:20:51.411Z] ========================================================= [2021-01-19T03:20:51.411Z] EdgeX Global Pipelines Version Info [2021-01-19T03:20:51.411Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:20:53.593Z] ------------------- [2021-01-19T03:20:53.593Z] stable info: [2021-01-19T03:20:53.593Z] ------------------- [2021-01-19T03:20:53.593Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T03:20:53.593Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T03:20:53.593Z] Message: update stable to v1.0.177 [2021-01-19T03:20:54.176Z] ------------------- [2021-01-19T03:20:54.176Z] experimental info: [2021-01-19T03:20:54.176Z] ------------------- [2021-01-19T03:20:54.176Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T03:20:54.176Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T03:20:54.176Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T03:20:54.450Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T03:20:54.536Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T03:20:54.621Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T03:20:54.704Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T03:20:54.790Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T03:20:54.879Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T03:20:54.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T03:20:55.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T03:20:55.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T03:20:55.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T03:20:55.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T03:20:55.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T03:20:55.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T03:20:55.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T03:20:55.679Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T03:20:55.776Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T03:20:55.872Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T03:20:55.976Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T03:20:56.079Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T03:20:56.163Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T03:20:56.247Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T03:20:56.333Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T03:20:56.422Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T03:20:56.507Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3040 [Pipeline] echo [2021-01-19T03:20:56.590Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3040 [Pipeline] echo [2021-01-19T03:20:56.706Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3040 [Pipeline] echo [2021-01-19T03:20:56.807Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57833167145affc62033509b974725e85080a4be [Pipeline] echo [2021-01-19T03:20:56.904Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5783316 [Pipeline] echo [2021-01-19T03:20:56.999Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T03:20:57.189Z] provisioning config files... [2021-01-19T03:20:57.230Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1643151756428773638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:20:57.600Z] ---> docker-login.sh [2021-01-19T03:20:57.600Z] nexus3.edgexfoundry.org:10001 [2021-01-19T03:20:57.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:20:58.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:20:58.140Z] Configure a credential helper to remove this warning. See [2021-01-19T03:20:58.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:20:58.140Z] [2021-01-19T03:20:58.140Z] Login Succeeded [2021-01-19T03:20:58.140Z] nexus3.edgexfoundry.org:10002 [2021-01-19T03:20:58.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:20:58.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:20:58.403Z] Configure a credential helper to remove this warning. See [2021-01-19T03:20:58.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:20:58.403Z] [2021-01-19T03:20:58.403Z] Login Succeeded [2021-01-19T03:20:58.403Z] nexus3.edgexfoundry.org:10003 [2021-01-19T03:20:58.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:20:58.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:20:58.667Z] Configure a credential helper to remove this warning. See [2021-01-19T03:20:58.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:20:58.667Z] [2021-01-19T03:20:58.667Z] Login Succeeded [2021-01-19T03:20:58.667Z] nexus3.edgexfoundry.org:10004 [2021-01-19T03:20:58.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:20:58.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:20:58.667Z] Configure a credential helper to remove this warning. See [2021-01-19T03:20:58.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:20:58.667Z] [2021-01-19T03:20:58.667Z] Login Succeeded [2021-01-19T03:20:58.667Z] docker.io [2021-01-19T03:20:58.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:20:59.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:20:59.197Z] Configure a credential helper to remove this warning. See [2021-01-19T03:20:59.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:20:59.197Z] [2021-01-19T03:20:59.197Z] Login Succeeded [2021-01-19T03:20:59.197Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T03:20:59.212Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:20:59.728Z] ++ 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-19T03:20:59.728Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T03:20:59.728Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T03:20:59.728Z] ++ cut -d/ -f2 [2021-01-19T03:20:59.728Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T03:20:59.728Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T03:20:59.728Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T03:20:59.728Z] ++ cut -d/ -f2 [2021-01-19T03:20:59.728Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T03:20:59.728Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T03:20:59.728Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T03:20:59.728Z] ++ cut -d/ -f2 [2021-01-19T03:20:59.728Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T03:20:59.728Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T03:20:59.728Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T03:20:59.728Z] ++ cut -d/ -f2 [2021-01-19T03:20:59.728Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T03:20:59.728Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T03:20:59.728Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T03:20:59.728Z] ++ cut -d/ -f2 [2021-01-19T03:20:59.728Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T03:20:59.728Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T03:20:59.728Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T03:20:59.728Z] ++ cut -d/ -f2 [2021-01-19T03:20:59.728Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T03:20:59.728Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T03:20:59.728Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T03:20:59.728Z] ++ cut -d/ -f2 [2021-01-19T03:20:59.728Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T03:20:59.728Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T03:20:59.728Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T03:20:59.728Z] ++ cut -d/ -f2 [2021-01-19T03:20:59.728Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T03:20:59.728Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T03:20:59.728Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T03:20:59.728Z] ++ cut -d/ -f2 [2021-01-19T03:20:59.728Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T03:20:59.808Z] 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-19T03:21:00.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:21:00.788Z] [2021-01-19T03:21:00.788Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:21:01.148Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:21:01.148Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T03:21:01.148Z] 31603596830f: Pulling fs layer [2021-01-19T03:21:01.148Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T03:21:01.148Z] 6ca5941a6612: Pulling fs layer [2021-01-19T03:21:01.148Z] ecc8261a40a4: Pulling fs layer [2021-01-19T03:21:01.148Z] ecc8261a40a4: Waiting [2021-01-19T03:21:01.148Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T03:21:01.148Z] 2a8b12db71e7: Download complete [2021-01-19T03:21:01.148Z] 31603596830f: Verifying Checksum [2021-01-19T03:21:01.148Z] 31603596830f: Download complete [2021-01-19T03:21:01.416Z] ecc8261a40a4: Verifying Checksum [2021-01-19T03:21:01.416Z] ecc8261a40a4: Download complete [2021-01-19T03:21:01.416Z] 6ca5941a6612: Verifying Checksum [2021-01-19T03:21:01.416Z] 6ca5941a6612: Download complete [2021-01-19T03:21:01.683Z] 31603596830f: Pull complete [2021-01-19T03:21:01.955Z] 2a8b12db71e7: Pull complete [2021-01-19T03:21:02.929Z] 6ca5941a6612: Pull complete [2021-01-19T03:21:03.196Z] ecc8261a40a4: Pull complete [2021-01-19T03:21:03.196Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T03:21:03.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:21:03.196Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T03:21:03.335Z] prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container [2021-01-19T03:21:03.403Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T03:21:06.228Z] $ docker top ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:21:06.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:21:06.715Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:21:07.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:21:07.061Z] $ docker exec ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c ssh-agent [2021-01-19T03:21:07.324Z] SSH_AUTH_SOCK=/tmp/ssh-epi1MXsc2mZp/agent.11 [2021-01-19T03:21:07.324Z] SSH_AGENT_PID=17 [2021-01-19T03:21:07.342Z] Running ssh-add (command line suppressed) [2021-01-19T03:21:07.507Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_1526354010275722527.key (/w/workspace/edgex-go/6@tmp/private_key_1526354010275722527.key) [2021-01-19T03:21:07.607Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:21:07.990Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T03:21:08.023Z] $ docker exec --env ******** --env ******** ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c ssh-agent -k [2021-01-19T03:21:08.216Z] unset SSH_AUTH_SOCK; [2021-01-19T03:21:08.219Z] unset SSH_AGENT_PID; [2021-01-19T03:21:08.219Z] echo Agent pid 17 killed; [2021-01-19T03:21:08.278Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T03:21:08.504Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:21:08.504Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:21:08.804Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:21:08.809Z] $ docker exec ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c ssh-agent [2021-01-19T03:21:09.079Z] SSH_AUTH_SOCK=/tmp/ssh-NRBopeeDLx3I/agent.47 [2021-01-19T03:21:09.079Z] SSH_AGENT_PID=52 [2021-01-19T03:21:09.089Z] Running ssh-add (command line suppressed) [2021-01-19T03:21:09.237Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_1056541039449901500.key (/w/workspace/edgex-go/6@tmp/private_key_1056541039449901500.key) [2021-01-19T03:21:09.339Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:21:09.741Z] + git semver init [2021-01-19T03:21:09.741Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:21:09.741Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-01-19T03:21:09.741Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-01-19T03:21:09.741Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:21:09.741Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:21:09.741Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:21:09.741Z] # $SEMVER_BRANCH = PR-3040 [2021-01-19T03:21:09.741Z] # $SEMVER_TEMP = /tmp/semver-374352781 [2021-01-19T03:21:09.741Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T03:22:06.301Z] # '/tmp/semver-374352781' -> '/w/workspace/edgex-go/6/.semver' [2021-01-19T03:22:06.301Z] # -> Force: false [2021-01-19T03:22:06.301Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-01-19T03:22:06.321Z] $ docker exec --env ******** --env ******** ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c ssh-agent -k [2021-01-19T03:22:06.642Z] unset SSH_AUTH_SOCK; [2021-01-19T03:22:06.643Z] unset SSH_AGENT_PID; [2021-01-19T03:22:06.643Z] echo Agent pid 52 killed; [2021-01-19T03:22:06.775Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:22:07.239Z] + git semver [Pipeline] } [2021-01-19T03:22:07.261Z] $ docker stop --time=1 ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c [2021-01-19T03:22:09.221Z] $ docker rm -f ad2963eba2666c4ad01090ef58216319599a5a3f05ce08997c1acb2b59b4422c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:22:09.760Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T03:22:10.316Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T03:22:10.319Z] [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-19T03:22:11.573Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:22:11.890Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:22:12.217Z] + sudo service docker restart [2021-01-19T03:22:12.217Z] + true [2021-01-19T03:22:12.217Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T03:22:12.817Z] ========================================================= [2021-01-19T03:22:12.817Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T03:22:12.817Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:22:13.213Z] + 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-19T03:22:17.469Z] Sending build context to Docker daemon 326.6MB [2021-01-19T03:22:17.469Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T03:22:17.469Z] Step 2/6 : FROM ${BASE} [2021-01-19T03:22:17.469Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T03:22:17.469Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T03:22:17.469Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T03:22:17.469Z] de9db76c5a1d: Pulling fs layer [2021-01-19T03:22:17.469Z] bca2f99d35d6: Pulling fs layer [2021-01-19T03:22:17.469Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T03:22:17.469Z] 7c6f9722023f: Pulling fs layer [2021-01-19T03:22:17.469Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T03:22:17.469Z] 93359f2a8cfa: Waiting [2021-01-19T03:22:17.469Z] 7c6f9722023f: Waiting [2021-01-19T03:22:17.469Z] a35cf1a2eb13: Waiting [2021-01-19T03:22:17.469Z] bca2f99d35d6: Waiting [2021-01-19T03:22:17.469Z] de9db76c5a1d: Verifying Checksum [2021-01-19T03:22:17.469Z] de9db76c5a1d: Download complete [2021-01-19T03:22:17.469Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T03:22:17.469Z] 0ef7d3d256c8: Download complete [2021-01-19T03:22:17.469Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T03:22:17.469Z] 93359f2a8cfa: Download complete [2021-01-19T03:22:17.469Z] 7c6f9722023f: Verifying Checksum [2021-01-19T03:22:17.469Z] 7c6f9722023f: Download complete [2021-01-19T03:22:17.469Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T03:22:17.469Z] 188c0c94c7c5: Download complete [2021-01-19T03:22:17.469Z] 188c0c94c7c5: Pull complete [2021-01-19T03:22:18.487Z] 0ef7d3d256c8: Pull complete [2021-01-19T03:22:18.487Z] de9db76c5a1d: Pull complete [2021-01-19T03:22:19.074Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T03:22:19.074Z] a35cf1a2eb13: Download complete [2021-01-19T03:22:19.665Z] bca2f99d35d6: Download complete [2021-01-19T03:22:26.026Z] Still waiting to schedule task [2021-01-19T03:22:26.026Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T03:22:26.342Z] bca2f99d35d6: Pull complete [2021-01-19T03:22:26.342Z] 93359f2a8cfa: Pull complete [2021-01-19T03:22:26.342Z] 7c6f9722023f: Pull complete [2021-01-19T03:22:30.625Z] a35cf1a2eb13: Pull complete [2021-01-19T03:22:30.625Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T03:22:30.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T03:22:30.625Z] ---> a62c8e92a672 [2021-01-19T03:22:30.625Z] 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-19T03:22:30.625Z] ---> Running in 0e855ce1000b [2021-01-19T03:22:31.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:22:32.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:22:33.106Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T03:22:33.373Z] (2/12) Installing file (5.38-r0) [2021-01-19T03:22:33.373Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T03:22:33.645Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T03:23:05.843Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T03:23:05.843Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T03:23:05.843Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T03:23:05.843Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T03:23:05.843Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T03:23:05.843Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T03:23:05.843Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T03:23:06.110Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T03:23:06.110Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:23:06.110Z] OK: 233 MiB in 51 packages [2021-01-19T03:23:09.433Z] Removing intermediate container 0e855ce1000b [2021-01-19T03:23:09.433Z] ---> 44f99a181a70 [2021-01-19T03:23:09.433Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T03:23:09.433Z] ---> Running in 37d13edc4745 [2021-01-19T03:23:09.433Z] Removing intermediate container 37d13edc4745 [2021-01-19T03:23:09.433Z] ---> 85c9061b1f62 [2021-01-19T03:23:09.433Z] Step 5/6 : COPY go.mod . [2021-01-19T03:23:09.433Z] ---> 79f829a17109 [2021-01-19T03:23:09.433Z] Step 6/6 : RUN go mod download [2021-01-19T03:23:09.433Z] ---> Running in 292f3dcaee24 [2021-01-19T03:23:31.467Z] Removing intermediate container 292f3dcaee24 [2021-01-19T03:23:31.467Z] ---> 75e5c550a731 [2021-01-19T03:23:31.467Z] Successfully built 75e5c550a731 [2021-01-19T03:23:31.467Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:23:31.788Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T03:23:31.788Z] . [Pipeline] withDockerContainer [2021-01-19T03:23:31.949Z] prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container [2021-01-19T03:23:31.999Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T03:23:32.914Z] $ docker top d0655ddc2ad1fa279c8ef767de4b1fd917dd32efbce627c28a5155ca416d4192 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:23:33.399Z] + go version [2021-01-19T03:23:33.399Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T03:23:33.416Z] $ docker stop --time=1 d0655ddc2ad1fa279c8ef767de4b1fd917dd32efbce627c28a5155ca416d4192 [2021-01-19T03:23:34.778Z] $ docker rm -f d0655ddc2ad1fa279c8ef767de4b1fd917dd32efbce627c28a5155ca416d4192 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:23:35.588Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T03:23:35.589Z] . [Pipeline] withDockerContainer [2021-01-19T03:23:35.693Z] prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container [2021-01-19T03:23:35.746Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T03:23:36.467Z] $ docker top 558af37fa2bb011dd6a1c3d5f22d8f8356351e0b7608665927cea049006479a7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T03:23:36.751Z] ========================================================= [2021-01-19T03:23:36.751Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T03:23:36.751Z] ========================================================= [Pipeline] sh [2021-01-19T03:23:37.048Z] + make test [2021-01-19T03:23:37.048Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T03:23:47.116Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T03:23:59.987Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T03:24:06.616Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T03:24:07.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T03:24:07.583Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T03:24:07.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T03:24:07.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T03:24:07.856Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T03:24:08.452Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T03:24:08.723Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T03:24:09.317Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T03:24:11.274Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T03:24:11.274Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T03:24:11.274Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T03:24:13.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements [2021-01-19T03:24:13.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T03:24:13.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T03:24:13.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T03:24:13.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T03:24:13.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T03:24:17.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.0% of statements [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T03:24:17.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T03:24:17.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T03:24:17.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 67.9% of statements [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T03:24:17.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.420s coverage: 82.3% of statements [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T03:24:17.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T03:24:19.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.351s coverage: 28.6% of statements [2021-01-19T03:24:19.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T03:24:19.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T03:24:19.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T03:24:19.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T03:24:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T03:24:19.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-19T03:24:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T03:24:19.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-01-19T03:24:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T03:24:19.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2021-01-19T03:24:19.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T03:24:20.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements [2021-01-19T03:24:20.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T03:24:20.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-01-19T03:24:20.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T03:24:20.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T03:24:20.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T03:24:20.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T03:24:22.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.464s coverage: 92.8% of statements [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T03:24:22.751Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T03:24:22.751Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T03:24:22.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.024s coverage: 100.0% of statements [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T03:24:22.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-01-19T03:24:22.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T03:24:22.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements [2021-01-19T03:24:22.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-01-19T03:24:22.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements [2021-01-19T03:24:23.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2021-01-19T03:24:23.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T03:24:23.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements [2021-01-19T03:24:23.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T03:24:23.925Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T03:24:23.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-01-19T03:24:23.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements [2021-01-19T03:24:24.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-01-19T03:24:24.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2021-01-19T03:24:24.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2021-01-19T03:24:26.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 68.9% of statements [2021-01-19T03:24:26.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T03:24:26.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T03:24:26.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T03:24:26.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T03:24:26.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T03:24:26.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 37.0% of statements [2021-01-19T03:24:26.449Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T03:24:26.449Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T03:24:26.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.0% of statements [2021-01-19T03:24:26.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements [2021-01-19T03:24:28.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.1% of statements [2021-01-19T03:24:28.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T03:24:28.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T03:24:28.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T03:24:28.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T03:24:28.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T03:24:28.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.096s coverage: 100.0% of statements [2021-01-19T03:24:28.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T03:24:28.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2021-01-19T03:24:28.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T03:24:29.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.722s coverage: 29.1% of statements [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T03:24:29.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.058s coverage: 99.0% of statements [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T03:24:29.861Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T03:24:29.861Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T03:24:29.861Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T03:24:29.861Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T03:24:29.861Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T03:24:29.861Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-01-19T03:24:30.125Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-19T03:24:30.387Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-19T03:24:30.962Z] GO111MODULE=on go vet ./... [2021-01-19T03:24:57.713Z] gofmt -l . [2021-01-19T03:24:57.713Z] [ "`gofmt -l .`" = "" ] [2021-01-19T03:24:57.713Z] ./bin/test-go-mod-tidy.sh [2021-01-19T03:24:57.713Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T03:24:58.038Z] + ls -al . [2021-01-19T03:24:58.038Z] total 656 [2021-01-19T03:24:58.048Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 03:24 . [2021-01-19T03:24:58.048Z] drwxr-xr-x 4 root root 28 Jan 19 03:23 .. [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 03:20 .dockerignore [2021-01-19T03:24:58.048Z] drwxrwxr-x 8 1001 1001 179 Jan 19 03:20 .git [2021-01-19T03:24:58.048Z] drwxrwxr-x 3 1001 1001 125 Jan 19 03:20 .github [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 03:20 .gitignore [2021-01-19T03:24:58.048Z] drwx------ 3 1001 1001 47 Jan 19 03:22 .semver [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 03:20 .sonarcloud.properties [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 03:20 Attribution.txt [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 03:20 CONTRIBUTING.md [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 03:20 Dockerfile.build [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 03:20 Jenkinsfile [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 03:20 LICENSE [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 03:20 Makefile [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 03:20 README.md [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 03:20 SECURITY.md [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 03:22 VERSION [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 03:20 ZMQWindows.md [2021-01-19T03:24:58.048Z] drwxrwxr-x 2 1001 1001 117 Jan 19 03:20 bin [2021-01-19T03:24:58.048Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 03:20 cmd [2021-01-19T03:24:58.048Z] -rw-r--r-- 1 root root 550280 Jan 19 03:24 coverage.out [2021-01-19T03:24:58.048Z] -rw-r--r-- 1 root root 981 Jan 19 03:24 go.mod [2021-01-19T03:24:58.048Z] -rw-r--r-- 1 root root 19326 Jan 19 03:24 go.sum [2021-01-19T03:24:58.048Z] drwxrwxr-x 8 1001 1001 127 Jan 19 03:20 internal [2021-01-19T03:24:58.048Z] drwxrwxr-x 4 1001 1001 26 Jan 19 03:20 openapi [2021-01-19T03:24:58.048Z] drwxrwxr-x 4 1001 1001 71 Jan 19 03:20 snap [2021-01-19T03:24:58.048Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 03:20 version.go [Pipeline] sh [2021-01-19T03:24:58.344Z] + '[' -e coverage.out ] [2021-01-19T03:24:58.345Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T03:24:58.573Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T03:24:58.867Z] + make build [2021-01-19T03:24:58.867Z] 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-19T03:25:02.243Z] 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-19T03:25:08.945Z] 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-19T03:25:10.355Z] 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-19T03:25:11.770Z] 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-19T03:25:12.363Z] 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-19T03:25:13.802Z] 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-19T03:25:16.391Z] 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-19T03:25:16.984Z] 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-19T03:25:18.382Z] 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-19T03:25:19.338Z] 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-19T03:25:20.299Z] 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-19T03:25:21.743Z] $ docker stop --time=1 558af37fa2bb011dd6a1c3d5f22d8f8356351e0b7608665927cea049006479a7 [2021-01-19T03:25:23.399Z] $ docker rm -f 558af37fa2bb011dd6a1c3d5f22d8f8356351e0b7608665927cea049006479a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:26.438Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21104 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws [2021-01-19T03:25:26.499Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-19T03:25:26.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T03:25:26.592Z] [2021-01-19T03:25:26.592Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:26.943Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T03:25:26.943Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T03:25:26.943Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T03:25:26.943Z] ca9280d653b3: Pulling fs layer [2021-01-19T03:25:26.943Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T03:25:27.210Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T03:25:27.210Z] cbdbe7a5bc2a: Download complete [2021-01-19T03:25:27.210Z] ca9280d653b3: Verifying Checksum [2021-01-19T03:25:27.210Z] ca9280d653b3: Download complete [2021-01-19T03:25:27.475Z] cbdbe7a5bc2a: Pull complete [2021-01-19T03:25:28.445Z] ca9280d653b3: Pull complete [2021-01-19T03:25:29.018Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T03:25:29.018Z] 7e9c9ca2126c: Download complete [2021-01-19T03:25:32.153Z] using credential edgex-jenkins-ssh [2021-01-19T03:25:32.210Z] Cloning the remote Git repository [2021-01-19T03:25:32.292Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T03:25:32.417Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-19T03:25:32.528Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T03:25:32.529Z] > git --version # timeout=10 [2021-01-19T03:25:32.552Z] > git --version # 'git version 2.17.1' [2021-01-19T03:25:32.555Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:25:32.626Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:25:35.643Z] 7e9c9ca2126c: Pull complete [2021-01-19T03:25:35.643Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T03:25:35.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T03:25:35.643Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T03:25:35.784Z] prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container [2021-01-19T03:25:35.840Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T03:25:36.833Z] $ docker top 8b966728c68c75d64685e8f992d32956f0a9a9e9d72d15ad72b90f68387fa311 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:25:37.353Z] + docker-compose build --help [2021-01-19T03:25:37.354Z] + grep parallel [2021-01-19T03:25:38.302Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T03:25:38.319Z] $ docker stop --time=1 8b966728c68c75d64685e8f992d32956f0a9a9e9d72d15ad72b90f68387fa311 [2021-01-19T03:25:39.708Z] $ docker rm -f 8b966728c68c75d64685e8f992d32956f0a9a9e9d72d15ad72b90f68387fa311 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:25:40.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T03:25:40.351Z] . [Pipeline] withDockerContainer [2021-01-19T03:25:40.452Z] prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container [2021-01-19T03:25:40.506Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T03:25:41.276Z] $ docker top 5f4de2e6a9ccbe690d96ed22e42c29b9692f8df423397374d512efa9ea468a10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:25:41.802Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T03:25:42.755Z] Building docker-core-command-go ... [2021-01-19T03:25:42.755Z] Building docker-core-data-go ... [2021-01-19T03:25:42.755Z] Building docker-core-metadata-go ... [2021-01-19T03:25:42.755Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T03:25:42.755Z] Building docker-security-proxy-setup-go ... [2021-01-19T03:25:42.755Z] Building docker-security-secretstore-setup-go ... [2021-01-19T03:25:42.755Z] Building docker-support-notifications-go ... [2021-01-19T03:25:42.755Z] Building docker-support-scheduler-go ... [2021-01-19T03:25:42.755Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T03:25:42.755Z] Building docker-support-scheduler-go [2021-01-19T03:25:42.755Z] Building docker-security-bootstrap-redis-go [2021-01-19T03:25:42.755Z] Building docker-core-data-go [2021-01-19T03:25:42.755Z] Building docker-support-notifications-go [2021-01-19T03:25:42.755Z] Building docker-security-secretstore-setup-go [2021-01-19T03:26:08.017Z] Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 57833167145affc62033509b974725e85080a4be [2021-01-19T03:26:07.319Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T03:26:07.337Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:26:07.364Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T03:26:07.396Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T03:26:07.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:26:07.410Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:26:08.039Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:26:08.063Z] > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 [2021-01-19T03:26:08.420Z] > git remote # timeout=10 [2021-01-19T03:26:08.451Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T03:26:08.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:26:08.490Z] > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-19T03:26:08.563Z] Merge succeeded, producing 57833167145affc62033509b974725e85080a4be [2021-01-19T03:26:08.564Z] Checking out Revision 57833167145affc62033509b974725e85080a4be (PR-3040) [2021-01-19T03:26:08.538Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T03:26:08.574Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:26:08.590Z] > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 [2021-01-19T03:26:13.112Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:26:14.745Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:26:15.167Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:26:15.517Z] + + sudo servicetrue docker [2021-01-19T03:26:15.517Z] restart [2021-01-19T03:26:15.565Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:26:15.565Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:26:15.565Z] ---> 75e5c550a731 [2021-01-19T03:26:15.565Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T03:26:15.565Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:26:15.565Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:26:15.565Z] ---> 75e5c550a731 [2021-01-19T03:26:15.565Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T03:26:15.565Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:26:15.565Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:26:15.565Z] ---> 75e5c550a731 [2021-01-19T03:26:15.565Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T03:26:15.565Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:26:15.565Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:26:15.565Z] ---> 75e5c550a731 [2021-01-19T03:26:15.565Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T03:26:15.565Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:26:15.565Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:26:15.565Z] ---> 75e5c550a731 [2021-01-19T03:26:15.565Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T03:26:15.565Z] ---> Running in c978ee038625 [2021-01-19T03:26:15.565Z] ---> Running in e2eb9122062b [2021-01-19T03:26:15.565Z] ---> Running in dd57eec6614b [2021-01-19T03:26:15.565Z] ---> Running in abeef61e0404 [2021-01-19T03:26:15.565Z] ---> Running in 0370fc1b8be3 [2021-01-19T03:26:15.565Z] Removing intermediate container 0370fc1b8be3 [2021-01-19T03:26:15.565Z] ---> 7f08e511acf6 [2021-01-19T03:26:15.565Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:26:15.565Z] Removing intermediate container dd57eec6614b [2021-01-19T03:26:15.565Z] ---> 496608b9147b [2021-01-19T03:26:15.565Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:26:15.565Z] Removing intermediate container c978ee038625 [2021-01-19T03:26:15.565Z] ---> 015cccb4b660 [2021-01-19T03:26:15.565Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:26:15.565Z] Removing intermediate container abeef61e0404 [2021-01-19T03:26:15.565Z] ---> f254468b9976 [2021-01-19T03:26:15.565Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:26:15.565Z] Removing intermediate container e2eb9122062b [2021-01-19T03:26:15.565Z] ---> 7220d222a7e2 [2021-01-19T03:26:15.565Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:26:15.565Z] ---> Running in 988e66f752b8 [2021-01-19T03:26:15.565Z] ---> Running in a4893d98af11 [2021-01-19T03:26:15.565Z] ---> Running in c977e4b05ef9 [2021-01-19T03:26:15.565Z] ---> Running in 1aa9b8cf7147 [2021-01-19T03:26:15.565Z] ---> Running in d21f68a9c40b [2021-01-19T03:26:17.515Z] Removing intermediate container a4893d98af11 [2021-01-19T03:26:17.515Z] ---> b9eced35ebe2 [2021-01-19T03:26:17.515Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T03:26:17.515Z] Removing intermediate container 988e66f752b8 [2021-01-19T03:26:17.515Z] ---> 68dac656d48d [2021-01-19T03:26:17.515Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T03:26:17.515Z] ---> Running in dd6e734674f4 [2021-01-19T03:26:17.515Z] ---> Running in 42af2596850f [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T03:26:17.577Z] provisioning config files... [2021-01-19T03:26:17.621Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1837918924902931258tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:26:17.787Z] Removing intermediate container 1aa9b8cf7147 [2021-01-19T03:26:17.787Z] ---> ffd40225f83d [2021-01-19T03:26:17.787Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T03:26:17.787Z] Removing intermediate container d21f68a9c40b [2021-01-19T03:26:17.787Z] ---> 520f697f3595 [2021-01-19T03:26:17.787Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T03:26:17.787Z] ---> Running in 053277cdc4fc [2021-01-19T03:26:17.787Z] ---> Running in 3b51a8b69e55 [2021-01-19T03:26:18.027Z] ---> docker-login.sh [2021-01-19T03:26:18.027Z] nexus3.edgexfoundry.org:10001 [2021-01-19T03:26:18.050Z] Removing intermediate container c977e4b05ef9 [2021-01-19T03:26:18.050Z] ---> e7f75236428c [2021-01-19T03:26:18.050Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T03:26:18.050Z] ---> Running in 2077e74da63c [2021-01-19T03:26:18.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:26:18.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:26:18.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:26:18.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:26:19.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:26:19.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:26:19.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:26:19.287Z] Configure a credential helper to remove this warning. See [2021-01-19T03:26:19.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:26:19.287Z] [2021-01-19T03:26:19.287Z] Login Succeeded [2021-01-19T03:26:19.287Z] nexus3.edgexfoundry.org:10002 [2021-01-19T03:26:19.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:26:19.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:26:19.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:26:19.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:26:19.884Z] Configure a credential helper to remove this warning. See [2021-01-19T03:26:19.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:26:19.884Z] [2021-01-19T03:26:19.884Z] Login Succeeded [2021-01-19T03:26:19.885Z] nexus3.edgexfoundry.org:10003 [2021-01-19T03:26:19.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:26:19.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:26:20.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:26:20.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:26:20.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:26:20.437Z] Configure a credential helper to remove this warning. See [2021-01-19T03:26:20.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:26:20.437Z] [2021-01-19T03:26:20.437Z] Login Succeeded [2021-01-19T03:26:20.437Z] nexus3.edgexfoundry.org:10004 [2021-01-19T03:26:20.477Z] OK: 233 MiB in 51 packages [2021-01-19T03:26:20.477Z] OK: 233 MiB in 51 packages [2021-01-19T03:26:20.740Z] OK: 233 MiB in 51 packages [2021-01-19T03:26:21.008Z] Removing intermediate container 42af2596850f [2021-01-19T03:26:21.008Z] ---> bce14a8ba71f [2021-01-19T03:26:21.008Z] Step 6/24 : COPY go.mod . [2021-01-19T03:26:21.008Z] Removing intermediate container dd6e734674f4 [2021-01-19T03:26:21.008Z] ---> d1f3edf58ab2 [2021-01-19T03:26:21.008Z] Step 6/22 : COPY go.mod . [2021-01-19T03:26:21.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:26:21.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:26:21.045Z] Configure a credential helper to remove this warning. See [2021-01-19T03:26:21.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:26:21.045Z] [2021-01-19T03:26:21.045Z] Login Succeeded [2021-01-19T03:26:21.045Z] docker.io [2021-01-19T03:26:21.279Z] ---> 72744db28067 [2021-01-19T03:26:21.279Z] Step 7/24 : RUN go mod download [2021-01-19T03:26:21.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:26:21.554Z] ---> Running in 896c8ad3af38 [2021-01-19T03:26:21.554Z] ---> 99d5f67e33b1 [2021-01-19T03:26:21.554Z] Step 7/22 : RUN go mod download [2021-01-19T03:26:21.554Z] Removing intermediate container 053277cdc4fc [2021-01-19T03:26:21.554Z] ---> d72befd514fb [2021-01-19T03:26:21.554Z] Step 6/21 : COPY go.mod . [2021-01-19T03:26:21.554Z] OK: 233 MiB in 51 packages [2021-01-19T03:26:21.818Z] ---> Running in 37e7cf511638 [2021-01-19T03:26:21.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:26:21.932Z] Configure a credential helper to remove this warning. See [2021-01-19T03:26:21.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:26:21.932Z] [2021-01-19T03:26:21.932Z] Login Succeeded [2021-01-19T03:26:21.932Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T03:26:21.954Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-19T03:26:22.107Z] ---> 71ea47f1fadc [2021-01-19T03:26:22.107Z] Step 7/21 : RUN go mod download [2021-01-19T03:26:22.107Z] OK: 233 MiB in 51 packages [2021-01-19T03:26:22.107Z] ---> Running in edb01c6822ed [Pipeline] // withEnv [Pipeline] unstash [2021-01-19T03:26:22.373Z] Removing intermediate container 3b51a8b69e55 [2021-01-19T03:26:22.373Z] ---> 8f1b6b25f898 [2021-01-19T03:26:22.373Z] Step 6/24 : COPY go.mod . [Pipeline] echo [2021-01-19T03:26:22.588Z] ========================================================= [2021-01-19T03:26:22.588Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T03:26:22.588Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:26:22.962Z] ---> 5da31f13e1a3 [2021-01-19T03:26:22.962Z] Step 7/24 : RUN go mod download [2021-01-19T03:26:22.962Z] Removing intermediate container 2077e74da63c [2021-01-19T03:26:22.962Z] ---> 166208820ea6 [2021-01-19T03:26:22.962Z] Step 6/23 : COPY go.mod . [2021-01-19T03:26:22.962Z] ---> Running in 3459b3b7e421 [2021-01-19T03:26:22.973Z] + 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-19T03:26:23.227Z] ---> 9100724a6e05 [2021-01-19T03:26:23.228Z] Step 7/23 : RUN go mod download [2021-01-19T03:26:23.228Z] ---> Running in 64f850775216 [2021-01-19T03:26:23.812Z] Removing intermediate container 896c8ad3af38 [2021-01-19T03:26:23.812Z] ---> f26e70b018f9 [2021-01-19T03:26:23.812Z] Step 8/24 : COPY . . [2021-01-19T03:26:23.812Z] Removing intermediate container 37e7cf511638 [2021-01-19T03:26:23.812Z] ---> 44a6cec89ca0 [2021-01-19T03:26:23.812Z] Step 8/22 : COPY . . [2021-01-19T03:26:25.224Z] Removing intermediate container edb01c6822ed [2021-01-19T03:26:25.224Z] ---> a76c85211704 [2021-01-19T03:26:25.225Z] Step 8/21 : COPY . . [2021-01-19T03:26:25.644Z] Sending build context to Docker daemon 165.5MB [2021-01-19T03:26:25.644Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T03:26:25.644Z] Step 2/6 : FROM ${BASE} [2021-01-19T03:26:25.644Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T03:26:25.644Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T03:26:25.644Z] a4357932f1b6: Pulling fs layer [2021-01-19T03:26:25.644Z] 18c013af1878: Pulling fs layer [2021-01-19T03:26:25.644Z] 00ac8860ef70: Pulling fs layer [2021-01-19T03:26:25.644Z] 63d7cb157983: Pulling fs layer [2021-01-19T03:26:25.644Z] b116817d02f9: Pulling fs layer [2021-01-19T03:26:25.644Z] 745a02a5169b: Pulling fs layer [2021-01-19T03:26:25.644Z] 63d7cb157983: Waiting [2021-01-19T03:26:25.644Z] 00ac8860ef70: Waiting [2021-01-19T03:26:25.644Z] b116817d02f9: Waiting [2021-01-19T03:26:25.644Z] 745a02a5169b: Waiting [2021-01-19T03:26:25.644Z] 18c013af1878: Verifying Checksum [2021-01-19T03:26:25.644Z] 18c013af1878: Download complete [2021-01-19T03:26:25.644Z] a4357932f1b6: Verifying Checksum [2021-01-19T03:26:25.644Z] a4357932f1b6: Download complete [2021-01-19T03:26:25.644Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T03:26:25.644Z] 5f621e34cdf4: Download complete [2021-01-19T03:26:25.644Z] b116817d02f9: Verifying Checksum [2021-01-19T03:26:25.644Z] b116817d02f9: Download complete [2021-01-19T03:26:25.926Z] 63d7cb157983: Download complete [2021-01-19T03:26:26.530Z] 5f621e34cdf4: Pull complete [2021-01-19T03:26:27.134Z] a4357932f1b6: Pull complete [2021-01-19T03:26:27.414Z] 18c013af1878: Pull complete [2021-01-19T03:26:28.859Z] 745a02a5169b: Verifying Checksum [2021-01-19T03:26:28.859Z] 745a02a5169b: Download complete [2021-01-19T03:26:30.298Z] 00ac8860ef70: Verifying Checksum [2021-01-19T03:26:30.298Z] 00ac8860ef70: Download complete [2021-01-19T03:26:30.593Z] Removing intermediate container 3459b3b7e421 [2021-01-19T03:26:30.593Z] ---> a859e8b4788f [2021-01-19T03:26:30.593Z] Step 8/24 : COPY . . [2021-01-19T03:26:34.847Z] Removing intermediate container 64f850775216 [2021-01-19T03:26:34.847Z] ---> e63743f820b9 [2021-01-19T03:26:34.847Z] Step 8/23 : COPY . . [2021-01-19T03:26:40.472Z] 00ac8860ef70: Pull complete [2021-01-19T03:26:40.472Z] 63d7cb157983: Pull complete [2021-01-19T03:26:40.472Z] b116817d02f9: Pull complete [2021-01-19T03:26:43.926Z] 745a02a5169b: Pull complete [2021-01-19T03:26:43.926Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T03:26:43.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T03:26:43.926Z] ---> b7e6874047d6 [2021-01-19T03:26:43.926Z] 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-19T03:26:47.329Z] ---> Running in b43a8b3426e0 [2021-01-19T03:26:48.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:26:49.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:26:50.739Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T03:26:51.012Z] (2/12) Installing file (5.38-r0) [2021-01-19T03:26:51.012Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T03:26:51.287Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T03:27:07.159Z] ---> d057752a2d10 [2021-01-19T03:27:07.159Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T03:27:07.159Z] ---> Running in 1be252c8a0d6 [2021-01-19T03:27:07.159Z] ---> f6f34ce9c537 [2021-01-19T03:27:07.159Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T03:27:07.159Z] ---> 793820279b3c [2021-01-19T03:27:07.159Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T03:27:07.159Z] ---> 8928c22132a4 [2021-01-19T03:27:07.159Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T03:27:07.159Z] ---> 529a66a0d11b [2021-01-19T03:27:07.159Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T03:27:07.159Z] ---> Running in c3fe6d839546 [2021-01-19T03:27:07.159Z] ---> Running in c8fbb6926912 [2021-01-19T03:27:07.159Z] ---> Running in 77bf08cc63d8 [2021-01-19T03:27:07.159Z] ---> Running in 74974fccdbb6 [2021-01-19T03:27:07.159Z] 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-19T03:27:07.159Z] 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-19T03:27:07.159Z] 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-19T03:27:07.159Z] 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-19T03:27:07.159Z] 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-19T03:27:23.628Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T03:27:23.628Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T03:27:23.628Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T03:27:23.628Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T03:27:23.628Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T03:27:23.628Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T03:27:23.628Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T03:27:23.628Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T03:27:23.628Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:27:23.628Z] OK: 217 MiB in 51 packages [2021-01-19T03:27:24.230Z] Removing intermediate container b43a8b3426e0 [2021-01-19T03:27:24.230Z] ---> ed8ab900ce5e [2021-01-19T03:27:24.230Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T03:27:24.230Z] ---> Running in 9b227506f589 [2021-01-19T03:27:24.835Z] Removing intermediate container 9b227506f589 [2021-01-19T03:27:24.835Z] ---> af8e7ad335e3 [2021-01-19T03:27:24.835Z] Step 5/6 : COPY go.mod . [2021-01-19T03:27:25.436Z] ---> 1533e8d7c268 [2021-01-19T03:27:25.436Z] Step 6/6 : RUN go mod download [2021-01-19T03:27:25.713Z] ---> Running in 97565aefa020 [2021-01-19T03:27:33.921Z] 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-19T03:27:38.307Z] Removing intermediate container 1be252c8a0d6 [2021-01-19T03:27:38.307Z] ---> e0bc86b032f7 [2021-01-19T03:27:38.307Z] [2021-01-19T03:27:38.307Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T03:27:38.307Z] 3.12: Pulling from library/alpine [2021-01-19T03:27:39.712Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T03:27:39.712Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T03:27:39.712Z] ---> 389fef711851 [2021-01-19T03:27:39.712Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T03:27:39.712Z] Removing intermediate container c3fe6d839546 [2021-01-19T03:27:39.712Z] ---> 87eb42c80ae9 [2021-01-19T03:27:39.712Z] [2021-01-19T03:27:39.712Z] Step 10/24 : FROM scratch [2021-01-19T03:27:39.712Z] ---> [2021-01-19T03:27:39.712Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T03:27:40.291Z] Removing intermediate container 77bf08cc63d8 [2021-01-19T03:27:40.291Z] ---> 96597bc559f0 [2021-01-19T03:27:40.291Z] [2021-01-19T03:27:40.291Z] Step 10/21 : FROM scratch [2021-01-19T03:27:40.291Z] ---> [2021-01-19T03:27:40.291Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T03:27:40.867Z] ---> Running in ffb8a0ccad79 [2021-01-19T03:27:40.867Z] ---> Running in f00a6d4a037a [2021-01-19T03:27:40.867Z] ---> Running in fa93394437a3 [2021-01-19T03:27:41.820Z] Removing intermediate container 74974fccdbb6 [2021-01-19T03:27:41.820Z] ---> 2dd2c899e15b [2021-01-19T03:27:41.820Z] [2021-01-19T03:27:41.820Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T03:27:41.820Z] ---> 389fef711851 [2021-01-19T03:27:41.820Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T03:27:42.083Z] ---> Running in f767bfa4f2dd [2021-01-19T03:27:42.083Z] Removing intermediate container f00a6d4a037a [2021-01-19T03:27:42.083Z] ---> 9e32d6a770bc [2021-01-19T03:27:42.083Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T03:27:42.083Z] Removing intermediate container fa93394437a3 [2021-01-19T03:27:42.083Z] ---> 09b868f3b31c [2021-01-19T03:27:42.083Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T03:27:42.348Z] ---> Running in c1cb61130168 [2021-01-19T03:27:42.348Z] ---> Running in c29f5c19a9ca [2021-01-19T03:27:42.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:27:42.615Z] Removing intermediate container c29f5c19a9ca [2021-01-19T03:27:42.615Z] ---> e25afabe2e6d [2021-01-19T03:27:42.615Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T03:27:42.615Z] Removing intermediate container c1cb61130168 [2021-01-19T03:27:42.615Z] ---> 2e7762bee5ab [2021-01-19T03:27:42.615Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T03:27:42.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:27:42.880Z] ---> Running in 358cba245052 [2021-01-19T03:27:42.880Z] ---> Running in dbe3e9237610 [2021-01-19T03:27:42.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:27:42.880Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T03:27:42.880Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T03:27:42.880Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T03:27:42.880Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:27:42.880Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T03:27:42.880Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T03:27:42.880Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:27:43.212Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T03:27:43.476Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T03:27:43.476Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T03:27:43.476Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T03:27:43.476Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T03:27:43.476Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T03:27:43.476Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:27:43.476Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T03:27:43.476Z] OK: 7 MiB in 19 packages [2021-01-19T03:27:43.476Z] OK: 7 MiB in 19 packages [2021-01-19T03:27:44.057Z] Removing intermediate container 358cba245052 [2021-01-19T03:27:44.057Z] ---> 4002cfd4911e [2021-01-19T03:27:44.057Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T03:27:44.057Z] Removing intermediate container dbe3e9237610 [2021-01-19T03:27:44.057Z] ---> 34de53510208 [2021-01-19T03:27:44.057Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:27:47.382Z] Removing intermediate container c8fbb6926912 [2021-01-19T03:27:47.382Z] ---> 7dc3b8b63e65 [2021-01-19T03:27:47.382Z] [2021-01-19T03:27:47.382Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T03:27:47.382Z] ---> 389fef711851 [2021-01-19T03:27:47.382Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T03:27:47.382Z] ---> e894dba60eaa [2021-01-19T03:27:47.382Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T03:27:47.382Z] ---> 9d9cfc579eee [2021-01-19T03:27:47.382Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T03:27:47.382Z] ---> Running in fecace8143fd [2021-01-19T03:27:47.643Z] Removing intermediate container ffb8a0ccad79 [2021-01-19T03:27:47.643Z] ---> a3a828fc16e5 [2021-01-19T03:27:47.643Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T03:27:47.909Z] Removing intermediate container f767bfa4f2dd [2021-01-19T03:27:47.909Z] ---> 4518668cd78e [2021-01-19T03:27:47.909Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T03:27:47.909Z] Removing intermediate container fecace8143fd [2021-01-19T03:27:47.909Z] ---> 33e9dc0f70c9 [2021-01-19T03:27:47.909Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T03:27:47.909Z] ---> Running in 0087b2dab642 [2021-01-19T03:27:47.909Z] ---> Running in 9da5a702f970 [2021-01-19T03:27:47.909Z] ---> 21e579cd9012 [2021-01-19T03:27:47.909Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T03:27:48.172Z] ---> 43d4fcff10bc [2021-01-19T03:27:48.172Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T03:27:48.172Z] ---> Running in 25409f90778c [2021-01-19T03:27:48.172Z] Removing intermediate container 0087b2dab642 [2021-01-19T03:27:48.172Z] ---> 968fb49a9499 [2021-01-19T03:27:48.172Z] Step 13/22 : WORKDIR / [2021-01-19T03:27:48.435Z] Removing intermediate container 9da5a702f970 [2021-01-19T03:27:48.435Z] ---> 5e1ca3b5f79d [2021-01-19T03:27:48.435Z] Step 13/24 : WORKDIR / [2021-01-19T03:27:48.435Z] ---> Running in 136cd5c863b0 [2021-01-19T03:27:48.435Z] ---> 26abed0882a7 [2021-01-19T03:27:48.435Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T03:27:48.435Z] ---> Running in de90d44e23d0 [2021-01-19T03:27:48.697Z] Removing intermediate container 25409f90778c [2021-01-19T03:27:48.697Z] ---> 832d27f86b6c [2021-01-19T03:27:48.697Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T03:27:48.697Z] ---> Running in c26c333f1170 [2021-01-19T03:27:48.697Z] ---> 328791c3f18c [2021-01-19T03:27:48.697Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:27:48.961Z] ---> Running in 26357d0fa1a2 [2021-01-19T03:27:48.961Z] Removing intermediate container 136cd5c863b0 [2021-01-19T03:27:48.961Z] ---> 1ff0b0a041d5 [2021-01-19T03:27:48.961Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:27:48.961Z] Removing intermediate container de90d44e23d0 [2021-01-19T03:27:48.961Z] ---> bfc615e280d6 [2021-01-19T03:27:48.961Z] 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-19T03:27:48.961Z] Removing intermediate container c26c333f1170 [2021-01-19T03:27:48.961Z] ---> 13b859c25d7d [2021-01-19T03:27:48.961Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:27:49.225Z] ---> bec7f9cb367d [2021-01-19T03:27:49.225Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T03:27:49.225Z] Removing intermediate container 26357d0fa1a2 [2021-01-19T03:27:49.225Z] ---> f5badf910634 [2021-01-19T03:27:49.225Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:27:49.225Z] ---> Running in 96b4ac99fd61 [2021-01-19T03:27:49.493Z] ---> 170399e67c77 [2021-01-19T03:27:49.493Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T03:27:49.493Z] ---> Running in b968e86d44e3 [2021-01-19T03:27:49.493Z] ---> 4ca69fcd6ca7 [2021-01-19T03:27:49.493Z] 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-19T03:27:49.756Z] Removing intermediate container 96b4ac99fd61 [2021-01-19T03:27:49.756Z] ---> a444375b6557 [2021-01-19T03:27:49.756Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T03:27:50.022Z] ---> Running in 5cbbd2562a6d [2021-01-19T03:27:50.022Z] ---> 1a6d7c146375 [2021-01-19T03:27:50.022Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T03:27:50.022Z] ---> 6145a624ce7c [2021-01-19T03:27:50.022Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T03:27:50.292Z] ---> 5ff9668aa60e [2021-01-19T03:27:50.292Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T03:27:50.292Z] Removing intermediate container 5cbbd2562a6d [2021-01-19T03:27:50.292Z] ---> d8bd72360f59 [2021-01-19T03:27:50.292Z] Step 20/21 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:27:50.556Z] ---> Running in e7f647ce85d7 [2021-01-19T03:27:50.556Z] ---> ae93b3b4f290 [2021-01-19T03:27:50.556Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T03:27:50.556Z] ---> 0790cbfabe7a [2021-01-19T03:27:50.556Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T03:27:50.556Z] ---> 59b765d8dacf [2021-01-19T03:27:50.556Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T03:27:51.510Z] ---> Running in 3ffab6b6020b [2021-01-19T03:27:51.510Z] Removing intermediate container e7f647ce85d7 [2021-01-19T03:27:51.510Z] ---> 6f9c97a6c9d1 [2021-01-19T03:27:51.510Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T03:27:51.510Z] ---> a9abcfeac067 [2021-01-19T03:27:51.510Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T03:27:51.773Z] ---> 7ce071edcb60 [2021-01-19T03:27:51.773Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T03:27:51.773Z] ---> Running in da2a1c81e597 [2021-01-19T03:27:51.773Z] ---> Running in c43c57d7af6b [2021-01-19T03:27:52.036Z] Removing intermediate container 3ffab6b6020b [2021-01-19T03:27:52.036Z] ---> c8e278cfdbd1 [2021-01-19T03:27:52.036Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:27:52.306Z] Removing intermediate container da2a1c81e597 [2021-01-19T03:27:52.306Z] ---> 49f03c6224da [2021-01-19T03:27:52.306Z] [2021-01-19T03:27:52.306Z] ---> Running in b90090610ef9 [2021-01-19T03:27:52.306Z] Removing intermediate container b968e86d44e3 [2021-01-19T03:27:52.306Z] ---> 8917e525f8b4 [2021-01-19T03:27:52.306Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T03:27:52.527Z] Removing intermediate container 97565aefa020 [2021-01-19T03:27:52.527Z] ---> 5c80e39921fb [2021-01-19T03:27:52.527Z] Successfully built 5c80e39921fb [2021-01-19T03:27:52.527Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:27:52.572Z] Successfully built 49f03c6224da [2021-01-19T03:27:52.572Z] ---> 01c93be3c3ec [2021-01-19T03:27:52.572Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T03:27:52.572Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T03:27:52.572Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T03:27:52.572Z] ---> Running in af909ebb181d [2021-01-19T03:27:52.842Z] Removing intermediate container b90090610ef9 [2021-01-19T03:27:52.842Z] ---> 95c6c4ce2d52 [2021-01-19T03:27:52.842Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T03:27:52.871Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T03:27:52.871Z] . [Pipeline] withDockerContainer [2021-01-19T03:27:53.120Z] ---> d3ff621731e9 [2021-01-19T03:27:53.120Z] 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-19T03:27:53.120Z] ---> Running in 5d81652cbf77 [2021-01-19T03:27:53.145Z] prd-ubuntu18.04-docker-arm64-4c-16g-21104 does not seem to be running inside a container [2021-01-19T03:27:53.226Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T03:27:53.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:27:53.650Z] ---> Running in 892359801cc4 [2021-01-19T03:27:53.650Z] Removing intermediate container 5d81652cbf77 [2021-01-19T03:27:53.650Z] ---> f16087f130b9 [2021-01-19T03:27:53.650Z] Step 23/24 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:27:53.916Z] ---> Running in c6d2f2e194bd [2021-01-19T03:27:53.916Z] Removing intermediate container c43c57d7af6b [2021-01-19T03:27:53.916Z] ---> 04fba9237883 [2021-01-19T03:27:53.916Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T03:27:54.180Z] ---> Running in 00d80b1c3ba3 [2021-01-19T03:27:54.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:27:54.823Z] $ docker top 77a93d4b7330b200467264508ddb3ec37af6f1e84db9ac24b3fb5fc71133a3d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:27:55.396Z] Removing intermediate container c6d2f2e194bd [2021-01-19T03:27:55.396Z] ---> 367d07b61c1c [2021-01-19T03:27:55.396Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T03:27:55.396Z] Removing intermediate container 00d80b1c3ba3 [2021-01-19T03:27:55.396Z] ---> 604b4444a9d0 [2021-01-19T03:27:55.396Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T03:27:55.396Z] ---> Running in adbbbf545887 [2021-01-19T03:27:55.659Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T03:27:55.871Z] + go version [2021-01-19T03:27:55.871Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T03:27:55.894Z] $ docker stop --time=1 77a93d4b7330b200467264508ddb3ec37af6f1e84db9ac24b3fb5fc71133a3d0 [2021-01-19T03:27:55.926Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T03:27:55.926Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T03:27:55.926Z] ---> Running in ad42871d5d8c [2021-01-19T03:27:56.500Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T03:27:57.082Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T03:27:57.082Z] Removing intermediate container adbbbf545887 [2021-01-19T03:27:57.082Z] ---> deef58925dc4 [2021-01-19T03:27:57.082Z] [2021-01-19T03:27:57.082Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:27:57.082Z] Removing intermediate container ad42871d5d8c [2021-01-19T03:27:57.082Z] ---> a2d9b4b42232 [2021-01-19T03:27:57.082Z] Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:27:57.082Z] OK: 8 MiB in 19 packages [2021-01-19T03:27:57.082Z] Removing intermediate container 892359801cc4 [2021-01-19T03:27:57.082Z] ---> 12804e2b5d00 [2021-01-19T03:27:57.082Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T03:27:57.355Z] ---> Running in c6f656131436 [2021-01-19T03:27:57.355Z] ---> Running in 6a0ef68d0630 [2021-01-19T03:27:57.355Z] Successfully built deef58925dc4 [2021-01-19T03:27:57.355Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T03:27:57.355Z] Building docker-security-proxy-setup-go [2021-01-19T03:27:57.617Z]  Building docker-support-notifications-go ... done Removing intermediate container c6f656131436 [2021-01-19T03:27:57.617Z] ---> 8331904bc7e4 [2021-01-19T03:27:57.617Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T03:27:58.010Z] $ docker rm -f 77a93d4b7330b200467264508ddb3ec37af6f1e84db9ac24b3fb5fc71133a3d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:27:59.035Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T03:27:59.035Z] . [2021-01-19T03:27:59.036Z] Removing intermediate container 6a0ef68d0630 [2021-01-19T03:27:59.036Z] ---> 183d154385dc [2021-01-19T03:27:59.036Z] Step 22/24 : LABEL arch=x86_64 [Pipeline] withDockerContainer [2021-01-19T03:27:59.319Z] prd-ubuntu18.04-docker-arm64-4c-16g-21104 does not seem to be running inside a container [2021-01-19T03:27:59.406Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T03:28:00.008Z] ---> Running in 54e1eeabc269 [2021-01-19T03:28:00.870Z] $ docker top 7d038046a14e4163618c956b3479bb92604bc5a6335d371d207e5dd640bb11cc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T03:28:01.231Z] ========================================================= [2021-01-19T03:28:01.231Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T03:28:01.231Z] ========================================================= [Pipeline] sh [2021-01-19T03:28:01.422Z] ---> Running in 6385fe1ead98 [2021-01-19T03:28:01.897Z] + make test [2021-01-19T03:28:01.897Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T03:28:02.393Z] Removing intermediate container af909ebb181d [2021-01-19T03:28:02.394Z] ---> 86aa32b89e0b [2021-01-19T03:28:02.394Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:28:02.661Z] Removing intermediate container 54e1eeabc269 [2021-01-19T03:28:02.661Z] ---> 6ad9fa06904e [2021-01-19T03:28:02.661Z] [2021-01-19T03:28:03.608Z] Successfully built 6ad9fa06904e [2021-01-19T03:28:03.879Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T03:28:03.879Z] Building docker-core-metadata-go [2021-01-19T03:28:03.879Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 6385fe1ead98 [2021-01-19T03:28:03.879Z] ---> 3a9052e26770 [2021-01-19T03:28:03.879Z] Step 23/24 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:28:03.879Z] ---> 51aeddfcd930 [2021-01-19T03:28:03.879Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T03:28:04.473Z] ---> Running in 0c9757974837 [2021-01-19T03:28:06.434Z] Removing intermediate container 0c9757974837 [2021-01-19T03:28:06.434Z] ---> a217fa2ccca5 [2021-01-19T03:28:06.434Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T03:28:07.418Z] ---> 96069e504ebe [2021-01-19T03:28:07.418Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T03:28:07.418Z] ---> Running in 07fc95b003bd [2021-01-19T03:28:08.836Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:28:08.836Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:28:09.108Z] ---> 75e5c550a731 [2021-01-19T03:28:09.108Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T03:28:09.108Z] ---> Using cache [2021-01-19T03:28:09.108Z] ---> 496608b9147b [2021-01-19T03:28:09.108Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:28:09.108Z] ---> Using cache [2021-01-19T03:28:09.108Z] ---> b9eced35ebe2 [2021-01-19T03:28:09.108Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T03:28:09.108Z] Removing intermediate container 07fc95b003bd [2021-01-19T03:28:09.108Z] ---> da7a236d5bbc [2021-01-19T03:28:09.108Z] [2021-01-19T03:28:09.370Z] ---> 0a2979785b25 [2021-01-19T03:28:09.370Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T03:28:09.370Z] Successfully built da7a236d5bbc [2021-01-19T03:28:09.370Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T03:28:09.370Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-19T03:28:09.633Z] ---> Running in 2c98322f98c2 [2021-01-19T03:28:09.633Z] ---> Running in 381279956e2d [2021-01-19T03:28:12.229Z] Removing intermediate container 381279956e2d [2021-01-19T03:28:12.229Z] ---> c25ef315ebe9 [2021-01-19T03:28:12.229Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:28:12.498Z] ---> Running in 01526894d90d [2021-01-19T03:28:12.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:28:12.767Z] Removing intermediate container 01526894d90d [2021-01-19T03:28:12.767Z] ---> 954a60ff2702 [2021-01-19T03:28:12.767Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T03:28:13.050Z] ---> Running in ffe126ba6759 [2021-01-19T03:28:13.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:28:14.232Z] OK: 233 MiB in 51 packages [2021-01-19T03:28:14.232Z] Removing intermediate container ffe126ba6759 [2021-01-19T03:28:14.232Z] ---> 2fae4647deb2 [2021-01-19T03:28:14.232Z] Step 22/23 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:28:15.231Z] ---> Running in 39a0877766a1 [2021-01-19T03:28:16.206Z] Removing intermediate container 39a0877766a1 [2021-01-19T03:28:16.206Z] ---> f41a739c5dfc [2021-01-19T03:28:16.206Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T03:28:17.161Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:28:17.161Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:28:17.161Z] ---> 75e5c550a731 [2021-01-19T03:28:17.161Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T03:28:17.161Z] ---> Using cache [2021-01-19T03:28:17.161Z] ---> 496608b9147b [2021-01-19T03:28:17.161Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:28:17.161Z] ---> Using cache [2021-01-19T03:28:17.161Z] ---> b9eced35ebe2 [2021-01-19T03:28:17.161Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T03:28:17.161Z] ---> Using cache [2021-01-19T03:28:17.161Z] ---> d1f3edf58ab2 [2021-01-19T03:28:17.161Z] Step 6/21 : COPY go.mod . [2021-01-19T03:28:17.161Z] ---> Using cache [2021-01-19T03:28:17.161Z] ---> 99d5f67e33b1 [2021-01-19T03:28:17.161Z] Step 7/21 : RUN go mod download [2021-01-19T03:28:17.161Z] ---> Using cache [2021-01-19T03:28:17.161Z] ---> 44a6cec89ca0 [2021-01-19T03:28:17.161Z] Step 8/21 : COPY . . [2021-01-19T03:28:17.161Z] ---> Using cache [2021-01-19T03:28:17.161Z] ---> d057752a2d10 [2021-01-19T03:28:17.161Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T03:28:17.746Z] ---> Running in 7705685819a7 [2021-01-19T03:28:17.746Z] Removing intermediate container 2c98322f98c2 [2021-01-19T03:28:17.746Z] ---> 5b3037c7caae [2021-01-19T03:28:17.746Z] Step 6/26 : COPY go.mod . [2021-01-19T03:28:18.326Z] ---> Running in 6b24af048f90 [2021-01-19T03:28:18.597Z] Removing intermediate container 7705685819a7 [2021-01-19T03:28:18.597Z] ---> d9a6bc56327a [2021-01-19T03:28:18.597Z] [2021-01-19T03:28:18.597Z] ---> d30dc2ca6530 [2021-01-19T03:28:18.597Z] Step 7/26 : RUN go mod download [2021-01-19T03:28:18.597Z] Successfully built d9a6bc56327a [2021-01-19T03:28:18.872Z] Successfully tagged docker-core-data-go:latest [2021-01-19T03:28:18.872Z]  Building docker-core-data-go ... done  ---> Running in 6d01c69b9869 [2021-01-19T03:28:19.827Z] 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-19T03:28:24.070Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T03:28:24.136Z] Removing intermediate container 6d01c69b9869 [2021-01-19T03:28:24.136Z] ---> 9debb4da734c [2021-01-19T03:28:24.136Z] Step 8/26 : COPY . . [2021-01-19T03:28:24.820Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:28:24.820Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:28:24.820Z] ---> 75e5c550a731 [2021-01-19T03:28:24.821Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T03:28:24.821Z] ---> Using cache [2021-01-19T03:28:24.821Z] ---> 496608b9147b [2021-01-19T03:28:24.821Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:28:24.821Z] ---> Using cache [2021-01-19T03:28:24.821Z] ---> b9eced35ebe2 [2021-01-19T03:28:24.821Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T03:28:24.821Z] ---> Using cache [2021-01-19T03:28:24.821Z] ---> d1f3edf58ab2 [2021-01-19T03:28:24.821Z] Step 6/22 : COPY go.mod . [2021-01-19T03:28:24.821Z] ---> Using cache [2021-01-19T03:28:24.821Z] ---> 99d5f67e33b1 [2021-01-19T03:28:24.821Z] Step 7/22 : RUN go mod download [2021-01-19T03:28:24.821Z] ---> Using cache [2021-01-19T03:28:24.821Z] ---> 44a6cec89ca0 [2021-01-19T03:28:24.821Z] Step 8/22 : COPY . . [2021-01-19T03:28:24.821Z] ---> Using cache [2021-01-19T03:28:24.821Z] ---> d057752a2d10 [2021-01-19T03:28:24.821Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T03:28:25.793Z] ---> Running in d7a555cd481d [2021-01-19T03:28:27.205Z] 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-19T03:28:32.597Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:28:32.597Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:28:32.597Z] ---> 75e5c550a731 [2021-01-19T03:28:32.597Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T03:28:32.597Z] ---> Using cache [2021-01-19T03:28:32.597Z] ---> 496608b9147b [2021-01-19T03:28:32.597Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:28:32.597Z] ---> Using cache [2021-01-19T03:28:32.597Z] ---> b9eced35ebe2 [2021-01-19T03:28:32.597Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T03:28:32.597Z] ---> Using cache [2021-01-19T03:28:32.597Z] ---> d1f3edf58ab2 [2021-01-19T03:28:32.597Z] Step 6/22 : COPY go.mod . [2021-01-19T03:28:32.597Z] ---> Using cache [2021-01-19T03:28:32.597Z] ---> 99d5f67e33b1 [2021-01-19T03:28:32.597Z] Step 7/22 : RUN go mod download [2021-01-19T03:28:32.597Z] ---> Using cache [2021-01-19T03:28:32.597Z] ---> 44a6cec89ca0 [2021-01-19T03:28:32.597Z] Step 8/22 : COPY . . [2021-01-19T03:28:32.597Z] ---> Using cache [2021-01-19T03:28:32.597Z] ---> d057752a2d10 [2021-01-19T03:28:32.597Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T03:28:33.413Z] ---> Running in 9b4031ef34f7 [2021-01-19T03:28:34.947Z] 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-19T03:28:39.253Z] 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-19T03:28:49.441Z] ---> 53ef1db49fd1 [2021-01-19T03:28:49.441Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T03:28:50.410Z] ---> Running in 0212f08c8d20 [2021-01-19T03:28:50.410Z] Removing intermediate container 6b24af048f90 [2021-01-19T03:28:50.410Z] ---> 7c5e9b805801 [2021-01-19T03:28:50.410Z] [2021-01-19T03:28:50.410Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T03:28:50.410Z] ---> 389fef711851 [2021-01-19T03:28:50.410Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T03:28:50.688Z] ---> Running in af86d4a3fba0 [2021-01-19T03:28:51.284Z] 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-19T03:28:51.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:28:51.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:28:51.828Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T03:28:51.828Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T03:28:51.828Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T03:28:51.828Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T03:28:51.828Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:28:52.103Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T03:28:52.103Z] OK: 7 MiB in 18 packages [2021-01-19T03:28:54.059Z] Removing intermediate container af86d4a3fba0 [2021-01-19T03:28:54.059Z] ---> 3816f24052ce [2021-01-19T03:28:54.059Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T03:28:54.059Z] ---> Running in 9f1cb3cef755 [2021-01-19T03:28:54.335Z] Removing intermediate container 9f1cb3cef755 [2021-01-19T03:28:54.335Z] ---> 34898dcf0199 [2021-01-19T03:28:54.335Z] Step 13/21 : WORKDIR /edgex [2021-01-19T03:28:54.628Z] ---> Running in f2e87d503318 [2021-01-19T03:28:57.239Z] Removing intermediate container f2e87d503318 [2021-01-19T03:28:57.239Z] ---> d94121caaa57 [2021-01-19T03:28:57.239Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T03:28:58.215Z] Removing intermediate container 9b4031ef34f7 [2021-01-19T03:28:58.215Z] ---> 386eb979dab7 [2021-01-19T03:28:58.215Z] [2021-01-19T03:28:58.215Z] Step 10/22 : FROM scratch [2021-01-19T03:28:58.215Z] ---> [2021-01-19T03:28:58.215Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T03:28:58.492Z] ---> Using cache [2021-01-19T03:28:58.492Z] ---> 09b868f3b31c [2021-01-19T03:28:58.492Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T03:28:58.783Z] ---> 2ee3edba0129 [2021-01-19T03:28:58.783Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T03:28:58.783Z] ---> Running in 15c9c9d441db [2021-01-19T03:28:59.072Z] Removing intermediate container d7a555cd481d [2021-01-19T03:28:59.072Z] ---> 8df8199b6737 [2021-01-19T03:28:59.072Z] [2021-01-19T03:28:59.072Z] Step 10/22 : FROM scratch [2021-01-19T03:28:59.072Z] ---> [2021-01-19T03:28:59.072Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T03:28:59.072Z] ---> Using cache [2021-01-19T03:28:59.072Z] ---> 09b868f3b31c [2021-01-19T03:28:59.072Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T03:28:59.072Z] Removing intermediate container 15c9c9d441db [2021-01-19T03:28:59.072Z] ---> 285da508047b [2021-01-19T03:28:59.072Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T03:28:59.072Z] ---> Running in 0e370a8dd8e0 [2021-01-19T03:28:59.339Z] ---> Running in f7f288814412 [2021-01-19T03:28:59.339Z] ---> d791b2ab69f7 [2021-01-19T03:28:59.339Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T03:28:59.339Z] Removing intermediate container 0e370a8dd8e0 [2021-01-19T03:28:59.339Z] ---> b72e35521a85 [2021-01-19T03:28:59.339Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T03:28:59.922Z] ---> Running in 7a3850f97d78 [2021-01-19T03:28:59.922Z] Removing intermediate container f7f288814412 [2021-01-19T03:28:59.922Z] ---> bc5471556faa [2021-01-19T03:28:59.922Z] Step 14/22 : WORKDIR / [2021-01-19T03:29:00.196Z] ---> Running in bbcfe7ed35a3 [2021-01-19T03:29:00.196Z] ---> c1c4e564a924 [2021-01-19T03:29:00.196Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T03:29:00.480Z] Removing intermediate container 7a3850f97d78 [2021-01-19T03:29:00.480Z] ---> 08ae8864248d [2021-01-19T03:29:00.480Z] Step 14/22 : WORKDIR / [2021-01-19T03:29:00.480Z] ---> Running in 148dc0511893 [2021-01-19T03:29:00.480Z] Removing intermediate container bbcfe7ed35a3 [2021-01-19T03:29:00.480Z] ---> baf196ddb191 [2021-01-19T03:29:00.480Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:29:00.480Z] ---> Running in 11b0195cc096 [2021-01-19T03:29:00.752Z] Removing intermediate container 148dc0511893 [2021-01-19T03:29:00.752Z] ---> 56f5a81705c3 [2021-01-19T03:29:00.752Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T03:29:01.016Z] Removing intermediate container 11b0195cc096 [2021-01-19T03:29:01.016Z] ---> 64d6164efc56 [2021-01-19T03:29:01.016Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:29:01.016Z] ---> Running in 147306c5b3d0 [2021-01-19T03:29:01.285Z] ---> 77ccba635d81 [2021-01-19T03:29:01.285Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T03:29:01.285Z] Removing intermediate container 147306c5b3d0 [2021-01-19T03:29:01.285Z] ---> 969d43956044 [2021-01-19T03:29:01.285Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T03:29:01.878Z] ---> 6abe99893387 [2021-01-19T03:29:01.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T03:29:01.878Z] ---> Running in c717a5b4672f [2021-01-19T03:29:02.845Z] ---> 72689d372903 [2021-01-19T03:29:02.845Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T03:29:03.109Z] Removing intermediate container c717a5b4672f [2021-01-19T03:29:03.109Z] ---> b280a5441e30 [2021-01-19T03:29:03.109Z] Step 20/21 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:29:03.109Z] ---> 51ad9b0ff5c9 [2021-01-19T03:29:03.109Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T03:29:03.109Z] ---> Running in 9c0bf776808d [2021-01-19T03:29:03.109Z] ---> c4df37d0475b [2021-01-19T03:29:03.109Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T03:29:03.385Z] ---> Running in a71996c9200c [2021-01-19T03:29:03.385Z] Removing intermediate container 9c0bf776808d [2021-01-19T03:29:03.385Z] ---> b786ab609e9a [2021-01-19T03:29:03.385Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T03:29:03.385Z] ---> 47f1e12c3218 [2021-01-19T03:29:03.385Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T03:29:03.385Z] ---> Running in 18e9216d7200 [2021-01-19T03:29:03.649Z] ---> Running in 85b3d5a1ff15 [2021-01-19T03:29:03.649Z] Removing intermediate container a71996c9200c [2021-01-19T03:29:03.649Z] ---> 378b37b85be1 [2021-01-19T03:29:03.649Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:29:03.912Z] ---> Running in 527601c4b8f1 [2021-01-19T03:29:03.912Z] Removing intermediate container 85b3d5a1ff15 [2021-01-19T03:29:03.912Z] ---> 930814121366 [2021-01-19T03:29:03.912Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:29:03.912Z] Removing intermediate container 18e9216d7200 [2021-01-19T03:29:03.912Z] ---> 2abbaa8ac79d [2021-01-19T03:29:03.912Z] [2021-01-19T03:29:04.177Z] ---> Running in 76915e45b583 [2021-01-19T03:29:04.440Z] Successfully built 2abbaa8ac79d [2021-01-19T03:29:04.440Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T03:29:04.440Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 527601c4b8f1 [2021-01-19T03:29:04.440Z] ---> 53c07ea45775 [2021-01-19T03:29:04.440Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T03:29:04.710Z] ---> Running in d39221fd0349 [2021-01-19T03:29:04.710Z] Removing intermediate container 76915e45b583 [2021-01-19T03:29:04.710Z] ---> 3b8d88bdc05f [2021-01-19T03:29:04.710Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T03:29:04.710Z] ---> Running in 08001ef3cd28 [2021-01-19T03:29:04.973Z] Removing intermediate container d39221fd0349 [2021-01-19T03:29:04.973Z] ---> 9eeaffda5de3 [2021-01-19T03:29:04.973Z] Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:29:05.921Z] ---> Running in d81fc95e6bfe [2021-01-19T03:29:05.921Z] Removing intermediate container 08001ef3cd28 [2021-01-19T03:29:05.921Z] ---> e0f3cce64c8e [2021-01-19T03:29:05.921Z] Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:29:06.186Z] ---> Running in efde8ce2cfb6 [2021-01-19T03:29:06.186Z] Removing intermediate container 0212f08c8d20 [2021-01-19T03:29:06.186Z] ---> de79bbfca962 [2021-01-19T03:29:06.186Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T03:29:06.449Z] Removing intermediate container d81fc95e6bfe [2021-01-19T03:29:06.449Z] ---> 5ef504640db3 [2021-01-19T03:29:06.449Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T03:29:06.449Z] ---> Running in eeb67ecbec1a [2021-01-19T03:29:06.712Z] ---> Running in e647c148fd3c [2021-01-19T03:29:06.712Z] Removing intermediate container efde8ce2cfb6 [2021-01-19T03:29:06.712Z] ---> c4d960923fe9 [2021-01-19T03:29:06.712Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T03:29:06.712Z] ---> Running in cb5e7c41cde1 [2021-01-19T03:29:06.976Z] Removing intermediate container e647c148fd3c [2021-01-19T03:29:06.976Z] ---> 56601df9f911 [2021-01-19T03:29:06.976Z] [2021-01-19T03:29:06.976Z] Successfully built 56601df9f911 [2021-01-19T03:29:06.976Z] Successfully tagged docker-core-command-go:latest [2021-01-19T03:29:07.238Z]  Building docker-core-command-go ... done Removing intermediate container cb5e7c41cde1 [2021-01-19T03:29:07.238Z] ---> 1b7a819b600d [2021-01-19T03:29:07.238Z] [2021-01-19T03:29:07.238Z] 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-19T03:29:07.238Z] Successfully built 1b7a819b600d [2021-01-19T03:29:07.238Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T03:29:08.186Z]  Building docker-core-metadata-go ... done Removing intermediate container eeb67ecbec1a [2021-01-19T03:29:08.186Z] ---> fc589fc36875 [2021-01-19T03:29:08.186Z] [2021-01-19T03:29:08.186Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T03:29:08.186Z] 20.10.0: Pulling from library/docker [2021-01-19T03:29:11.128Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T03:29:16.874Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T03:29:18.223Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T03:29:18.223Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T03:29:18.223Z] ---> aefe523efa57 [2021-01-19T03:29:18.223Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T03:29:18.223Z] ---> Running in 58c3bde0b52d [2021-01-19T03:29:18.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:29:18.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:29:18.223Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T03:29:18.223Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T03:29:18.223Z] Executing bash-5.0.17-r0.post-install [2021-01-19T03:29:18.223Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:29:18.223Z] OK: 12 MiB in 22 packages [2021-01-19T03:29:18.486Z] Removing intermediate container 58c3bde0b52d [2021-01-19T03:29:18.486Z] ---> 9f54be7287db [2021-01-19T03:29:18.486Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T03:29:18.486Z] ---> Running in 25645acaf66e [2021-01-19T03:29:18.748Z] Removing intermediate container 25645acaf66e [2021-01-19T03:29:18.748Z] ---> 00c03ec21189 [2021-01-19T03:29:18.748Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T03:29:18.748Z] ---> Running in 6f3a417d7620 [2021-01-19T03:29:19.009Z] Removing intermediate container 6f3a417d7620 [2021-01-19T03:29:19.010Z] ---> 3efb864c5a98 [2021-01-19T03:29:19.010Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T03:29:19.010Z] ---> Running in 44e5d8c8dad1 [2021-01-19T03:29:19.272Z] Removing intermediate container 44e5d8c8dad1 [2021-01-19T03:29:19.272Z] ---> c101329cace2 [2021-01-19T03:29:19.272Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T03:29:19.534Z] ---> d82f96126a37 [2021-01-19T03:29:19.534Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T03:29:19.796Z] ---> 3fe7f56a00a0 [2021-01-19T03:29:19.796Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T03:29:20.375Z] ---> 906afd216d5f [2021-01-19T03:29:20.375Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T03:29:20.375Z] ---> Running in d0f189a1d114 [2021-01-19T03:29:20.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:29:20.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:29:20.899Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T03:29:20.899Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T03:29:20.899Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T03:29:20.899Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T03:29:20.899Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T03:29:20.899Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T03:29:21.164Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T03:29:21.226Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T03:29:21.226Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T03:29:21.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T03:29:21.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T03:29:21.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T03:29:21.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T03:29:22.557Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T03:29:22.557Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T03:29:22.557Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T03:29:22.557Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T03:29:22.557Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T03:29:22.557Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T03:29:22.681Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T03:29:22.821Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T03:29:22.821Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T03:29:22.821Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T03:29:22.821Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T03:29:22.821Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T03:29:22.821Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T03:29:23.082Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T03:29:23.082Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T03:29:23.082Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T03:29:23.082Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T03:29:23.344Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T03:29:23.344Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T03:29:23.344Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T03:29:23.608Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T03:29:23.608Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T03:29:23.608Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T03:29:23.686Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T03:29:23.870Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T03:29:23.871Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T03:29:23.871Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T03:29:23.871Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T03:29:24.132Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:29:24.132Z] OK: 71 MiB in 55 packages [2021-01-19T03:29:30.437Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T03:29:30.437Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T03:29:30.437Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T03:29:32.332Z] Removing intermediate container d0f189a1d114 [2021-01-19T03:29:32.332Z] ---> d24b576b655a [2021-01-19T03:29:32.332Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T03:29:32.332Z] ---> Running in d05b1c5be206 [2021-01-19T03:29:33.746Z] Collecting docker-compose==1.23.2 [2021-01-19T03:29:33.746Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T03:29:34.017Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T03:29:34.017Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T03:29:34.285Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T03:29:34.285Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T03:29:34.548Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T03:29:34.548Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T03:29:34.548Z] Collecting PyYAML<4,>=3.10 [2021-01-19T03:29:34.548Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T03:29:35.493Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T03:29:35.493Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T03:29:35.493Z] 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-19T03:29:35.757Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T03:29:35.757Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T03:29:35.757Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T03:29:35.757Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T03:29:36.333Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T03:29:36.333Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T03:29:36.908Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T03:29:36.908Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T03:29:37.171Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T03:29:37.171Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T03:29:37.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.246s coverage: 46.6% of statements [2021-01-19T03:29:37.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T03:29:37.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T03:29:37.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T03:29:37.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T03:29:37.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T03:29:37.439Z] 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-19T03:29:37.439Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T03:29:37.439Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T03:29:37.439Z] 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-19T03:29:37.439Z] Collecting idna<2.8,>=2.5 [2021-01-19T03:29:37.439Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T03:29:37.702Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T03:29:37.702Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T03:29:37.702Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T03:29:37.702Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T03:29:37.702Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, PyYAML, jsonschema, dockerpty, texttable, docopt, docker-compose [2021-01-19T03:29:37.702Z] Attempting uninstall: urllib3 [2021-01-19T03:29:37.702Z] Found existing installation: urllib3 1.25.9 [2021-01-19T03:29:37.702Z] Uninstalling urllib3-1.25.9: [2021-01-19T03:29:37.702Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T03:29:37.964Z] Attempting uninstall: idna [2021-01-19T03:29:37.964Z] Found existing installation: idna 2.9 [2021-01-19T03:29:37.964Z] Uninstalling idna-2.9: [2021-01-19T03:29:37.964Z] Successfully uninstalled idna-2.9 [2021-01-19T03:29:38.227Z] Attempting uninstall: requests [2021-01-19T03:29:38.227Z] Found existing installation: requests 2.23.0 [2021-01-19T03:29:38.227Z] Uninstalling requests-2.23.0: [2021-01-19T03:29:38.227Z] Successfully uninstalled requests-2.23.0 [2021-01-19T03:29:38.803Z] Running setup.py install for PyYAML: started [2021-01-19T03:29:39.381Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T03:29:39.381Z] Running setup.py install for dockerpty: started [2021-01-19T03:29:39.957Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T03:29:39.957Z] Running setup.py install for texttable: started [2021-01-19T03:29:40.221Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T03:29:40.483Z] Running setup.py install for docopt: started [2021-01-19T03:29:40.747Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T03:29:41.010Z] 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-19T03:29:43.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.634s coverage: 27.0% of statements [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T03:29:43.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T03:29:43.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T03:29:43.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.247s coverage: 67.9% of statements [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T03:29:43.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T03:29:44.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.684s coverage: 82.3% of statements [2021-01-19T03:29:44.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T03:29:44.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T03:29:44.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T03:29:44.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T03:29:45.245Z] Removing intermediate container d05b1c5be206 [2021-01-19T03:29:45.245Z] ---> 8c5c4ccb4d6b [2021-01-19T03:29:45.245Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T03:29:45.245Z] ---> Running in f87a69f67bb9 [2021-01-19T03:29:45.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:29:45.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:29:45.507Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T03:29:45.507Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T03:29:45.507Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T03:29:45.507Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:29:45.507Z] OK: 72 MiB in 58 packages [2021-01-19T03:29:46.455Z] Removing intermediate container f87a69f67bb9 [2021-01-19T03:29:46.455Z] ---> 90859899e45c [2021-01-19T03:29:46.455Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T03:29:46.455Z] ---> Running in 45b099bba097 [2021-01-19T03:29:46.718Z] Removing intermediate container 45b099bba097 [2021-01-19T03:29:46.718Z] ---> 53ebb1a2e784 [2021-01-19T03:29:46.718Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:29:46.718Z] ---> Running in d25b6af14a89 [2021-01-19T03:29:46.980Z] Removing intermediate container d25b6af14a89 [2021-01-19T03:29:46.980Z] ---> 28c214f2441b [2021-01-19T03:29:46.980Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T03:29:46.980Z] ---> Running in 081c9c5f1686 [2021-01-19T03:29:47.242Z] Removing intermediate container 081c9c5f1686 [2021-01-19T03:29:47.242Z] ---> 6dd6cc31e76b [2021-01-19T03:29:47.242Z] Step 25/26 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:29:47.242Z] ---> Running in eec9c9e1e8ee [2021-01-19T03:29:47.242Z] Removing intermediate container eec9c9e1e8ee [2021-01-19T03:29:47.242Z] ---> 4f91591afea0 [2021-01-19T03:29:47.242Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T03:29:47.504Z] ---> Running in eb281c8c0f30 [2021-01-19T03:29:47.504Z] Removing intermediate container eb281c8c0f30 [2021-01-19T03:29:47.504Z] ---> ef7a9fa43382 [2021-01-19T03:29:47.504Z] [2021-01-19T03:29:47.767Z] Successfully built ef7a9fa43382 [2021-01-19T03:29:47.767Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T03:29:48.042Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T03:29:48.062Z] $ docker stop --time=1 5f4de2e6a9ccbe690d96ed22e42c29b9692f8df423397374d512efa9ea468a10 [2021-01-19T03:29:49.681Z] $ docker rm -f 5f4de2e6a9ccbe690d96ed22e42c29b9692f8df423397374d512efa9ea468a10 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:29:50.282Z] + docker images [2021-01-19T03:29:50.282Z] + grep docker [2021-01-19T03:29:50.282Z] docker-sys-mgmt-agent-go latest ef7a9fa43382 3 seconds ago 313MB [2021-01-19T03:29:50.282Z] docker-core-metadata-go latest 1b7a819b600d 44 seconds ago 13.1MB [2021-01-19T03:29:50.282Z] docker-core-command-go latest 56601df9f911 44 seconds ago 10.6MB [2021-01-19T03:29:50.282Z] docker-security-proxy-setup-go latest 2abbaa8ac79d 47 seconds ago 24.4MB [2021-01-19T03:29:50.282Z] docker-core-data-go latest d9a6bc56327a About a minute ago 22.3MB [2021-01-19T03:29:50.282Z] docker-security-secretstore-setup-go latest da7a236d5bbc About a minute ago 24.6MB [2021-01-19T03:29:50.282Z] docker-security-bootstrap-redis-go latest 6ad9fa06904e About a minute ago 15.8MB [2021-01-19T03:29:50.282Z] docker-support-notifications-go latest deef58925dc4 About a minute ago 12MB [2021-01-19T03:29:50.282Z] docker-support-scheduler-go latest 49f03c6224da About a minute ago 10.7MB [2021-01-19T03:29:50.282Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [2021-01-19T03:29:50.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.110s coverage: 28.6% of statements [2021-01-19T03:29:50.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T03:29:50.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T03:29:50.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T03:29:50.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T03:29:50.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T03:29:50.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.176s coverage: 100.0% of statements [2021-01-19T03:29:50.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T03:29:50.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-01-19T03:29:50.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [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-19T03:29:51.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.356s coverage: 86.7% of statements [2021-01-19T03:29:51.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T03:29:52.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.301s coverage: 97.5% of statements [2021-01-19T03:29:52.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T03:29:52.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements [2021-01-19T03:29:52.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T03:29:52.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T03:29:52.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T03:29:52.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T03:30:02.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.257s coverage: 92.8% of statements [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T03:30:02.652Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T03:30:02.652Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T03:30:02.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T03:30:02.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.105s coverage: 75.5% of statements [2021-01-19T03:30:02.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T03:30:02.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.112s coverage: 80.8% of statements [2021-01-19T03:30:02.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements [2021-01-19T03:30:02.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements [2021-01-19T03:30:02.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements [2021-01-19T03:30:02.934Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T03:30:06.310Z] Still waiting to schedule task [2021-01-19T03:30:06.310Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-19T03:30:06.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.731s coverage: 63.5% of statements [2021-01-19T03:30:06.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T03:30:06.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T03:30:06.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-01-19T03:30:06.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-01-19T03:30:06.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements [2021-01-19T03:30:06.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.117s coverage: 73.7% of statements [2021-01-19T03:30:07.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-01-19T03:30:11.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.864s coverage: 68.9% of statements [2021-01-19T03:30:11.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T03:30:11.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T03:30:11.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T03:30:11.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T03:30:11.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T03:30:13.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 37.0% of statements [2021-01-19T03:30:13.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T03:30:13.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T03:30:13.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.595s coverage: 84.0% of statements [2021-01-19T03:30:13.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements [2021-01-19T03:30:20.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.406s coverage: 47.1% of statements [2021-01-19T03:30:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T03:30:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T03:30:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T03:30:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T03:30:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T03:30:20.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements [2021-01-19T03:30:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T03:30:20.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-01-19T03:30:20.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T03:30:24.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.991s coverage: 29.1% of statements [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T03:30:24.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T03:30:24.650Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T03:30:24.650Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T03:30:24.650Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T03:30:24.650Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements [2021-01-19T03:30:24.650Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T03:30:24.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T03:30:24.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-01-19T03:30:24.922Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-19T03:30:25.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-19T03:30:26.500Z] GO111MODULE=on go vet ./... [2021-01-19T03:31:08.944Z] Running on prd-ubuntu18.04-docker-8c-8g-21107 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws [2021-01-19T03:31:09.002Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-19T03:31:11.008Z] using credential edgex-jenkins-ssh [2021-01-19T03:31:11.065Z] Cloning the remote Git repository [2021-01-19T03:31:11.088Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T03:31:11.155Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-19T03:31:11.185Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T03:31:11.185Z] > git --version # timeout=10 [2021-01-19T03:31:11.191Z] > git --version # 'git version 2.17.1' [2021-01-19T03:31:11.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:31:11.217Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:31:25.112Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T03:31:25.126Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:31:25.140Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T03:31:25.152Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T03:31:25.152Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:31:25.162Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:31:25.639Z] Merging remotes/origin/master commit cc81cd9a60941bde415ebdc6eaf205dd7f209524 into PR head commit 57833167145affc62033509b974725e85080a4be [2021-01-19T03:31:25.762Z] Merge succeeded, producing 57833167145affc62033509b974725e85080a4be [2021-01-19T03:31:25.763Z] Checking out Revision 57833167145affc62033509b974725e85080a4be (PR-3040) [2021-01-19T03:31:25.647Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:31:25.653Z] > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 [2021-01-19T03:31:25.724Z] > git remote # timeout=10 [2021-01-19T03:31:25.730Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T03:31:25.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:31:25.745Z] > git merge cc81cd9a60941bde415ebdc6eaf205dd7f209524 # timeout=10 [2021-01-19T03:31:25.755Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T03:31:25.763Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:31:25.767Z] > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 [2021-01-19T03:31:29.554Z] Commit message: "build(deps): Bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:31:30.786Z] + echo snap-build.sh [2021-01-19T03:31:30.786Z] snap-build.sh [2021-01-19T03:31:30.786Z] + SNAP_BASE_DIR=. [2021-01-19T03:31:30.786Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-01-19T03:31:30.786Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-01-19T03:31:30.786Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-01-19T03:31:30.786Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-01-19T03:31:30.786Z] + cd /w/workspace/edgex-go/6 [2021-01-19T03:31:30.786Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T03:31:30.786Z] Reading package lists... [2021-01-19T03:31:30.786Z] Building dependency tree... [2021-01-19T03:31:30.786Z] Reading state information... [2021-01-19T03:31:31.048Z] The following packages were automatically installed and are no longer required: [2021-01-19T03:31:31.048Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T03:31:31.048Z] uidmap xdelta3 [2021-01-19T03:31:31.048Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T03:31:31.048Z] The following packages will be REMOVED: [2021-01-19T03:31:31.048Z] lxd* lxd-client* [2021-01-19T03:31:31.627Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T03:31:31.627Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T03:31:32.940Z] (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-19T03:31:32.940Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T03:31:33.891Z] Removing lxd dnsmasq configuration [2021-01-19T03:31:33.891Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T03:31:34.153Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T03:31:34.607Z] gofmt -l . [2021-01-19T03:31:34.607Z] [ "`gofmt -l .`" = "" ] [2021-01-19T03:31:34.878Z] ./bin/test-go-mod-tidy.sh [2021-01-19T03:31:35.098Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T03:31:35.361Z] (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-19T03:31:35.361Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T03:31:35.865Z] ./bin/test-attribution-txt.sh [2021-01-19T03:31:36.751Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T03:31:36.751Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] sh [2021-01-19T03:31:37.507Z] + ls -al . [2021-01-19T03:31:37.507Z] total 684 [2021-01-19T03:31:37.507Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 03:31 . [2021-01-19T03:31:37.507Z] drwxr-xr-x 4 root root 4096 Jan 19 03:28 .. [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 03:26 .dockerignore [2021-01-19T03:31:37.507Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 03:26 .git [2021-01-19T03:31:37.507Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 03:26 .github [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 03:26 .gitignore [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 03:26 .sonarcloud.properties [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 03:26 Attribution.txt [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 03:26 CONTRIBUTING.md [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 03:26 Dockerfile.build [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 03:26 Jenkinsfile [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 03:26 LICENSE [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 03:26 Makefile [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 03:26 README.md [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 03:26 SECURITY.md [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 03:22 VERSION [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 03:26 ZMQWindows.md [2021-01-19T03:31:37.507Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 03:26 bin [2021-01-19T03:31:37.507Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 03:26 cmd [2021-01-19T03:31:37.507Z] -rw-r--r-- 1 root root 550280 Jan 19 03:30 coverage.out [2021-01-19T03:31:37.507Z] -rw-r--r-- 1 root root 981 Jan 19 03:31 go.mod [2021-01-19T03:31:37.507Z] -rw-r--r-- 1 root root 19326 Jan 19 03:31 go.sum [2021-01-19T03:31:37.507Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 03:26 internal [2021-01-19T03:31:37.507Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 03:26 openapi [2021-01-19T03:31:37.507Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 03:26 snap [2021-01-19T03:31:37.507Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 03:26 version.go [Pipeline] sh [2021-01-19T03:31:38.141Z] + sudo snap remove --purge lxd [2021-01-19T03:31:38.141Z] snap "lxd" is not installed [2021-01-19T03:31:38.141Z] + sudo groupadd --force --system lxd [2021-01-19T03:31:38.141Z] ++ whoami [2021-01-19T03:31:38.141Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T03:31:38.141Z] + newgrp - lxd [2021-01-19T03:31:38.141Z] + sudo snap install lxd [2021-01-19T03:31:38.163Z] + '[' -e coverage.out ] [2021-01-19T03:31:38.163Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T03:31:38.227Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T03:31:39.400Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T03:31:40.111Z] + make build [2021-01-19T03:31:40.111Z] 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-19T03:31:46.292Z] 2021-01-19T03:31:43Z INFO Waiting for automatic snapd restart... [2021-01-19T03:31:50.289Z] 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-19T03:32:01.332Z] lxd 4.10 from Canonical* installed [2021-01-19T03:32:01.332Z] + sudo lxd init --auto [2021-01-19T03:32:07.937Z] + sudo snap install --classic snapcraft [2021-01-19T03:32:12.499Z] 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-19T03:32:13.241Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T03:32:13.241Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T03:32:13.241Z] + patch --verbose -p1 [2021-01-19T03:32:13.241Z] Hmm... Looks like a unified diff to me... [2021-01-19T03:32:13.241Z] The text leading up to this was: [2021-01-19T03:32:13.241Z] -------------------------- [2021-01-19T03:32:13.241Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T03:32:13.241Z] |From: Tony Espy [2021-01-19T03:32:13.241Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T03:32:13.241Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T03:32:13.241Z] | [2021-01-19T03:32:13.241Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T03:32:13.241Z] |optimize the snap CI check run for pull requests. When [2021-01-19T03:32:13.241Z] |applied, it essentially strips out everything (apps and [2021-01-19T03:32:13.241Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T03:32:13.241Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T03:32:13.241Z] |catch changes to edgex-go that break the snap build. [2021-01-19T03:32:13.241Z] | [2021-01-19T03:32:13.241Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T03:32:13.241Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T03:32:13.241Z] |resulting in a failed snap build CI check in the associated [2021-01-19T03:32:13.241Z] |pull request. [2021-01-19T03:32:13.241Z] | [2021-01-19T03:32:13.241Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T03:32:13.241Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T03:32:13.241Z] |need to build the finally binary .snap file (and it won't [2021-01-19T03:32:13.241Z] |work with the patch applied). This further reduces the build [2021-01-19T03:32:13.241Z] |time. [2021-01-19T03:32:13.241Z] |--- [2021-01-19T03:32:13.241Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T03:32:13.241Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T03:32:13.241Z] | [2021-01-19T03:32:13.241Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T03:32:13.241Z] |index 1e537489..faf42425 100644 [2021-01-19T03:32:13.241Z] |--- a/snap/snapcraft.yaml [2021-01-19T03:32:13.241Z] |+++ b/snap/snapcraft.yaml [2021-01-19T03:32:13.241Z] -------------------------- [2021-01-19T03:32:13.241Z] patching file snap/snapcraft.yaml [2021-01-19T03:32:13.241Z] Using Plan A... [2021-01-19T03:32:13.241Z] Hunk #1 succeeded at 73. [2021-01-19T03:32:13.241Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-19T03:32:13.241Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-19T03:32:13.241Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-19T03:32:13.241Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-19T03:32:13.241Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-19T03:32:13.241Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-19T03:32:13.241Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-19T03:32:13.241Z] Hmm... Ignoring the trailing garbage. [2021-01-19T03:32:13.241Z] done [2021-01-19T03:32:13.241Z] + sudo snapcraft prime --use-lxd [2021-01-19T03:32:14.625Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T03:32:14.625Z] 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-19T03:32:14.625Z] - README.md [2021-01-19T03:32:14.625Z] - snapcraft.yaml.orig [2021-01-19T03:32:14.625Z] [2021-01-19T03:32:14.626Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T03:32:15.195Z] Launching a container. [2021-01-19T03:32:17.909Z] 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-19T03:32:22.211Z] 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-19T03:32:22.806Z] 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-19T03:32:27.469Z] Waiting for container to be ready [2021-01-19T03:32:27.470Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T03:32:27.470Z] [2021-01-19T03:32:28.192Z] 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-19T03:32:30.018Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T03:32:30.279Z] Waiting for network to be ready... [2021-01-19T03:32:30.852Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T03:32:30.852Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T03:32:31.423Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] [2021-01-19T03:32:31.423Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T03:32:31.423Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T03:32:31.684Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T03:32:31.684Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T03:32:31.684Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T03:32:31.684Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T03:32:31.684Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T03:32:31.684Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T03:32:31.684Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T03:32:31.684Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T03:32:31.684Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T03:32:31.684Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T03:32:31.684Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T03:32:31.684Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] [2021-01-19T03:32:31.684Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T03:32:31.944Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T03:32:32.206Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] [2021-01-19T03:32:32.206Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T03:32:32.206Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T03:32:32.206Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T03:32:32.206Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T03:32:32.206Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T03:32:32.206Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] [2021-01-19T03:32:32.206Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] [2021-01-19T03:32:32.497Z] 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-19T03:32:34.750Z] Fetched 23.7 MB in 4s (5545 kB/s) [2021-01-19T03:32:35.692Z] Reading package lists... [2021-01-19T03:32:35.891Z] 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-19T03:32:35.952Z] Reading package lists... [2021-01-19T03:32:35.952Z] Building dependency tree... [2021-01-19T03:32:35.952Z] Reading state information... [2021-01-19T03:32:36.213Z] The following additional packages will be installed: [2021-01-19T03:32:36.213Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T03:32:36.213Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T03:32:36.213Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T03:32:36.213Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T03:32:36.213Z] Suggested packages: [2021-01-19T03:32:36.213Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T03:32:36.213Z] Recommended packages: [2021-01-19T03:32:36.213Z] gnupg libsasl2-modules [2021-01-19T03:32:36.213Z] The following NEW packages will be installed: [2021-01-19T03:32:36.213Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T03:32:36.213Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T03:32:36.213Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T03:32:36.213Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T03:32:36.213Z] The following packages will be upgraded: [2021-01-19T03:32:36.213Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T03:32:36.213Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T03:32:36.213Z] Need to get 3533 kB of archives. [2021-01-19T03:32:36.213Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T03:32:36.213Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T03:32:36.213Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T03:32:36.213Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T03:32:36.213Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T03:32:36.213Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T03:32:36.213Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T03:32:36.213Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T03:32:36.213Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T03:32:36.473Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T03:32:36.733Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T03:32:36.993Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T03:32:36.993Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T03:32:36.993Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T03:32:37.255Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T03:32:37.255Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T03:32:37.255Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T03:32:37.255Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T03:32:37.255Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T03:32:37.255Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T03:32:37.255Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T03:32:37.255Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T03:32:37.255Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T03:32:37.255Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T03:32:37.516Z] Fetched 3533 kB in 1s (3066 kB/s) [2021-01-19T03:32:37.516Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T03:32:37.516Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T03:32:37.517Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T03:32:37.517Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T03:32:37.778Z] Selecting previously unselected package udev. [2021-01-19T03:32:37.778Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T03:32:37.778Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T03:32:37.778Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T03:32:38.040Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T03:32:38.040Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T03:32:38.040Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T03:32:38.040Z] Selecting previously unselected package fuse. [2021-01-19T03:32:38.040Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T03:32:38.040Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T03:32:38.302Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T03:32:38.302Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T03:32:38.302Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T03:32:38.302Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T03:32:38.564Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T03:32:38.564Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T03:32:38.824Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T03:32:38.824Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T03:32:38.825Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T03:32:38.825Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T03:32:38.825Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T03:32:38.825Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:38.825Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T03:32:38.825Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T03:32:38.825Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:39.086Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T03:32:39.086Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T03:32:39.086Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:39.086Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T03:32:39.086Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T03:32:39.086Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:39.275Z] 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-19T03:32:39.347Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T03:32:39.347Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T03:32:39.347Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:39.347Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T03:32:39.347Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T03:32:39.347Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:39.607Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T03:32:39.607Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T03:32:39.607Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:39.607Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T03:32:39.607Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T03:32:39.607Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:39.868Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T03:32:39.868Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T03:32:39.868Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:39.868Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T03:32:39.868Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T03:32:39.868Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T03:32:39.868Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T03:32:39.868Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T03:32:39.868Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T03:32:40.129Z] Selecting previously unselected package libldap-common. [2021-01-19T03:32:40.129Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T03:32:40.129Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T03:32:40.129Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T03:32:40.129Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T03:32:40.129Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T03:32:40.129Z] Selecting previously unselected package dirmngr. [2021-01-19T03:32:40.129Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T03:32:40.391Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T03:32:40.391Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T03:32:40.391Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T03:32:40.391Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T03:32:40.391Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T03:32:40.391Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T03:32:40.651Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T03:32:40.651Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:40.651Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T03:32:40.651Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T03:32:40.651Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T03:32:41.224Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T03:32:41.224Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:41.224Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T03:32:41.485Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T03:32:41.485Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T03:32:41.485Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:41.485Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:41.485Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:41.485Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:41.485Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:41.485Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:41.746Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T03:32:41.746Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T03:32:41.746Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T03:32:41.747Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T03:32:42.318Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T03:32:42.318Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T03:32:42.318Z] This means they are not meant to be enabled using systemctl. [2021-01-19T03:32:42.318Z] Possible reasons for having this kind of units are: [2021-01-19T03:32:42.318Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T03:32:42.318Z] .wants/ or .requires/ directory. [2021-01-19T03:32:42.318Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T03:32:42.318Z] a requirement dependency on it. [2021-01-19T03:32:42.318Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T03:32:42.318Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T03:32:42.318Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T03:32:42.318Z] instance name specified. [2021-01-19T03:32:42.579Z] Reading package lists... [2021-01-19T03:32:42.579Z] Building dependency tree... [2021-01-19T03:32:42.579Z] Reading state information... [2021-01-19T03:32:42.664Z] 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-19T03:32:42.841Z] The following additional packages will be installed: [2021-01-19T03:32:42.841Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T03:32:42.841Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T03:32:42.841Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T03:32:42.841Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T03:32:42.841Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T03:32:42.841Z] Suggested packages: [2021-01-19T03:32:42.841Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T03:32:42.841Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T03:32:42.841Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T03:32:42.841Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T03:32:42.841Z] systemd-container policykit-1 [2021-01-19T03:32:42.841Z] Recommended packages: [2021-01-19T03:32:42.841Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T03:32:42.841Z] The following NEW packages will be installed: [2021-01-19T03:32:42.841Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T03:32:42.841Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T03:32:42.841Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T03:32:42.841Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T03:32:42.841Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T03:32:42.841Z] The following packages will be upgraded: [2021-01-19T03:32:42.841Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T03:32:43.102Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T03:32:43.102Z] Need to get 35.2 MB of archives. [2021-01-19T03:32:43.102Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T03:32:43.102Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T03:32:43.102Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T03:32:43.672Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T03:32:43.672Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-19T03:32:43.672Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T03:32:43.672Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-19T03:32:43.672Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T03:32:43.672Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T03:32:43.672Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T03:32:43.672Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T03:32:43.672Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T03:32:43.672Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T03:32:43.672Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T03:32:43.962Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-19T03:32:43.962Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T03:32:43.962Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-19T03:32:43.962Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T03:32:43.962Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-19T03:32:43.962Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T03:32:43.962Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-19T03:32:43.962Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T03:32:43.962Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-19T03:32:44.224Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T03:32:44.224Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T03:32:44.224Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T03:32:44.224Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T03:32:44.224Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T03:32:44.224Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T03:32:44.224Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T03:32:44.224Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T03:32:45.605Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T03:32:45.605Z] Fetched 35.2 MB in 2s (14.7 MB/s) [2021-01-19T03:32:45.605Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T03:32:45.605Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T03:32:45.605Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T03:32:46.175Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T03:32:46.175Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T03:32:46.175Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T03:32:46.436Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T03:32:46.436Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T03:32:46.436Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T03:32:46.697Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T03:32:46.697Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T03:32:46.697Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T03:32:46.698Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T03:32:46.964Z] 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-19T03:32:47.284Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T03:32:47.284Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T03:32:47.854Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T03:32:47.854Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T03:32:47.854Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T03:32:47.854Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T03:32:48.119Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T03:32:48.119Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T03:32:48.119Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T03:32:48.380Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T03:32:48.380Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T03:32:48.380Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T03:32:48.380Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T03:32:48.380Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T03:32:48.380Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T03:32:48.641Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T03:32:48.641Z] Checking for services that may need to be restarted...done. [2021-01-19T03:32:48.641Z] Checking for services that may need to be restarted...done. [2021-01-19T03:32:48.903Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T03:32:48.903Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T03:32:48.903Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T03:32:49.473Z] Selecting previously unselected package python3-minimal. [2021-01-19T03:32:49.473Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T03:32:49.473Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T03:32:49.473Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T03:32:49.473Z] Selecting previously unselected package mime-support. [2021-01-19T03:32:49.473Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T03:32:49.473Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T03:32:49.473Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T03:32:49.473Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T03:32:49.473Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T03:32:49.733Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T03:32:49.733Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T03:32:49.733Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T03:32:49.995Z] Selecting previously unselected package python3.6. [2021-01-19T03:32:49.995Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T03:32:49.995Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T03:32:49.995Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T03:32:49.995Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T03:32:49.995Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T03:32:49.995Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T03:32:50.256Z] Selecting previously unselected package python3. [2021-01-19T03:32:50.256Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T03:32:50.256Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T03:32:50.518Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T03:32:50.518Z] Selecting previously unselected package multiarch-support. [2021-01-19T03:32:50.518Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T03:32:50.518Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T03:32:50.518Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T03:32:50.778Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T03:32:50.778Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T03:32:50.778Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T03:32:50.778Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T03:32:50.778Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T03:32:50.778Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T03:32:50.778Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T03:32:50.778Z] Selecting previously unselected package sudo. [2021-01-19T03:32:50.778Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T03:32:51.042Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T03:32:51.042Z] Selecting previously unselected package apparmor. [2021-01-19T03:32:51.042Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T03:32:51.042Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [Pipeline] } [2021-01-19T03:32:51.282Z] $ docker stop --time=1 7d038046a14e4163618c956b3479bb92604bc5a6335d371d207e5dd640bb11cc [2021-01-19T03:32:51.303Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T03:32:51.303Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T03:32:51.303Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T03:32:51.303Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T03:32:51.303Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T03:32:51.303Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T03:32:51.563Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T03:32:51.563Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T03:32:51.564Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T03:32:51.564Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T03:32:51.564Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T03:32:51.564Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T03:32:51.564Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T03:32:51.564Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T03:32:51.564Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T03:32:51.824Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T03:32:51.824Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T03:32:51.824Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T03:32:52.087Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T03:32:52.087Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T03:32:52.087Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T03:32:52.350Z] Selecting previously unselected package openssh-client. [2021-01-19T03:32:52.350Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T03:32:52.350Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T03:32:52.350Z] Selecting previously unselected package squashfs-tools. [2021-01-19T03:32:52.350Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T03:32:52.350Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T03:32:52.610Z] Selecting previously unselected package snapd. [2021-01-19T03:32:52.610Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T03:32:52.610Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T03:32:53.799Z] $ docker rm -f 7d038046a14e4163618c956b3479bb92604bc5a6335d371d207e5dd640bb11cc [2021-01-19T03:32:54.527Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T03:32:54.527Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T03:32:54.810Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T03:32:54.810Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T03:32:54.810Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T03:32:54.810Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T03:32:54.810Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-01-19T03:32:55.070Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T03:32:55.070Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:32:55.644Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T03:32:55.644Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T03:32:55.644Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T03:32:55.644Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T03:32:55.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T03:32:55.645Z] [2021-01-19T03:32:55.645Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:32:55.905Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T03:32:55.905Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T03:32:56.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T03:32:56.029Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T03:32:56.029Z] 29e5d40040c1: Pulling fs layer [2021-01-19T03:32:56.029Z] 1ce36da41761: Pulling fs layer [2021-01-19T03:32:56.029Z] 25b303627fd3: Pulling fs layer [2021-01-19T03:32:56.478Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T03:32:56.478Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T03:32:56.478Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T03:32:56.478Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T03:32:56.478Z] running python rtupdate hooks for python3.6... [2021-01-19T03:32:56.478Z] running python post-rtupdate hooks for python3.6... [2021-01-19T03:32:56.622Z] 29e5d40040c1: Verifying Checksum [2021-01-19T03:32:56.622Z] 29e5d40040c1: Download complete [2021-01-19T03:32:56.739Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T03:32:57.216Z] 29e5d40040c1: Pull complete [2021-01-19T03:32:57.216Z] 1ce36da41761: Verifying Checksum [2021-01-19T03:32:57.216Z] 1ce36da41761: Download complete [2021-01-19T03:32:58.639Z] 1ce36da41761: Pull complete [2021-01-19T03:32:58.913Z] 25b303627fd3: Verifying Checksum [2021-01-19T03:32:58.913Z] 25b303627fd3: Download complete [2021-01-19T03:32:59.287Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T03:32:59.287Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T03:32:59.287Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T03:32:59.287Z] Setting up snapd (2.48+18.04) ... [2021-01-19T03:32:59.858Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T03:32:59.859Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T03:33:00.119Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T03:33:00.379Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T03:33:00.379Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T03:33:00.379Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T03:33:00.640Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T03:33:00.900Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T03:33:00.900Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T03:33:01.162Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T03:33:01.162Z] /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-19T03:33:01.162Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T03:33:01.162Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T03:33:02.110Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T03:33:02.110Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T03:33:02.371Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T03:33:03.313Z] Reading package lists... [2021-01-19T03:33:03.575Z] Reading package lists... [2021-01-19T03:33:03.575Z] Building dependency tree... [2021-01-19T03:33:03.575Z] Reading state information... [2021-01-19T03:33:03.837Z] Calculating upgrade... [2021-01-19T03:33:03.837Z] The following packages will be upgraded: [2021-01-19T03:33:03.837Z] advancecomp base-files bash binutils binutils-common [2021-01-19T03:33:03.837Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T03:33:03.837Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T03:33:03.837Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T03:33:03.837Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T03:33:03.837Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T03:33:03.837Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T03:33:03.837Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T03:33:03.837Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T03:33:03.837Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T03:33:03.837Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T03:33:03.837Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T03:33:03.837Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T03:33:03.837Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T03:33:03.837Z] ubuntu-keyring util-linux [2021-01-19T03:33:04.099Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T03:33:04.099Z] Need to get 63.7 MB of archives. [2021-01-19T03:33:04.099Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T03:33:04.099Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T03:33:04.099Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T03:33:04.670Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T03:33:04.670Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T03:33:04.670Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T03:33:04.670Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T03:33:04.670Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T03:33:04.670Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T03:33:04.670Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-19T03:33:04.670Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-19T03:33:04.670Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-19T03:33:04.931Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T03:33:04.931Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T03:33:04.931Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-19T03:33:04.931Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T03:33:04.931Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T03:33:04.931Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T03:33:04.931Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T03:33:04.931Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T03:33:04.931Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T03:33:05.192Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T03:33:05.193Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T03:33:05.193Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T03:33:05.193Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T03:33:05.193Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T03:33:05.193Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T03:33:05.193Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T03:33:05.193Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T03:33:05.193Z] 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-19T03:33:05.193Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T03:33:05.193Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T03:33:05.193Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T03:33:05.193Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T03:33:05.193Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T03:33:05.452Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T03:33:05.452Z] 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-19T03:33:05.452Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-19T03:33:05.452Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-19T03:33:05.452Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T03:33:05.452Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T03:33:05.452Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T03:33:05.452Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T03:33:05.452Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T03:33:05.452Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T03:33:05.452Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T03:33:05.452Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T03:33:05.452Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T03:33:05.452Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T03:33:05.452Z] 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-19T03:33:05.452Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T03:33:05.452Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T03:33:05.452Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T03:33:05.452Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T03:33:05.452Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-19T03:33:05.452Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T03:33:05.452Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T03:33:05.452Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-19T03:33:05.452Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T03:33:05.452Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T03:33:05.452Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T03:33:05.452Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T03:33:05.452Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T03:33:05.452Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T03:33:05.452Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T03:33:05.714Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T03:33:05.714Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T03:33:05.714Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T03:33:05.714Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T03:33:05.714Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T03:33:05.714Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T03:33:05.714Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T03:33:05.714Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T03:33:05.714Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T03:33:05.714Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T03:33:05.714Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T03:33:05.714Z] 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-19T03:33:05.714Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T03:33:05.714Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T03:33:05.714Z] 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-19T03:33:05.714Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T03:33:05.714Z] 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-19T03:33:05.977Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T03:33:05.977Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T03:33:05.977Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T03:33:05.977Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T03:33:05.977Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T03:33:05.977Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T03:33:05.977Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T03:33:06.239Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T03:33:06.811Z] 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-19T03:33:06.811Z] 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-19T03:33:07.071Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T03:33:07.644Z] 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-19T03:33:07.644Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T03:33:07.644Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T03:33:07.644Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T03:33:07.644Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T03:33:07.644Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T03:33:07.644Z] Fetched 63.7 MB in 4s (18.1 MB/s) [2021-01-19T03:33:07.644Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:07.644Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T03:33:07.644Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T03:33:08.586Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T03:33:08.586Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T03:33:08.586Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T03:33:08.848Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T03:33:09.056Z] 25b303627fd3: Pull complete [2021-01-19T03:33:09.056Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T03:33:09.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T03:33:09.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T03:33:09.291Z] prd-ubuntu18.04-docker-arm64-4c-16g-21104 does not seem to be running inside a container [2021-01-19T03:33:09.371Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T03:33:09.418Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:09.418Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T03:33:09.680Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:09.680Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T03:33:09.680Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:09.941Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T03:33:09.941Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:09.941Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T03:33:09.941Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:10.202Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T03:33:10.202Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:10.202Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T03:33:10.202Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:10.464Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T03:33:10.464Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:10.464Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T03:33:10.464Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:10.464Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T03:33:10.725Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:10.725Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T03:33:10.725Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:10.725Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T03:33:10.986Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:10.986Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T03:33:10.986Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:11.248Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T03:33:11.248Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:11.508Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T03:33:11.508Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T03:33:11.508Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T03:33:12.080Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T03:33:12.080Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T03:33:12.342Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T03:33:12.342Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T03:33:12.342Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T03:33:12.342Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T03:33:12.522Z] $ docker top 75ab19686d97f9ae9e9dd950b4ece5c39b20a2c59e3cdb238633f15fc8dfc36f -eo pid,comm [2021-01-19T03:33:12.602Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T03:33:12.602Z] Installing new version of config file /etc/issue ... [2021-01-19T03:33:12.602Z] Installing new version of config file /etc/issue.net ... [2021-01-19T03:33:12.602Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T03:33:12.602Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T03:33:12.863Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T03:33:12.863Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T03:33:12.863Z] Removing obsolete conffile /etc/default/motd-news ... [Pipeline] { [Pipeline] sh [2021-01-19T03:33:13.126Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:13.126Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T03:33:13.126Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T03:33:13.126Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T03:33:13.387Z] 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-19T03:33:13.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:13.387Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T03:33:13.387Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T03:33:13.387Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T03:33:13.559Z] + grep parallel [2021-01-19T03:33:13.559Z] + docker-compose build --help [2021-01-19T03:33:13.647Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:13.647Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T03:33:13.647Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T03:33:13.647Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T03:33:13.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:13.909Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T03:33:13.909Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T03:33:14.171Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T03:33:14.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:14.171Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T03:33:14.171Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T03:33:14.431Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T03:33:14.431Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:14.431Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T03:33:14.431Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T03:33:14.696Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T03:33:14.696Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:14.696Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T03:33:14.696Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T03:33:14.696Z] Setting up grep (3.1-2build1) ... [2021-01-19T03:33:14.958Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:14.958Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T03:33:14.958Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T03:33:15.218Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T03:33:15.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:15.219Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T03:33:15.219Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T03:33:15.478Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T03:33:15.478Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:15.478Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T03:33:15.478Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T03:33:16.049Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T03:33:16.049Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T03:33:16.311Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T03:33:16.311Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T03:33:16.883Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T03:33:16.883Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:16.883Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T03:33:16.883Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T03:33:16.927Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T03:33:17.216Z] $ docker stop --time=1 75ab19686d97f9ae9e9dd950b4ece5c39b20a2c59e3cdb238633f15fc8dfc36f [2021-01-19T03:33:17.826Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T03:33:17.826Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T03:33:18.086Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T03:33:18.086Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T03:33:18.086Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T03:33:18.353Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:18.353Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T03:33:18.353Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T03:33:18.353Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T03:33:18.614Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:18.614Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T03:33:18.614Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T03:33:18.614Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T03:33:18.876Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:18.876Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T03:33:18.876Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T03:33:18.876Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T03:33:19.136Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:19.136Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T03:33:19.136Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T03:33:19.167Z] $ docker rm -f 75ab19686d97f9ae9e9dd950b4ece5c39b20a2c59e3cdb238633f15fc8dfc36f [2021-01-19T03:33:19.410Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T03:33:19.410Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:19.410Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T03:33:19.410Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T03:33:19.410Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:33:19.730Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:19.730Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T03:33:19.730Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T03:33:19.730Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T03:33:19.730Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T03:33:19.991Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T03:33:19.991Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:19.991Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T03:33:19.991Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T03:33:20.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T03:33:20.040Z] . [Pipeline] withDockerContainer [2021-01-19T03:33:20.251Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T03:33:20.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:20.252Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T03:33:20.252Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T03:33:20.319Z] prd-ubuntu18.04-docker-arm64-4c-16g-21104 does not seem to be running inside a container [2021-01-19T03:33:20.414Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T03:33:20.512Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T03:33:20.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:20.512Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T03:33:20.512Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T03:33:20.774Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T03:33:20.774Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:20.774Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T03:33:21.036Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T03:33:21.299Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T03:33:21.560Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T03:33:21.821Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T03:33:21.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:21.821Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T03:33:21.821Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T03:33:21.852Z] $ docker top 09fa6be248be5cf3a6cb7281b0052979028d3f5d90e786389eea2c10df1165cb -eo pid,comm [2021-01-19T03:33:22.082Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [Pipeline] { [Pipeline] sh [2021-01-19T03:33:22.350Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T03:33:22.350Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T03:33:22.350Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T03:33:22.610Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T03:33:22.610Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:22.610Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T03:33:22.870Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T03:33:22.870Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T03:33:22.945Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T03:33:23.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:23.131Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T03:33:23.392Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T03:33:23.392Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T03:33:23.652Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:23.652Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T03:33:23.652Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T03:33:23.652Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T03:33:23.912Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:23.912Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T03:33:23.912Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T03:33:24.172Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T03:33:24.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:24.434Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T03:33:24.434Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T03:33:24.434Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T03:33:24.434Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T03:33:24.696Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T03:33:24.696Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T03:33:24.696Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T03:33:24.956Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:24.956Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T03:33:24.956Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T03:33:24.956Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T03:33:25.217Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:25.217Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T03:33:25.217Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T03:33:25.217Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T03:33:25.479Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:25.479Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T03:33:25.479Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T03:33:25.740Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T03:33:25.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:25.740Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T03:33:25.740Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T03:33:25.998Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T03:33:25.999Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:25.999Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T03:33:25.999Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T03:33:26.259Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T03:33:26.520Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:26.520Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T03:33:26.520Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T03:33:26.780Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T03:33:26.780Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:26.780Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T03:33:26.780Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T03:33:27.043Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T03:33:27.043Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:27.043Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T03:33:27.043Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T03:33:27.243Z] Building docker-core-command-go ... [2021-01-19T03:33:27.243Z] Building docker-core-data-go ... [2021-01-19T03:33:27.243Z] Building docker-core-metadata-go ... [2021-01-19T03:33:27.243Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T03:33:27.243Z] Building docker-security-proxy-setup-go ... [2021-01-19T03:33:27.243Z] Building docker-security-secretstore-setup-go ... [2021-01-19T03:33:27.243Z] Building docker-support-notifications-go ... [2021-01-19T03:33:27.243Z] Building docker-support-scheduler-go ... [2021-01-19T03:33:27.243Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T03:33:27.243Z] Building docker-security-secretstore-setup-go [2021-01-19T03:33:27.243Z] Building docker-core-metadata-go [2021-01-19T03:33:27.243Z] Building docker-core-command-go [2021-01-19T03:33:27.243Z] Building docker-security-proxy-setup-go [2021-01-19T03:33:27.243Z] Building docker-security-bootstrap-redis-go [2021-01-19T03:33:27.326Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T03:33:27.326Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:27.326Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T03:33:27.326Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T03:33:27.588Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T03:33:27.588Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:27.588Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T03:33:27.588Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T03:33:27.848Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T03:33:27.848Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:27.848Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T03:33:27.848Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T03:33:28.110Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T03:33:28.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T03:33:28.110Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T03:33:28.110Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T03:33:28.370Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T03:33:28.370Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T03:33:28.370Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T03:33:28.370Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T03:33:28.636Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T03:33:28.636Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T03:33:28.636Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T03:33:28.897Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T03:33:29.195Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T03:33:29.195Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T03:33:29.195Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T03:33:29.456Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T03:33:29.456Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T03:33:29.456Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T03:33:29.716Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T03:33:29.716Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T03:33:29.716Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T03:33:29.716Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T03:33:29.982Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T03:33:29.982Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T03:33:29.982Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T03:33:29.982Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T03:33:30.244Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T03:33:30.244Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T03:33:30.244Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T03:33:30.244Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T03:33:31.191Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T03:33:31.191Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T03:33:31.191Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T03:33:31.191Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T03:33:31.452Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T03:33:31.452Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T03:33:31.711Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T03:33:31.711Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T03:33:31.972Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T03:33:31.972Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T03:33:31.972Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T03:33:32.234Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T03:33:32.234Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:32.234Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T03:33:32.494Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:32.494Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T03:33:32.755Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:32.756Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T03:33:32.756Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:32.756Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T03:33:33.700Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:33.700Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T03:33:34.642Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:34.642Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T03:33:35.583Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:35.583Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T03:33:35.845Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:35.845Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T03:33:36.787Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T03:33:36.787Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T03:33:36.787Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T03:33:36.787Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T03:33:36.787Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T03:33:36.787Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T03:33:37.048Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T03:33:37.048Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T03:33:37.309Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T03:33:37.309Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T03:33:37.309Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T03:33:37.309Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T03:33:37.569Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T03:33:37.569Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T03:33:37.569Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T03:33:37.835Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T03:33:37.835Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:37.835Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T03:33:37.835Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:38.096Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:38.096Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:38.096Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T03:33:38.096Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T03:33:38.096Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T03:33:38.096Z] [2021-01-19T03:33:38.096Z] Current default time zone: 'Etc/UTC' [2021-01-19T03:33:38.096Z] Local time is now: Tue Jan 19 03:33:38 UTC 2021. [2021-01-19T03:33:38.096Z] Universal Time is now: Tue Jan 19 03:33:38 UTC 2021. [2021-01-19T03:33:38.096Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T03:33:38.096Z] [2021-01-19T03:33:38.359Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T03:33:38.359Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:38.359Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T03:33:38.359Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T03:33:38.359Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T03:33:38.359Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T03:33:38.359Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T03:33:38.619Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T03:33:38.619Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T03:33:38.619Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T03:33:38.619Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:38.619Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T03:33:38.882Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T03:33:38.882Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T03:33:38.882Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:38.882Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T03:33:39.142Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T03:33:39.142Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T03:33:39.142Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T03:33:39.142Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T03:33:39.142Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T03:33:39.142Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T03:33:39.142Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T03:33:41.054Z] Updating certificates in /etc/ssl/certs... [2021-01-19T03:33:41.996Z] 22 added, 17 removed; done. [2021-01-19T03:33:41.996Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T03:33:41.996Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T03:33:41.996Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T03:33:41.996Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T03:33:41.996Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T03:33:42.259Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T03:33:42.259Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T03:33:42.259Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T03:33:42.259Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T03:33:42.259Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T03:33:42.259Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T03:33:42.259Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T03:33:42.259Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T03:33:42.520Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T03:33:42.520Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T03:33:42.520Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T03:33:42.520Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T03:33:42.520Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T03:33:42.520Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T03:33:42.520Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T03:33:42.781Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T03:33:42.781Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T03:33:42.781Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T03:33:42.781Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T03:33:42.781Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T03:33:42.781Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T03:33:42.781Z] Updating certificates in /etc/ssl/certs... [2021-01-19T03:33:43.353Z] 0 added, 0 removed; done. [2021-01-19T03:33:43.353Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T03:33:43.353Z] done. [2021-01-19T03:33:43.924Z] Reading package lists... [2021-01-19T03:33:43.924Z] Building dependency tree... [2021-01-19T03:33:43.924Z] Reading state information... [2021-01-19T03:33:44.184Z] The following NEW packages will be installed: [2021-01-19T03:33:44.184Z] apt-transport-https [2021-01-19T03:33:44.444Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T03:33:44.445Z] Need to get 1696 B of archives. [2021-01-19T03:33:44.445Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T03:33:44.445Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T03:33:44.445Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T03:33:44.445Z] Fetched 1696 B in 0s (8482 B/s) [2021-01-19T03:33:44.445Z] Selecting previously unselected package apt-transport-https. [2021-01-19T03:33:44.445Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T03:33:44.445Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T03:33:44.445Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T03:33:44.705Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T03:33:44.966Z] Waiting for network to be ready... [2021-01-19T03:33:51.562Z] 2021-01-19T03:33:47Z INFO Waiting for automatic snapd restart... [2021-01-19T03:33:51.562Z] snapd 2.48.2 from Canonical* installed [2021-01-19T03:33:51.823Z] "snapd" switched to the "latest/stable" channel [2021-01-19T03:33:51.823Z] [2021-01-19T03:33:54.375Z] core18 20201210 from Canonical* installed [2021-01-19T03:33:54.635Z] "core18" switched to the "latest/stable" channel [2021-01-19T03:33:54.635Z] [2021-01-19T03:33:57.941Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T03:33:57.941Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T03:33:57.941Z] [2021-01-19T03:34:02.161Z] 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-19T03:34:02.161Z] - README.md [2021-01-19T03:34:02.161Z] - snapcraft.yaml.orig [2021-01-19T03:34:02.161Z] [2021-01-19T03:34:02.161Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T03:34:08.757Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T03:34:08.757Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T03:34:08.757Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T03:34:08.757Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T03:34:09.018Z] Reading package lists... [2021-01-19T03:34:09.590Z] 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-19T03:34:16.181Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T03:34:16.182Z] Reading package lists... [2021-01-19T03:34:16.182Z] Building dependency tree... [2021-01-19T03:34:16.182Z] Reading state information... [2021-01-19T03:34:16.182Z] Suggested packages: [2021-01-19T03:34:16.182Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T03:34:16.182Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T03:34:16.182Z] Recommended packages: [2021-01-19T03:34:16.182Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T03:34:16.182Z] The following NEW packages will be installed: [2021-01-19T03:34:16.182Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T03:34:16.182Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T03:34:16.182Z] pkg-config zip [2021-01-19T03:34:16.182Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T03:34:16.182Z] Need to get 7655 kB of archives. [2021-01-19T03:34:16.182Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T03:34:16.182Z] 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-19T03:34:16.182Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T03:34:16.182Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T03:34:16.443Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T03:34:16.443Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T03:34:16.443Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T03:34:16.443Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T03:34:16.443Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T03:34:16.702Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T03:34:16.702Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T03:34:16.702Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T03:34:16.702Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T03:34:16.702Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T03:34:16.962Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T03:34:16.962Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T03:34:17.223Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T03:34:17.223Z] Fetched 7655 kB in 1s (6683 kB/s) [2021-01-19T03:34:17.223Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T03:34:17.223Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T03:34:17.223Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T03:34:17.223Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T03:34:17.484Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T03:34:17.484Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T03:34:17.484Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T03:34:17.484Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T03:34:17.484Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T03:34:17.484Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T03:34:17.484Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T03:34:17.484Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T03:34:17.484Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T03:34:17.744Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T03:34:17.744Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T03:34:17.744Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T03:34:17.744Z] Selecting previously unselected package liberror-perl. [2021-01-19T03:34:17.744Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T03:34:17.744Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T03:34:17.744Z] Selecting previously unselected package git-man. [2021-01-19T03:34:17.744Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T03:34:17.744Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T03:34:18.006Z] Selecting previously unselected package git. [2021-01-19T03:34:18.006Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T03:34:18.006Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T03:34:18.579Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T03:34:18.579Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T03:34:18.579Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T03:34:18.838Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T03:34:18.838Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T03:34:18.838Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T03:34:18.838Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T03:34:18.838Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T03:34:18.838Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T03:34:19.098Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T03:34:19.099Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T03:34:19.099Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T03:34:19.099Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T03:34:19.099Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T03:34:19.099Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T03:34:19.360Z] Selecting previously unselected package pkg-config. [2021-01-19T03:34:19.360Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T03:34:19.360Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T03:34:19.360Z] Selecting previously unselected package zip. [2021-01-19T03:34:19.360Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T03:34:19.360Z] Unpacking zip (3.0-11build1) ... [2021-01-19T03:34:19.360Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T03:34:19.621Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T03:34:19.621Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T03:34:19.621Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T03:34:19.621Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T03:34:19.621Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T03:34:19.621Z] No schema files found: doing nothing. [2021-01-19T03:34:19.621Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T03:34:19.621Z] Setting up zip (3.0-11build1) ... [2021-01-19T03:34:19.621Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T03:34:19.882Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T03:34:19.882Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T03:34:19.882Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T03:34:19.882Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T03:34:19.882Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T03:34:19.882Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T03:34:19.882Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T03:34:26.474Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T03:34:26.474Z] git set to automatically installed. [2021-01-19T03:34:26.474Z] git-man set to automatically installed. [2021-01-19T03:34:26.474Z] libcurl3-gnutls set to automatically installed. [2021-01-19T03:34:26.474Z] liberror-perl set to automatically installed. [2021-01-19T03:34:26.474Z] libglib2.0-0 set to automatically installed. [2021-01-19T03:34:26.474Z] libnghttp2-14 set to automatically installed. [2021-01-19T03:34:26.474Z] libnorm1 set to automatically installed. [2021-01-19T03:34:26.474Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T03:34:26.474Z] libpsl5 set to automatically installed. [2021-01-19T03:34:26.474Z] librtmp1 set to automatically installed. [2021-01-19T03:34:26.474Z] libsodium23 set to automatically installed. [2021-01-19T03:34:26.474Z] libzmq3-dev set to automatically installed. [2021-01-19T03:34:26.474Z] libzmq5 set to automatically installed. [2021-01-19T03:34:26.474Z] pkg-config set to automatically installed. [2021-01-19T03:34:26.474Z] zip set to automatically installed. [2021-01-19T03:34:28.391Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T03:34:34.978Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T03:34:35.239Z] snap "core18" has no updates available [2021-01-19T03:34:35.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:34:35.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:34:35.264Z] ---> 5c80e39921fb [2021-01-19T03:34:35.264Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T03:34:35.264Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:34:35.264Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:34:35.264Z] ---> 5c80e39921fb [2021-01-19T03:34:35.264Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T03:34:35.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:34:35.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:34:35.264Z] ---> 5c80e39921fb [2021-01-19T03:34:35.264Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T03:34:35.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:34:35.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:34:35.264Z] ---> 5c80e39921fb [2021-01-19T03:34:35.264Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T03:34:35.264Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:34:35.264Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:34:35.264Z] ---> 5c80e39921fb [2021-01-19T03:34:35.264Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T03:34:35.264Z] ---> Running in d2647da15aa2 [2021-01-19T03:34:35.264Z] ---> Running in d2fd56b732c1 [2021-01-19T03:34:35.264Z] ---> Running in f1705df414f3 [2021-01-19T03:34:35.264Z] ---> Running in 485f26437a7f [2021-01-19T03:34:35.264Z] ---> Running in 2ca5607869d1 [2021-01-19T03:34:35.264Z] Removing intermediate container f1705df414f3 [2021-01-19T03:34:35.264Z] ---> 34cd80179c04 [2021-01-19T03:34:35.264Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:34:35.264Z] Removing intermediate container d2fd56b732c1 [2021-01-19T03:34:35.264Z] ---> cb0650378da1 [2021-01-19T03:34:35.264Z] Removing intermediate container d2647da15aa2 [2021-01-19T03:34:35.264Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> f32f80f241d7 [2021-01-19T03:34:35.264Z] [2021-01-19T03:34:35.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:34:35.264Z] Removing intermediate container 485f26437a7f [2021-01-19T03:34:35.264Z] Removing intermediate container 2ca5607869d1 [2021-01-19T03:34:35.264Z] ---> a314d52dd5a6 [2021-01-19T03:34:35.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:34:35.264Z] ---> 27d562cda475 [2021-01-19T03:34:35.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:34:35.264Z] ---> Running in 3465053d863c [2021-01-19T03:34:35.264Z] ---> Running in 7fd605af702f [2021-01-19T03:34:35.264Z] ---> Running in b5ecd4b6479d [2021-01-19T03:34:35.264Z] ---> Running in 5c41ccedf3fa [2021-01-19T03:34:35.264Z] ---> Running in 96f5c159e20b [2021-01-19T03:34:36.181Z] Pulling config-common [2021-01-19T03:34:37.123Z] Pulling go-build-helper [2021-01-19T03:34:37.893Z] Removing intermediate container 3465053d863c [2021-01-19T03:34:37.893Z] ---> 5787d46287f9 [2021-01-19T03:34:37.893Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T03:34:37.893Z] ---> Running in 153cb62e8dc0 [2021-01-19T03:34:38.166Z] Removing intermediate container 7fd605af702f [2021-01-19T03:34:38.166Z] ---> 72bd7550def8 [2021-01-19T03:34:38.166Z] Step 5/22 : RUN apk add --update --no-cache make gitRemoving intermediate container b5ecd4b6479d [2021-01-19T03:34:38.166Z] ---> b98650e53fbb [2021-01-19T03:34:38.166Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T03:34:38.166Z] [2021-01-19T03:34:38.442Z] ---> Running in 440ab870023a [2021-01-19T03:34:38.442Z] ---> Running in 3f86a2e39f71 [2021-01-19T03:34:38.442Z] Removing intermediate container 5c41ccedf3fa [2021-01-19T03:34:38.442Z] ---> c1476bf1f273 [2021-01-19T03:34:38.442Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T03:34:38.722Z] Removing intermediate container 96f5c159e20b [2021-01-19T03:34:38.722Z] ---> d71725f49a83 [2021-01-19T03:34:38.722Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T03:34:38.995Z] ---> Running in 56645c351ba5 [2021-01-19T03:34:39.270Z] ---> Running in 91fd7e1185e7 [2021-01-19T03:34:39.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:34:40.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:34:40.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:34:40.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:34:41.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:34:41.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:34:41.309Z] OK: 217 MiB in 51 packages [2021-01-19T03:34:41.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:34:41.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:34:41.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:34:41.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:34:42.475Z] OK: 217 MiB in 51 packages [2021-01-19T03:34:42.475Z] OK: 217 MiB in 51 packages [2021-01-19T03:34:42.764Z] OK: 217 MiB in 51 packages [2021-01-19T03:34:42.764Z] OK: 217 MiB in 51 packages [2021-01-19T03:34:43.058Z] Removing intermediate container 153cb62e8dc0 [2021-01-19T03:34:43.058Z] ---> 621145d0e40e [2021-01-19T03:34:43.058Z] Step 6/21 : COPY go.mod . [2021-01-19T03:34:44.063Z] ---> 617db152c7e4 [2021-01-19T03:34:44.063Z] Step 7/21 : RUN go mod download [2021-01-19T03:34:44.063Z] Removing intermediate container 3f86a2e39f71 [2021-01-19T03:34:44.063Z] ---> 47dda6d724de [2021-01-19T03:34:44.063Z] Step 6/22 : COPY go.mod . [2021-01-19T03:34:44.339Z] ---> Running in 3ebac482155d [2021-01-19T03:34:44.339Z] Removing intermediate container 440ab870023a [2021-01-19T03:34:44.339Z] ---> 180cbcb0be3d [2021-01-19T03:34:44.339Z] Step 6/22 : COPY go.mod . [2021-01-19T03:34:44.619Z] Removing intermediate container 56645c351ba5 [2021-01-19T03:34:44.619Z] ---> 959ffb6c1ae0 [2021-01-19T03:34:44.619Z] Step 6/24 : COPY go.mod . [2021-01-19T03:34:44.619Z] Removing intermediate container 91fd7e1185e7 [2021-01-19T03:34:44.619Z] ---> e82590686aec [2021-01-19T03:34:44.619Z] Step 6/22 : COPY go.mod . [2021-01-19T03:34:45.608Z] ---> 0f3b2039f57c [2021-01-19T03:34:45.608Z] Step 7/22 : RUN go mod download [2021-01-19T03:34:45.608Z] ---> f041e70cb55a [2021-01-19T03:34:45.608Z] Step 7/22 : RUN go mod download [2021-01-19T03:34:45.608Z] ---> Running in 35bff3e0b914 [2021-01-19T03:34:45.885Z] ---> Running in 4901a18159f2 [2021-01-19T03:34:45.885Z] ---> caea0f2a3e55 [2021-01-19T03:34:45.885Z] Step 7/22 : RUN go mod download [2021-01-19T03:34:45.885Z] ---> 4eca932d3ddd [2021-01-19T03:34:45.885Z] Step 7/24 : RUN go mod download [2021-01-19T03:34:46.166Z] ---> Running in a05703f55f60 [2021-01-19T03:34:46.166Z] ---> Running in f7379dbd8b10 [2021-01-19T03:34:47.620Z] Removing intermediate container 3ebac482155d [2021-01-19T03:34:47.620Z] ---> f226b2c0d778 [2021-01-19T03:34:47.620Z] Step 8/21 : COPY . . [2021-01-19T03:34:52.009Z] Removing intermediate container 35bff3e0b914 [2021-01-19T03:34:52.009Z] ---> 2c18eb49e40b [2021-01-19T03:34:52.009Z] Step 8/22 : COPY . . [2021-01-19T03:34:52.009Z] Removing intermediate container 4901a18159f2 [2021-01-19T03:34:52.009Z] ---> faf31acc5ea1 [2021-01-19T03:34:52.009Z] Step 8/22 : COPY . . [2021-01-19T03:34:52.606Z] Removing intermediate container f7379dbd8b10 [2021-01-19T03:34:52.606Z] ---> c1a308e6ea28 [2021-01-19T03:34:52.606Z] Step 8/24 : COPY . . [2021-01-19T03:34:52.606Z] Removing intermediate container a05703f55f60 [2021-01-19T03:34:52.606Z] ---> 486ac9db6331 [2021-01-19T03:34:52.606Z] Step 8/22 : COPY . . [2021-01-19T03:34:59.088Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T03:34:59.088Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T03:34:59.088Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T03:34:59.088Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1512 kB] [2021-01-19T03:34:59.088Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T03:34:59.088Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T03:34:59.088Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T03:34:59.088Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T03:34:59.088Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T03:34:59.088Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T03:34:59.088Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T03:34:59.088Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T03:34:59.088Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T03:34:59.088Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T03:34:59.088Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T03:34:59.088Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T03:34:59.088Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1099 kB] [2021-01-19T03:34:59.088Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T03:34:59.088Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T03:34:59.088Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1843 kB] [2021-01-19T03:34:59.088Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T03:34:59.088Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T03:34:59.088Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T03:34:59.088Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T03:34:59.088Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T03:34:59.088Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1705 kB] [2021-01-19T03:34:59.088Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [359 kB] [2021-01-19T03:34:59.088Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T03:34:59.088Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T03:34:59.088Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T03:34:59.088Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T03:34:59.088Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T03:34:59.088Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T03:34:59.088Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T03:34:59.088Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T03:34:59.088Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T03:34:59.088Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T03:34:59.088Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T03:34:59.088Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T03:34:59.088Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T03:34:59.088Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T03:34:59.089Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T03:34:59.089Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T03:34:59.089Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T03:34:59.089Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T03:34:59.089Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T03:34:59.089Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T03:34:59.089Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T03:34:59.089Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T03:34:59.089Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T03:34:59.089Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T03:34:59.089Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T03:34:59.089Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T03:34:59.089Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T03:34:59.089Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T03:34:59.089Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T03:34:59.089Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T03:34:59.089Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T03:34:59.089Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T03:34:59.089Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T03:34:59.089Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T03:34:59.089Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T03:34:59.089Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T03:34:59.089Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T03:34:59.089Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T03:35:01.636Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T03:35:01.636Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T03:35:01.636Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T03:35:01.636Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T03:35:01.636Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T03:35:01.636Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T03:35:01.636Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T03:35:01.636Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T03:35:01.637Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T03:35:01.637Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T03:35:01.637Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T03:35:01.637Z] Pulling static-packages [2021-01-19T03:35:02.208Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-19T03:35:02.208Z] Skipping pull go-build-helper (already ran) [2021-01-19T03:35:02.208Z] Skipping pull static-packages (already ran) [2021-01-19T03:35:02.208Z] Building go-build-helper [2021-01-19T03:35:06.411Z] Building static-packages [2021-01-19T03:35:07.796Z] Staging go-build-helper [2021-01-19T03:35:08.738Z] Staging static-packages [2021-01-19T03:35:09.680Z] Pulling go115 [2021-01-19T03:35:10.622Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T03:35:10.622Z] Skipping pull go115 (already ran) [2021-01-19T03:35:10.622Z] Building go115 [2021-01-19T03:35:10.622Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T03:35:10.622Z] Dload Upload Total Spent Left Speed [2021-01-19T03:35:13.691Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 11.3M 0 0 20.5M 0 0:00:05 --:--:-- 0:00:05 20.5M 43 115M 43 50.1M 0 0 31.9M 0 0:00:03 0:00:01 0:00:02 31.9M 75 115M 75 87.2M 0 0 34.1M 0 0:00:03 0:00:02 0:00:01 34.1M 100 115M 100 115M 0 0 35.2M 0 0:00:03 0:00:03 --:--:-- 35.2M [2021-01-19T03:35:14.262Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T03:35:14.795Z] ---> b093e5a7c3c8 [2021-01-19T03:35:14.795Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T03:35:14.795Z] ---> b99c67ed0ffa [2021-01-19T03:35:14.795Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T03:35:14.795Z] ---> b17bd2bc7c11 [2021-01-19T03:35:14.795Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T03:35:14.795Z] ---> 9bb2e78a50ec [2021-01-19T03:35:14.795Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T03:35:14.795Z] ---> Running in 31e5e7d4d285 [2021-01-19T03:35:14.795Z] ---> Running in 3583eeee9ceb [2021-01-19T03:35:14.795Z] ---> Running in f4fe1d2d0ce7 [2021-01-19T03:35:14.795Z] ---> Running in 36d316fb6a40 [2021-01-19T03:35:14.795Z] ---> e1095d617c34 [2021-01-19T03:35:14.795Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T03:35:15.403Z] ---> Running in e8b22a4dd28f [2021-01-19T03:35:16.388Z] 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-19T03:35:16.669Z] 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-19T03:35:17.271Z] 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-19T03:35:17.271Z] 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-19T03:35:17.271Z] 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-19T03:35:18.470Z] Staging go115 [2021-01-19T03:35:23.763Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T03:35:23.763Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T03:35:23.763Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T03:35:23.763Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T03:35:23.763Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T03:35:23.763Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T03:35:23.763Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T03:35:23.763Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T03:35:23.763Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T03:35:23.763Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T03:35:23.763Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T03:35:23.763Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T03:35:23.763Z] Pulling edgex-go [2021-01-19T03:35:24.705Z] Pulling version [2021-01-19T03:35:25.647Z] Building config-common [2021-01-19T03:35:27.560Z] Skipping build go-build-helper (already ran) [2021-01-19T03:35:27.560Z] Skipping build static-packages (already ran) [2021-01-19T03:35:27.560Z] Skipping build go115 (already ran) [2021-01-19T03:35:27.560Z] Building edgex-go [2021-01-19T03:35:27.822Z] 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-19T03:35:29.735Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-19T03:35:29.735Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-19T03:35:29.735Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-19T03:35:29.735Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T03:35:29.735Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T03:35:29.735Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T03:35:29.735Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T03:35:29.735Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-19T03:35:29.735Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T03:35:29.735Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T03:35:29.735Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T03:35:29.735Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T03:35:29.735Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T03:35:29.735Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T03:35:29.735Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T03:35:29.735Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T03:35:29.735Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T03:35:29.735Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T03:35:29.735Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T03:35:29.735Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T03:35:29.735Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T03:35:29.735Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T03:35:29.735Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T03:35:29.735Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T03:35:29.996Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T03:35:29.996Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-19T03:35:36.581Z] 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-19T03:35:40.779Z] 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-19T03:35:41.718Z] 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-19T03:35:42.658Z] 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-19T03:35:42.919Z] 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-19T03:35:43.180Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-19T03:35:43.180Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T03:35:43.180Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T03:35:43.180Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T03:35:45.093Z] 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-19T03:35:45.093Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T03:35:45.093Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T03:35:46.038Z] 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-19T03:35:46.980Z] 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-19T03:35:46.980Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T03:35:47.921Z] 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-19T03:35:48.862Z] 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-19T03:35:49.432Z] 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-19T03:35:49.432Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T03:35:51.975Z] Building version [2021-01-19T03:35:53.358Z] Staging config-common [2021-01-19T03:35:54.306Z] Skipping stage go-build-helper (already ran) [2021-01-19T03:35:54.306Z] Skipping stage static-packages (already ran) [2021-01-19T03:35:54.306Z] Skipping stage go115 (already ran) [2021-01-19T03:35:54.306Z] Staging edgex-go [2021-01-19T03:35:55.248Z] Staging version [2021-01-19T03:35:56.190Z] Priming config-common [2021-01-19T03:35:57.133Z] Priming go-build-helper [2021-01-19T03:35:58.076Z] Priming static-packages [2021-01-19T03:36:00.619Z] Priming go115 [2021-01-19T03:36:01.192Z] Priming edgex-go [2021-01-19T03:36:02.139Z] Priming version [2021-01-19T03:36:03.081Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T03:36:39.086Z] 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-19T03:36:39.087Z] 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-19T03:36:44.566Z] Removing intermediate container f4fe1d2d0ce7 [2021-01-19T03:36:44.566Z] ---> 2bf11056807e [2021-01-19T03:36:44.566Z] [2021-01-19T03:36:44.566Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T03:36:44.856Z] 3.12: Pulling from library/alpine [2021-01-19T03:36:47.552Z] Removing intermediate container e8b22a4dd28f [2021-01-19T03:36:47.552Z] ---> 9ff6a6690001 [2021-01-19T03:36:47.552Z] [2021-01-19T03:36:47.552Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T03:36:47.552Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T03:36:47.552Z] 3.12: Pulling from library/alpine [2021-01-19T03:36:47.552Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T03:36:47.552Z] ---> afeebe901d6b [2021-01-19T03:36:47.552Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T03:36:47.857Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T03:36:47.857Z] Status: Image is up to date for alpine:3.12 [2021-01-19T03:36:47.857Z] ---> afeebe901d6b [2021-01-19T03:36:47.857Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T03:36:48.140Z] ---> Running in c103c46eae3e [2021-01-19T03:36:48.140Z] ---> Running in 9f305dfcd986 [2021-01-19T03:36:51.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:36:51.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:36:51.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:36:51.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:36:51.857Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T03:36:51.857Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T03:36:52.133Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T03:36:52.133Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T03:36:52.133Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T03:36:52.133Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T03:36:52.133Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T03:36:52.133Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T03:36:52.133Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T03:36:52.133Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:36:52.133Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T03:36:52.133Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:36:52.133Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T03:36:52.133Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T03:36:52.412Z] OK: 7 MiB in 19 packages [2021-01-19T03:36:52.689Z] OK: 7 MiB in 19 packages [2021-01-19T03:36:53.679Z] Removing intermediate container 3583eeee9ceb [2021-01-19T03:36:53.679Z] ---> cdce52caddcb [2021-01-19T03:36:53.679Z] [2021-01-19T03:36:53.679Z] Step 10/22 : FROM scratch [2021-01-19T03:36:53.679Z] ---> [2021-01-19T03:36:53.679Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T03:36:53.956Z] Removing intermediate container 31e5e7d4d285 [2021-01-19T03:36:53.956Z] ---> c1cb9dd507de [2021-01-19T03:36:53.956Z] [2021-01-19T03:36:53.957Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T03:36:53.957Z] ---> afeebe901d6b [2021-01-19T03:36:53.957Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T03:36:54.228Z] ---> Running in 0d1734df6e67 [2021-01-19T03:36:54.228Z] ---> Running in d2b168809240 [2021-01-19T03:36:55.670Z] Removing intermediate container 0d1734df6e67 [2021-01-19T03:36:55.670Z] ---> 7da33337e6f6 [2021-01-19T03:36:55.670Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T03:36:55.670Z] ---> Running in a39e8a0e4a2f [2021-01-19T03:36:55.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:36:55.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:36:55.944Z] Removing intermediate container c103c46eae3e [2021-01-19T03:36:55.944Z] ---> 29b6a9df5e32 [2021-01-19T03:36:55.944Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T03:36:56.219Z] Removing intermediate container 9f305dfcd986 [2021-01-19T03:36:56.219Z] ---> f340894286c9 [2021-01-19T03:36:56.219Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T03:36:56.219Z] ---> Running in ee2afe9d280f [2021-01-19T03:36:56.219Z] ---> Running in ab6e8ec190ab [2021-01-19T03:36:56.492Z] Removing intermediate container a39e8a0e4a2f [2021-01-19T03:36:56.492Z] ---> 3c1e6f5967e1 [2021-01-19T03:36:56.492Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T03:36:56.492Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T03:36:56.492Z] ---> Running in f7b2ee8b96c5 [2021-01-19T03:36:56.492Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T03:36:56.492Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T03:36:56.492Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T03:36:56.764Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:36:56.764Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T03:36:57.036Z] OK: 7 MiB in 18 packages [2021-01-19T03:36:57.036Z] Removing intermediate container ee2afe9d280f [2021-01-19T03:36:57.036Z] ---> 15e4709592f5 [2021-01-19T03:36:57.036Z] Step 13/22 : WORKDIR / [2021-01-19T03:36:57.313Z] Removing intermediate container ab6e8ec190ab [2021-01-19T03:36:57.313Z] ---> 991b81dc7fbc [2021-01-19T03:36:57.313Z] Step 13/24 : WORKDIR / [2021-01-19T03:36:57.313Z] ---> Running in d184730ca53d [2021-01-19T03:36:57.313Z] Removing intermediate container f7b2ee8b96c5 [2021-01-19T03:36:57.313Z] ---> 133d98d6b735 [2021-01-19T03:36:57.313Z] Step 14/22 : WORKDIR / [2021-01-19T03:36:57.587Z] ---> Running in 067e3c30a617 [2021-01-19T03:36:57.587Z] ---> Running in 39b9c43c8700 [2021-01-19T03:36:58.187Z] Removing intermediate container d184730ca53d [2021-01-19T03:36:58.187Z] ---> 1853e79565fa [2021-01-19T03:36:58.187Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:36:58.465Z] Removing intermediate container 067e3c30a617 [2021-01-19T03:36:58.465Z] ---> 00fcbe7cc8b9 [2021-01-19T03:36:58.465Z] 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-19T03:36:58.739Z] Removing intermediate container 39b9c43c8700 [2021-01-19T03:36:58.739Z] ---> 1d28cd0538fb [2021-01-19T03:36:58.739Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:36:59.342Z] Removing intermediate container d2b168809240 [2021-01-19T03:36:59.342Z] ---> f21c96205c93 [2021-01-19T03:36:59.343Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T03:36:59.618Z] ---> b31e3255716b [2021-01-19T03:36:59.618Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T03:36:59.891Z] ---> Running in 6c3ba397130c [2021-01-19T03:36:59.891Z] ---> 42380c63e157 [2021-01-19T03:36:59.891Z] 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-19T03:37:00.173Z] ---> e8d00724a5ba [2021-01-19T03:37:00.173Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T03:37:00.781Z] Removing intermediate container 6c3ba397130c [2021-01-19T03:37:00.781Z] ---> fb76f48cb1af [2021-01-19T03:37:00.781Z] Step 13/21 : WORKDIR /edgex [2021-01-19T03:37:01.375Z] ---> Running in 03dd9d8a4e75 [2021-01-19T03:37:01.375Z] ---> ae43d1a29b30 [2021-01-19T03:37:01.375Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T03:37:01.652Z] ---> 29f1bd5d98d6 [2021-01-19T03:37:01.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T03:37:01.928Z] ---> d4851fc01f93 [2021-01-19T03:37:01.928Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T03:37:02.207Z] Removing intermediate container 03dd9d8a4e75 [2021-01-19T03:37:02.207Z] ---> b82206529f9a [2021-01-19T03:37:02.207Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T03:37:02.819Z] ---> b1991cd604cc [2021-01-19T03:37:02.819Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T03:37:03.094Z] ---> 7ccc69848663 [2021-01-19T03:37:03.095Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T03:37:03.095Z] ---> df783dfa714a [2021-01-19T03:37:03.095Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T03:37:03.695Z] ---> Running in d9182efcdd78 [2021-01-19T03:37:03.972Z] ---> 27b84c03f242 [2021-01-19T03:37:03.972Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T03:37:04.955Z] ---> 0eb49ccaaf15 [2021-01-19T03:37:04.955Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T03:37:04.955Z] ---> c209569e9844 [2021-01-19T03:37:04.955Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T03:37:04.955Z] ---> Running in e80c0b997d65 [2021-01-19T03:37:04.955Z] Removing intermediate container d9182efcdd78 [2021-01-19T03:37:04.955Z] ---> 605a01888d76 [2021-01-19T03:37:04.955Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:37:05.247Z] ---> 0e0aef00c884 [2021-01-19T03:37:05.247Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T03:37:05.247Z] Removing intermediate container 36d316fb6a40 [2021-01-19T03:37:05.247Z] ---> 5866f86f60f2 [2021-01-19T03:37:05.247Z] [2021-01-19T03:37:05.247Z] Step 10/22 : FROM scratch [2021-01-19T03:37:05.247Z] ---> [2021-01-19T03:37:05.247Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T03:37:05.520Z] ---> Using cache [2021-01-19T03:37:05.520Z] ---> 7da33337e6f6 [2021-01-19T03:37:05.520Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T03:37:05.792Z] ---> Running in 6df412d62346 [2021-01-19T03:37:05.792Z] ---> Running in 592c3137cc35 [2021-01-19T03:37:06.773Z] ---> e77ca7438748 [2021-01-19T03:37:06.773Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T03:37:06.773Z] Removing intermediate container 6df412d62346 [2021-01-19T03:37:06.773Z] ---> 934fea11e4ae [2021-01-19T03:37:06.773Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T03:37:06.773Z] Removing intermediate container 592c3137cc35 [2021-01-19T03:37:06.773Z] ---> 747a921cdebc [2021-01-19T03:37:06.773Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T03:37:07.048Z] ---> Running in 6475ead1ec61 [2021-01-19T03:37:07.048Z] ---> 53131e615cd9 [2021-01-19T03:37:07.048Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T03:37:07.048Z] ---> Running in 97309378d13b [2021-01-19T03:37:07.326Z] ---> Running in 1ebd30978443 [2021-01-19T03:37:07.921Z] Removing intermediate container 6475ead1ec61 [2021-01-19T03:37:07.921Z] ---> bba77e3c9b04 [2021-01-19T03:37:07.921Z] Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:37:07.921Z] ---> e94faded2e14 [2021-01-19T03:37:07.921Z] 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-19T03:37:07.921Z] Removing intermediate container 97309378d13b [2021-01-19T03:37:07.921Z] ---> 57d29b9771f7 [2021-01-19T03:37:07.921Z] Step 14/22 : WORKDIR / [2021-01-19T03:37:08.196Z] ---> Running in ea6aa7354785 [2021-01-19T03:37:08.196Z] Removing intermediate container 1ebd30978443 [2021-01-19T03:37:08.196Z] ---> e2a828e304a9 [2021-01-19T03:37:08.196Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T03:37:08.196Z] ---> Running in 6bbd3eaa20eb [2021-01-19T03:37:08.196Z] ---> Running in e4ac4103d313 [2021-01-19T03:37:08.470Z] ---> Running in 366f71516fcb [2021-01-19T03:37:08.470Z] Removing intermediate container e80c0b997d65 [2021-01-19T03:37:08.470Z] ---> 8f044bf5e26f [2021-01-19T03:37:08.470Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T03:37:08.752Z] Removing intermediate container ea6aa7354785 [2021-01-19T03:37:08.752Z] ---> 325e6b767abd [2021-01-19T03:37:08.752Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T03:37:09.024Z] ---> Running in cd9aa24a4167 [2021-01-19T03:37:09.024Z] ---> Running in ebad14cea731 [2021-01-19T03:37:09.024Z] Removing intermediate container 6bbd3eaa20eb [2021-01-19T03:37:09.024Z] ---> b467d8220936 [2021-01-19T03:37:09.024Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:37:09.024Z] Removing intermediate container 366f71516fcb [2021-01-19T03:37:09.024Z] ---> 2972408014b8 [2021-01-19T03:37:09.024Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T03:37:09.297Z] ---> Running in 1372fb1eb2c7 [2021-01-19T03:37:09.573Z] Removing intermediate container cd9aa24a4167 [2021-01-19T03:37:09.573Z] ---> 263bdb32ca90 [2021-01-19T03:37:09.573Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T03:37:09.851Z] Removing intermediate container ebad14cea731 [2021-01-19T03:37:09.851Z] ---> 6bd542e4bfee [2021-01-19T03:37:09.851Z] [2021-01-19T03:37:09.851Z] ---> Running in 0fbc7d662f72 [2021-01-19T03:37:10.130Z] Removing intermediate container 1372fb1eb2c7 [2021-01-19T03:37:10.130Z] ---> 2b3606a02274 [2021-01-19T03:37:10.130Z] Step 20/21 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:37:10.130Z] ---> 6738c67386f3 [2021-01-19T03:37:10.130Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T03:37:10.415Z] Successfully built 6bd542e4bfee [2021-01-19T03:37:10.415Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T03:37:10.415Z] Building docker-support-notifications-go [2021-01-19T03:37:10.415Z] ---> Running in 73949a6f73f0 [2021-01-19T03:37:10.691Z]  Building docker-core-command-go ... done Removing intermediate container 0fbc7d662f72 [2021-01-19T03:37:10.691Z] ---> b10ba62ce63b [2021-01-19T03:37:10.691Z] Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:37:10.968Z] ---> Running in 03f487edcba4 [2021-01-19T03:37:11.243Z] Removing intermediate container 73949a6f73f0 [2021-01-19T03:37:11.243Z] ---> 017fbbc24660 [2021-01-19T03:37:11.243Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T03:37:11.516Z] ---> Running in c5f31f98cd0e [2021-01-19T03:37:11.516Z] Removing intermediate container e4ac4103d313 [2021-01-19T03:37:11.516Z] ---> 493afe26859f [2021-01-19T03:37:11.516Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T03:37:12.113Z] Removing intermediate container 03f487edcba4 [2021-01-19T03:37:12.113Z] ---> 1a1c04ea2aa7 [2021-01-19T03:37:12.113Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T03:37:12.715Z] ---> Running in 119fc1ca4d0b [2021-01-19T03:37:12.715Z] ---> 2515074b461a [2021-01-19T03:37:12.715Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T03:37:12.715Z] ---> Running in aea1af533fc5 [2021-01-19T03:37:12.989Z] Removing intermediate container c5f31f98cd0e [2021-01-19T03:37:12.989Z] ---> 24235f533cf8 [2021-01-19T03:37:12.989Z] [2021-01-19T03:37:13.262Z] Successfully built 24235f533cf8 [2021-01-19T03:37:13.855Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T03:37:13.855Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-19T03:37:13.855Z] Removing intermediate container 119fc1ca4d0b [2021-01-19T03:37:13.855Z] ---> dcd8d23dd991 [2021-01-19T03:37:13.855Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T03:37:14.450Z] Removing intermediate container aea1af533fc5 [2021-01-19T03:37:14.450Z] ---> 8b986b28ae67 [2021-01-19T03:37:14.450Z] [2021-01-19T03:37:14.450Z] ---> 71f2727dd610 [2021-01-19T03:37:14.450Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T03:37:14.450Z] ---> Running in c6b584979d10 [2021-01-19T03:37:14.725Z] ---> Running in 67a1b5d77ec2 [2021-01-19T03:37:14.725Z] Successfully built 8b986b28ae67 [2021-01-19T03:37:14.725Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T03:37:14.725Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T03:37:15.331Z] Removing intermediate container c6b584979d10 [2021-01-19T03:37:15.331Z] ---> 68060469be4c [2021-01-19T03:37:15.331Z] Step 23/24 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:37:15.331Z] Removing intermediate container 67a1b5d77ec2 [2021-01-19T03:37:15.331Z] ---> 2ef2a950fa11 [2021-01-19T03:37:15.331Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:37:15.604Z] ---> Running in 88f11d9db0be [2021-01-19T03:37:15.604Z] ---> Running in b145fed2416e [2021-01-19T03:37:16.587Z] Removing intermediate container 88f11d9db0be [2021-01-19T03:37:16.587Z] ---> e9873e70dc73 [2021-01-19T03:37:16.587Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T03:37:17.223Z] Removing intermediate container b145fed2416e [2021-01-19T03:37:17.223Z] ---> fb7a784844e2 [2021-01-19T03:37:17.223Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T03:37:17.822Z] ---> Running in 4735793790e6 [2021-01-19T03:37:18.421Z] ---> Running in d5ec5080b799 [2021-01-19T03:37:18.696Z] Removing intermediate container 4735793790e6 [2021-01-19T03:37:18.696Z] ---> cb6547e5ea1e [2021-01-19T03:37:18.696Z] [2021-01-19T03:37:18.970Z] Successfully built cb6547e5ea1e [2021-01-19T03:37:18.970Z] Removing intermediate container d5ec5080b799 [2021-01-19T03:37:18.970Z] ---> e80865139bc6 [2021-01-19T03:37:18.970Z] Step 21/22 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:37:18.970Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T03:37:18.970Z] Building docker-support-scheduler-go [2021-01-19T03:37:19.567Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 06ef3c1487b2 [2021-01-19T03:37:19.842Z] Removing intermediate container 06ef3c1487b2 [2021-01-19T03:37:19.842Z] ---> 3a3b82a5aee5 [2021-01-19T03:37:19.842Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T03:37:20.113Z] ---> Running in 82347db46533 [2021-01-19T03:37:20.714Z] Removing intermediate container 82347db46533 [2021-01-19T03:37:20.714Z] ---> 7796e0f57c5a [2021-01-19T03:37:20.714Z] [2021-01-19T03:37:20.995Z] Successfully built 7796e0f57c5a [2021-01-19T03:37:20.995Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T03:37:59.988Z]  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:37:59.988Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:37:59.988Z] ---> 5c80e39921fb [2021-01-19T03:37:59.988Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T03:37:59.988Z] ---> Using cache [2021-01-19T03:37:59.988Z] ---> a314d52dd5a6 [2021-01-19T03:37:59.988Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:37:59.988Z] ---> Using cache [2021-01-19T03:37:59.988Z] ---> b98650e53fbb [2021-01-19T03:37:59.988Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T03:37:59.988Z] ---> Running in f5be5ebc85fc [2021-01-19T03:38:01.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:38:02.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:38:02.632Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:38:02.632Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:38:02.632Z] ---> 5c80e39921fb [2021-01-19T03:38:02.632Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T03:38:02.632Z] ---> Using cache [2021-01-19T03:38:02.632Z] ---> a314d52dd5a6 [2021-01-19T03:38:02.632Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:38:02.632Z] ---> Using cache [2021-01-19T03:38:02.632Z] ---> b98650e53fbb [2021-01-19T03:38:02.632Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T03:38:02.911Z] OK: 217 MiB in 51 packages [2021-01-19T03:38:03.515Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:38:03.515Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:38:03.515Z] ---> 5c80e39921fb [2021-01-19T03:38:03.515Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T03:38:03.515Z] ---> Using cache [2021-01-19T03:38:03.515Z] ---> a314d52dd5a6 [2021-01-19T03:38:03.515Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:38:03.515Z] ---> Using cache [2021-01-19T03:38:03.515Z] ---> b98650e53fbb [2021-01-19T03:38:03.515Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T03:38:04.496Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T03:38:04.496Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T03:38:04.496Z] ---> 5c80e39921fb [2021-01-19T03:38:04.496Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T03:38:04.496Z] ---> Using cache [2021-01-19T03:38:04.496Z] ---> a314d52dd5a6 [2021-01-19T03:38:04.496Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:38:04.496Z] ---> Using cache [2021-01-19T03:38:04.496Z] ---> b98650e53fbb [2021-01-19T03:38:04.496Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T03:38:04.496Z] ---> Using cache [2021-01-19T03:38:04.496Z] ---> 180cbcb0be3d [2021-01-19T03:38:04.496Z] Step 6/21 : COPY go.mod . [2021-01-19T03:38:04.496Z] ---> Using cache [2021-01-19T03:38:04.496Z] ---> 0f3b2039f57c [2021-01-19T03:38:04.496Z] Step 7/21 : RUN go mod download [2021-01-19T03:38:04.496Z] ---> Using cache [2021-01-19T03:38:04.496Z] ---> faf31acc5ea1 [2021-01-19T03:38:04.496Z] Step 8/21 : COPY . . [2021-01-19T03:38:04.496Z] ---> Using cache [2021-01-19T03:38:04.496Z] ---> b17bd2bc7c11 [2021-01-19T03:38:04.496Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T03:38:04.772Z] ---> Running in e5ea8281a385 [2021-01-19T03:38:04.772Z] ---> Running in ee12d20a167c [2021-01-19T03:38:04.772Z] ---> Running in 3063108a7b51 [2021-01-19T03:38:05.372Z] Removing intermediate container f5be5ebc85fc [2021-01-19T03:38:05.372Z] ---> 1de905bf725b [2021-01-19T03:38:05.372Z] Step 6/24 : COPY go.mod . [2021-01-19T03:38:06.821Z] ---> ef33333085cd [2021-01-19T03:38:06.821Z] Step 7/24 : RUN go mod download [2021-01-19T03:38:06.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:38:06.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:38:06.821Z] 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-19T03:38:06.822Z] ---> Running in 86b611b44c88 [2021-01-19T03:38:07.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:38:07.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:38:08.463Z] OK: 217 MiB in 51 packages [2021-01-19T03:38:08.463Z] OK: 217 MiB in 51 packages [2021-01-19T03:38:10.447Z] Removing intermediate container e5ea8281a385 [2021-01-19T03:38:10.447Z] ---> ab161eae347c [2021-01-19T03:38:10.447Z] Step 6/23 : COPY go.mod . [2021-01-19T03:38:10.447Z] Removing intermediate container ee12d20a167c [2021-01-19T03:38:10.447Z] ---> fd7f33d6308e [2021-01-19T03:38:10.447Z] Step 6/26 : COPY go.mod . [2021-01-19T03:38:10.728Z] Removing intermediate container 86b611b44c88 [2021-01-19T03:38:10.728Z] ---> ee457c5ac1b4 [2021-01-19T03:38:10.728Z] Step 8/24 : COPY . . [2021-01-19T03:38:11.729Z] ---> c202cdecc794 [2021-01-19T03:38:11.729Z] Step 7/26 : RUN go mod download [2021-01-19T03:38:11.729Z] ---> 47aa6fce9e56 [2021-01-19T03:38:12.019Z] Step 7/23 : RUN go mod download [2021-01-19T03:38:12.019Z] ---> Running in b72088319cd7 [2021-01-19T03:38:12.019Z] ---> Running in 0ff3749895d4 [2021-01-19T03:38:20.338Z] Removing intermediate container b72088319cd7 [2021-01-19T03:38:20.338Z] ---> bc89c30be7fb [2021-01-19T03:38:20.338Z] Step 8/26 : COPY . . [2021-01-19T03:38:20.338Z] Removing intermediate container 0ff3749895d4 [2021-01-19T03:38:20.338Z] ---> 99080dfc02d8 [2021-01-19T03:38:20.338Z] Step 8/23 : COPY . . [2021-01-19T03:38:38.707Z] ---> 25bd4e3f42ca [2021-01-19T03:38:38.707Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T03:38:38.707Z] ---> Running in ba474b3c5d18 [2021-01-19T03:38:39.696Z] 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-19T03:38:48.266Z] ---> f03f0ed44fba [2021-01-19T03:38:48.267Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T03:38:48.267Z] ---> Running in ce7fe513ab58 [2021-01-19T03:38:48.874Z] ---> cee8591c7db9 [2021-01-19T03:38:48.874Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T03:38:49.486Z] ---> Running in fcb90111dc31 [2021-01-19T03:38:49.775Z] 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-19T03:38:50.059Z] Removing intermediate container 3063108a7b51 [2021-01-19T03:38:50.059Z] ---> fc9adefe9249 [2021-01-19T03:38:50.059Z] [2021-01-19T03:38:50.059Z] Step 10/21 : FROM scratch [2021-01-19T03:38:50.059Z] ---> [2021-01-19T03:38:50.059Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T03:38:50.059Z] ---> Using cache [2021-01-19T03:38:50.059Z] ---> 7da33337e6f6 [2021-01-19T03:38:50.059Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T03:38:50.340Z] ---> Running in a949e3c63695 [2021-01-19T03:38:51.323Z] Removing intermediate container a949e3c63695 [2021-01-19T03:38:51.323Z] ---> 872f1c8a38cb [2021-01-19T03:38:51.323Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T03:38:51.323Z] ---> Running in 986844b0bf95 [2021-01-19T03:38:51.603Z] 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-19T03:38:51.878Z] Removing intermediate container 986844b0bf95 [2021-01-19T03:38:51.878Z] ---> e4180286eda1 [2021-01-19T03:38:51.878Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:38:53.337Z] ---> a500ead4e40f [2021-01-19T03:38:53.337Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T03:38:54.790Z] ---> 202923eeaca8 [2021-01-19T03:38:54.790Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T03:38:55.780Z] ---> cacb185876a3 [2021-01-19T03:38:55.780Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T03:38:56.057Z] ---> Running in 2065f2983d20 [2021-01-19T03:38:56.660Z] Removing intermediate container 2065f2983d20 [2021-01-19T03:38:56.660Z] ---> af397bc4f119 [2021-01-19T03:38:56.660Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:38:56.934Z] ---> Running in 6740b81bb3a9 [2021-01-19T03:38:57.532Z] Removing intermediate container 6740b81bb3a9 [2021-01-19T03:38:57.532Z] ---> 0a751cbd4065 [2021-01-19T03:38:57.532Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T03:38:58.126Z] ---> Running in 0d0e2a798840 [2021-01-19T03:38:58.723Z] Removing intermediate container 0d0e2a798840 [2021-01-19T03:38:58.723Z] ---> dff2e9254838 [2021-01-19T03:38:58.723Z] Step 20/21 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:38:58.723Z] ---> Running in e26ffa09a0fc [2021-01-19T03:38:59.324Z] Removing intermediate container e26ffa09a0fc [2021-01-19T03:38:59.324Z] ---> 0c8e1520a0ab [2021-01-19T03:38:59.324Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T03:38:59.594Z] ---> Running in 8ac390d13752 [2021-01-19T03:39:00.583Z] Removing intermediate container 8ac390d13752 [2021-01-19T03:39:00.583Z] ---> a4164fa426a3 [2021-01-19T03:39:00.583Z] [2021-01-19T03:39:00.859Z] Successfully built a4164fa426a3 [2021-01-19T03:39:00.859Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T03:39:39.916Z]  Building docker-support-scheduler-go ... done Removing intermediate container ba474b3c5d18 [2021-01-19T03:39:39.916Z] ---> 988ff99dd6d9 [2021-01-19T03:39:39.916Z] [2021-01-19T03:39:39.916Z] Step 10/24 : FROM scratch [2021-01-19T03:39:39.916Z] ---> [2021-01-19T03:39:39.916Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T03:39:39.916Z] ---> Running in a31dd163c47c [2021-01-19T03:39:40.922Z] Removing intermediate container a31dd163c47c [2021-01-19T03:39:40.922Z] ---> e9bd9acf630c [2021-01-19T03:39:40.922Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T03:39:40.922Z] ---> Running in b12a473cb7b3 [2021-01-19T03:39:41.530Z] Removing intermediate container b12a473cb7b3 [2021-01-19T03:39:41.530Z] ---> a39bd0c3e62f [2021-01-19T03:39:41.530Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T03:39:41.808Z] ---> Running in c2df6eaceafc [2021-01-19T03:39:42.413Z] Removing intermediate container c2df6eaceafc [2021-01-19T03:39:42.413Z] ---> 4b2160e24296 [2021-01-19T03:39:42.413Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T03:39:43.868Z] ---> 718ebf8ce7f3 [2021-01-19T03:39:43.868Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T03:39:45.321Z] ---> 3c4dd7f77357 [2021-01-19T03:39:45.321Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T03:39:47.964Z] ---> 62c4de5e4e86 [2021-01-19T03:39:47.964Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:39:49.409Z] ---> 5cb990248cfb [2021-01-19T03:39:49.410Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T03:39:50.393Z] Removing intermediate container ce7fe513ab58 [2021-01-19T03:39:50.393Z] ---> 4c6aca0455ff [2021-01-19T03:39:50.393Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T03:39:50.671Z] ---> Running in f1d66af19cf3 [2021-01-19T03:39:51.666Z] ---> 873e193bb417 [2021-01-19T03:39:51.666Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T03:39:52.270Z] 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-19T03:39:52.568Z] ---> 49c1d3a17e8a [2021-01-19T03:39:52.568Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T03:39:52.568Z] ---> Running in 435fd8d375a7 [2021-01-19T03:39:53.173Z] Removing intermediate container 435fd8d375a7 [2021-01-19T03:39:53.173Z] ---> f2637109b993 [2021-01-19T03:39:53.173Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:39:53.448Z] ---> Running in 18b9719ca24a [2021-01-19T03:39:54.046Z] Removing intermediate container 18b9719ca24a [2021-01-19T03:39:54.046Z] ---> 9300f711f205 [2021-01-19T03:39:54.046Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T03:39:54.046Z] ---> Running in 32e58430d113 [2021-01-19T03:39:54.645Z] Removing intermediate container 32e58430d113 [2021-01-19T03:39:54.645Z] ---> 9576013f4a3f [2021-01-19T03:39:54.645Z] Step 23/24 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:39:54.923Z] ---> Running in 4713fef54fd0 [2021-01-19T03:39:55.523Z] Removing intermediate container 4713fef54fd0 [2021-01-19T03:39:55.523Z] ---> 9bd1ff7db8c9 [2021-01-19T03:39:55.523Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T03:39:55.523Z] ---> Running in fcc1735ea94c [2021-01-19T03:39:55.797Z] Removing intermediate container f1d66af19cf3 [2021-01-19T03:39:55.797Z] ---> 44d1e698c5d2 [2021-01-19T03:39:55.797Z] [2021-01-19T03:39:55.797Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T03:39:55.797Z] 20.10.0: Pulling from library/docker [2021-01-19T03:39:56.072Z] Removing intermediate container fcc1735ea94c [2021-01-19T03:39:56.072Z] ---> 08cdf70783fb [2021-01-19T03:39:56.072Z] [2021-01-19T03:39:56.676Z] Successfully built 08cdf70783fb [2021-01-19T03:39:56.676Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T03:40:09.061Z]  Building docker-support-notifications-go ... done Removing intermediate container fcb90111dc31 [2021-01-19T03:40:09.061Z] ---> 04acda49f30e [2021-01-19T03:40:09.061Z] [2021-01-19T03:40:09.061Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T03:40:09.061Z] ---> afeebe901d6b [2021-01-19T03:40:09.061Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T03:40:09.061Z] ---> Running in 1e8eb256a3c7 [2021-01-19T03:40:09.061Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T03:40:09.061Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T03:40:09.061Z] ---> eeaf43b92773 [2021-01-19T03:40:09.061Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T03:40:09.061Z] Removing intermediate container 1e8eb256a3c7 [2021-01-19T03:40:09.061Z] ---> 39e6175d4d09 [2021-01-19T03:40:09.061Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T03:40:09.061Z] ---> Running in 632743d25977 [2021-01-19T03:40:09.061Z] ---> Running in 1f4f77f67039 [2021-01-19T03:40:09.061Z] Removing intermediate container 632743d25977 [2021-01-19T03:40:09.061Z] ---> 28feeaa7638c [2021-01-19T03:40:09.061Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T03:40:09.333Z] ---> Running in 4a7c79590f2d [2021-01-19T03:40:09.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:40:09.607Z] Removing intermediate container 4a7c79590f2d [2021-01-19T03:40:09.607Z] ---> 7015600d7dff [2021-01-19T03:40:09.607Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:40:09.881Z] ---> Running in 4a66ab227596 [2021-01-19T03:40:09.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:40:10.476Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T03:40:10.476Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T03:40:10.748Z] Executing bash-5.0.17-r0.post-install [2021-01-19T03:40:10.748Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:40:10.748Z] OK: 12 MiB in 22 packages [2021-01-19T03:40:12.189Z] Removing intermediate container 1f4f77f67039 [2021-01-19T03:40:12.189Z] ---> 41cfe1fc667f [2021-01-19T03:40:12.189Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T03:40:12.189Z] ---> Running in d38b93402c13 [2021-01-19T03:40:12.189Z] Removing intermediate container 4a66ab227596 [2021-01-19T03:40:12.189Z] ---> 6c414c2fccf0 [2021-01-19T03:40:12.189Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T03:40:12.463Z] ---> Running in fc7f0be6b15c [2021-01-19T03:40:12.738Z] Removing intermediate container d38b93402c13 [2021-01-19T03:40:12.738Z] ---> a79592bd7166 [2021-01-19T03:40:12.738Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T03:40:12.738Z] ---> Running in 56f9a60fb8ee [2021-01-19T03:40:13.334Z] Removing intermediate container 56f9a60fb8ee [2021-01-19T03:40:13.334Z] ---> d96f707a335c [2021-01-19T03:40:13.334Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T03:40:13.334Z] ---> Running in 891fa957a0f5 [2021-01-19T03:40:13.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:40:13.942Z] Removing intermediate container 891fa957a0f5 [2021-01-19T03:40:13.942Z] ---> 75b01727e9d3 [2021-01-19T03:40:13.942Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T03:40:14.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:40:14.805Z] ---> 86925795c995 [2021-01-19T03:40:14.805Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T03:40:15.397Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T03:40:15.397Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T03:40:15.397Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T03:40:15.671Z] ---> 9021cec30f9a [2021-01-19T03:40:15.671Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T03:40:15.671Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T03:40:15.943Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T03:40:15.943Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:40:15.943Z] OK: 8 MiB in 19 packages [2021-01-19T03:40:16.547Z] ---> d2ded7a3bd7e [2021-01-19T03:40:16.547Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T03:40:16.819Z] ---> Running in f4b11671b051 [2021-01-19T03:40:17.419Z] Removing intermediate container fc7f0be6b15c [2021-01-19T03:40:17.419Z] ---> 4596f79477da [2021-01-19T03:40:17.419Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T03:40:18.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:40:18.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:40:18.017Z] ---> 6111838259d4 [2021-01-19T03:40:18.017Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T03:40:18.608Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T03:40:18.608Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T03:40:18.608Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T03:40:18.608Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T03:40:18.608Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T03:40:18.608Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T03:40:18.608Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T03:40:20.034Z] ---> 2955bc0f732c [2021-01-19T03:40:20.034Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T03:40:21.005Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T03:40:21.005Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T03:40:21.005Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T03:40:21.005Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T03:40:21.005Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T03:40:21.005Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T03:40:21.005Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T03:40:21.005Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T03:40:21.276Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T03:40:21.276Z] ---> 429c6dd08c65 [2021-01-19T03:40:21.276Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T03:40:21.276Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T03:40:21.276Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T03:40:21.276Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T03:40:21.276Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T03:40:21.276Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T03:40:21.276Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T03:40:21.276Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T03:40:21.276Z] ---> Running in 7f2f27c779a5 [2021-01-19T03:40:21.546Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T03:40:21.546Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T03:40:21.546Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T03:40:21.546Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T03:40:21.546Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T03:40:21.546Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T03:40:21.546Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T03:40:21.546Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T03:40:21.546Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T03:40:21.546Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T03:40:21.816Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:40:21.816Z] OK: 71 MiB in 55 packages [2021-01-19T03:40:21.816Z] Removing intermediate container 7f2f27c779a5 [2021-01-19T03:40:21.816Z] ---> 31b59cebb9e3 [2021-01-19T03:40:21.816Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:40:22.089Z] ---> Running in 0c3eb723c268 [2021-01-19T03:40:22.681Z] Removing intermediate container 0c3eb723c268 [2021-01-19T03:40:22.681Z] ---> e7c75a7dfa7b [2021-01-19T03:40:22.681Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T03:40:22.951Z] ---> Running in d5f289925055 [2021-01-19T03:40:23.548Z] Removing intermediate container d5f289925055 [2021-01-19T03:40:23.548Z] ---> 607aef04fa87 [2021-01-19T03:40:23.548Z] Step 22/23 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:40:23.822Z] ---> Running in 3e7eac6b8bb0 [2021-01-19T03:40:24.420Z] Removing intermediate container 3e7eac6b8bb0 [2021-01-19T03:40:24.420Z] ---> 4ae692552c1e [2021-01-19T03:40:24.420Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T03:40:24.692Z] ---> Running in 7ce8f0ae5c06 [2021-01-19T03:40:25.294Z] Removing intermediate container 7ce8f0ae5c06 [2021-01-19T03:40:25.294Z] ---> cd1f76b22e80 [2021-01-19T03:40:25.294Z] [2021-01-19T03:40:25.570Z] Successfully built cd1f76b22e80 [2021-01-19T03:40:25.842Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T03:40:27.814Z]  Building docker-core-data-go ... done Removing intermediate container f4b11671b051 [2021-01-19T03:40:27.814Z] ---> a93aa743ee03 [2021-01-19T03:40:27.814Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T03:40:27.814Z] ---> Running in 35947562177a [2021-01-19T03:40:32.109Z] Collecting docker-compose==1.23.2 [2021-01-19T03:40:32.380Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T03:40:32.971Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T03:40:32.971Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T03:40:35.581Z] Collecting PyYAML<4,>=3.10 [2021-01-19T03:40:35.581Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T03:40:38.951Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T03:40:38.951Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T03:40:39.223Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T03:40:39.223Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T03:40:41.825Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T03:40:41.825Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T03:40:41.825Z] 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-19T03:40:41.825Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T03:40:41.825Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T03:40:43.799Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T03:40:43.799Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T03:40:44.390Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T03:40:44.391Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T03:40:44.661Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T03:40:44.933Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T03:40:45.204Z] Collecting idna<2.8,>=2.5 [2021-01-19T03:40:45.204Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T03:40:45.794Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T03:40:45.794Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T03:40:46.065Z] 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-19T03:40:46.065Z] 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-19T03:40:46.065Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T03:40:46.065Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T03:40:46.336Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T03:40:46.336Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T03:40:46.336Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T03:40:46.336Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T03:40:46.984Z] Installing collected packages: docopt, PyYAML, idna, urllib3, requests, dockerpty, docker-pycreds, websocket-client, docker, texttable, cached-property, jsonschema, docker-compose [2021-01-19T03:40:46.984Z] Running setup.py install for docopt: started [2021-01-19T03:40:48.944Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T03:40:48.944Z] Running setup.py install for PyYAML: started [2021-01-19T03:40:50.898Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T03:40:50.898Z] Attempting uninstall: idna [2021-01-19T03:40:50.898Z] Found existing installation: idna 2.9 [2021-01-19T03:40:50.898Z] Uninstalling idna-2.9: [2021-01-19T03:40:50.898Z] Successfully uninstalled idna-2.9 [2021-01-19T03:40:51.492Z] Attempting uninstall: urllib3 [2021-01-19T03:40:51.492Z] Found existing installation: urllib3 1.25.9 [2021-01-19T03:40:51.492Z] Uninstalling urllib3-1.25.9: [2021-01-19T03:40:51.492Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T03:40:52.083Z] Attempting uninstall: requests [2021-01-19T03:40:52.083Z] Found existing installation: requests 2.23.0 [2021-01-19T03:40:52.083Z] Uninstalling requests-2.23.0: [2021-01-19T03:40:52.352Z] Successfully uninstalled requests-2.23.0 [2021-01-19T03:40:52.623Z] Running setup.py install for dockerpty: started [2021-01-19T03:40:54.588Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T03:40:55.183Z] Running setup.py install for texttable: started [2021-01-19T03:40:57.145Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T03:40:58.128Z] 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-19T03:41:02.542Z] Removing intermediate container 35947562177a [2021-01-19T03:41:02.542Z] ---> fcd434efb624 [2021-01-19T03:41:02.542Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T03:41:02.542Z] ---> Running in 406a4b47e0f0 [2021-01-19T03:41:03.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:41:03.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:41:03.793Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T03:41:03.793Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T03:41:03.793Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T03:41:03.793Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T03:41:03.793Z] OK: 71 MiB in 58 packages [2021-01-19T03:41:05.227Z] Removing intermediate container 406a4b47e0f0 [2021-01-19T03:41:05.227Z] ---> 2adfa036002e [2021-01-19T03:41:05.227Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T03:41:05.227Z] ---> Running in dbd4597cae90 [2021-01-19T03:41:05.497Z] Removing intermediate container dbd4597cae90 [2021-01-19T03:41:05.497Z] ---> d7efe6868d44 [2021-01-19T03:41:05.497Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:41:05.768Z] ---> Running in 3f4015508eac [2021-01-19T03:41:06.038Z] Removing intermediate container 3f4015508eac [2021-01-19T03:41:06.038Z] ---> f2697197d228 [2021-01-19T03:41:06.038Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T03:41:06.309Z] ---> Running in 75ea0eb708cc [2021-01-19T03:41:06.584Z] Removing intermediate container 75ea0eb708cc [2021-01-19T03:41:06.584Z] ---> 8cc6ccf0063e [2021-01-19T03:41:06.584Z] Step 25/26 : LABEL git_sha=57833167145affc62033509b974725e85080a4be [2021-01-19T03:41:06.856Z] ---> Running in 9c4a91ebb1a3 [2021-01-19T03:41:07.131Z] Removing intermediate container 9c4a91ebb1a3 [2021-01-19T03:41:07.131Z] ---> 4cd58d37401e [2021-01-19T03:41:07.131Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T03:41:07.402Z] ---> Running in 24651af70356 [2021-01-19T03:41:07.676Z] Removing intermediate container 24651af70356 [2021-01-19T03:41:07.676Z] ---> 93a654ea6d5f [2021-01-19T03:41:07.676Z] [2021-01-19T03:41:08.268Z] Successfully built 93a654ea6d5f [2021-01-19T03:41:08.268Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T03:41:08.553Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T03:41:08.551Z] $ docker stop --time=1 09fa6be248be5cf3a6cb7281b0052979028d3f5d90e786389eea2c10df1165cb [2021-01-19T03:41:10.369Z] $ docker rm -f 09fa6be248be5cf3a6cb7281b0052979028d3f5d90e786389eea2c10df1165cb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:41:11.052Z] + docker images [2021-01-19T03:41:11.052Z] + grep docker [2021-01-19T03:41:11.320Z] docker-sys-mgmt-agent-go-arm64 latest 93a654ea6d5f 4 seconds ago 300MB [2021-01-19T03:41:11.320Z] docker-core-data-go-arm64 latest cd1f76b22e80 47 seconds ago 21MB [2021-01-19T03:41:11.320Z] docker-support-notifications-go-arm64 latest 08cdf70783fb About a minute ago 11.4MB [2021-01-19T03:41:11.320Z] docker-support-scheduler-go-arm64 latest a4164fa426a3 2 minutes ago 10MB [2021-01-19T03:41:11.320Z] docker-core-metadata-go-arm64 latest 7796e0f57c5a 3 minutes ago 12.3MB [2021-01-19T03:41:11.320Z] docker-security-secretstore-setup-go-arm64 latest cb6547e5ea1e 3 minutes ago 23.4MB [2021-01-19T03:41:11.320Z] docker-security-bootstrap-redis-go-arm64 latest 8b986b28ae67 3 minutes ago 15.1MB [2021-01-19T03:41:11.320Z] docker-security-proxy-setup-go-arm64 latest 24235f533cf8 4 minutes ago 23.2MB [2021-01-19T03:41:11.320Z] docker-core-command-go-arm64 latest 6bd542e4bfee 4 minutes ago 9.98MB [2021-01-19T03:41:11.320Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T03:41:13.538Z] provisioning config files... [2021-01-19T03:41:13.552Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config3878223558693918648tmp [Pipeline] { [Pipeline] sh [2021-01-19T03:41:13.967Z] + set +x [2021-01-19T03:41:13.968Z] + curl -s https://codecov.io/bash [2021-01-19T03:41:13.968Z] + bash -s -- [2021-01-19T03:41:14.545Z] [2021-01-19T03:41:14.545Z] _____ _ [2021-01-19T03:41:14.545Z] / ____| | | [2021-01-19T03:41:14.545Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T03:41:14.545Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T03:41:14.545Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T03:41:14.545Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T03:41:14.545Z] Bash-20210115-cec3c92 [2021-01-19T03:41:14.545Z] [2021-01-19T03:41:14.545Z] [2021-01-19T03:41:14.545Z] ==> git version 2.24.3 found [2021-01-19T03:41:14.546Z] ==> 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-19T03:41:14.546Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T03:41:14.546Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T03:41:14.546Z] ==> Jenkins CI detected. [2021-01-19T03:41:14.546Z] project root: . [2021-01-19T03:41:14.546Z] --> token set from env [2021-01-19T03:41:14.546Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T03:41:14.546Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T03:41:14.546Z] ==> Python coveragepy not found [2021-01-19T03:41:14.546Z] ==> Searching for coverage reports in: [2021-01-19T03:41:14.546Z] + . [2021-01-19T03:41:14.546Z] -> Found 1 reports [2021-01-19T03:41:14.546Z] ==> Detecting git/mercurial file structure [2021-01-19T03:41:14.808Z] ==> Reading reports [2021-01-19T03:41:14.808Z] + ./coverage.out bytes=550280 [2021-01-19T03:41:14.808Z] ==> Appending adjustments [2021-01-19T03:41:14.808Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T03:41:18.129Z] + Found adjustments [2021-01-19T03:41:18.129Z] ==> Gzipping contents [2021-01-19T03:41:18.129Z] 84K /tmp/codecov.1gyNjB.gz [2021-01-19T03:41:18.129Z] ==> Uploading reports [2021-01-19T03:41:18.129Z] url: https://codecov.io [2021-01-19T03:41:18.129Z] query: branch=PR-3040&commit=57833167145affc62033509b974725e85080a4be&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= [2021-01-19T03:41:18.129Z] -> Pinging Codecov [2021-01-19T03:41:18.129Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3040&commit=57833167145affc62033509b974725e85080a4be&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3040%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3040&job=&cmd_args= [2021-01-19T03:41:18.707Z] -> Uploading to [2021-01-19T03:41:18.707Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/57833167145affc62033509b974725e85080a4be/c07cfcb6-1be8-4cfd-ae92-5a3b6ed6b59d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T034118Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5b489e6fcfb24bc897158853320fc8bf820789fef83986d5c86ccb76cdcc5d36 [2021-01-19T03:41:18.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T03:41:18.707Z] Dload Upload Total Spent Left Speed [2021-01-19T03:41:19.283Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83313 0 0 100 83313 0 119k --:--:-- --:--:-- --:--:-- 120k [2021-01-19T03:41:19.548Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/57833167145affc62033509b974725e85080a4be [Pipeline] } [2021-01-19T03:41:19.559Z] 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-19T03:41:21.815Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:41:22.727Z] ---> package-listing.sh [2021-01-19T03:41:22.727Z] ++ facter osfamily [2021-01-19T03:41:22.727Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T03:41:22.727Z] + OS_FAMILY=redhat [2021-01-19T03:41:22.727Z] + workspace=/w/workspace/edgex-go/6 [2021-01-19T03:41:22.727Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T03:41:22.727Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T03:41:22.727Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T03:41:22.727Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T03:41:22.727Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-19T03:41:22.727Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T03:41:22.727Z] + case "${OS_FAMILY}" in [2021-01-19T03:41:22.727Z] + rpm -qa [2021-01-19T03:41:22.727Z] + sort [2021-01-19T03:41:28.056Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T03:41:28.056Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T03:41:28.056Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T03:41:28.056Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-19T03:41:28.056Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-01-19T03:41:28.056Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-01-19T03:41:28.074Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T03:41:28.377Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:41:28.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:41:28.686Z] [2021-01-19T03:41:28.686Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:41:29.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:41:29.040Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T03:41:29.040Z] df20fa9351a1: Pulling fs layer [2021-01-19T03:41:29.040Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T03:41:29.040Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T03:41:29.040Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T03:41:29.040Z] 93b61091891f: Pulling fs layer [2021-01-19T03:41:29.040Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T03:41:29.040Z] 5e14af77c1be: Pulling fs layer [2021-01-19T03:41:29.040Z] 01666e4c0597: Pulling fs layer [2021-01-19T03:41:29.040Z] aa168da1d23b: Pulling fs layer [2021-01-19T03:41:29.040Z] 93b61091891f: Waiting [2021-01-19T03:41:29.040Z] 93b9cdb0e59b: Waiting [2021-01-19T03:41:29.040Z] 5e14af77c1be: Waiting [2021-01-19T03:41:29.040Z] 01666e4c0597: Waiting [2021-01-19T03:41:29.040Z] aa168da1d23b: Waiting [2021-01-19T03:41:29.040Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T03:41:29.040Z] 36b3adc4ff6f: Download complete [2021-01-19T03:41:29.040Z] 46f8f816bc3b: Download complete [2021-01-19T03:41:29.304Z] df20fa9351a1: Verifying Checksum [2021-01-19T03:41:29.304Z] df20fa9351a1: Download complete [2021-01-19T03:41:29.304Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T03:41:29.304Z] 93b9cdb0e59b: Download complete [2021-01-19T03:41:29.304Z] 5e14af77c1be: Verifying Checksum [2021-01-19T03:41:29.304Z] 5e14af77c1be: Download complete [2021-01-19T03:41:29.304Z] 93b61091891f: Verifying Checksum [2021-01-19T03:41:29.304Z] 93b61091891f: Download complete [2021-01-19T03:41:29.304Z] 01666e4c0597: Verifying Checksum [2021-01-19T03:41:29.304Z] 01666e4c0597: Download complete [2021-01-19T03:41:29.572Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T03:41:29.572Z] 8ad3a11d3b57: Download complete [2021-01-19T03:41:29.572Z] df20fa9351a1: Pull complete [2021-01-19T03:41:29.847Z] 36b3adc4ff6f: Pull complete [2021-01-19T03:41:30.824Z] 8ad3a11d3b57: Pull complete [2021-01-19T03:41:31.815Z] aa168da1d23b: Verifying Checksum [2021-01-19T03:41:31.815Z] aa168da1d23b: Download complete [2021-01-19T03:41:32.090Z] 46f8f816bc3b: Pull complete [2021-01-19T03:41:33.506Z] 93b61091891f: Pull complete [2021-01-19T03:41:33.781Z] 93b9cdb0e59b: Pull complete [2021-01-19T03:41:33.781Z] 5e14af77c1be: Pull complete [2021-01-19T03:41:34.048Z] 01666e4c0597: Pull complete [2021-01-19T03:41:42.250Z] aa168da1d23b: Pull complete [2021-01-19T03:41:42.250Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T03:41:42.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:41:42.250Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T03:41:42.446Z] prd-centos7-docker-4c-2g-21094 does not seem to be running inside a container [2021-01-19T03:41:42.498Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T03:41:46.946Z] $ docker top ce0844e68ddd727b447a7e929ac4365e74b59e63729d1c038cb16717f32d7b79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:41:47.561Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T03:41:47.871Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T03:41:48.187Z] + ls /var/log/sa-host [2021-01-19T03:41:48.187Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T03:41:48.187Z] file_magic: OK [2021-01-19T03:41:48.187Z] HZ: Using current value: 100 [2021-01-19T03:41:48.187Z] file_header: OK [2021-01-19T03:41:48.187Z] 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-19T03:41:48.187Z] Statistics: [2021-01-19T03:41:48.187Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T03:41:48.187Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T03:41:48.187Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T03:41:48.187Z] file_magic: OK [2021-01-19T03:41:48.187Z] HZ: Using current value: 100 [2021-01-19T03:41:48.187Z] file_header: OK [2021-01-19T03:41:48.187Z] 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-19T03:41:48.187Z] Statistics: [2021-01-19T03:41:48.187Z] Hnuu...uuuununununu... [2021-01-19T03:41:48.187Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T03:41:48.944Z] provisioning config files... [2021-01-19T03:41:48.963Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config1811858048322285820tmp [Pipeline] { [Pipeline] echo [2021-01-19T03:41:49.057Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:41:49.356Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T03:41:49.366Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T03:41:49.460Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:41:49.759Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T03:41:49.771Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:41:50.078Z] ---> sudo-logs.sh [2021-01-19T03:41:50.078Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T03:41:50.097Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:41:50.413Z] ---> job-cost.sh [2021-01-19T03:41:50.413Z] lf-activate-venv: SKIPPING [2021-01-19T03:41:50.413Z] INFO: No Stack... [2021-01-19T03:41:51.372Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T03:41:51.956Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T03:41:51.975Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:41:52.288Z] ---> logs-deploy.sh [2021-01-19T03:41:52.288Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3040/6 [2021-01-19T03:41:52.288Z] INFO: archiving workspace using pattern(s): [2021-01-19T03:41:53.706Z] Archives upload complete. [2021-01-19T03:41:53.706Z] INFO: archiving logs to Nexus