Pull request #3095 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at df7eaa583f48bd0cefe0e9af00d8477318667731 rather than ed059e14d357044982f497644550f5c760faaea4 Obtained Jenkinsfile from df7eaa583f48bd0cefe0e9af00d8477318667731 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘prd-centos7-docker-4c-2g-23912’ Running on prd-centos7-docker-4c-2g-23915 in /w/workspace/edgexfoundry_edgex-go_PR-3095 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3095/head:refs/remotes/origin/PR-3095 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit ed059e14d357044982f497644550f5c760faaea4 Merge succeeded, producing ed059e14d357044982f497644550f5c760faaea4 Checking out Revision ed059e14d357044982f497644550f5c760faaea4 (PR-3095) > git config core.sparsecheckout # timeout=10 > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 Commit message: "build: Upgrade go-mod-core-contract lib" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T07:21:39.504Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T07:21:39.806Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T07:21:39.911Z] ========================================================= [2021-01-29T07:21:39.911Z] EdgeX Global Pipelines Version Info [2021-01-29T07:21:39.911Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5c14c3144df5ebd0ff833b1001744a10209d2a3e # timeout=10 [2021-01-29T07:21:42.597Z] ------------------- [2021-01-29T07:21:42.598Z] stable info: [2021-01-29T07:21:42.598Z] ------------------- [2021-01-29T07:21:42.598Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T07:21:42.598Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T07:21:42.598Z] Message: update stable to v1.0.179 [2021-01-29T07:21:43.580Z] ------------------- [2021-01-29T07:21:43.580Z] experimental info: [2021-01-29T07:21:43.580Z] ------------------- [2021-01-29T07:21:43.580Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T07:21:43.580Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T07:21:43.580Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T07:21:43.906Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-29T07:21:44.013Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-29T07:21:44.122Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T07:21:44.220Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T07:21:44.313Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T07:21:44.407Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T07:21:44.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T07:21:44.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-29T07:21:44.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-29T07:21:44.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-29T07:21:44.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T07:21:45.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T07:21:45.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T07:21:45.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T07:21:45.275Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T07:21:45.368Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T07:21:45.460Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T07:21:45.579Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T07:21:45.678Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-29T07:21:45.770Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-29T07:21:45.862Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-29T07:21:45.955Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T07:21:46.052Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T07:21:46.145Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3095 [Pipeline] echo [2021-01-29T07:21:46.236Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3095 [Pipeline] echo [2021-01-29T07:21:46.401Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3095 [Pipeline] echo [2021-01-29T07:21:46.533Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ed059e14d357044982f497644550f5c760faaea4 [Pipeline] echo [2021-01-29T07:21:46.626Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ed059e1 [Pipeline] echo [2021-01-29T07:21:46.716Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T07:21:46.916Z] provisioning config files... [2021-01-29T07:21:47.003Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6462216504486927574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:21:47.400Z] ---> docker-login.sh [2021-01-29T07:21:47.401Z] nexus3.edgexfoundry.org:10001 [2021-01-29T07:21:47.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:21:48.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:21:48.259Z] Configure a credential helper to remove this warning. See [2021-01-29T07:21:48.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:21:48.259Z] [2021-01-29T07:21:48.259Z] Login Succeeded [2021-01-29T07:21:48.259Z] nexus3.edgexfoundry.org:10002 [2021-01-29T07:21:48.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:21:48.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:21:48.544Z] Configure a credential helper to remove this warning. See [2021-01-29T07:21:48.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:21:48.544Z] [2021-01-29T07:21:48.544Z] Login Succeeded [2021-01-29T07:21:48.544Z] nexus3.edgexfoundry.org:10003 [2021-01-29T07:21:48.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:21:48.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:21:48.813Z] Configure a credential helper to remove this warning. See [2021-01-29T07:21:48.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:21:48.813Z] [2021-01-29T07:21:48.813Z] Login Succeeded [2021-01-29T07:21:48.813Z] nexus3.edgexfoundry.org:10004 [2021-01-29T07:21:49.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:21:49.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:21:49.090Z] Configure a credential helper to remove this warning. See [2021-01-29T07:21:49.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:21:49.090Z] [2021-01-29T07:21:49.090Z] Login Succeeded [2021-01-29T07:21:49.090Z] docker.io [2021-01-29T07:21:49.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:21:49.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:21:49.654Z] Configure a credential helper to remove this warning. See [2021-01-29T07:21:49.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:21:49.654Z] [2021-01-29T07:21:49.654Z] Login Succeeded [2021-01-29T07:21:49.654Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T07:21:49.668Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T07:21:50.165Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-29T07:21:50.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:21:50.166Z] ++ dirname cmd/core-command/Dockerfile [2021-01-29T07:21:50.166Z] ++ cut -d/ -f2 [2021-01-29T07:21:50.166Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-29T07:21:50.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:21:50.166Z] ++ dirname cmd/core-data/Dockerfile [2021-01-29T07:21:50.166Z] ++ cut -d/ -f2 [2021-01-29T07:21:50.166Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-29T07:21:50.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:21:50.166Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-29T07:21:50.166Z] ++ cut -d/ -f2 [2021-01-29T07:21:50.166Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-29T07:21:50.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:21:50.166Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-29T07:21:50.166Z] ++ cut -d/ -f2 [2021-01-29T07:21:50.166Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-29T07:21:50.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:21:50.166Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-29T07:21:50.166Z] ++ cut -d/ -f2 [2021-01-29T07:21:50.166Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-29T07:21:50.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:21:50.166Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-29T07:21:50.166Z] ++ cut -d/ -f2 [2021-01-29T07:21:50.166Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-29T07:21:50.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:21:50.166Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-29T07:21:50.166Z] ++ cut -d/ -f2 [2021-01-29T07:21:50.166Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-29T07:21:50.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:21:50.166Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-29T07:21:50.166Z] ++ cut -d/ -f2 [2021-01-29T07:21:50.166Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-29T07:21:50.166Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:21:50.166Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-29T07:21:50.166Z] ++ cut -d/ -f2 [2021-01-29T07:21:50.166Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-29T07:21:50.269Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-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-29T07:21:52.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T07:21:52.037Z] [2021-01-29T07:21:52.037Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:21:52.437Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T07:21:52.437Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T07:21:52.437Z] 31603596830f: Pulling fs layer [2021-01-29T07:21:52.437Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T07:21:52.437Z] 6ca5941a6612: Pulling fs layer [2021-01-29T07:21:52.437Z] ecc8261a40a4: Pulling fs layer [2021-01-29T07:21:52.437Z] ecc8261a40a4: Waiting [2021-01-29T07:21:52.437Z] 2a8b12db71e7: Verifying Checksum [2021-01-29T07:21:52.437Z] 2a8b12db71e7: Download complete [2021-01-29T07:21:52.724Z] 31603596830f: Verifying Checksum [2021-01-29T07:21:52.724Z] 31603596830f: Download complete [2021-01-29T07:21:53.002Z] 6ca5941a6612: Verifying Checksum [2021-01-29T07:21:53.002Z] 6ca5941a6612: Download complete [2021-01-29T07:21:53.297Z] 31603596830f: Pull complete [2021-01-29T07:21:53.605Z] 2a8b12db71e7: Pull complete [2021-01-29T07:21:53.906Z] ecc8261a40a4: Verifying Checksum [2021-01-29T07:21:53.906Z] ecc8261a40a4: Download complete [2021-01-29T07:21:55.939Z] 6ca5941a6612: Pull complete [2021-01-29T07:21:55.939Z] ecc8261a40a4: Pull complete [2021-01-29T07:21:55.939Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T07:21:56.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T07:21:56.215Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T07:21:56.386Z] prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container [2021-01-29T07:21:56.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T07:21:59.346Z] $ docker top 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T07:22:00.070Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T07:22:00.071Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T07:22:00.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T07:22:00.753Z] $ docker exec 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab ssh-agent [2021-01-29T07:22:01.225Z] SSH_AUTH_SOCK=/tmp/ssh-SFqQJeTgc4N6/agent.12 [2021-01-29T07:22:01.225Z] SSH_AGENT_PID=17 [2021-01-29T07:22:01.252Z] Running ssh-add (command line suppressed) [2021-01-29T07:22:01.546Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4802062450549884833.key (/w/workspace/edgex-go/3@tmp/private_key_4802062450549884833.key) [2021-01-29T07:22:01.681Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T07:22:02.480Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T07:22:02.546Z] $ docker exec --env ******** --env ******** 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab ssh-agent -k [2021-01-29T07:22:03.353Z] unset SSH_AUTH_SOCK; [2021-01-29T07:22:03.354Z] unset SSH_AGENT_PID; [2021-01-29T07:22:03.354Z] echo Agent pid 17 killed; [2021-01-29T07:22:03.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T07:22:03.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T07:22:03.727Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T07:22:04.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T07:22:04.418Z] $ docker exec 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab ssh-agent [2021-01-29T07:22:05.056Z] SSH_AUTH_SOCK=/tmp/ssh-gkgtgaQZEq5a/agent.45 [2021-01-29T07:22:05.056Z] SSH_AGENT_PID=50 [2021-01-29T07:22:05.072Z] Running ssh-add (command line suppressed) [2021-01-29T07:22:05.405Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_623901876443226169.key (/w/workspace/edgex-go/3@tmp/private_key_623901876443226169.key) [2021-01-29T07:22:05.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T07:22:06.249Z] + git semver init [2021-01-29T07:22:06.249Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T07:22:06.249Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-29T07:22:06.249Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-29T07:22:06.249Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T07:22:06.249Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T07:22:06.249Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T07:22:06.249Z] # $SEMVER_BRANCH = PR-3095 [2021-01-29T07:22:06.249Z] # $SEMVER_TEMP = /tmp/semver-481357913 [2021-01-29T07:22:06.249Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-29T07:22:45.825Z] # '/tmp/semver-481357913' -> '/w/workspace/edgex-go/3/.semver' [2021-01-29T07:22:45.825Z] # -> Force: false [2021-01-29T07:22:45.825Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-29T07:22:45.863Z] $ docker exec --env ******** --env ******** 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab ssh-agent -k [2021-01-29T07:22:46.482Z] unset SSH_AUTH_SOCK; [2021-01-29T07:22:46.482Z] unset SSH_AGENT_PID; [2021-01-29T07:22:46.482Z] echo Agent pid 50 killed; [2021-01-29T07:22:46.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T07:22:47.320Z] + git semver [Pipeline] } [2021-01-29T07:22:47.372Z] $ docker stop --time=1 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab [2021-01-29T07:22:49.379Z] $ docker rm -f 8d5049a3536fa4df624e24fe727071f4ae681bf7a4eaa724e5a8156503055cab [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T07:22:50.062Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T07:22:50.901Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T07:22:50.904Z] [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-29T07:22:52.171Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:22:52.507Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:22:52.837Z] + sudo service docker restart [2021-01-29T07:22:52.837Z] + true [2021-01-29T07:22:52.837Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-29T07:22:53.919Z] ========================================================= [2021-01-29T07:22:53.919Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T07:22:53.919Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:22:54.301Z] + 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-29T07:23:02.808Z] Sending build context to Docker daemon 327.2MB [2021-01-29T07:23:02.808Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T07:23:02.808Z] Step 2/6 : FROM ${BASE} [2021-01-29T07:23:02.808Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T07:23:02.808Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T07:23:02.808Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T07:23:02.808Z] de9db76c5a1d: Pulling fs layer [2021-01-29T07:23:02.808Z] bca2f99d35d6: Pulling fs layer [2021-01-29T07:23:02.808Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T07:23:02.808Z] 7c6f9722023f: Pulling fs layer [2021-01-29T07:23:02.808Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T07:23:02.808Z] 93359f2a8cfa: Waiting [2021-01-29T07:23:02.808Z] 7c6f9722023f: Waiting [2021-01-29T07:23:02.808Z] a35cf1a2eb13: Waiting [2021-01-29T07:23:02.808Z] bca2f99d35d6: Waiting [2021-01-29T07:23:02.808Z] de9db76c5a1d: Download complete [2021-01-29T07:23:03.105Z] 0ef7d3d256c8: Verifying Checksum [2021-01-29T07:23:03.105Z] 0ef7d3d256c8: Download complete [2021-01-29T07:23:03.105Z] 93359f2a8cfa: Verifying Checksum [2021-01-29T07:23:03.105Z] 93359f2a8cfa: Download complete [2021-01-29T07:23:03.105Z] 7c6f9722023f: Verifying Checksum [2021-01-29T07:23:03.105Z] 7c6f9722023f: Download complete [2021-01-29T07:23:03.105Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T07:23:03.105Z] 188c0c94c7c5: Download complete [2021-01-29T07:23:03.729Z] 188c0c94c7c5: Pull complete [2021-01-29T07:23:04.004Z] 0ef7d3d256c8: Pull complete [2021-01-29T07:23:04.284Z] de9db76c5a1d: Pull complete [2021-01-29T07:23:06.611Z] Still waiting to schedule task [2021-01-29T07:23:06.611Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-23913’ is offline [2021-01-29T07:23:07.810Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T07:23:07.810Z] a35cf1a2eb13: Download complete [2021-01-29T07:23:09.273Z] bca2f99d35d6: Verifying Checksum [2021-01-29T07:23:09.273Z] bca2f99d35d6: Download complete [2021-01-29T07:23:21.973Z] bca2f99d35d6: Pull complete [2021-01-29T07:23:21.973Z] 93359f2a8cfa: Pull complete [2021-01-29T07:23:21.973Z] 7c6f9722023f: Pull complete [2021-01-29T07:23:27.655Z] a35cf1a2eb13: Pull complete [2021-01-29T07:23:27.655Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T07:23:27.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T07:23:27.655Z] ---> a62c8e92a672 [2021-01-29T07:23:27.655Z] 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-29T07:23:27.655Z] ---> Running in bc3fe340915f [2021-01-29T07:23:29.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:23:30.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:23:31.985Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T07:23:32.260Z] (2/12) Installing file (5.38-r0) [2021-01-29T07:23:32.542Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T07:23:32.542Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T07:23:36.879Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T07:23:36.879Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T07:23:36.879Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T07:23:36.879Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T07:23:36.879Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T07:23:37.152Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T07:23:37.152Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T07:23:37.152Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T07:23:37.442Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:23:37.442Z] OK: 233 MiB in 51 packages [2021-01-29T07:23:41.899Z] Removing intermediate container bc3fe340915f [2021-01-29T07:23:41.899Z] ---> 34349bd2acd4 [2021-01-29T07:23:41.899Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T07:23:41.899Z] ---> Running in cd5188f7b5fd [2021-01-29T07:23:42.177Z] Removing intermediate container cd5188f7b5fd [2021-01-29T07:23:42.177Z] ---> 1a4a46ddcdcf [2021-01-29T07:23:42.177Z] Step 5/6 : COPY go.mod . [2021-01-29T07:23:42.450Z] ---> 20218e52e416 [2021-01-29T07:23:42.450Z] Step 6/6 : RUN go mod download [2021-01-29T07:23:42.721Z] ---> Running in abb580ca18ea [2021-01-29T07:24:15.383Z] Removing intermediate container abb580ca18ea [2021-01-29T07:24:15.383Z] ---> c27073aa958f [2021-01-29T07:24:15.383Z] Successfully built c27073aa958f [2021-01-29T07:24:15.383Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:24:15.768Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T07:24:16.038Z] . [Pipeline] withDockerContainer [2021-01-29T07:24:16.294Z] prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container [2021-01-29T07:24:16.409Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T07:24:17.659Z] $ docker top 4f0ebe09dafe99787a5627ae210a8b439c26b0cd36364da6ac12a8c8898a3908 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:24:18.242Z] + go version [2021-01-29T07:24:18.242Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T07:24:18.268Z] $ docker stop --time=1 4f0ebe09dafe99787a5627ae210a8b439c26b0cd36364da6ac12a8c8898a3908 [2021-01-29T07:24:19.842Z] $ docker rm -f 4f0ebe09dafe99787a5627ae210a8b439c26b0cd36364da6ac12a8c8898a3908 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:24:20.943Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T07:24:20.943Z] . [Pipeline] withDockerContainer [2021-01-29T07:24:21.320Z] prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container [2021-01-29T07:24:21.426Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T07:24:22.976Z] $ docker top b14c1518d3835310ee3b99876be0cdb412e009c8cf4ad715accd09f5ddd020e8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T07:24:23.386Z] ========================================================= [2021-01-29T07:24:23.386Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T07:24:23.386Z] ========================================================= [Pipeline] sh [2021-01-29T07:24:24.039Z] + make test [2021-01-29T07:24:24.039Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T07:24:42.665Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T07:25:02.619Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23916 in /w/workspace/edgexfoundry_edgex-go_PR-3095 [Pipeline] { [Pipeline] ws [2021-01-29T07:25:02.691Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-29T07:25:07.480Z] using credential edgex-jenkins-ssh [2021-01-29T07:25:07.545Z] Cloning the remote Git repository [2021-01-29T07:25:07.594Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:25:07.743Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-29T07:25:07.845Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:25:07.846Z] > git --version # timeout=10 [2021-01-29T07:25:07.867Z] > git --version # 'git version 2.17.1' [2021-01-29T07:25:07.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:25:07.925Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T07:25:22.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T07:25:22.493Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T07:25:22.510Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T07:25:22.537Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T07:25:22.571Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:25:22.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:25:22.584Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3095/head:refs/remotes/origin/PR-3095 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T07:25:23.305Z] Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:25:23.753Z] Merge succeeded, producing ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:25:23.754Z] Checking out Revision ed059e14d357044982f497644550f5c760faaea4 (PR-3095) [2021-01-29T07:25:23.333Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T07:25:23.347Z] > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 [2021-01-29T07:25:23.637Z] > git remote # timeout=10 [2021-01-29T07:25:23.655Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T07:25:23.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:25:23.686Z] > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [2021-01-29T07:25:23.709Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T07:25:23.773Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T07:25:23.827Z] > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 [2021-01-29T07:25:28.192Z] Commit message: "build: Upgrade go-mod-core-contract lib" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T07:25:29.488Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T07:25:29.488Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T07:25:29.488Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T07:25:29.488Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T07:25:30.088Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:25:30.496Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:25:30.832Z] + sudo service docker restart [2021-01-29T07:25:30.832Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T07:25:32.884Z] provisioning config files... [2021-01-29T07:25:32.927Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4071086393453583413tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:25:33.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T07:25:33.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T07:25:33.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T07:25:33.113Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T07:25:33.113Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T07:25:33.351Z] ---> docker-login.sh [2021-01-29T07:25:33.352Z] nexus3.edgexfoundry.org:10001 [2021-01-29T07:25:34.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:25:34.593Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T07:25:34.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:25:34.605Z] Configure a credential helper to remove this warning. See [2021-01-29T07:25:34.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:25:34.605Z] [2021-01-29T07:25:34.605Z] Login Succeeded [2021-01-29T07:25:34.605Z] nexus3.edgexfoundry.org:10002 [2021-01-29T07:25:34.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:25:35.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:25:35.149Z] Configure a credential helper to remove this warning. See [2021-01-29T07:25:35.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:25:35.149Z] [2021-01-29T07:25:35.149Z] Login Succeeded [2021-01-29T07:25:35.149Z] nexus3.edgexfoundry.org:10003 [2021-01-29T07:25:35.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:25:35.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:25:35.423Z] Configure a credential helper to remove this warning. See [2021-01-29T07:25:35.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:25:35.423Z] [2021-01-29T07:25:35.423Z] Login Succeeded [2021-01-29T07:25:35.695Z] nexus3.edgexfoundry.org:10004 [2021-01-29T07:25:35.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:25:35.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:25:35.970Z] Configure a credential helper to remove this warning. See [2021-01-29T07:25:35.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:25:35.970Z] [2021-01-29T07:25:35.970Z] Login Succeeded [2021-01-29T07:25:35.970Z] docker.io [2021-01-29T07:25:36.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:25:36.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:25:36.846Z] Configure a credential helper to remove this warning. See [2021-01-29T07:25:36.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:25:36.846Z] [2021-01-29T07:25:36.846Z] Login Succeeded [2021-01-29T07:25:36.846Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T07:25:36.862Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-29T07:25:37.313Z] ========================================================= [2021-01-29T07:25:37.313Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T07:25:37.313Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:25:37.693Z] + 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-29T07:25:38.192Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T07:25:38.192Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T07:25:38.192Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T07:25:40.342Z] Sending build context to Docker daemon 165.9MB [2021-01-29T07:25:40.342Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T07:25:40.342Z] Step 2/6 : FROM ${BASE} [2021-01-29T07:25:40.342Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T07:25:40.342Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T07:25:40.342Z] a4357932f1b6: Pulling fs layer [2021-01-29T07:25:40.342Z] 18c013af1878: Pulling fs layer [2021-01-29T07:25:40.342Z] 00ac8860ef70: Pulling fs layer [2021-01-29T07:25:40.342Z] 63d7cb157983: Pulling fs layer [2021-01-29T07:25:40.342Z] b116817d02f9: Pulling fs layer [2021-01-29T07:25:40.342Z] 00ac8860ef70: Waiting [2021-01-29T07:25:40.342Z] 63d7cb157983: Waiting [2021-01-29T07:25:40.342Z] 745a02a5169b: Pulling fs layer [2021-01-29T07:25:40.342Z] b116817d02f9: Waiting [2021-01-29T07:25:40.342Z] 18c013af1878: Verifying Checksum [2021-01-29T07:25:40.342Z] 18c013af1878: Download complete [2021-01-29T07:25:40.342Z] a4357932f1b6: Verifying Checksum [2021-01-29T07:25:40.342Z] a4357932f1b6: Download complete [2021-01-29T07:25:40.342Z] 63d7cb157983: Download complete [2021-01-29T07:25:40.342Z] b116817d02f9: Download complete [2021-01-29T07:25:40.342Z] 5f621e34cdf4: Verifying Checksum [2021-01-29T07:25:40.342Z] 5f621e34cdf4: Download complete [2021-01-29T07:25:40.958Z] 5f621e34cdf4: Pull complete [2021-01-29T07:25:41.563Z] a4357932f1b6: Pull complete [2021-01-29T07:25:41.838Z] 18c013af1878: Pull complete [2021-01-29T07:25:42.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.228s coverage: 46.0% of statements [2021-01-29T07:25:42.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T07:25:42.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T07:25:42.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T07:25:42.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T07:25:42.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T07:25:42.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T07:25:42.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T07:25:42.978Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements [2021-01-29T07:25:43.273Z] 745a02a5169b: Verifying Checksum [2021-01-29T07:25:43.273Z] 745a02a5169b: Download complete [2021-01-29T07:25:44.255Z] 00ac8860ef70: Verifying Checksum [2021-01-29T07:25:44.255Z] 00ac8860ef70: Download complete [2021-01-29T07:25:47.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.379s coverage: 27.1% of statements [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T07:25:47.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T07:25:47.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T07:25:47.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.208s coverage: 65.8% of statements [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T07:25:47.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T07:25:49.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.590s coverage: 82.3% of statements [2021-01-29T07:25:49.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T07:25:49.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T07:25:49.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T07:25:49.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T07:25:54.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.796s coverage: 28.6% of statements [2021-01-29T07:25:54.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T07:25:54.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T07:25:54.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T07:25:54.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T07:25:54.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T07:25:54.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.119s coverage: 100.0% of statements [2021-01-29T07:25:54.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T07:25:54.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.107s coverage: 100.0% of statements [2021-01-29T07:25:54.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T07:25:54.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.143s coverage: 86.7% of statements [2021-01-29T07:25:54.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T07:25:54.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.243s coverage: 97.5% of statements [2021-01-29T07:25:54.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T07:25:54.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements [2021-01-29T07:25:54.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T07:25:54.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T07:25:54.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T07:25:54.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T07:25:54.426Z] 00ac8860ef70: Pull complete [2021-01-29T07:25:54.426Z] 63d7cb157983: Pull complete [2021-01-29T07:25:54.426Z] b116817d02f9: Pull complete [2021-01-29T07:25:57.834Z] 745a02a5169b: Pull complete [2021-01-29T07:25:57.834Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T07:25:57.834Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T07:25:57.834Z] ---> b7e6874047d6 [2021-01-29T07:25:57.834Z] 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-29T07:26:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.753s coverage: 92.8% of statements [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T07:26:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T07:26:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.147s coverage: 0.1% of statements [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T07:26:00.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T07:26:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.116s coverage: 43.8% of statements [2021-01-29T07:26:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.075s coverage: 79.5% of statements [2021-01-29T07:26:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.190s coverage: 94.1% of statements [2021-01-29T07:26:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-01-29T07:26:00.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.156s coverage: 87.5% of statements [2021-01-29T07:26:02.142Z] ---> Running in 6f31070789a5 [2021-01-29T07:26:02.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:26:03.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:26:04.316Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T07:26:04.316Z] (2/12) Installing file (5.38-r0) [2021-01-29T07:26:04.586Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T07:26:04.586Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T07:26:09.965Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T07:26:09.965Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T07:26:09.965Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T07:26:09.965Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T07:26:09.965Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T07:26:09.965Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T07:26:09.965Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T07:26:10.237Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T07:26:10.237Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:26:10.237Z] OK: 217 MiB in 51 packages [2021-01-29T07:26:10.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.106s coverage: 94.4% of statements [2021-01-29T07:26:10.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-01-29T07:26:10.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T07:26:10.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T07:26:10.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T07:26:10.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.136s coverage: 87.2% of statements [2021-01-29T07:26:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T07:26:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements [2021-01-29T07:26:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements [2021-01-29T07:26:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.111s coverage: 80.8% of statements [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.323s coverage: 91.4% of statements [2021-01-29T07:26:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.358s coverage: 63.5% of statements [2021-01-29T07:26:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T07:26:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.113s coverage: 73.7% of statements [2021-01-29T07:26:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-01-29T07:26:13.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.600s coverage: 68.9% of statements [2021-01-29T07:26:13.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T07:26:13.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T07:26:13.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T07:26:13.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T07:26:13.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T07:26:14.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.224s coverage: 37.0% of statements [2021-01-29T07:26:14.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T07:26:14.249Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T07:26:14.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.741s coverage: 84.0% of statements [2021-01-29T07:26:14.556Z] Removing intermediate container 6f31070789a5 [2021-01-29T07:26:14.556Z] ---> 2fcbed420571 [2021-01-29T07:26:14.556Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T07:26:14.556Z] ---> Running in a63fd34ef033 [2021-01-29T07:26:14.826Z] Removing intermediate container a63fd34ef033 [2021-01-29T07:26:14.826Z] ---> 32cf678eaedd [2021-01-29T07:26:14.826Z] Step 5/6 : COPY go.mod . [2021-01-29T07:26:14.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements [2021-01-29T07:26:15.419Z] ---> 6cbcae3eb942 [2021-01-29T07:26:15.419Z] Step 6/6 : RUN go mod download [2021-01-29T07:26:15.419Z] ---> Running in 5caacd3239c0 [2021-01-29T07:26:19.671Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.210s coverage: 47.1% of statements [2021-01-29T07:26:19.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T07:26:19.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T07:26:19.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T07:26:19.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T07:26:19.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T07:26:19.671Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2021-01-29T07:26:19.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T07:26:19.671Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-01-29T07:26:19.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T07:26:21.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.245s coverage: 29.1% of statements [2021-01-29T07:26:21.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T07:26:21.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T07:26:21.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T07:26:21.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T07:26:21.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T07:26:21.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.394s coverage: 99.0% of statements [2021-01-29T07:26:21.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T07:26:21.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements [2021-01-29T07:26:21.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T07:26:21.918Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.069s coverage: 0.0% of statements [2021-01-29T07:26:21.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T07:26:22.195Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.086s coverage: 100.0% of statements [2021-01-29T07:26:22.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T07:26:22.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T07:26:22.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T07:26:22.195Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T07:26:22.859Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-01-29T07:26:22.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T07:26:22.859Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T07:26:22.859Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.167s coverage: 100.0% of statements [2021-01-29T07:26:24.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.096s coverage: 32.1% of statements [2021-01-29T07:26:24.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-01-29T07:26:25.040Z] GO111MODULE=on go vet ./... [2021-01-29T07:26:42.235Z] Removing intermediate container 5caacd3239c0 [2021-01-29T07:26:42.235Z] ---> 1268457c9154 [2021-01-29T07:26:42.235Z] Successfully built 1268457c9154 [2021-01-29T07:26:42.235Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:26:42.577Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T07:26:42.578Z] . [Pipeline] withDockerContainer [2021-01-29T07:26:42.853Z] prd-ubuntu18.04-docker-arm64-4c-16g-23916 does not seem to be running inside a container [2021-01-29T07:26:42.968Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T07:26:44.585Z] $ docker top 3ca4c19842af60916e0fba829f4b3e5b43c2d2cfc53d6c9bae1d5dafe7ab9e96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:26:45.603Z] + go version [2021-01-29T07:26:45.603Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T07:26:45.651Z] $ docker stop --time=1 3ca4c19842af60916e0fba829f4b3e5b43c2d2cfc53d6c9bae1d5dafe7ab9e96 [2021-01-29T07:26:47.484Z] $ docker rm -f 3ca4c19842af60916e0fba829f4b3e5b43c2d2cfc53d6c9bae1d5dafe7ab9e96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:26:48.440Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T07:26:48.440Z] . [Pipeline] withDockerContainer [2021-01-29T07:26:48.673Z] prd-ubuntu18.04-docker-arm64-4c-16g-23916 does not seem to be running inside a container [2021-01-29T07:26:48.783Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T07:26:50.169Z] $ docker top fed97f0d31d3d133e1e035b1e737816b08f9570482039c9f683eea752274ffa7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T07:26:50.521Z] ========================================================= [2021-01-29T07:26:50.521Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T07:26:50.521Z] ========================================================= [Pipeline] sh [2021-01-29T07:26:51.173Z] + make test [2021-01-29T07:26:51.173Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T07:27:13.395Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T07:27:22.355Z] gofmt -l . [2021-01-29T07:27:22.355Z] [ "`gofmt -l .`" = "" ] [2021-01-29T07:27:22.355Z] ./bin/test-go-mod-tidy.sh [2021-01-29T07:27:23.855Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T07:27:26.816Z] + ls -al . [2021-01-29T07:27:26.816Z] total 672 [2021-01-29T07:27:26.816Z] drwxrwxr-x 10 1001 1001 4096 Jan 29 07:27 . [2021-01-29T07:27:26.816Z] drwxr-xr-x 4 root root 28 Jan 29 07:24 .. [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 07:21 .dockerignore [2021-01-29T07:27:26.816Z] drwxrwxr-x 8 1001 1001 179 Jan 29 07:21 .git [2021-01-29T07:27:26.816Z] drwxrwxr-x 3 1001 1001 125 Jan 29 07:21 .github [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 07:21 .gitignore [2021-01-29T07:27:26.816Z] drwx------ 3 1001 1001 60 Jan 29 07:22 .semver [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 07:21 .sonarcloud.properties [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 07:21 Attribution.txt [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 07:21 CONTRIBUTING.md [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 07:21 Dockerfile.build [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 07:21 Jenkinsfile [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 07:21 LICENSE [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 07:21 Makefile [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 07:21 README.md [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 07:21 SECURITY.md [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 07:22 VERSION [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 07:21 ZMQWindows.md [2021-01-29T07:27:26.816Z] drwxrwxr-x 2 1001 1001 117 Jan 29 07:21 bin [2021-01-29T07:27:26.816Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 07:21 cmd [2021-01-29T07:27:26.816Z] -rw-r--r-- 1 root root 565356 Jan 29 07:26 coverage.out [2021-01-29T07:27:26.816Z] -rw-r--r-- 1 root root 1054 Jan 29 07:27 go.mod [2021-01-29T07:27:26.816Z] -rw-r--r-- 1 root root 19289 Jan 29 07:27 go.sum [2021-01-29T07:27:26.816Z] drwxrwxr-x 8 1001 1001 127 Jan 29 07:21 internal [2021-01-29T07:27:26.816Z] drwxrwxr-x 4 1001 1001 26 Jan 29 07:21 openapi [2021-01-29T07:27:26.816Z] drwxrwxr-x 4 1001 1001 71 Jan 29 07:21 snap [2021-01-29T07:27:26.816Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 07:21 version.go [Pipeline] sh [2021-01-29T07:27:27.185Z] + '[' -e coverage.out ] [2021-01-29T07:27:27.185Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T07:27:27.557Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T07:27:27.934Z] + make build [2021-01-29T07:27:27.934Z] 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-29T07:27:34.748Z] 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-29T07:27:50.308Z] 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-29T07:27:52.333Z] 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-29T07:27:55.069Z] 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-29T07:27:56.087Z] 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-29T07:28:00.419Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T07:28:00.609Z] 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-29T07:28:03.332Z] 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-29T07:28:05.573Z] 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-29T07:28:06.199Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T07:28:09.077Z] 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-29T07:28:10.536Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T07:28:10.536Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T07:28:10.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T07:28:11.115Z] 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-29T07:28:13.182Z] 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-29T07:28:15.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-29T07:28:18.734Z] $ docker stop --time=1 b14c1518d3835310ee3b99876be0cdb412e009c8cf4ad715accd09f5ddd020e8 [2021-01-29T07:28:18.901Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T07:28:18.901Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T07:28:18.901Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T07:28:18.901Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T07:28:18.901Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T07:28:18.901Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T07:28:21.137Z] $ docker rm -f b14c1518d3835310ee3b99876be0cdb412e009c8cf4ad715accd09f5ddd020e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-29T07:28:24.325Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T07:28:24.325Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T07:28:24.325Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:28:25.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:28:25.809Z] [2021-01-29T07:28:25.809Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:28:26.358Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:28:26.711Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-29T07:28:26.711Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-29T07:28:26.711Z] ca9280d653b3: Pulling fs layer [2021-01-29T07:28:26.711Z] 7e9c9ca2126c: Pulling fs layer [2021-01-29T07:28:27.209Z] cbdbe7a5bc2a: Download complete [2021-01-29T07:28:27.986Z] cbdbe7a5bc2a: Pull complete [2021-01-29T07:28:28.281Z] ca9280d653b3: Download complete [2021-01-29T07:28:30.346Z] ca9280d653b3: Pull complete [2021-01-29T07:28:31.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.437s coverage: 46.0% of statements [2021-01-29T07:28:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T07:28:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T07:28:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T07:28:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T07:28:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T07:28:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T07:28:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T07:28:31.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.164s coverage: 100.0% of statements [2021-01-29T07:28:31.782Z] 7e9c9ca2126c: Download complete [2021-01-29T07:28:37.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.475s coverage: 27.1% of statements [2021-01-29T07:28:37.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T07:28:37.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T07:28:37.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T07:28:37.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T07:28:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T07:28:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T07:28:37.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-01-29T07:28:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T07:28:37.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-01-29T07:28:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T07:28:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T07:28:37.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 65.8% of statements [2021-01-29T07:28:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T07:28:37.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T07:28:40.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.620s coverage: 82.3% of statements [2021-01-29T07:28:40.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T07:28:40.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T07:28:40.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T07:28:40.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T07:28:44.351Z] 7e9c9ca2126c: Pull complete [2021-01-29T07:28:44.351Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-29T07:28:44.351Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:28:44.351Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-29T07:28:44.670Z] prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container [2021-01-29T07:28:44.800Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T07:28:46.994Z] $ docker top 0837397415ab592d6a41287a08050c2d900ceb886ef7e7817b71eb05b8d00b33 -eo pid,comm [2021-01-29T07:28:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.135s coverage: 28.6% of statements [2021-01-29T07:28:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T07:28:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T07:28:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T07:28:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T07:28:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T07:28:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-01-29T07:28:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T07:28:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-01-29T07:28:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T07:28:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.329s coverage: 86.7% of statements [2021-01-29T07:28:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T07:28:47.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.293s coverage: 97.5% of statements [2021-01-29T07:28:47.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [Pipeline] { [Pipeline] sh [2021-01-29T07:28:48.014Z] + docker-compose build --help [2021-01-29T07:28:48.014Z] + grep parallel [2021-01-29T07:28:49.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements [2021-01-29T07:28:49.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T07:28:49.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T07:28:49.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T07:28:49.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T07:28:49.425Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T07:28:49.464Z] $ docker stop --time=1 0837397415ab592d6a41287a08050c2d900ceb886ef7e7817b71eb05b8d00b33 [2021-01-29T07:28:51.221Z] $ docker rm -f 0837397415ab592d6a41287a08050c2d900ceb886ef7e7817b71eb05b8d00b33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:28:52.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:28:52.035Z] . [Pipeline] withDockerContainer [2021-01-29T07:28:52.226Z] prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container [2021-01-29T07:28:52.323Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T07:28:53.571Z] $ docker top a91c6e65f1b35ada49c82a7ee6802d3ff112cc96ac4a06ebe8dc9493edbd61af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:28:54.255Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T07:28:56.329Z] Building docker-core-command-go ... [2021-01-29T07:28:56.329Z] Building docker-core-data-go ... [2021-01-29T07:28:56.329Z] Building docker-core-metadata-go ... [2021-01-29T07:28:56.329Z] Building docker-security-bootstrapper-go ... [2021-01-29T07:28:56.329Z] Building docker-security-proxy-setup-go ... [2021-01-29T07:28:56.329Z] Building docker-security-secretstore-setup-go ... [2021-01-29T07:28:56.329Z] Building docker-support-notifications-go ... [2021-01-29T07:28:56.329Z] Building docker-support-scheduler-go ... [2021-01-29T07:28:56.329Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T07:28:56.329Z] Building docker-support-scheduler-go [2021-01-29T07:28:56.329Z] Building docker-sys-mgmt-agent-go [2021-01-29T07:28:56.329Z] Building docker-security-bootstrapper-go [2021-01-29T07:28:56.329Z] Building docker-core-command-go [2021-01-29T07:28:56.329Z] Building docker-support-notifications-go [2021-01-29T07:28:57.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.270s coverage: 92.8% of statements [2021-01-29T07:28:57.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T07:28:57.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T07:28:57.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T07:28:57.523Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T07:28:57.524Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T07:28:57.524Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T07:28:57.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T07:28:57.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.102s coverage: 43.8% of statements [2021-01-29T07:28:57.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-01-29T07:28:57.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-01-29T07:28:57.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.126s coverage: 96.3% of statements [2021-01-29T07:28:57.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements [2021-01-29T07:29:09.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-01-29T07:29:09.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.087s coverage: 44.8% of statements [2021-01-29T07:29:09.930Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T07:29:09.930Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T07:29:09.930Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T07:29:09.930Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T07:29:10.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-01-29T07:29:10.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T07:29:10.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T07:29:10.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-01-29T07:29:10.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T07:29:10.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 75.5% of statements [2021-01-29T07:29:10.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T07:29:10.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-01-29T07:29:10.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-01-29T07:29:10.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements [2021-01-29T07:29:10.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.4% of statements [2021-01-29T07:29:10.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T07:29:10.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.523s coverage: 63.5% of statements [2021-01-29T07:29:10.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T07:29:10.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T07:29:11.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-01-29T07:29:12.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-01-29T07:29:12.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-01-29T07:29:13.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements [2021-01-29T07:29:13.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-01-29T07:29:18.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 68.9% of statements [2021-01-29T07:29:18.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T07:29:18.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T07:29:18.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T07:29:18.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T07:29:18.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T07:29:18.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.404s coverage: 37.0% of statements [2021-01-29T07:29:18.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T07:29:18.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T07:29:19.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.569s coverage: 84.0% of statements [2021-01-29T07:29:19.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.108s coverage: 100.0% of statements [2021-01-29T07:29:27.524Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.397s coverage: 47.1% of statements [2021-01-29T07:29:27.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T07:29:27.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T07:29:27.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T07:29:27.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T07:29:27.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T07:29:27.524Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.199s coverage: 100.0% of statements [2021-01-29T07:29:27.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T07:29:27.524Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements [2021-01-29T07:29:27.524Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T07:29:30.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.203s coverage: 29.1% of statements [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T07:29:30.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T07:29:30.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T07:29:30.925Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T07:29:30.925Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.094s coverage: 100.0% of statements [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T07:29:30.925Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T07:29:30.925Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T07:29:30.925Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-01-29T07:29:31.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-29T07:29:32.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-29T07:29:33.099Z] GO111MODULE=on go vet ./... [2021-01-29T07:30:05.649Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:30:05.650Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:30:05.650Z] ---> c27073aa958f [2021-01-29T07:30:05.650Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:30:05.650Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:30:05.650Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:30:05.650Z] ---> c27073aa958f [2021-01-29T07:30:05.650Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:30:05.650Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:30:05.650Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:30:05.650Z] ---> c27073aa958f [2021-01-29T07:30:05.650Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T07:30:05.650Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:30:05.650Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:30:05.650Z] ---> c27073aa958f [2021-01-29T07:30:05.650Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:30:05.650Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:30:05.650Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:30:05.650Z] ---> c27073aa958f [2021-01-29T07:30:05.650Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T07:30:05.650Z] ---> Running in ff7000592125 [2021-01-29T07:30:05.650Z] ---> Running in 478dc31ee6d8 [2021-01-29T07:30:05.650Z] ---> Running in 5110dab4d28b [2021-01-29T07:30:05.650Z] ---> Running in 5663b6bf952d [2021-01-29T07:30:05.650Z] ---> Running in 91213ffc6619 [2021-01-29T07:30:05.650Z] Removing intermediate container 5663b6bf952d [2021-01-29T07:30:05.650Z] ---> 0e80b214713c [2021-01-29T07:30:05.650Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:30:05.650Z] Removing intermediate container ff7000592125 [2021-01-29T07:30:05.650Z] ---> 6474dff9e7d9 [2021-01-29T07:30:05.650Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:30:05.650Z] Removing intermediate container 5110dab4d28b [2021-01-29T07:30:05.650Z] ---> c0d98385bdf2 [2021-01-29T07:30:05.650Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:30:05.650Z] Removing intermediate container 478dc31ee6d8 [2021-01-29T07:30:05.650Z] ---> 34801b26d1a3 [2021-01-29T07:30:05.650Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:30:05.650Z] Removing intermediate container 91213ffc6619 [2021-01-29T07:30:05.650Z] ---> d09a85a07f1c [2021-01-29T07:30:05.650Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:30:05.650Z] ---> Running in 381c1537b7d2 [2021-01-29T07:30:05.650Z] ---> Running in b9d5f6076d53 [2021-01-29T07:30:05.650Z] ---> Running in be0712746dfe [2021-01-29T07:30:05.650Z] ---> Running in 9396e9cf9c39 [2021-01-29T07:30:05.650Z] ---> Running in 647da7a519f7 [2021-01-29T07:30:05.650Z] Removing intermediate container 381c1537b7d2 [2021-01-29T07:30:05.650Z] ---> 5c4cb1710021 [2021-01-29T07:30:05.650Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T07:30:05.650Z] Removing intermediate container 9396e9cf9c39 [2021-01-29T07:30:05.650Z] ---> 8699ab5d156c [2021-01-29T07:30:05.650Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T07:30:05.650Z] Removing intermediate container be0712746dfe [2021-01-29T07:30:05.650Z] ---> 7c580b32fc35 [2021-01-29T07:30:05.650Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T07:30:05.650Z] ---> Running in c26e5d9607a7 [2021-01-29T07:30:05.957Z] ---> Running in ec82ee94cf27 [2021-01-29T07:30:05.958Z] Removing intermediate container 647da7a519f7 [2021-01-29T07:30:05.958Z] ---> 3820610fcbbe [2021-01-29T07:30:05.958Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T07:30:05.958Z] ---> Running in aaf65205fdfd [2021-01-29T07:30:05.958Z] ---> Running in c467562efd37 [2021-01-29T07:30:05.958Z] Removing intermediate container b9d5f6076d53 [2021-01-29T07:30:05.958Z] ---> af65f2697219 [2021-01-29T07:30:05.958Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T07:30:06.276Z] ---> Running in d142f1e35ce3 [2021-01-29T07:30:08.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:30:08.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:30:08.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:30:08.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:30:08.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:30:08.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:30:08.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:30:08.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:30:08.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:30:08.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:30:09.443Z] OK: 233 MiB in 51 packages [2021-01-29T07:30:09.443Z] OK: 233 MiB in 51 packages [2021-01-29T07:30:09.734Z] OK: 233 MiB in 51 packages [2021-01-29T07:30:09.734Z] OK: 233 MiB in 51 packages [2021-01-29T07:30:10.011Z] OK: 233 MiB in 51 packages [2021-01-29T07:30:10.298Z] Removing intermediate container ec82ee94cf27 [2021-01-29T07:30:10.298Z] ---> 4bfa76ac89d3 [2021-01-29T07:30:10.298Z] Step 6/26 : COPY go.mod . [2021-01-29T07:30:10.666Z] Removing intermediate container aaf65205fdfd [2021-01-29T07:30:10.666Z] ---> 27996de85343 [2021-01-29T07:30:10.666Z] Step 6/22 : COPY go.mod . [2021-01-29T07:30:10.974Z] Removing intermediate container c26e5d9607a7 [2021-01-29T07:30:10.974Z] ---> 4a3d51518617 [2021-01-29T07:30:10.974Z] Step 6/23 : COPY go.mod . [2021-01-29T07:30:11.278Z] ---> ac749ff70b37 [2021-01-29T07:30:11.278Z] Step 7/26 : RUN go mod download [2021-01-29T07:30:11.278Z] Removing intermediate container d142f1e35ce3 [2021-01-29T07:30:11.278Z] ---> 6a895214532c [2021-01-29T07:30:11.278Z] Step 7/22 : RUN go mod download [2021-01-29T07:30:11.278Z] ---> b683f25ae797 [2021-01-29T07:30:11.278Z] Step 6/22 : COPY go.mod . [2021-01-29T07:30:11.555Z] Removing intermediate container c467562efd37 [2021-01-29T07:30:11.555Z] ---> c3ab34de4acd [2021-01-29T07:30:11.555Z] Step 6/34 : COPY go.mod . [2021-01-29T07:30:11.906Z] ---> Running in ce1fe304449b [2021-01-29T07:30:12.226Z] ---> Running in 213cb06644e9 [2021-01-29T07:30:12.226Z] ---> 6b7d9c1104ad [2021-01-29T07:30:12.226Z] Step 7/23 : RUN go mod download [2021-01-29T07:30:12.226Z] ---> d14aac7d49ee [2021-01-29T07:30:12.226Z] Step 7/22 : RUN go mod download [2021-01-29T07:30:12.226Z] ---> Running in 660dbd92e866 [2021-01-29T07:30:12.528Z] ---> Running in ca3c82f421bc [2021-01-29T07:30:12.528Z] ---> 521f348d9577 [2021-01-29T07:30:12.528Z] Step 7/34 : RUN go mod download [2021-01-29T07:30:12.840Z] ---> Running in a4149f96021b [2021-01-29T07:30:18.158Z] Removing intermediate container ca3c82f421bc [2021-01-29T07:30:18.158Z] ---> 87e2b4d22b41 [2021-01-29T07:30:18.158Z] Step 8/22 : COPY . . [2021-01-29T07:30:18.158Z] Removing intermediate container a4149f96021b [2021-01-29T07:30:18.158Z] ---> 3442486ae2fc [2021-01-29T07:30:18.158Z] Step 8/34 : COPY . . [2021-01-29T07:30:18.158Z] Removing intermediate container ce1fe304449b [2021-01-29T07:30:18.158Z] ---> 778440bea1fe [2021-01-29T07:30:18.158Z] Step 8/22 : COPY . . [2021-01-29T07:30:18.158Z] Removing intermediate container 213cb06644e9 [2021-01-29T07:30:18.158Z] ---> 07196290bad4 [2021-01-29T07:30:18.158Z] Step 8/26 : COPY . . [2021-01-29T07:30:18.457Z] Removing intermediate container 660dbd92e866 [2021-01-29T07:30:18.457Z] ---> 5fa15fdcb44e [2021-01-29T07:30:18.457Z] Step 8/23 : COPY . . [2021-01-29T07:30:54.912Z] gofmt -l . [2021-01-29T07:30:54.913Z] [ "`gofmt -l .`" = "" ] [2021-01-29T07:30:54.913Z] ./bin/test-go-mod-tidy.sh [2021-01-29T07:30:54.913Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T07:30:55.579Z] + ls -al . [2021-01-29T07:30:55.579Z] total 700 [2021-01-29T07:30:55.580Z] drwxrwxr-x 9 1001 1001 4096 Jan 29 07:30 . [2021-01-29T07:30:55.580Z] drwxr-xr-x 4 root root 4096 Jan 29 07:26 .. [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 07:25 .dockerignore [2021-01-29T07:30:55.580Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 07:25 .git [2021-01-29T07:30:55.580Z] drwxrwxr-x 3 1001 1001 4096 Jan 29 07:25 .github [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 07:25 .gitignore [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 07:25 .sonarcloud.properties [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 07:25 Attribution.txt [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 07:25 CONTRIBUTING.md [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 07:25 Dockerfile.build [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 07:25 Jenkinsfile [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 07:25 LICENSE [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 07:25 Makefile [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 07:25 README.md [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 07:25 SECURITY.md [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 07:22 VERSION [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 07:25 ZMQWindows.md [2021-01-29T07:30:55.580Z] drwxrwxr-x 2 1001 1001 4096 Jan 29 07:25 bin [2021-01-29T07:30:55.580Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 07:25 cmd [2021-01-29T07:30:55.580Z] -rw-r--r-- 1 root root 565356 Jan 29 07:29 coverage.out [2021-01-29T07:30:55.580Z] -rw-r--r-- 1 root root 1054 Jan 29 07:30 go.mod [2021-01-29T07:30:55.580Z] -rw-r--r-- 1 root root 19289 Jan 29 07:30 go.sum [2021-01-29T07:30:55.580Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 07:25 internal [2021-01-29T07:30:55.580Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 07:25 openapi [2021-01-29T07:30:55.580Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 07:25 snap [2021-01-29T07:30:55.580Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 07:25 version.go [Pipeline] sh [2021-01-29T07:30:56.243Z] + '[' -e coverage.out ] [2021-01-29T07:30:56.243Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T07:30:56.311Z] Warning: overwriting stash ‘coverage-report’ [2021-01-29T07:30:57.635Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T07:30:58.339Z] + make build [2021-01-29T07:30:58.339Z] 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-29T07:31:10.772Z] 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-29T07:31:37.589Z] 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-29T07:31:39.563Z] 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-29T07:31:41.436Z] ---> bc592080a399 [2021-01-29T07:31:41.437Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T07:31:41.437Z] ---> 77336f403965 [2021-01-29T07:31:41.437Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T07:31:41.437Z] ---> d43beaa02d8a [2021-01-29T07:31:41.437Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T07:31:41.437Z] ---> 90f6a5940c5e [2021-01-29T07:31:41.437Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T07:31:41.437Z] ---> Running in 189857221d22 [2021-01-29T07:31:41.437Z] ---> Running in 8b2696e5fd24 [2021-01-29T07:31:41.437Z] ---> Running in dd491a51a8d8 [2021-01-29T07:31:41.437Z] ---> Running in 75fe7733d9c9 [2021-01-29T07:31:41.437Z] ---> 9461ed6922c5 [2021-01-29T07:31:41.437Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T07:31:41.437Z] ---> Running in 46fdf360e435 [2021-01-29T07:31:41.437Z] Removing intermediate container 75fe7733d9c9 [2021-01-29T07:31:41.437Z] ---> 5801e8d8c40f [2021-01-29T07:31:41.437Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-29T07:31:41.437Z] ---> Running in 83440c682496 [2021-01-29T07:31:41.734Z] 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-29T07:31:41.734Z] 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-29T07:31:41.734Z] 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-29T07:31:41.734Z] 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-29T07:31:42.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T07:31:46.288Z] 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-29T07:31:47.262Z] 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-29T07:31:52.663Z] 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-29T07:31:58.053Z] 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-29T07:32:00.666Z] 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-29T07:32:05.002Z] 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-29T07:32:09.320Z] 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-29T07:32:12.736Z] 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-29T07:32:17.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-29T07:32:23.881Z] $ docker stop --time=1 fed97f0d31d3d133e1e035b1e737816b08f9570482039c9f683eea752274ffa7 [2021-01-29T07:32:26.517Z] $ docker rm -f fed97f0d31d3d133e1e035b1e737816b08f9570482039c9f683eea752274ffa7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:32:28.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:32:28.719Z] [2021-01-29T07:32:28.719Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:32:29.108Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:32:29.381Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-29T07:32:29.381Z] 29e5d40040c1: Pulling fs layer [2021-01-29T07:32:29.381Z] 1ce36da41761: Pulling fs layer [2021-01-29T07:32:29.381Z] 25b303627fd3: Pulling fs layer [2021-01-29T07:32:29.381Z] 29e5d40040c1: Verifying Checksum [2021-01-29T07:32:29.381Z] 29e5d40040c1: Download complete [2021-01-29T07:32:29.978Z] 1ce36da41761: Verifying Checksum [2021-01-29T07:32:29.978Z] 1ce36da41761: Download complete [2021-01-29T07:32:29.978Z] 29e5d40040c1: Pull complete [2021-01-29T07:32:31.411Z] 1ce36da41761: Pull complete [2021-01-29T07:32:31.687Z] 25b303627fd3: Verifying Checksum [2021-01-29T07:32:31.687Z] 25b303627fd3: Download complete [2021-01-29T07:32:40.286Z] 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-29T07:32:41.827Z] 25b303627fd3: Pull complete [2021-01-29T07:32:41.827Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-29T07:32:41.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:32:41.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-29T07:32:42.076Z] prd-ubuntu18.04-docker-arm64-4c-16g-23916 does not seem to be running inside a container [2021-01-29T07:32:42.281Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T07:32:42.284Z] Removing intermediate container 8b2696e5fd24 [2021-01-29T07:32:42.284Z] ---> 91528a518a1c [2021-01-29T07:32:42.284Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T07:32:42.572Z] Removing intermediate container 189857221d22 [2021-01-29T07:32:42.572Z] ---> 7072975a8864 [2021-01-29T07:32:42.572Z] [2021-01-29T07:32:42.572Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T07:32:42.572Z] 3.12: Pulling from library/alpine [2021-01-29T07:32:42.572Z] Removing intermediate container 46fdf360e435 [2021-01-29T07:32:42.572Z] ---> d815c76c14d4 [2021-01-29T07:32:42.572Z] [2021-01-29T07:32:42.572Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T07:32:42.872Z] ---> Running in fd6a647e5fc6 [2021-01-29T07:32:42.872Z] 3.12: Pulling from library/alpine [2021-01-29T07:32:44.353Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T07:32:44.353Z] + cd /tmp/build/dist/linux [2021-01-29T07:32:44.353Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T07:32:44.353Z] Cloning into '.'... [2021-01-29T07:32:44.642Z] 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-29T07:32:44.642Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T07:32:44.642Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T07:32:44.642Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T07:32:44.642Z] ---> 389fef711851 [2021-01-29T07:32:44.642Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T07:32:44.642Z] Status: Image is up to date for alpine:3.12 [2021-01-29T07:32:44.642Z] ---> 389fef711851 [2021-01-29T07:32:44.642Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:32:45.449Z] $ docker top b6e91917bf80b52cb9611872770d9189749f5ae20d71b628b43a04335267724e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:32:45.695Z] + go get github.com/robfig/glock [2021-01-29T07:32:46.321Z] + docker-compose build --help [2021-01-29T07:32:46.321Z] + grep parallel [2021-01-29T07:32:46.332Z]  ---> Running in 65a9a00ff444 [2021-01-29T07:32:46.332Z] ---> Running in f6d1849938e8 [2021-01-29T07:32:46.616Z] Removing intermediate container dd491a51a8d8 [2021-01-29T07:32:46.616Z] ---> 5d4d94cc0c43 [2021-01-29T07:32:46.616Z] [2021-01-29T07:32:46.616Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:32:46.616Z] ---> 389fef711851 [2021-01-29T07:32:46.616Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:32:46.904Z] ---> Running in 01b1ee1a7ff3 [2021-01-29T07:32:47.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:32:47.956Z] Removing intermediate container fd6a647e5fc6 [2021-01-29T07:32:47.956Z] ---> 08023b8b4378 [2021-01-29T07:32:47.956Z] [2021-01-29T07:32:47.956Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T07:32:47.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:32:47.956Z] 20.10.0: Pulling from library/docker [2021-01-29T07:32:47.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:32:48.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:32:48.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:32:48.938Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T07:32:48.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:32:48.938Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T07:32:48.938Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:32:48.938Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:32:48.938Z] OK: 6 MiB in 16 packages [2021-01-29T07:32:49.685Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T07:32:50.105Z] $ docker stop --time=1 b6e91917bf80b52cb9611872770d9189749f5ae20d71b628b43a04335267724e [2021-01-29T07:32:50.146Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T07:32:50.146Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:32:50.146Z] OK: 6 MiB in 15 packages [2021-01-29T07:32:50.146Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T07:32:50.146Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:32:50.146Z] OK: 6 MiB in 15 packages [2021-01-29T07:32:51.755Z] Removing intermediate container f6d1849938e8 [2021-01-29T07:32:51.755Z] ---> 0469f548c572 [2021-01-29T07:32:51.755Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:32:52.061Z] $ docker rm -f b6e91917bf80b52cb9611872770d9189749f5ae20d71b628b43a04335267724e [2021-01-29T07:32:52.081Z] Removing intermediate container 65a9a00ff444 [2021-01-29T07:32:52.081Z] ---> 3ddabd323534 [2021-01-29T07:32:52.081Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:32:52.081Z] ---> Running in dd8ca7a7e38a [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-29T07:32:52.419Z] ---> Running in 4cceb33a1144 [2021-01-29T07:32:52.419Z] Removing intermediate container 01b1ee1a7ff3 [2021-01-29T07:32:52.419Z] ---> 3d501c0bec25 [2021-01-29T07:32:52.419Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:32:52.419Z] ---> Running in d62ec2c63ff6 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:32:52.702Z] Removing intermediate container dd8ca7a7e38a [2021-01-29T07:32:52.703Z] ---> 524c4acc61f2 [2021-01-29T07:32:52.703Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T07:32:52.703Z] Removing intermediate container 4cceb33a1144 [2021-01-29T07:32:52.703Z] ---> 9e1b581a669b [2021-01-29T07:32:52.703Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T07:32:52.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:32:52.823Z] . [Pipeline] withDockerContainer [2021-01-29T07:32:52.995Z] Removing intermediate container d62ec2c63ff6 [2021-01-29T07:32:52.995Z] ---> 339655e01a7f [2021-01-29T07:32:52.995Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T07:32:52.995Z] ---> Running in 2e940baa701b [2021-01-29T07:32:52.995Z] ---> Running in 10c76ab55287 [2021-01-29T07:32:52.995Z] ---> Running in 3700eaa08efa [2021-01-29T07:32:53.117Z] prd-ubuntu18.04-docker-arm64-4c-16g-23916 does not seem to be running inside a container [2021-01-29T07:32:53.360Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T07:32:53.733Z] Removing intermediate container 2e940baa701b [2021-01-29T07:32:53.733Z] ---> d00504b1fd5f [2021-01-29T07:32:53.733Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T07:32:53.733Z] Removing intermediate container 10c76ab55287 [2021-01-29T07:32:53.733Z] ---> c617de1c5bcf [2021-01-29T07:32:53.733Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T07:32:53.733Z] Removing intermediate container 3700eaa08efa [2021-01-29T07:32:53.733Z] ---> ae7cb720556a [2021-01-29T07:32:53.733Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T07:32:53.733Z] ---> Running in a9c6efa1510d [2021-01-29T07:32:54.058Z] ---> Running in 92aec3520902 [2021-01-29T07:32:54.058Z] ---> Running in d64db997efd6 [2021-01-29T07:32:54.370Z] Removing intermediate container a9c6efa1510d [2021-01-29T07:32:54.370Z] ---> 341b17dbb4a6 [2021-01-29T07:32:54.370Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:32:54.370Z] Removing intermediate container 92aec3520902 [2021-01-29T07:32:54.370Z] ---> f20cc819094d [2021-01-29T07:32:54.370Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:32:54.370Z] Removing intermediate container d64db997efd6 [2021-01-29T07:32:54.370Z] ---> 412a9e4db058 [2021-01-29T07:32:54.370Z] Step 15/23 : WORKDIR / [2021-01-29T07:32:54.761Z] $ docker top ae982a6f62bfc83712a86b1a8da609726c978807214712b7d9309805959e21f8 -eo pid,comm [2021-01-29T07:32:54.667Z] ---> Running in 58c436f61c95 [Pipeline] { [Pipeline] sh [2021-01-29T07:32:55.667Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T07:32:58.140Z] ---> d8b470a7e2dc [2021-01-29T07:32:58.141Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T07:32:58.141Z] ---> 3b0975817ac4 [2021-01-29T07:32:58.141Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T07:32:58.141Z] Removing intermediate container 58c436f61c95 [2021-01-29T07:32:58.141Z] ---> 7fc4a4b25c0d [2021-01-29T07:32:58.141Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:32:59.953Z] Building docker-core-command-go ... [2021-01-29T07:32:59.954Z] Building docker-core-data-go ... [2021-01-29T07:32:59.954Z] Building docker-core-metadata-go ... [2021-01-29T07:32:59.954Z] Building docker-security-bootstrapper-go ... [2021-01-29T07:32:59.954Z] Building docker-security-proxy-setup-go ... [2021-01-29T07:32:59.954Z] Building docker-security-secretstore-setup-go ... [2021-01-29T07:32:59.954Z] Building docker-support-notifications-go ... [2021-01-29T07:32:59.954Z] Building docker-support-scheduler-go ... [2021-01-29T07:32:59.954Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T07:32:59.954Z] Building docker-sys-mgmt-agent-go [2021-01-29T07:32:59.954Z] Building docker-security-proxy-setup-go [2021-01-29T07:32:59.954Z] Building docker-support-scheduler-go [2021-01-29T07:32:59.954Z] Building docker-core-metadata-go [2021-01-29T07:32:59.954Z] Building docker-security-bootstrapper-go [2021-01-29T07:33:00.488Z] ---> 79b0abdb7fc3 [2021-01-29T07:33:00.488Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T07:33:00.488Z] ---> d32f0b5e6393 [2021-01-29T07:33:00.489Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T07:33:00.767Z] ---> d9365fc354c7 [2021-01-29T07:33:00.767Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T07:33:00.767Z] + glock sync -n [2021-01-29T07:33:01.423Z]  ---> 1f2be592d613 [2021-01-29T07:33:01.423Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T07:33:01.722Z] ---> Running in 041662e01ed7 [2021-01-29T07:33:01.722Z] ---> 6cbc045f4f01 [2021-01-29T07:33:01.722Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T07:33:02.004Z] ---> 304ab90cf581 [2021-01-29T07:33:02.004Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T07:33:02.004Z] ---> Running in 6c8de3ceb2c4 [2021-01-29T07:33:02.309Z] Removing intermediate container 041662e01ed7 [2021-01-29T07:33:02.309Z] ---> a603e725db0c [2021-01-29T07:33:02.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:33:02.309Z] ---> Running in 77cd52cf520b [2021-01-29T07:33:02.309Z] ---> 013f747a1e91 [2021-01-29T07:33:02.309Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T07:33:02.309Z] Removing intermediate container 6c8de3ceb2c4 [2021-01-29T07:33:02.309Z] ---> d4a2cfe8affa [2021-01-29T07:33:02.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:33:02.591Z] ---> Running in 7e1568e9ec6c [2021-01-29T07:33:02.591Z] ---> Running in de2afad9a06c [2021-01-29T07:33:02.859Z] Removing intermediate container 77cd52cf520b [2021-01-29T07:33:02.860Z] ---> 0ae5568ffa98 [2021-01-29T07:33:02.860Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T07:33:03.179Z] ---> Running in 1dbfc67c9763 [2021-01-29T07:33:03.179Z] Removing intermediate container 7e1568e9ec6c [2021-01-29T07:33:03.179Z] ---> c3a1176e785b [2021-01-29T07:33:03.179Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:33:03.179Z] Removing intermediate container de2afad9a06c [2021-01-29T07:33:03.179Z] ---> 9eb9d73cc58f [2021-01-29T07:33:03.179Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T07:33:03.179Z] ---> Running in 77cc9d6eb3b6 [2021-01-29T07:33:03.499Z] ---> Running in 370b2abe1402 [2021-01-29T07:33:03.499Z] Removing intermediate container 1dbfc67c9763 [2021-01-29T07:33:03.499Z] ---> f414e9352749 [2021-01-29T07:33:03.499Z] Step 21/22 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:33:03.499Z] Removing intermediate container 77cc9d6eb3b6 [2021-01-29T07:33:03.499Z] ---> 12365883b53e [2021-01-29T07:33:03.499Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T07:33:03.810Z] ---> Running in ab327a884e49 [2021-01-29T07:33:03.810Z] ---> Running in 0d0c1888762b [2021-01-29T07:33:03.810Z] Removing intermediate container 370b2abe1402 [2021-01-29T07:33:03.810Z] ---> d02ac0c19cb9 [2021-01-29T07:33:03.810Z] Step 21/22 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:33:04.853Z] ---> Running in 833b6cb3fbca [2021-01-29T07:33:04.853Z] Removing intermediate container 0d0c1888762b [2021-01-29T07:33:04.853Z] ---> c76f6e7f93ac [2021-01-29T07:33:04.853Z] Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:33:04.853Z] Removing intermediate container ab327a884e49 [2021-01-29T07:33:04.853Z] ---> 763726ebfea1 [2021-01-29T07:33:04.853Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T07:33:05.161Z] ---> Running in 023976f922ce [2021-01-29T07:33:05.161Z] ---> Running in 8e95117c8814 [2021-01-29T07:33:05.161Z] Removing intermediate container 833b6cb3fbca [2021-01-29T07:33:05.161Z] ---> 4d525e29fb6a [2021-01-29T07:33:05.161Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T07:33:05.822Z] ---> Running in 346ad60eb4ec [2021-01-29T07:33:05.822Z] Removing intermediate container 8e95117c8814 [2021-01-29T07:33:05.822Z] ---> 483e9c4b51b5 [2021-01-29T07:33:05.822Z] [2021-01-29T07:33:05.822Z] Removing intermediate container 023976f922ce [2021-01-29T07:33:05.822Z] ---> 560df5da9db6 [2021-01-29T07:33:05.822Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:33:06.144Z] ---> Running in b97bf3922148 [2021-01-29T07:33:06.425Z] Removing intermediate container 346ad60eb4ec [2021-01-29T07:33:06.425Z] ---> 11bba540fc00 [2021-01-29T07:33:06.425Z] [2021-01-29T07:33:06.699Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T07:33:06.699Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T07:33:06.699Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T07:33:06.699Z] Successfully built 483e9c4b51b5 [2021-01-29T07:33:07.012Z] Successfully built 11bba540fc00 [2021-01-29T07:33:07.012Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T07:33:07.012Z] + git describe '--abbrev=0' --tags [2021-01-29T07:33:07.012Z] + TAG=v0.6.1 [2021-01-29T07:33:07.012Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T07:33:07.012Z] + apk --print-arch [2021-01-29T07:33:07.434Z] + arch=x86_64 [2021-01-29T07:33:07.434Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-29T07:33:07.434Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-29T07:33:07.434Z] building [dockerize] for amd64 ... [2021-01-29T07:33:07.434Z] Successfully tagged docker-support-notifications-go:latest [2021-01-29T07:33:07.434Z] Building docker-security-proxy-setup-go [2021-01-29T07:33:07.434Z]  Building docker-support-notifications-go ... done Removing intermediate container b97bf3922148 [2021-01-29T07:33:07.434Z] ---> d0b9233ae139 [2021-01-29T07:33:07.434Z] [2021-01-29T07:33:07.434Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-29T07:33:07.434Z] Building docker-security-secretstore-setup-go [2021-01-29T07:33:07.723Z]  Building docker-support-scheduler-go ... done Successfully built d0b9233ae139 [2021-01-29T07:33:07.723Z] Successfully tagged docker-core-command-go:latest [2021-01-29T07:33:07.723Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-01-29T07:33:08.778Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T07:33:08.778Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T07:33:08.778Z] ---> aefe523efa57 [2021-01-29T07:33:08.778Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T07:33:09.491Z] ---> Running in c16d03024e80 [2021-01-29T07:33:15.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:15.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:15.779Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T07:33:15.779Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T07:33:15.779Z] Executing bash-5.0.17-r0.post-install [2021-01-29T07:33:15.779Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:33:15.779Z] OK: 12 MiB in 22 packages [2021-01-29T07:33:20.341Z] Removing intermediate container c16d03024e80 [2021-01-29T07:33:20.341Z] ---> 87932dbd56d8 [2021-01-29T07:33:20.341Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T07:33:20.341Z] ---> Running in fa41b8bfe45e [2021-01-29T07:33:20.634Z] Removing intermediate container fa41b8bfe45e [2021-01-29T07:33:20.634Z] ---> 0ad90133879e [2021-01-29T07:33:20.634Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T07:33:21.355Z] ---> Running in 133e9f2eacd9 [2021-01-29T07:33:23.528Z] Removing intermediate container 133e9f2eacd9 [2021-01-29T07:33:23.528Z] ---> 6cdfc9b151ba [2021-01-29T07:33:23.528Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T07:33:24.565Z] ---> Running in 6cd4b7655678 [2021-01-29T07:33:25.580Z] Removing intermediate container 6cd4b7655678 [2021-01-29T07:33:25.580Z] ---> 501cfd68d1ea [2021-01-29T07:33:25.580Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T07:33:27.777Z] ---> 7e30c1475a95 [2021-01-29T07:33:27.777Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T07:33:28.440Z] ---> 4428bada0a2d [2021-01-29T07:33:28.440Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T07:33:31.372Z] ---> 5758267540e3 [2021-01-29T07:33:31.372Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T07:33:31.723Z] ---> Running in 7450d26a198d [2021-01-29T07:33:35.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:35.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:35.928Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T07:33:35.928Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T07:33:35.928Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T07:33:35.928Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T07:33:35.928Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T07:33:35.928Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T07:33:36.307Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T07:33:43.587Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T07:33:43.587Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T07:33:43.587Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T07:33:43.587Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T07:33:43.587Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T07:33:43.587Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T07:33:43.587Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T07:33:43.587Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T07:33:44.232Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T07:33:44.529Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T07:33:45.543Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T07:33:45.543Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T07:33:45.543Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T07:33:45.543Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T07:33:45.543Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T07:33:45.543Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T07:33:45.839Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T07:33:45.839Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T07:33:46.164Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T07:33:46.464Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T07:33:46.464Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T07:33:46.464Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T07:33:46.464Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T07:33:47.126Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T07:33:47.416Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T07:33:47.416Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T07:33:47.715Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:33:47.716Z] + date [2021-01-29T07:33:47.716Z] OK: 71 MiB in 55 packages [2021-01-29T07:33:47.716Z] + echo 'Fri Jan 29 07:33:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T07:33:47.716Z] Fri Jan 29 07:33:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T07:34:02.403Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:34:02.403Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:34:02.403Z] ---> c27073aa958f [2021-01-29T07:34:02.403Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> d09a85a07f1c [2021-01-29T07:34:02.403Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 3820610fcbbe [2021-01-29T07:34:02.403Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> c3ab34de4acd [2021-01-29T07:34:02.403Z] Step 6/21 : COPY go.mod . [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 521f348d9577 [2021-01-29T07:34:02.403Z] Step 7/21 : RUN go mod download [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 3442486ae2fc [2021-01-29T07:34:02.403Z] Step 8/21 : COPY . . [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 90f6a5940c5e [2021-01-29T07:34:02.403Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T07:34:02.403Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:34:02.403Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:34:02.403Z] ---> c27073aa958f [2021-01-29T07:34:02.403Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> d09a85a07f1c [2021-01-29T07:34:02.403Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 3820610fcbbe [2021-01-29T07:34:02.403Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> c3ab34de4acd [2021-01-29T07:34:02.403Z] Step 6/24 : COPY go.mod . [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 521f348d9577 [2021-01-29T07:34:02.403Z] Step 7/24 : RUN go mod download [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 3442486ae2fc [2021-01-29T07:34:02.403Z] Step 8/24 : COPY . . [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 90f6a5940c5e [2021-01-29T07:34:02.403Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T07:34:02.403Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:34:02.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:34:02.403Z] ---> c27073aa958f [2021-01-29T07:34:02.403Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> d09a85a07f1c [2021-01-29T07:34:02.403Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 3820610fcbbe [2021-01-29T07:34:02.403Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> c3ab34de4acd [2021-01-29T07:34:02.403Z] Step 6/23 : COPY go.mod . [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 521f348d9577 [2021-01-29T07:34:02.403Z] Step 7/23 : RUN go mod download [2021-01-29T07:34:02.403Z] ---> Using cache [2021-01-29T07:34:02.403Z] ---> 3442486ae2fc [2021-01-29T07:34:02.403Z] Step 8/23 : COPY . . [2021-01-29T07:34:02.691Z] ---> Using cache [2021-01-29T07:34:02.691Z] ---> 90f6a5940c5e [2021-01-29T07:34:02.691Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T07:34:03.292Z] ---> Running in 7e7733a49825 [2021-01-29T07:34:03.292Z] ---> Running in c06e2c7ae4ad [2021-01-29T07:34:03.292Z] ---> Running in 7302702723ac [2021-01-29T07:34:05.298Z] 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-29T07:34:05.298Z] 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-29T07:34:05.298Z] 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-29T07:34:21.717Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:34:21.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:34:21.718Z] ---> 1268457c9154 [2021-01-29T07:34:21.718Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:34:21.718Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:34:21.718Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:34:21.718Z] ---> 1268457c9154 [2021-01-29T07:34:21.718Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T07:34:21.718Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:34:21.718Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:34:21.718Z] ---> 1268457c9154 [2021-01-29T07:34:21.718Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T07:34:21.718Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:34:21.718Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:34:21.718Z] ---> 1268457c9154 [2021-01-29T07:34:21.718Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:34:21.718Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:34:21.718Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:34:21.718Z] ---> 1268457c9154 [2021-01-29T07:34:21.718Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T07:34:21.718Z] ---> Running in e7cd8131c3dc [2021-01-29T07:34:21.718Z] ---> Running in 8c0dde49e0dd [2021-01-29T07:34:21.718Z] ---> Running in 981581b38900 [2021-01-29T07:34:21.718Z] ---> Running in 5fb0bd928610 [2021-01-29T07:34:21.718Z] ---> Running in 19779673b032 [2021-01-29T07:34:21.718Z] Removing intermediate container 981581b38900 [2021-01-29T07:34:21.718Z] ---> 9fed19e07936 [2021-01-29T07:34:21.718Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:34:21.718Z] Removing intermediate container 8c0dde49e0dd [2021-01-29T07:34:21.718Z] ---> b4c119cdb0c1 [2021-01-29T07:34:21.718Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:34:21.718Z] ---> Running in 6af3ed47f6b3 [2021-01-29T07:34:21.718Z] Removing intermediate container 19779673b032 [2021-01-29T07:34:21.718Z] ---> 0b97bf86041a [2021-01-29T07:34:21.718Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 5fb0bd928610 [2021-01-29T07:34:21.718Z] ---> a19d06a89927 [2021-01-29T07:34:21.718Z] [2021-01-29T07:34:21.718Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:34:21.718Z] Removing intermediate container e7cd8131c3dc [2021-01-29T07:34:21.718Z] ---> 648864c39089 [2021-01-29T07:34:21.718Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:34:21.718Z] ---> Running in 14d3a52ea06c [2021-01-29T07:34:21.718Z] ---> Running in 8ceb5e61fc5e [2021-01-29T07:34:21.718Z] ---> Running in f1cfec33b6d0 [2021-01-29T07:34:21.718Z] ---> Running in 7553ef3b8430 [2021-01-29T07:34:21.718Z] Removing intermediate container 6af3ed47f6b3 [2021-01-29T07:34:21.718Z] ---> 613e8d1185e3 [2021-01-29T07:34:21.718Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T07:34:21.718Z] ---> Running in 3905a6bcb16d [2021-01-29T07:34:21.718Z] Removing intermediate container 14d3a52ea06c [2021-01-29T07:34:21.718Z] ---> 7a4162d0df5d [2021-01-29T07:34:21.718Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T07:34:21.718Z] Removing intermediate container 7553ef3b8430 [2021-01-29T07:34:21.718Z] ---> d6d5263b3ee3 [2021-01-29T07:34:21.718Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T07:34:21.718Z] ---> Running in e00330b7d3d5 [2021-01-29T07:34:21.718Z] ---> Running in 939164d676a0 [2021-01-29T07:34:21.718Z] Removing intermediate container 8ceb5e61fc5e [2021-01-29T07:34:21.718Z] ---> c7f8d42f3d4e [2021-01-29T07:34:21.718Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T07:34:21.718Z] Removing intermediate container f1cfec33b6d0 [2021-01-29T07:34:21.718Z] ---> 762c6fb029e9 [2021-01-29T07:34:21.718Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T07:34:21.718Z] ---> Running in 27994fced319 [2021-01-29T07:34:21.718Z] ---> Running in 89c2a0d44975 [2021-01-29T07:34:21.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:21.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:22.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:22.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:22.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:22.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:22.597Z] OK: 217 MiB in 51 packages [2021-01-29T07:34:22.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:23.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:23.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:23.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:23.730Z] OK: 217 MiB in 51 packages [2021-01-29T07:34:24.341Z] OK: 217 MiB in 51 packages [2021-01-29T07:34:24.341Z] Removing intermediate container 3905a6bcb16d [2021-01-29T07:34:24.341Z] ---> 996dcf455e17 [2021-01-29T07:34:24.341Z] Step 6/23 : COPY go.mod . [2021-01-29T07:34:24.341Z] OK: 217 MiB in 51 packages [2021-01-29T07:34:24.621Z] OK: 217 MiB in 51 packages [2021-01-29T07:34:25.602Z] ---> 1f1be15815a0 [2021-01-29T07:34:25.602Z] Step 7/23 : RUN go mod download [2021-01-29T07:34:25.602Z] Removing intermediate container e00330b7d3d5 [2021-01-29T07:34:25.602Z] ---> fad8d682b75a [2021-01-29T07:34:25.602Z] Step 6/22 : COPY go.mod . [2021-01-29T07:34:25.881Z] ---> Running in c24e2ff043a8 [2021-01-29T07:34:26.485Z] Removing intermediate container 27994fced319 [2021-01-29T07:34:26.485Z] ---> d73d0bb251d7 [2021-01-29T07:34:26.485Z] Step 6/21 : COPY go.mod . [2021-01-29T07:34:26.485Z] Removing intermediate container 939164d676a0 [2021-01-29T07:34:26.485Z] ---> 160daea31f55 [2021-01-29T07:34:26.485Z] Step 6/34 : COPY go.mod . [2021-01-29T07:34:26.485Z] Removing intermediate container 89c2a0d44975 [2021-01-29T07:34:26.485Z] ---> 297e674bf917 [2021-01-29T07:34:26.485Z] Step 6/26 : COPY go.mod . [2021-01-29T07:34:26.768Z] ---> 4eefbf81bede [2021-01-29T07:34:26.768Z] Step 7/22 : RUN go mod download [2021-01-29T07:34:27.046Z] ---> Running in 9db0714c771f [2021-01-29T07:34:27.647Z] ---> 617be16aed47 [2021-01-29T07:34:27.647Z] Step 7/21 : RUN go mod download [2021-01-29T07:34:27.931Z] ---> 94110638d0fd [2021-01-29T07:34:27.931Z] Step 7/26 : RUN go mod download [2021-01-29T07:34:27.931Z] ---> 060f45c37a45 [2021-01-29T07:34:27.931Z] Step 7/34 : RUN go mod download [2021-01-29T07:34:27.931Z] ---> Running in 659a3e4ceaee [2021-01-29T07:34:28.204Z] ---> Running in 7d2f49662195 [2021-01-29T07:34:28.204Z] ---> Running in 308f0d144a93 [2021-01-29T07:34:28.549Z] Removing intermediate container 7450d26a198d [2021-01-29T07:34:28.549Z] ---> 439f1bb6ca3c [2021-01-29T07:34:28.549Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T07:34:29.159Z] ---> Running in 26bb837facb7 [2021-01-29T07:34:30.196Z] Removing intermediate container c24e2ff043a8 [2021-01-29T07:34:30.196Z] ---> 2e3f8099619f [2021-01-29T07:34:30.196Z] Step 8/23 : COPY . . [2021-01-29T07:34:31.658Z] Removing intermediate container 9db0714c771f [2021-01-29T07:34:31.658Z] ---> fd49f0283765 [2021-01-29T07:34:31.658Z] Step 8/22 : COPY . . [2021-01-29T07:34:33.115Z] Removing intermediate container 659a3e4ceaee [2021-01-29T07:34:33.115Z] ---> 8baf64d97e26 [2021-01-29T07:34:33.115Z] Step 8/21 : COPY . . [2021-01-29T07:34:33.389Z] Removing intermediate container 7d2f49662195 [2021-01-29T07:34:33.389Z] ---> 46b0dcaae673 [2021-01-29T07:34:33.389Z] Step 8/34 : COPY . . [2021-01-29T07:34:33.658Z] Removing intermediate container 83440c682496 [2021-01-29T07:34:33.658Z] ---> b411561d284d [2021-01-29T07:34:33.658Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T07:34:33.985Z] Removing intermediate container 308f0d144a93 [2021-01-29T07:34:33.985Z] ---> 83faab30143a [2021-01-29T07:34:33.985Z] Step 8/26 : COPY . . [2021-01-29T07:34:34.672Z] 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-29T07:34:34.969Z] 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-29T07:34:35.262Z] ---> Running in f9761e6a9855 [2021-01-29T07:34:35.262Z] Collecting docker-compose==1.23.2 [2021-01-29T07:34:35.262Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T07:34:35.889Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T07:34:35.889Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T07:34:36.889Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T07:34:36.889Z] statically linked [2021-01-29T07:34:37.496Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T07:34:37.496Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T07:34:38.113Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T07:34:38.113Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T07:34:38.762Z] Removing intermediate container f9761e6a9855 [2021-01-29T07:34:38.762Z] ---> b953ea1c534e [2021-01-29T07:34:38.762Z] [2021-01-29T07:34:38.762Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T07:34:38.762Z] ---> 389fef711851 [2021-01-29T07:34:38.762Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T07:34:39.069Z] ---> Running in 8ad4267297c8 [2021-01-29T07:34:39.373Z] Collecting PyYAML<4,>=3.10 [2021-01-29T07:34:39.373Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T07:34:39.373Z] Removing intermediate container 8ad4267297c8 [2021-01-29T07:34:39.373Z] ---> 76229e74765c [2021-01-29T07:34:39.373Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T07:34:39.669Z] ---> Running in ad9805face30 [2021-01-29T07:34:42.321Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T07:34:42.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:42.882Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T07:34:42.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:43.207Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T07:34:43.207Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T07:34:43.207Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T07:34:43.207Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T07:34:43.207Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T07:34:43.207Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:34:43.207Z] OK: 6 MiB in 17 packages [2021-01-29T07:34:43.548Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T07:34:43.548Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T07:34:44.172Z] 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-29T07:34:44.820Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T07:34:44.820Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T07:34:45.127Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T07:34:45.127Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T07:34:45.401Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T07:34:45.401Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T07:34:45.689Z] Removing intermediate container ad9805face30 [2021-01-29T07:34:45.689Z] ---> 4b4423b09eb7 [2021-01-29T07:34:45.689Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T07:34:45.995Z] Collecting idna<2.8,>=2.5 [2021-01-29T07:34:45.995Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T07:34:46.665Z] 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-29T07:34:46.665Z] 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-29T07:34:46.665Z] ---> Running in c497521ed279 [2021-01-29T07:34:46.994Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T07:34:46.994Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T07:34:46.994Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T07:34:46.994Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T07:34:46.994Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T07:34:46.994Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T07:34:47.296Z] Installing collected packages: docopt, jsonschema, texttable, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose [2021-01-29T07:34:47.296Z] Running setup.py install for docopt: started [2021-01-29T07:34:47.905Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T07:34:48.179Z] Removing intermediate container c497521ed279 [2021-01-29T07:34:48.179Z] ---> a922645bbb59 [2021-01-29T07:34:48.179Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T07:34:48.179Z] Removing intermediate container c06e2c7ae4ad [2021-01-29T07:34:48.179Z] ---> b547e9b70bda [2021-01-29T07:34:48.179Z] [2021-01-29T07:34:48.179Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T07:34:48.179Z] ---> 389fef711851 [2021-01-29T07:34:48.179Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T07:34:48.485Z] Running setup.py install for texttable: started [2021-01-29T07:34:48.485Z] ---> Running in 4cdf98caf664 [2021-01-29T07:34:48.817Z] Removing intermediate container 7e7733a49825 [2021-01-29T07:34:48.817Z] ---> 341f368aab67 [2021-01-29T07:34:48.817Z] [2021-01-29T07:34:48.817Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T07:34:48.817Z] ---> 389fef711851 [2021-01-29T07:34:48.817Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T07:34:48.817Z] ---> Running in 4630acc6a176 [2021-01-29T07:34:49.136Z] ---> Running in 8677d15b2616 [2021-01-29T07:34:49.136Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T07:34:49.136Z] Running setup.py install for PyYAML: started [2021-01-29T07:34:49.136Z] Removing intermediate container 4cdf98caf664 [2021-01-29T07:34:49.136Z] ---> 563f5c72ea41 [2021-01-29T07:34:49.136Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T07:34:49.909Z] ---> Running in 8ac613c3012b [2021-01-29T07:34:50.208Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T07:34:50.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:50.515Z] Attempting uninstall: idna [2021-01-29T07:34:50.515Z] Found existing installation: idna 2.9 [2021-01-29T07:34:50.515Z] Uninstalling idna-2.9: [2021-01-29T07:34:50.515Z] Successfully uninstalled idna-2.9 [2021-01-29T07:34:50.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:50.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:50.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:51.270Z] Attempting uninstall: urllib3 [2021-01-29T07:34:51.270Z] Found existing installation: urllib3 1.25.9 [2021-01-29T07:34:51.270Z] Uninstalling urllib3-1.25.9: [2021-01-29T07:34:51.270Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T07:34:51.270Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T07:34:51.270Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:34:51.270Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T07:34:51.270Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T07:34:51.270Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T07:34:51.270Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:34:51.270Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:34:51.270Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T07:34:51.551Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:34:51.551Z] OK: 7 MiB in 19 packages [2021-01-29T07:34:51.551Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T07:34:51.551Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T07:34:51.551Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:34:51.551Z] Attempting uninstall: requests [2021-01-29T07:34:51.551Z] Found existing installation: requests 2.23.0 [2021-01-29T07:34:51.551Z] Uninstalling requests-2.23.0: [2021-01-29T07:34:51.551Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:34:51.551Z] Successfully uninstalled requests-2.23.0 [2021-01-29T07:34:51.551Z] OK: 7 MiB in 18 packages [2021-01-29T07:34:54.969Z] Running setup.py install for dockerpty: started [2021-01-29T07:34:54.969Z] Removing intermediate container 7302702723ac [2021-01-29T07:34:54.969Z] ---> f5a64e5d323f [2021-01-29T07:34:54.969Z] [2021-01-29T07:34:54.969Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:34:54.969Z] ---> 389fef711851 [2021-01-29T07:34:54.969Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:34:54.969Z] ---> Using cache [2021-01-29T07:34:54.969Z] ---> 3d501c0bec25 [2021-01-29T07:34:54.969Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:34:54.969Z] ---> Using cache [2021-01-29T07:34:54.969Z] ---> 339655e01a7f [2021-01-29T07:34:54.969Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T07:34:55.608Z] ---> Running in d28f6489c302 [2021-01-29T07:34:55.901Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T07:34:56.496Z] Removing intermediate container d28f6489c302 [2021-01-29T07:34:56.496Z] ---> 34926c2faafb [2021-01-29T07:34:56.496Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T07:34:56.496Z] Removing intermediate container 8ac613c3012b [2021-01-29T07:34:56.496Z] ---> 49624761dc31 [2021-01-29T07:34:56.496Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T07:34:56.496Z] Removing intermediate container 8677d15b2616 [2021-01-29T07:34:56.496Z] ---> eb8ec082c891 [2021-01-29T07:34:56.496Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T07:34:56.813Z] ---> Running in bc1bc0608af0 [2021-01-29T07:34:56.813Z] ---> Running in 479304850ca8 [2021-01-29T07:34:56.813Z] 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-29T07:34:57.118Z] Removing intermediate container 4630acc6a176 [2021-01-29T07:34:57.118Z] ---> cc140927e63f [2021-01-29T07:34:57.118Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T07:34:57.118Z] ---> Running in 26bf584e359d [2021-01-29T07:34:57.410Z] ---> Running in 7b15a179ad12 [2021-01-29T07:34:57.410Z] Removing intermediate container bc1bc0608af0 [2021-01-29T07:34:57.410Z] ---> ae8af9229e49 [2021-01-29T07:34:57.410Z] Step 15/23 : WORKDIR / [2021-01-29T07:34:57.677Z] ---> Running in c15c1530fb2f [2021-01-29T07:34:57.977Z] Removing intermediate container 26bf584e359d [2021-01-29T07:34:57.977Z] ---> 34d1d2c6a529 [2021-01-29T07:34:57.977Z] Step 13/21 : WORKDIR /edgex [2021-01-29T07:34:57.977Z] Removing intermediate container 479304850ca8 [2021-01-29T07:34:57.977Z] ---> 783122b71add [2021-01-29T07:34:57.977Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T07:34:58.275Z] Removing intermediate container 7b15a179ad12 [2021-01-29T07:34:58.275Z] ---> 2c1ab15fd37d [2021-01-29T07:34:58.275Z] Step 13/24 : WORKDIR / [2021-01-29T07:34:58.557Z] ---> Running in 5106a4494bfb [2021-01-29T07:34:58.557Z] ---> Running in 8f5593388ff5 [2021-01-29T07:34:58.862Z] Removing intermediate container c15c1530fb2f [2021-01-29T07:34:58.862Z] ---> d76239f5e951 [2021-01-29T07:34:58.862Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:34:59.146Z] Removing intermediate container 5106a4494bfb [2021-01-29T07:34:59.146Z] ---> 4b470190e074 [2021-01-29T07:34:59.146Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T07:34:59.426Z] Removing intermediate container 8f5593388ff5 [2021-01-29T07:34:59.426Z] ---> 80efed9c1cf8 [2021-01-29T07:34:59.426Z] 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-29T07:35:00.430Z] ---> 6111a0f3e66e [2021-01-29T07:35:00.430Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T07:35:00.430Z] ---> eb12a4a61d45 [2021-01-29T07:35:00.430Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T07:35:00.795Z] ---> ada476104194 [2021-01-29T07:35:00.795Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T07:35:00.795Z] ---> e53649772309 [2021-01-29T07:35:00.795Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T07:35:00.795Z] ---> f3796bc252a0 [2021-01-29T07:35:00.795Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T07:35:00.795Z] ---> 6e290744aaee [2021-01-29T07:35:00.795Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T07:35:00.795Z] ---> 936f8841593b [2021-01-29T07:35:00.795Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T07:35:00.795Z] ---> Running in 69eff4a0eba4 [2021-01-29T07:35:00.795Z] ---> Running in b9a6ec6b6a12 [2021-01-29T07:35:00.795Z] ---> Running in e8c29f59b016 [2021-01-29T07:35:00.795Z] ---> Running in 406fea9b40f8 [2021-01-29T07:35:00.795Z] ---> Running in 24d55f6415da [2021-01-29T07:35:00.795Z] Removing intermediate container e8c29f59b016 [2021-01-29T07:35:00.795Z] ---> 5c789eb8c540 [2021-01-29T07:35:00.795Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-29T07:35:00.795Z] ---> Running in cdbaa9f4ab46 [2021-01-29T07:35:01.789Z] 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-29T07:35:01.789Z] 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-29T07:35:01.789Z] 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-29T07:35:01.789Z] 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-29T07:35:02.006Z] ---> 82c647e0d322 [2021-01-29T07:35:02.006Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T07:35:02.006Z] ---> 70360aa08824 [2021-01-29T07:35:02.006Z] 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-29T07:35:02.006Z] Removing intermediate container 26bb837facb7 [2021-01-29T07:35:02.006Z] ---> a026649f1932 [2021-01-29T07:35:02.006Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T07:35:02.295Z] ---> 2bc4489a04f6 [2021-01-29T07:35:02.295Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T07:35:02.295Z] ---> 1cd294c7188b [2021-01-29T07:35:02.295Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T07:35:02.295Z] ---> Running in a2e85d131120 [2021-01-29T07:35:02.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T07:35:02.564Z] ---> Running in 393d0eceec70 [2021-01-29T07:35:02.833Z] ---> afccd14161df [2021-01-29T07:35:02.833Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T07:35:03.102Z] ---> 7c3a8efa2d7d [2021-01-29T07:35:03.102Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T07:35:03.102Z] ---> 1872ffe598ba [2021-01-29T07:35:03.102Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T07:35:03.385Z] ---> Running in 76bdfd5eff2b [2021-01-29T07:35:03.680Z] ---> ac280e67a528 [2021-01-29T07:35:03.680Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T07:35:03.680Z] Removing intermediate container 76bdfd5eff2b [2021-01-29T07:35:03.680Z] ---> b4bb3b7313f8 [2021-01-29T07:35:03.680Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:35:03.961Z] ---> Running in ae5aa830631a [2021-01-29T07:35:03.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:35:03.961Z] ---> 805186406a94 [2021-01-29T07:35:03.961Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T07:35:03.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:35:04.233Z] ---> Running in 656ddc73c140 [2021-01-29T07:35:04.233Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:35:04.233Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T07:35:04.233Z] Removing intermediate container ae5aa830631a [2021-01-29T07:35:04.233Z] ---> 3c3e7a514aaa [2021-01-29T07:35:04.234Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T07:35:04.234Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T07:35:04.234Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:35:04.234Z] OK: 72 MiB in 58 packages [2021-01-29T07:35:04.815Z] ---> Running in 4e9cd1152f01 [2021-01-29T07:35:04.815Z] ---> 3a8377e12c31 [2021-01-29T07:35:04.815Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T07:35:04.815Z] Removing intermediate container 656ddc73c140 [2021-01-29T07:35:04.815Z] ---> 9958fdb14092 [2021-01-29T07:35:04.815Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T07:35:05.081Z] ---> Running in 1237312c4cbd [2021-01-29T07:35:05.375Z] Removing intermediate container 4e9cd1152f01 [2021-01-29T07:35:05.375Z] ---> 65cde0fe5629 [2021-01-29T07:35:05.375Z] Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:35:05.375Z] Removing intermediate container 393d0eceec70 [2021-01-29T07:35:05.375Z] ---> d74c181f5ccc [2021-01-29T07:35:05.375Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:35:05.375Z] ---> Running in 64764dfbb37e [2021-01-29T07:35:05.375Z] Removing intermediate container 1237312c4cbd [2021-01-29T07:35:05.375Z] ---> 05543ebaad00 [2021-01-29T07:35:05.375Z] Step 19/21 : LABEL arch=x86_64 [2021-01-29T07:35:05.668Z] ---> 8ac5bbd8e7ad [2021-01-29T07:35:05.668Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T07:35:05.668Z] Removing intermediate container a2e85d131120 [2021-01-29T07:35:05.668Z] ---> a957b5157bf2 [2021-01-29T07:35:05.668Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T07:35:05.668Z] ---> Running in 18ac646fd11e [2021-01-29T07:35:05.668Z] ---> Running in 217095fc02c3 [2021-01-29T07:35:05.668Z] ---> 5ef094f41a32 [2021-01-29T07:35:05.668Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T07:35:06.277Z] Removing intermediate container 18ac646fd11e [2021-01-29T07:35:06.277Z] ---> c5c4e1fbca5d [2021-01-29T07:35:06.277Z] Step 20/21 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:35:06.277Z] Removing intermediate container 64764dfbb37e [2021-01-29T07:35:06.277Z] ---> 917f644c87f0 [2021-01-29T07:35:06.277Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:35:06.277Z] Removing intermediate container 217095fc02c3 [2021-01-29T07:35:06.277Z] ---> a5ce3882e829 [2021-01-29T07:35:06.277Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:35:06.544Z] ---> Running in 50b823830f95 [2021-01-29T07:35:06.544Z] ---> 7ad6bd73f456 [2021-01-29T07:35:06.544Z] 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-29T07:35:06.544Z] ---> Running in 0607e05c9445 [2021-01-29T07:35:06.544Z] ---> Running in f25c4b69b1db [2021-01-29T07:35:06.544Z] ---> Running in dc565bda6ca5 [2021-01-29T07:35:06.810Z] ---> aa3b0ff959bb [2021-01-29T07:35:06.810Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T07:35:07.774Z] Removing intermediate container 50b823830f95 [2021-01-29T07:35:07.774Z] ---> 50d907dbf15d [2021-01-29T07:35:07.774Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T07:35:07.774Z] Removing intermediate container 0607e05c9445 [2021-01-29T07:35:07.774Z] ---> 4c4e9aa730ab [2021-01-29T07:35:07.774Z] [2021-01-29T07:35:07.774Z] Removing intermediate container f25c4b69b1db [2021-01-29T07:35:07.774Z] ---> 5c6e09d9e525 [2021-01-29T07:35:07.774Z] Step 24/26 : LABEL arch=x86_64 [2021-01-29T07:35:07.774Z] ---> Running in b000b9646ba8 [2021-01-29T07:35:07.774Z] ---> 09f278cad9ac [2021-01-29T07:35:07.774Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T07:35:07.774Z] Successfully built 4c4e9aa730ab [2021-01-29T07:35:08.044Z] Successfully tagged docker-core-metadata-go:latest [2021-01-29T07:35:08.044Z] Building docker-core-data-go [2021-01-29T07:35:08.044Z]  Building docker-core-metadata-go ... done  ---> Running in 0247a2c390f1 [2021-01-29T07:35:08.345Z] Removing intermediate container b000b9646ba8 [2021-01-29T07:35:08.345Z] ---> 43a1685f3424 [2021-01-29T07:35:08.345Z] [2021-01-29T07:35:08.619Z] Successfully built 43a1685f3424 [2021-01-29T07:35:08.619Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-29T07:35:08.905Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0247a2c390f1 [2021-01-29T07:35:08.905Z] ---> 653a82f5458b [2021-01-29T07:35:08.905Z] Step 25/26 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:35:08.905Z] ---> b9d825a7226a [2021-01-29T07:35:08.905Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T07:35:09.192Z] ---> Running in 94ccef29df12 [2021-01-29T07:35:10.200Z] Removing intermediate container dc565bda6ca5 [2021-01-29T07:35:10.200Z] ---> 6fe6615304b6 [2021-01-29T07:35:10.200Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T07:35:10.200Z] ---> 84093473ae8b [2021-01-29T07:35:10.200Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T07:35:10.200Z] Removing intermediate container 94ccef29df12 [2021-01-29T07:35:10.200Z] ---> ca81e844a999 [2021-01-29T07:35:10.200Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T07:35:11.894Z] ---> Running in f9f59f6cfd08 [2021-01-29T07:35:11.894Z] ---> Running in 02cbe8efe5a0 [2021-01-29T07:35:12.219Z] ---> Running in 12a3ff990858 [2021-01-29T07:35:12.926Z] Removing intermediate container f9f59f6cfd08 [2021-01-29T07:35:12.926Z] ---> 4b04275282aa [2021-01-29T07:35:12.926Z] Step 22/24 : LABEL arch=x86_64 [2021-01-29T07:35:12.926Z] Removing intermediate container 02cbe8efe5a0 [2021-01-29T07:35:12.926Z] ---> 0af4c311a68f [2021-01-29T07:35:12.926Z] [2021-01-29T07:35:13.235Z] Removing intermediate container 12a3ff990858 [2021-01-29T07:35:13.235Z] ---> a84cbc6e1744 [2021-01-29T07:35:13.235Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T07:35:13.235Z] ---> Running in 03fd6ce48c57 [2021-01-29T07:35:13.235Z] Successfully built 0af4c311a68f [2021-01-29T07:35:13.853Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-29T07:35:14.456Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 03fd6ce48c57 [2021-01-29T07:35:14.456Z] ---> 3c0c390fb36c [2021-01-29T07:35:14.456Z] Step 23/24 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:35:14.456Z] ---> fc0141313c39 [2021-01-29T07:35:14.456Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T07:35:15.114Z] ---> Running in 4540e8952f39 [2021-01-29T07:35:15.744Z] ---> Running in 76c18d93d8d1 [2021-01-29T07:35:16.029Z] Removing intermediate container 4540e8952f39 [2021-01-29T07:35:16.029Z] ---> e008cf2fcdce [2021-01-29T07:35:16.029Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T07:35:16.356Z] ---> Running in b34580804c1e [2021-01-29T07:35:17.910Z] Removing intermediate container b34580804c1e [2021-01-29T07:35:17.910Z] ---> d520ff58b5a9 [2021-01-29T07:35:17.910Z] [2021-01-29T07:35:18.574Z] Successfully built d520ff58b5a9 [2021-01-29T07:35:18.574Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-29T07:35:22.933Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 76c18d93d8d1 [2021-01-29T07:35:22.933Z] ---> 5259146b4d6f [2021-01-29T07:35:22.933Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T07:35:23.564Z] ---> Running in 826b47990d98 [2021-01-29T07:35:25.055Z] Removing intermediate container 826b47990d98 [2021-01-29T07:35:25.055Z] ---> ec8898f8dd59 [2021-01-29T07:35:25.055Z] Step 31/34 : CMD ["gate"] [2021-01-29T07:35:26.035Z] ---> Running in 1b396dccb5ec [2021-01-29T07:35:27.474Z] Removing intermediate container 1b396dccb5ec [2021-01-29T07:35:27.474Z] ---> 56949cb16bfe [2021-01-29T07:35:27.474Z] Step 32/34 : LABEL arch=x86_64 [2021-01-29T07:35:28.530Z] ---> Running in 24f909c846f0 [2021-01-29T07:35:29.561Z] Removing intermediate container 24f909c846f0 [2021-01-29T07:35:29.561Z] ---> 53791952258d [2021-01-29T07:35:29.561Z] Step 33/34 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:35:29.839Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:35:29.839Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:35:29.839Z] ---> c27073aa958f [2021-01-29T07:35:29.839Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:35:29.839Z] ---> Using cache [2021-01-29T07:35:29.839Z] ---> d09a85a07f1c [2021-01-29T07:35:29.839Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:35:29.839Z] ---> Using cache [2021-01-29T07:35:29.839Z] ---> 3820610fcbbe [2021-01-29T07:35:29.839Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T07:35:30.434Z] ---> Running in 559856f21098 [2021-01-29T07:35:30.720Z] ---> Running in e7b3515a8905 [2021-01-29T07:35:30.992Z] Removing intermediate container 559856f21098 [2021-01-29T07:35:30.992Z] ---> 6597d8484d53 [2021-01-29T07:35:30.992Z] Step 34/34 : LABEL version=0.0.0 [2021-01-29T07:35:31.268Z] ---> Running in f4fd14f37733 [2021-01-29T07:35:31.853Z] Removing intermediate container f4fd14f37733 [2021-01-29T07:35:31.853Z] ---> 21fbf91c5067 [2021-01-29T07:35:31.853Z] [2021-01-29T07:35:31.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:35:32.123Z] Successfully built 21fbf91c5067 [2021-01-29T07:35:32.123Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-29T07:35:32.745Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:35:33.732Z] OK: 233 MiB in 51 packages [2021-01-29T07:35:34.711Z] Removing intermediate container e7b3515a8905 [2021-01-29T07:35:34.711Z] ---> ddfe9e8cdacf [2021-01-29T07:35:34.711Z] Step 6/23 : COPY go.mod . [2021-01-29T07:35:34.711Z] ---> 4d5b47230ae8 [2021-01-29T07:35:34.711Z] Step 7/23 : RUN go mod download [2021-01-29T07:35:34.974Z] ---> Running in a724f33bb490 [2021-01-29T07:35:37.582Z] Removing intermediate container a724f33bb490 [2021-01-29T07:35:37.582Z] ---> e52b7e8fc0b5 [2021-01-29T07:35:37.582Z] Step 8/23 : COPY . . [2021-01-29T07:35:59.924Z] ---> 10b3bbef3b30 [2021-01-29T07:35:59.924Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T07:35:59.924Z] ---> Running in 023803d339fa [2021-01-29T07:36:01.430Z] 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-29T07:36:28.590Z] Removing intermediate container 023803d339fa [2021-01-29T07:36:28.590Z] ---> cea95f43999f [2021-01-29T07:36:28.590Z] [2021-01-29T07:36:28.590Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:36:28.590Z] ---> 389fef711851 [2021-01-29T07:36:28.590Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T07:36:28.590Z] ---> Running in ae98f79e8b22 [2021-01-29T07:36:28.590Z] Removing intermediate container ae98f79e8b22 [2021-01-29T07:36:28.590Z] ---> 40a74c23567c [2021-01-29T07:36:28.590Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T07:36:28.590Z] ---> Running in 5efd83745f9f [2021-01-29T07:36:28.590Z] Removing intermediate container 5efd83745f9f [2021-01-29T07:36:28.590Z] ---> eeb91b24c74c [2021-01-29T07:36:28.590Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T07:36:28.590Z] ---> Running in d2ab29de19e3 [2021-01-29T07:36:28.590Z] Removing intermediate container d2ab29de19e3 [2021-01-29T07:36:28.590Z] ---> 9df51864f439 [2021-01-29T07:36:28.590Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:36:28.590Z] ---> Running in 16ff2ffafb8e [2021-01-29T07:36:28.861Z] Removing intermediate container 16ff2ffafb8e [2021-01-29T07:36:28.861Z] ---> c2d1300a3b4e [2021-01-29T07:36:28.861Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T07:36:29.131Z] ---> Running in 5b5469eadd84 [2021-01-29T07:36:30.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:36:30.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:36:31.705Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T07:36:31.705Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T07:36:31.974Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T07:36:31.974Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T07:36:32.246Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T07:36:32.522Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T07:36:32.522Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:36:32.522Z] OK: 8 MiB in 20 packages [2021-01-29T07:36:33.491Z] Removing intermediate container 5b5469eadd84 [2021-01-29T07:36:33.491Z] ---> bf83d6ac558e [2021-01-29T07:36:33.491Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:36:33.768Z] ---> 0175c9eeff99 [2021-01-29T07:36:33.768Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T07:36:34.745Z] ---> 8cdf8b57cf50 [2021-01-29T07:36:34.745Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T07:36:35.082Z] ---> 414fc0451597 [2021-01-29T07:36:35.082Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T07:36:35.366Z] ---> Running in b313bec1b0cc [2021-01-29T07:36:35.964Z] Removing intermediate container b313bec1b0cc [2021-01-29T07:36:35.964Z] ---> b7e126b088f4 [2021-01-29T07:36:35.964Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:36:35.964Z] ---> Running in b0c6c2c61298 [2021-01-29T07:36:36.551Z] Removing intermediate container b0c6c2c61298 [2021-01-29T07:36:36.551Z] ---> 9917fdda2d32 [2021-01-29T07:36:36.551Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T07:36:36.551Z] ---> Running in db7cc472d620 [2021-01-29T07:36:36.824Z] Removing intermediate container db7cc472d620 [2021-01-29T07:36:36.824Z] ---> 9d7bef486ac1 [2021-01-29T07:36:36.824Z] Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:36:36.824Z] ---> Running in 9f4cd8ebc50f [2021-01-29T07:36:37.118Z] Removing intermediate container 9f4cd8ebc50f [2021-01-29T07:36:37.118Z] ---> a26e0f5389bb [2021-01-29T07:36:37.118Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:36:37.395Z] ---> Running in 1352c161a8ea [2021-01-29T07:36:37.671Z] Removing intermediate container 1352c161a8ea [2021-01-29T07:36:37.671Z] ---> 7917ebe73f94 [2021-01-29T07:36:37.671Z] [2021-01-29T07:36:37.939Z] Successfully built 7917ebe73f94 [2021-01-29T07:36:37.939Z] Successfully tagged docker-core-data-go:latest [2021-01-29T07:36:38.575Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-29T07:36:38.583Z] $ docker stop --time=1 a91c6e65f1b35ada49c82a7ee6802d3ff112cc96ac4a06ebe8dc9493edbd61af [2021-01-29T07:36:39.277Z] 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-29T07:36:40.773Z] $ docker rm -f a91c6e65f1b35ada49c82a7ee6802d3ff112cc96ac4a06ebe8dc9493edbd61af [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T07:36:41.282Z] 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-29T07:36:41.420Z] + docker images [2021-01-29T07:36:41.421Z] + grep docker [2021-01-29T07:36:42.402Z] docker-core-data-go latest 7917ebe73f94 5 seconds ago 22.3MB [2021-01-29T07:36:42.402Z] docker-security-bootstrapper-go latest 21fbf91c5067 About a minute ago 33.5MB [2021-01-29T07:36:42.402Z] docker-security-secretstore-setup-go latest d520ff58b5a9 About a minute ago 24.6MB [2021-01-29T07:36:42.402Z] docker-sys-mgmt-agent-go latest 0af4c311a68f About a minute ago 313MB [2021-01-29T07:36:42.402Z] docker-security-proxy-setup-go latest 43a1685f3424 About a minute ago 24.4MB [2021-01-29T07:36:42.402Z] docker-core-metadata-go latest 4c4e9aa730ab About a minute ago 18.8MB [2021-01-29T07:36:42.402Z] docker-support-scheduler-go latest 11bba540fc00 3 minutes ago 16.4MB [2021-01-29T07:36:42.402Z] docker-core-command-go latest d0b9233ae139 3 minutes ago 16.9MB [2021-01-29T07:36:42.402Z] docker-support-notifications-go latest 483e9c4b51b5 3 minutes ago 16.9MB [2021-01-29T07:36:42.402Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-29T07:36:53.778Z] Removing intermediate container 69eff4a0eba4 [2021-01-29T07:36:53.778Z] ---> 3fde97c1dd7a [2021-01-29T07:36:53.778Z] [2021-01-29T07:36:53.778Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T07:36:54.057Z] 3.12: Pulling from library/alpine [2021-01-29T07:36:56.704Z] Removing intermediate container 406fea9b40f8 [2021-01-29T07:36:56.704Z] ---> 060e9df6cd62 [2021-01-29T07:36:56.704Z] [2021-01-29T07:36:56.704Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T07:36:56.704Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T07:36:56.704Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T07:36:56.704Z] ---> afeebe901d6b [2021-01-29T07:36:56.704Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T07:36:56.991Z] 3.12: Pulling from library/alpine [2021-01-29T07:36:56.991Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T07:36:56.991Z] Status: Image is up to date for alpine:3.12 [2021-01-29T07:36:56.991Z] ---> afeebe901d6b [2021-01-29T07:36:56.991Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:36:57.270Z] Removing intermediate container 24d55f6415da [2021-01-29T07:36:57.270Z] ---> c1f32339677b [2021-01-29T07:36:57.270Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T07:36:57.270Z] ---> Running in 1127f57f8e73 [2021-01-29T07:36:57.270Z] ---> Running in 8f2ab4baf56c [2021-01-29T07:36:57.545Z] ---> Running in 126c28124196 [2021-01-29T07:36:58.180Z] Still waiting to schedule task [2021-01-29T07:36:58.180Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-29T07:37:00.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:37:00.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:37:00.188Z] 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-29T07:37:00.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:37:00.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:37:01.064Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T07:37:01.064Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:37:01.064Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T07:37:01.064Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T07:37:01.064Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:37:01.341Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T07:37:01.341Z] + cd /tmp/build/dist/linux [2021-01-29T07:37:01.341Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T07:37:01.341Z] Cloning into '.'... [2021-01-29T07:37:01.341Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:37:01.341Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T07:37:01.341Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:37:01.341Z] OK: 5 MiB in 15 packages [2021-01-29T07:37:01.619Z] OK: 7 MiB in 18 packages [2021-01-29T07:37:01.979Z] + go get github.com/robfig/glock [2021-01-29T07:37:03.730Z] Removing intermediate container 8f2ab4baf56c [2021-01-29T07:37:03.730Z] ---> 862afc31da62 [2021-01-29T07:37:03.730Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:37:04.361Z] ---> Running in 88c71f184b6b [2021-01-29T07:37:04.966Z] Removing intermediate container 1127f57f8e73 [2021-01-29T07:37:04.966Z] ---> 84173be5c537 [2021-01-29T07:37:04.966Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T07:37:05.240Z] ---> Running in a3c22d45742e [2021-01-29T07:37:05.240Z] Removing intermediate container 88c71f184b6b [2021-01-29T07:37:05.240Z] ---> 9cbfcc997542 [2021-01-29T07:37:05.240Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T07:37:05.518Z] ---> Running in 3bbfc23f341c [2021-01-29T07:37:05.800Z] Removing intermediate container a3c22d45742e [2021-01-29T07:37:05.800Z] ---> c4d654f9eb64 [2021-01-29T07:37:05.800Z] Step 13/21 : WORKDIR /edgex [2021-01-29T07:37:06.402Z] ---> Running in 908134bf6a73 [2021-01-29T07:37:06.402Z] Removing intermediate container 3bbfc23f341c [2021-01-29T07:37:06.402Z] ---> 11dfcd7a3082 [2021-01-29T07:37:06.402Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T07:37:06.679Z] ---> Running in a5f8cbbd7882 [2021-01-29T07:37:06.956Z] Removing intermediate container 126c28124196 [2021-01-29T07:37:06.956Z] ---> 6086c3193aa5 [2021-01-29T07:37:06.956Z] [2021-01-29T07:37:06.956Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T07:37:06.956Z] Removing intermediate container 908134bf6a73 [2021-01-29T07:37:06.956Z] ---> 89a8835e0745 [2021-01-29T07:37:06.956Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T07:37:06.956Z] 20.10.0: Pulling from library/docker [2021-01-29T07:37:07.551Z] Removing intermediate container a5f8cbbd7882 [2021-01-29T07:37:07.551Z] ---> b362e379e994 [2021-01-29T07:37:07.551Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:37:08.995Z] ---> 45fa6ee1a215 [2021-01-29T07:37:08.995Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T07:37:09.604Z] ---> 9586416e4d93 [2021-01-29T07:37:09.604Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T07:37:13.024Z] ---> 30f9c6842f65 [2021-01-29T07:37:13.024Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T07:37:13.024Z] ---> 2d44f0e08971 [2021-01-29T07:37:13.024Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T07:37:15.007Z] ---> e63f39e12493 [2021-01-29T07:37:15.007Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T07:37:15.284Z] ---> Running in 405482566d47 [2021-01-29T07:37:15.556Z] ---> 0bc0c6f9a10a [2021-01-29T07:37:15.556Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T07:37:16.166Z] ---> Running in 1066373bce0e [2021-01-29T07:37:16.773Z] Removing intermediate container 405482566d47 [2021-01-29T07:37:16.773Z] ---> 2e6e88f62a32 [2021-01-29T07:37:16.773Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:37:17.057Z] Removing intermediate container 1066373bce0e [2021-01-29T07:37:17.057Z] ---> a40b67764094 [2021-01-29T07:37:17.057Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T07:37:17.335Z] ---> Running in 17cf563cd08f [2021-01-29T07:37:17.934Z] ---> Running in ff880e67cfb6 [2021-01-29T07:37:18.584Z] Removing intermediate container 17cf563cd08f [2021-01-29T07:37:18.584Z] ---> 3e1176b87c0b [2021-01-29T07:37:18.584Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T07:37:18.584Z] Removing intermediate container b9a6ec6b6a12 [2021-01-29T07:37:18.584Z] ---> 38c9bb8139c7 [2021-01-29T07:37:18.584Z] [2021-01-29T07:37:18.584Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:37:18.584Z] ---> afeebe901d6b [2021-01-29T07:37:18.584Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:37:18.584Z] ---> Using cache [2021-01-29T07:37:18.584Z] ---> 862afc31da62 [2021-01-29T07:37:18.584Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:37:18.584Z] ---> Using cache [2021-01-29T07:37:18.584Z] ---> 9cbfcc997542 [2021-01-29T07:37:18.584Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T07:37:18.868Z] ---> Running in 911f2641b779 [2021-01-29T07:37:18.868Z] Removing intermediate container ff880e67cfb6 [2021-01-29T07:37:18.868Z] ---> 014472100ed8 [2021-01-29T07:37:18.868Z] Step 19/21 : LABEL arch=arm64 [2021-01-29T07:37:19.145Z] ---> Running in 88487d09e758 [2021-01-29T07:37:19.418Z] ---> Running in 7b18a7287b29 [2021-01-29T07:37:19.693Z] Removing intermediate container 911f2641b779 [2021-01-29T07:37:19.693Z] ---> 9abd1fe4b42a [2021-01-29T07:37:19.693Z] Step 21/22 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:37:19.964Z] ---> Running in 3107a66b6d5a [2021-01-29T07:37:20.234Z] Removing intermediate container 88487d09e758 [2021-01-29T07:37:20.234Z] ---> 963890c94808 [2021-01-29T07:37:20.234Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T07:37:20.513Z] Removing intermediate container 7b18a7287b29 [2021-01-29T07:37:20.513Z] ---> c09e09057373 [2021-01-29T07:37:20.513Z] Step 20/21 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:37:20.800Z] ---> Running in 186c7a2ba098 [2021-01-29T07:37:20.800Z] ---> Running in f3884a666795 [2021-01-29T07:37:21.076Z] Removing intermediate container 3107a66b6d5a [2021-01-29T07:37:21.076Z] ---> 74ec6d572490 [2021-01-29T07:37:21.076Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T07:37:21.350Z] Removing intermediate container 186c7a2ba098 [2021-01-29T07:37:21.350Z] ---> c74632a4a562 [2021-01-29T07:37:21.350Z] Step 15/23 : WORKDIR / [2021-01-29T07:37:21.620Z] ---> Running in 518072b30096 [2021-01-29T07:37:21.620Z] ---> Running in 015d5119359a [2021-01-29T07:37:21.620Z] Removing intermediate container f3884a666795 [2021-01-29T07:37:21.620Z] ---> 50d850cadd1b [2021-01-29T07:37:21.620Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T07:37:21.893Z] ---> Running in f4a62a264387 [2021-01-29T07:37:22.166Z] Removing intermediate container 518072b30096 [2021-01-29T07:37:22.166Z] ---> e8942193fe6f [2021-01-29T07:37:22.166Z] [2021-01-29T07:37:22.763Z] Removing intermediate container 015d5119359a [2021-01-29T07:37:22.763Z] ---> 3f711dbfa0e4 [2021-01-29T07:37:22.763Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:37:23.035Z] Removing intermediate container f4a62a264387 [2021-01-29T07:37:23.035Z] ---> 76f2e888d9f8 [2021-01-29T07:37:23.035Z] [2021-01-29T07:37:23.035Z] Successfully built e8942193fe6f [2021-01-29T07:37:23.035Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-29T07:37:23.035Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-29T07:37:23.637Z] + glock sync -n [2021-01-29T07:37:23.912Z] Successfully built 76f2e888d9f8 [2021-01-29T07:37:24.506Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-29T07:37:24.506Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-01-29T07:37:24.776Z] ---> e2e46a8a7066 [2021-01-29T07:37:24.776Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T07:37:28.162Z] ---> 324c1ec75cbf [2021-01-29T07:37:28.162Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T07:37:28.162Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T07:37:28.162Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T07:37:28.162Z] ---> eeaf43b92773 [2021-01-29T07:37:28.162Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T07:37:29.145Z] ---> Running in 8372912ffc74 [2021-01-29T07:37:30.124Z] ---> 614341eeec25 [2021-01-29T07:37:30.124Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T07:37:30.394Z] ---> Running in 32696931018b [2021-01-29T07:37:31.381Z] Removing intermediate container 32696931018b [2021-01-29T07:37:31.381Z] ---> ac37b86f04d1 [2021-01-29T07:37:31.381Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:37:31.381Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T07:37:31.381Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T07:37:31.381Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T07:37:31.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:37:31.660Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T07:37:31.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:37:31.660Z] + git describe '--abbrev=0' --tags [2021-01-29T07:37:31.660Z] + TAG=v0.6.1 [2021-01-29T07:37:31.660Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T07:37:31.660Z] + apk --print-arch [2021-01-29T07:37:31.660Z] + arch=aarch64 [2021-01-29T07:37:31.660Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-29T07:37:31.660Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-29T07:37:31.660Z] building [dockerize] for arm64 ... [2021-01-29T07:37:32.262Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T07:37:32.262Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T07:37:32.262Z] Executing bash-5.0.17-r0.post-install [2021-01-29T07:37:32.262Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:37:32.262Z] ---> Running in eb8a3a9af9db [2021-01-29T07:37:32.262Z] OK: 12 MiB in 22 packages [2021-01-29T07:37:34.247Z] Removing intermediate container eb8a3a9af9db [2021-01-29T07:37:34.247Z] ---> 10b0a7184cd0 [2021-01-29T07:37:34.247Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T07:37:34.521Z] ---> Running in 4720b55674d4 [2021-01-29T07:37:35.119Z] Removing intermediate container 8372912ffc74 [2021-01-29T07:37:35.119Z] ---> adaec9656e8f [2021-01-29T07:37:35.119Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T07:37:35.119Z] Removing intermediate container 4720b55674d4 [2021-01-29T07:37:35.119Z] ---> 1c6d8133e6bc [2021-01-29T07:37:35.119Z] Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:37:35.119Z] ---> Running in 3f2334614e57 [2021-01-29T07:37:35.404Z] ---> Running in a8e69d1a5720 [2021-01-29T07:37:36.396Z] Removing intermediate container 3f2334614e57 [2021-01-29T07:37:36.396Z] ---> aeede2947c52 [2021-01-29T07:37:36.396Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T07:37:36.396Z] Removing intermediate container a8e69d1a5720 [2021-01-29T07:37:36.396Z] ---> 02218aedaf03 [2021-01-29T07:37:36.396Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:37:36.396Z] ---> Running in 5f6cbb258baf [2021-01-29T07:37:36.670Z] ---> Running in c40fe2ea5f22 [2021-01-29T07:37:37.274Z] + date [2021-01-29T07:37:37.274Z] Fri Jan 29 07:37:37 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T07:37:37.274Z] + echo 'Fri Jan 29 07:37:37 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T07:37:37.548Z] Removing intermediate container 5f6cbb258baf [2021-01-29T07:37:37.548Z] ---> a19e90b92ba9 [2021-01-29T07:37:37.548Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T07:37:37.824Z] Removing intermediate container c40fe2ea5f22 [2021-01-29T07:37:37.824Z] ---> 142ae62d6efd [2021-01-29T07:37:37.824Z] [2021-01-29T07:37:38.101Z] ---> Running in ee741d082d92 [2021-01-29T07:37:38.379Z] Successfully built 142ae62d6efd [2021-01-29T07:37:38.654Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-29T07:37:38.654Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-29T07:37:38.930Z] Removing intermediate container ee741d082d92 [2021-01-29T07:37:38.930Z] ---> 43017daab63f [2021-01-29T07:37:38.930Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T07:37:42.352Z] ---> 550c9bb0375b [2021-01-29T07:37:42.352Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T07:37:44.994Z] ---> c6508b0891bb [2021-01-29T07:37:44.994Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T07:37:47.624Z] ---> e3007be499ea [2021-01-29T07:37:47.624Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T07:37:47.624Z] ---> Running in 9df3b71eb0f0 [2021-01-29T07:37:49.057Z] Removing intermediate container cdbaa9f4ab46 [2021-01-29T07:37:49.057Z] ---> cb1bf150508a [2021-01-29T07:37:49.057Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T07:37:49.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:37:49.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:37:50.209Z] ---> Running in 994d2ffaa0ff [2021-01-29T07:37:50.806Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T07:37:50.806Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T07:37:50.806Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T07:37:50.806Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T07:37:50.806Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T07:37:50.806Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T07:37:51.084Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T07:37:51.683Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T07:37:51.684Z] statically linked [2021-01-29T07:37:55.079Z] Removing intermediate container 994d2ffaa0ff [2021-01-29T07:37:55.079Z] ---> fe1b192040fa [2021-01-29T07:37:55.079Z] [2021-01-29T07:37:55.079Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T07:37:55.079Z] ---> afeebe901d6b [2021-01-29T07:37:55.079Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T07:37:55.079Z] ---> Running in 58e3197fdbea [2021-01-29T07:37:55.353Z] Removing intermediate container 58e3197fdbea [2021-01-29T07:37:55.353Z] ---> 663d7875ba7c [2021-01-29T07:37:55.353Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T07:37:55.638Z] ---> Running in a6595665f689 [2021-01-29T07:37:57.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:37:57.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:37:58.672Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:37:58.672Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:37:58.672Z] ---> 1268457c9154 [2021-01-29T07:37:58.672Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:37:58.672Z] ---> Using cache [2021-01-29T07:37:58.672Z] ---> 648864c39089 [2021-01-29T07:37:58.672Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:37:58.672Z] ---> Using cache [2021-01-29T07:37:58.672Z] ---> d6d5263b3ee3 [2021-01-29T07:37:58.672Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T07:37:59.285Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T07:37:59.285Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T07:37:59.898Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T07:37:59.898Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:37:59.898Z] OK: 6 MiB in 17 packages [2021-01-29T07:38:00.177Z] ---> Running in 42c94ee74642 [2021-01-29T07:38:00.177Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:38:00.177Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:38:00.177Z] ---> 1268457c9154 [2021-01-29T07:38:00.177Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:38:00.177Z] ---> Using cache [2021-01-29T07:38:00.177Z] ---> 648864c39089 [2021-01-29T07:38:00.177Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:38:00.177Z] ---> Using cache [2021-01-29T07:38:00.177Z] ---> d6d5263b3ee3 [2021-01-29T07:38:00.177Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T07:38:00.177Z] ---> Using cache [2021-01-29T07:38:00.177Z] ---> 160daea31f55 [2021-01-29T07:38:00.177Z] Step 6/23 : COPY go.mod . [2021-01-29T07:38:00.177Z] ---> Using cache [2021-01-29T07:38:00.177Z] ---> 060f45c37a45 [2021-01-29T07:38:00.177Z] Step 7/23 : RUN go mod download [2021-01-29T07:38:00.177Z] ---> Using cache [2021-01-29T07:38:00.177Z] ---> 46b0dcaae673 [2021-01-29T07:38:00.177Z] Step 8/23 : COPY . . [2021-01-29T07:38:00.470Z] ---> Using cache [2021-01-29T07:38:00.470Z] ---> 936f8841593b [2021-01-29T07:38:00.470Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T07:38:01.452Z] ---> Running in 5e3d23d2dd90 [2021-01-29T07:38:01.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:38:02.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:38:02.611Z] Removing intermediate container a6595665f689 [2021-01-29T07:38:02.611Z] ---> 949c5577e94b [2021-01-29T07:38:02.611Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T07:38:02.891Z] ---> Running in b8a4e9b9116d [2021-01-29T07:38:03.167Z] 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-29T07:38:03.776Z] OK: 217 MiB in 51 packages [2021-01-29T07:38:04.064Z] Removing intermediate container b8a4e9b9116d [2021-01-29T07:38:04.064Z] ---> b1f0e4a0123d [2021-01-29T07:38:04.064Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T07:38:04.679Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T07:38:04.679Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T07:38:04.679Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T07:38:04.679Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T07:38:04.679Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T07:38:04.679Z] ---> Running in e32e0e6f7033 [2021-01-29T07:38:04.679Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T07:38:04.679Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T07:38:04.956Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T07:38:04.956Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T07:38:04.956Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T07:38:04.956Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T07:38:04.956Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T07:38:04.956Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T07:38:04.956Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T07:38:05.233Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T07:38:05.233Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T07:38:05.233Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T07:38:05.233Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T07:38:05.233Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T07:38:05.233Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T07:38:05.507Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T07:38:05.507Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T07:38:05.507Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T07:38:05.507Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T07:38:05.507Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T07:38:05.507Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T07:38:05.507Z] Removing intermediate container e32e0e6f7033 [2021-01-29T07:38:05.507Z] ---> 1f76840056eb [2021-01-29T07:38:05.507Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T07:38:05.787Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:38:05.787Z] OK: 71 MiB in 55 packages [2021-01-29T07:38:05.787Z] ---> Running in 73c7568bc6f3 [2021-01-29T07:38:06.081Z] Removing intermediate container 42c94ee74642 [2021-01-29T07:38:06.081Z] ---> 4c7afc1302c6 [2021-01-29T07:38:06.081Z] Step 6/22 : COPY go.mod . [2021-01-29T07:38:08.767Z] Running on prd-ubuntu18.04-docker-8c-8g-23921 in /w/workspace/edgexfoundry_edgex-go_PR-3095 [Pipeline] { [Pipeline] ws [2021-01-29T07:38:08.833Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-29T07:38:09.094Z] ---> 6d7624193ab1 [2021-01-29T07:38:09.094Z] Step 7/22 : RUN go mod download [2021-01-29T07:38:09.378Z] ---> Running in 926691157fcd [2021-01-29T07:38:11.030Z] using credential edgex-jenkins-ssh [2021-01-29T07:38:11.102Z] Cloning the remote Git repository [2021-01-29T07:38:11.119Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:38:11.207Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-29T07:38:11.236Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:38:11.237Z] > git --version # timeout=10 [2021-01-29T07:38:11.244Z] > git --version # 'git version 2.17.1' [2021-01-29T07:38:11.245Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:38:11.277Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T07:38:12.828Z] Removing intermediate container 73c7568bc6f3 [2021-01-29T07:38:12.828Z] ---> f9f14e1bae91 [2021-01-29T07:38:12.828Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T07:38:12.828Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:38:12.828Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:38:12.828Z] ---> 1268457c9154 [2021-01-29T07:38:12.828Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:38:12.828Z] ---> Using cache [2021-01-29T07:38:12.828Z] ---> 648864c39089 [2021-01-29T07:38:12.828Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:38:12.828Z] ---> Using cache [2021-01-29T07:38:12.828Z] ---> d6d5263b3ee3 [2021-01-29T07:38:12.828Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T07:38:12.828Z] ---> Running in 75874e791be2 [2021-01-29T07:38:13.107Z] ---> Running in 96ce157664ad [2021-01-29T07:38:14.559Z] Removing intermediate container 96ce157664ad [2021-01-29T07:38:14.559Z] ---> c2a6ff1b29a8 [2021-01-29T07:38:14.559Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T07:38:15.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:38:16.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:38:16.808Z] Removing intermediate container 926691157fcd [2021-01-29T07:38:16.808Z] ---> fc3dcb9ba3f1 [2021-01-29T07:38:16.808Z] Step 8/22 : COPY . . [2021-01-29T07:38:17.412Z] OK: 217 MiB in 51 packages [2021-01-29T07:38:18.405Z] ---> 74d0f354fd71 [2021-01-29T07:38:18.405Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T07:38:19.624Z] Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:38:19.746Z] Merge succeeded, producing ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:38:19.746Z] Checking out Revision ed059e14d357044982f497644550f5c760faaea4 (PR-3095) [2021-01-29T07:38:18.983Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T07:38:18.988Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T07:38:19.000Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T07:38:19.014Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:38:19.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:38:19.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3095/head:refs/remotes/origin/PR-3095 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T07:38:19.658Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T07:38:19.662Z] > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 [2021-01-29T07:38:19.734Z] > git remote # timeout=10 [2021-01-29T07:38:19.743Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T07:38:19.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:38:19.755Z] > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [2021-01-29T07:38:19.764Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T07:38:19.773Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T07:38:19.779Z] > git checkout -f ed059e14d357044982f497644550f5c760faaea4 # timeout=10 [2021-01-29T07:38:21.044Z] Removing intermediate container 75874e791be2 [2021-01-29T07:38:21.044Z] ---> 51730d74cc7a [2021-01-29T07:38:21.044Z] Step 6/23 : COPY go.mod . [2021-01-29T07:38:21.044Z] ---> cebf0a265ed6 [2021-01-29T07:38:21.044Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T07:38:21.322Z] ---> Running in 510de870b265 [2021-01-29T07:38:23.370Z] Commit message: "build: Upgrade go-mod-core-contract lib" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:38:23.965Z] ---> 1cdc69eb02b0 [2021-01-29T07:38:23.965Z] Step 7/23 : RUN go mod download [2021-01-29T07:38:24.283Z] + echo snap-build.sh [2021-01-29T07:38:24.284Z] snap-build.sh [2021-01-29T07:38:24.284Z] + SNAP_BASE_DIR=. [2021-01-29T07:38:24.284Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-29T07:38:24.284Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-29T07:38:24.284Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-29T07:38:24.284Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-29T07:38:24.284Z] + cd /w/workspace/edgex-go/3 [2021-01-29T07:38:24.284Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-29T07:38:24.284Z] Reading package lists... [2021-01-29T07:38:24.284Z] Building dependency tree... [2021-01-29T07:38:24.284Z] Reading state information... [2021-01-29T07:38:24.547Z] The following packages were automatically installed and are no longer required: [2021-01-29T07:38:24.547Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-29T07:38:24.547Z] uidmap xdelta3 [2021-01-29T07:38:24.547Z] Use 'sudo apt autoremove' to remove them. [2021-01-29T07:38:24.547Z] The following packages will be REMOVED: [2021-01-29T07:38:24.547Z] lxd* lxd-client* [2021-01-29T07:38:24.573Z] ---> Running in 666d1eac02bb [2021-01-29T07:38:24.809Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-29T07:38:24.809Z] After this operation, 31.7 MB disk space will be freed. [2021-01-29T07:38:26.115Z] (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-29T07:38:26.115Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T07:38:26.558Z] Removing intermediate container 9df3b71eb0f0 [2021-01-29T07:38:26.558Z] ---> 8d99293553cc [2021-01-29T07:38:26.558Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T07:38:26.687Z] Removing lxd dnsmasq configuration [2021-01-29T07:38:26.836Z] ---> Running in 99d4cd9f2ccf [2021-01-29T07:38:26.947Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T07:38:27.110Z] Removing intermediate container 510de870b265 [2021-01-29T07:38:27.110Z] ---> 224b1e32b9a9 [2021-01-29T07:38:27.110Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:38:27.209Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-29T07:38:28.154Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-29T07:38:28.419Z] (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-29T07:38:28.419Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T07:38:29.808Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-29T07:38:29.808Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-29T07:38:30.541Z] ---> a0afe7050e2a [2021-01-29T07:38:30.541Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T07:38:30.541Z] Removing intermediate container 666d1eac02bb [2021-01-29T07:38:30.541Z] ---> 1c23f670b3f3 [2021-01-29T07:38:30.541Z] Step 8/23 : COPY . . [2021-01-29T07:38:31.204Z] + sudo snap remove --purge lxd [2021-01-29T07:38:31.204Z] snap "lxd" is not installed [2021-01-29T07:38:31.204Z] + sudo groupadd --force --system lxd [2021-01-29T07:38:31.204Z] ++ whoami [2021-01-29T07:38:31.204Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-29T07:38:31.204Z] + newgrp - lxd [2021-01-29T07:38:31.204Z] + sudo snap install lxd [2021-01-29T07:38:33.178Z] ---> 789214795424 [2021-01-29T07:38:33.178Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T07:38:35.815Z] ---> 1631c31ed4e1 [2021-01-29T07:38:35.815Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T07:38:36.415Z] Collecting docker-compose==1.23.2 [2021-01-29T07:38:36.415Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T07:38:39.045Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T07:38:39.045Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T07:38:39.318Z] ---> 7a756607f7e6 [2021-01-29T07:38:39.592Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T07:38:39.866Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T07:38:39.866Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T07:38:40.475Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T07:38:40.475Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T07:38:41.514Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T07:38:41.796Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T07:38:42.078Z] ---> 778591e1e040 [2021-01-29T07:38:42.078Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T07:38:43.448Z] 2021-01-29T07:38:39Z INFO Waiting for automatic snapd restart... [2021-01-29T07:38:43.558Z] ---> Running in 8203c6de5af0 [2021-01-29T07:38:45.582Z] Removing intermediate container 8203c6de5af0 [2021-01-29T07:38:45.582Z] ---> b9ef13ada1a6 [2021-01-29T07:38:45.582Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T07:38:45.583Z] Collecting PyYAML<4,>=3.10 [2021-01-29T07:38:45.583Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T07:38:46.586Z] ---> fe7a3629f0e8 [2021-01-29T07:38:46.586Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T07:38:47.579Z] ---> Running in 36a5ef2b3c19 [2021-01-29T07:38:47.579Z] ---> 50b8f4cb4fb2 [2021-01-29T07:38:47.579Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T07:38:49.030Z] ---> Running in 199d75dbb1ca [2021-01-29T07:38:50.046Z] 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-29T07:38:50.326Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T07:38:50.326Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T07:38:53.756Z] 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-29T07:38:54.036Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T07:38:54.393Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T07:38:55.017Z] Removing intermediate container 199d75dbb1ca [2021-01-29T07:38:55.017Z] ---> 97c2f278fff4 [2021-01-29T07:38:55.017Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T07:38:55.651Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T07:38:55.651Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T07:38:55.928Z] ---> Running in 74deca1b843c [2021-01-29T07:38:56.534Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T07:38:56.534Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T07:38:57.142Z] Removing intermediate container 74deca1b843c [2021-01-29T07:38:57.142Z] ---> f066a87e83c3 [2021-01-29T07:38:57.142Z] Step 31/34 : CMD ["gate"] [2021-01-29T07:38:58.134Z] ---> Running in 403e2f818c55 [2021-01-29T07:38:58.460Z] lxd 4.10 from Canonical* installed [2021-01-29T07:38:58.460Z] + sudo lxd init --auto [2021-01-29T07:38:59.137Z] ---> 8d9e14044a99 [2021-01-29T07:38:59.137Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T07:38:59.137Z] Removing intermediate container 403e2f818c55 [2021-01-29T07:38:59.137Z] ---> a6d8502c105f [2021-01-29T07:38:59.137Z] Step 32/34 : LABEL arch=arm64 [2021-01-29T07:38:59.137Z] ---> Running in 680bc04d392d [2021-01-29T07:38:59.748Z] ---> Running in fd681c066af5 [2021-01-29T07:39:00.026Z] Collecting idna<2.8,>=2.5 [2021-01-29T07:39:00.026Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T07:39:00.639Z] Removing intermediate container fd681c066af5 [2021-01-29T07:39:00.639Z] ---> 058b12931ad7 [2021-01-29T07:39:00.639Z] Step 33/34 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:39:01.244Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T07:39:01.244Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T07:39:01.244Z] ---> Running in bf35c7cc71fd [2021-01-29T07:39:01.860Z] 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-29T07:39:01.860Z] 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-29T07:39:01.860Z] 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-29T07:39:02.138Z] Removing intermediate container bf35c7cc71fd [2021-01-29T07:39:02.138Z] ---> e86f38f3f32f [2021-01-29T07:39:02.138Z] Step 34/34 : LABEL version=0.0.0 [2021-01-29T07:39:02.138Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T07:39:02.138Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T07:39:02.411Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T07:39:02.411Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T07:39:02.411Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T07:39:02.411Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T07:39:02.685Z] ---> Running in b154ee2b5a6d [2021-01-29T07:39:03.292Z] Removing intermediate container b154ee2b5a6d [2021-01-29T07:39:03.292Z] ---> 8d6e15eaefcc [2021-01-29T07:39:03.292Z] [2021-01-29T07:39:03.902Z] Successfully built 8d6e15eaefcc [2021-01-29T07:39:03.903Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-29T07:39:03.903Z]  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go [2021-01-29T07:39:04.183Z] Installing collected packages: idna, urllib3, requests, cached-property, jsonschema, docopt, PyYAML, dockerpty, websocket-client, docker-pycreds, docker, texttable, docker-compose [2021-01-29T07:39:04.183Z] Attempting uninstall: idna [2021-01-29T07:39:04.183Z] Found existing installation: idna 2.9 [2021-01-29T07:39:04.465Z] Uninstalling idna-2.9: [2021-01-29T07:39:04.465Z] Successfully uninstalled idna-2.9 [2021-01-29T07:39:05.465Z] Attempting uninstall: urllib3 [2021-01-29T07:39:05.465Z] Found existing installation: urllib3 1.25.9 [2021-01-29T07:39:05.465Z] Uninstalling urllib3-1.25.9: [2021-01-29T07:39:05.745Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T07:39:06.607Z] + sudo snap install --classic snapcraft [2021-01-29T07:39:06.747Z] Attempting uninstall: requests [2021-01-29T07:39:06.747Z] Found existing installation: requests 2.23.0 [2021-01-29T07:39:06.747Z] Uninstalling requests-2.23.0: [2021-01-29T07:39:06.747Z] Successfully uninstalled requests-2.23.0 [2021-01-29T07:39:07.746Z] Running setup.py install for docopt: started [2021-01-29T07:39:11.440Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T07:39:11.440Z] Running setup.py install for PyYAML: started [2021-01-29T07:39:14.750Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T07:39:14.750Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-29T07:39:14.750Z] + patch --verbose -p1 [2021-01-29T07:39:14.750Z] Hmm... Looks like a unified diff to me... [2021-01-29T07:39:14.750Z] The text leading up to this was: [2021-01-29T07:39:14.750Z] -------------------------- [2021-01-29T07:39:14.750Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-29T07:39:14.750Z] |From: Tony Espy [2021-01-29T07:39:14.750Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-29T07:39:14.750Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-29T07:39:14.750Z] | [2021-01-29T07:39:14.750Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-29T07:39:14.750Z] |optimize the snap CI check run for pull requests. When [2021-01-29T07:39:14.750Z] |applied, it essentially strips out everything (apps and [2021-01-29T07:39:14.750Z] |parts) from the snapcraft.yaml file except those required [2021-01-29T07:39:14.750Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-29T07:39:14.750Z] |catch changes to edgex-go that break the snap build. [2021-01-29T07:39:14.750Z] | [2021-01-29T07:39:14.750Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-29T07:39:14.750Z] |to update this patch file, otherwise it may fail to apply, [2021-01-29T07:39:14.750Z] |resulting in a failed snap build CI check in the associated [2021-01-29T07:39:14.750Z] |pull request. [2021-01-29T07:39:14.750Z] | [2021-01-29T07:39:14.750Z] |Note - in addition to applying this patch, the pipeline also [2021-01-29T07:39:14.750Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-29T07:39:14.750Z] |need to build the finally binary .snap file (and it won't [2021-01-29T07:39:14.750Z] |work with the patch applied). This further reduces the build [2021-01-29T07:39:14.750Z] |time. [2021-01-29T07:39:14.750Z] |--- [2021-01-29T07:39:14.750Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-29T07:39:14.750Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-29T07:39:14.750Z] | [2021-01-29T07:39:14.750Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-29T07:39:14.750Z] |index 1e537489..faf42425 100644 [2021-01-29T07:39:14.750Z] |--- a/snap/snapcraft.yaml [2021-01-29T07:39:14.750Z] |+++ b/snap/snapcraft.yaml [2021-01-29T07:39:14.750Z] -------------------------- [2021-01-29T07:39:14.750Z] patching file snap/snapcraft.yaml [2021-01-29T07:39:14.750Z] Using Plan A... [2021-01-29T07:39:14.750Z] Hunk #1 succeeded at 73. [2021-01-29T07:39:14.750Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-29T07:39:14.750Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-29T07:39:14.750Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-29T07:39:14.750Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-29T07:39:14.750Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-29T07:39:14.750Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-29T07:39:14.750Z] Hunk #8 succeeded at 342. [2021-01-29T07:39:14.750Z] Hmm... Ignoring the trailing garbage. [2021-01-29T07:39:14.750Z] done [2021-01-29T07:39:14.750Z] + sudo snapcraft prime --use-lxd [2021-01-29T07:39:15.454Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T07:39:15.454Z] Running setup.py install for dockerpty: started [2021-01-29T07:39:15.692Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-29T07:39:15.692Z] 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-29T07:39:15.692Z] - README.md [2021-01-29T07:39:15.692Z] - snapcraft.yaml.orig [2021-01-29T07:39:15.692Z] [2021-01-29T07:39:15.692Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T07:39:16.633Z] Launching a container. [2021-01-29T07:39:18.109Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T07:39:22.479Z] Running setup.py install for texttable: started [2021-01-29T07:39:25.140Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T07:39:26.610Z] Removing intermediate container 5e3d23d2dd90 [2021-01-29T07:39:26.610Z] ---> 8e69d0fa5731 [2021-01-29T07:39:26.610Z] [2021-01-29T07:39:26.610Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:39:26.610Z] ---> afeebe901d6b [2021-01-29T07:39:26.610Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:39:26.610Z] ---> Using cache [2021-01-29T07:39:26.610Z] ---> 862afc31da62 [2021-01-29T07:39:26.610Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:39:26.610Z] ---> Using cache [2021-01-29T07:39:26.610Z] ---> 9cbfcc997542 [2021-01-29T07:39:26.610Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T07:39:26.610Z] 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-29T07:39:26.648Z] Waiting for container to be ready [2021-01-29T07:39:26.886Z] ---> Running in 4915b94523bf [2021-01-29T07:39:26.915Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-29T07:39:26.915Z] [2021-01-29T07:39:27.906Z] Removing intermediate container 4915b94523bf [2021-01-29T07:39:27.906Z] ---> 78a2a0227ee1 [2021-01-29T07:39:27.906Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T07:39:28.184Z] ---> Running in eaf6f6939bc2 [2021-01-29T07:39:29.658Z] Removing intermediate container eaf6f6939bc2 [2021-01-29T07:39:29.658Z] ---> 18349c621672 [2021-01-29T07:39:29.658Z] Step 15/23 : WORKDIR / [2021-01-29T07:39:29.940Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:39:29.940Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:39:29.940Z] ---> 1268457c9154 [2021-01-29T07:39:29.940Z] Step 3/24 : WORKDIR /edgex-go ---> Running in c3d9a73d0152 [2021-01-29T07:39:29.940Z] [2021-01-29T07:39:29.940Z] ---> Using cache [2021-01-29T07:39:29.940Z] ---> 648864c39089 [2021-01-29T07:39:29.940Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:39:29.940Z] ---> Using cache [2021-01-29T07:39:29.940Z] ---> d6d5263b3ee3 [2021-01-29T07:39:29.940Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T07:39:29.940Z] ---> Using cache [2021-01-29T07:39:29.940Z] ---> 160daea31f55 [2021-01-29T07:39:29.940Z] Step 6/24 : COPY go.mod . [2021-01-29T07:39:29.940Z] ---> Using cache [2021-01-29T07:39:29.940Z] ---> 060f45c37a45 [2021-01-29T07:39:29.940Z] Step 7/24 : RUN go mod download [2021-01-29T07:39:29.940Z] ---> Using cache [2021-01-29T07:39:29.940Z] ---> 46b0dcaae673 [2021-01-29T07:39:29.940Z] Step 8/24 : COPY . . [2021-01-29T07:39:30.224Z] ---> Using cache [2021-01-29T07:39:30.224Z] ---> 936f8841593b [2021-01-29T07:39:30.224Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T07:39:30.505Z] ---> Running in aac4125c80b8 [2021-01-29T07:39:31.121Z] Removing intermediate container c3d9a73d0152 [2021-01-29T07:39:31.121Z] ---> 7846fbc617d2 [2021-01-29T07:39:31.121Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:39:31.136Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-29T07:39:31.136Z] Waiting for network to be ready... [2021-01-29T07:39:31.396Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T07:39:31.396Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T07:39:31.966Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T07:39:31.966Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] [2021-01-29T07:39:31.966Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T07:39:32.229Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T07:39:32.229Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-29T07:39:32.490Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T07:39:32.490Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T07:39:32.490Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T07:39:32.490Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T07:39:32.490Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T07:39:32.490Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T07:39:32.490Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T07:39:32.490Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] [2021-01-29T07:39:32.490Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] [2021-01-29T07:39:32.490Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T07:39:32.490Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T07:39:32.750Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T07:39:33.012Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1868 kB] [2021-01-29T07:39:33.124Z] 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-29T07:39:33.273Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-29T07:39:33.273Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T07:39:33.273Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T07:39:33.273Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [245 kB] [2021-01-29T07:39:33.273Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.1 kB] [2021-01-29T07:39:33.274Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-29T07:39:33.274Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T07:39:33.728Z] ---> 7c540824a46c [2021-01-29T07:39:33.728Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T07:39:34.005Z] Removing intermediate container 99d4cd9f2ccf [2021-01-29T07:39:34.005Z] ---> 196404d7b4aa [2021-01-29T07:39:34.005Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T07:39:34.278Z] ---> Running in 1499a9e90a51 [2021-01-29T07:39:35.823Z] Fetched 23.8 MB in 4s (5647 kB/s) [2021-01-29T07:39:36.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:39:36.272Z] ---> ac7b32905969 [2021-01-29T07:39:36.272Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T07:39:36.399Z] Reading package lists... [2021-01-29T07:39:36.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:39:36.661Z] Reading package lists... [2021-01-29T07:39:36.661Z] Building dependency tree... [2021-01-29T07:39:36.661Z] Reading state information... [2021-01-29T07:39:36.922Z] The following additional packages will be installed: [2021-01-29T07:39:36.922Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T07:39:36.922Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T07:39:36.922Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T07:39:36.922Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-29T07:39:36.922Z] Suggested packages: [2021-01-29T07:39:36.922Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-29T07:39:36.922Z] Recommended packages: [2021-01-29T07:39:36.922Z] gnupg libsasl2-modules [2021-01-29T07:39:36.922Z] The following NEW packages will be installed: [2021-01-29T07:39:36.922Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T07:39:36.922Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T07:39:36.922Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T07:39:36.922Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-29T07:39:36.922Z] The following packages will be upgraded: [2021-01-29T07:39:36.922Z] gpg gpg-agent gpgconf libudev1 [2021-01-29T07:39:37.182Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-29T07:39:37.182Z] Need to get 3533 kB of archives. [2021-01-29T07:39:37.182Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-29T07:39:37.182Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-29T07:39:37.442Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-29T07:39:37.551Z] ---> 38200f38c207 [2021-01-29T07:39:37.551Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T07:39:37.551Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:39:37.551Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T07:39:37.551Z] ---> Running in e485b7722c56 [2021-01-29T07:39:37.703Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-29T07:39:37.704Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-29T07:39:37.704Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-29T07:39:37.704Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-29T07:39:37.704Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-29T07:39:37.704Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-29T07:39:37.704Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-29T07:39:37.704Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-29T07:39:37.843Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T07:39:37.843Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:39:37.843Z] OK: 71 MiB in 58 packages [2021-01-29T07:39:37.965Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-29T07:39:37.965Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-29T07:39:37.965Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-29T07:39:37.965Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-29T07:39:37.965Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-29T07:39:37.965Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-29T07:39:37.965Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-29T07:39:37.965Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-29T07:39:37.965Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-29T07:39:38.226Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-29T07:39:38.226Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-29T07:39:38.226Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-29T07:39:38.226Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T07:39:38.226Z] Fetched 3533 kB in 1s (2859 kB/s) [2021-01-29T07:39:38.457Z] Removing intermediate container e485b7722c56 [2021-01-29T07:39:38.457Z] ---> d5c0798d00c8 [2021-01-29T07:39:38.457Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:39:38.487Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T07:39:38.487Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-29T07:39:38.487Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T07:39:38.487Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-29T07:39:38.487Z] Selecting previously unselected package udev. [2021-01-29T07:39:38.487Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T07:39:38.487Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-29T07:39:38.746Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-29T07:39:38.749Z] ---> Running in dea839c8b1f3 [2021-01-29T07:39:39.007Z] Selecting previously unselected package libfuse2:amd64. [2021-01-29T07:39:39.007Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T07:39:39.007Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T07:39:39.007Z] Selecting previously unselected package fuse. [2021-01-29T07:39:39.007Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T07:39:39.007Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-29T07:39:39.007Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T07:39:39.007Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T07:39:39.282Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T07:39:39.282Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T07:39:39.282Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T07:39:39.282Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T07:39:39.380Z] Removing intermediate container dea839c8b1f3 [2021-01-29T07:39:39.380Z] ---> d7ddf38fea5a [2021-01-29T07:39:39.380Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T07:39:39.545Z] Selecting previously unselected package libksba8:amd64. [2021-01-29T07:39:39.545Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-29T07:39:39.545Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-29T07:39:39.545Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-29T07:39:39.545Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:39:39.545Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:39.666Z] ---> Running in 21ca9846e241 [2021-01-29T07:39:39.807Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-29T07:39:39.807Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:39:39.807Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:39.807Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-29T07:39:39.807Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:39:39.807Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:39.943Z] Removing intermediate container 1499a9e90a51 [2021-01-29T07:39:39.943Z] ---> cd9822e7424e [2021-01-29T07:39:39.943Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T07:39:40.069Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-29T07:39:40.069Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:39:40.069Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:40.069Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-29T07:39:40.069Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:39:40.069Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:40.222Z] ---> Running in ac9302722a36 [2021-01-29T07:39:40.330Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-29T07:39:40.330Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:39:40.330Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:40.330Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-29T07:39:40.330Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:39:40.330Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:40.502Z] Removing intermediate container 21ca9846e241 [2021-01-29T07:39:40.502Z] ---> 7923005c11db [2021-01-29T07:39:40.502Z] Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:39:40.591Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-29T07:39:40.591Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:39:40.591Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:40.591Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-29T07:39:40.591Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:39:40.591Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:40.781Z] ---> Running in 40b5c582a9b9 [2021-01-29T07:39:40.852Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-29T07:39:40.853Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T07:39:40.853Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T07:39:40.853Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-29T07:39:40.853Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T07:39:40.853Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T07:39:40.853Z] Selecting previously unselected package libldap-common. [2021-01-29T07:39:40.853Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-29T07:39:40.853Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T07:39:41.063Z] Removing intermediate container ac9302722a36 [2021-01-29T07:39:41.063Z] ---> 42fd3e207266 [2021-01-29T07:39:41.063Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:39:41.113Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-29T07:39:41.113Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-29T07:39:41.113Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T07:39:41.113Z] Selecting previously unselected package dirmngr. [2021-01-29T07:39:41.113Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T07:39:41.113Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T07:39:41.343Z] ---> Running in 375441d7bdc1 [2021-01-29T07:39:41.375Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T07:39:41.375Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-29T07:39:41.375Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T07:39:41.375Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T07:39:41.375Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T07:39:41.375Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-29T07:39:41.375Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:41.375Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-29T07:39:41.626Z] Removing intermediate container 40b5c582a9b9 [2021-01-29T07:39:41.627Z] ---> a4e992bc9677 [2021-01-29T07:39:41.627Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:39:41.635Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T07:39:41.635Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-29T07:39:41.899Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-29T07:39:41.899Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:41.899Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-29T07:39:41.911Z] ---> Running in 8203b58ca631 [2021-01-29T07:39:42.160Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-29T07:39:42.160Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-29T07:39:42.160Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:42.160Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:42.160Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:42.160Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:42.160Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:42.160Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:42.187Z] Removing intermediate container 375441d7bdc1 [2021-01-29T07:39:42.188Z] ---> a6ec005a4466 [2021-01-29T07:39:42.188Z] Step 24/26 : LABEL arch=arm64 [2021-01-29T07:39:42.422Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:39:42.422Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T07:39:42.422Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T07:39:42.422Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T07:39:42.462Z] ---> Running in c29ee443615c [2021-01-29T07:39:42.462Z] Removing intermediate container 8203b58ca631 [2021-01-29T07:39:42.462Z] ---> 0895d19c9b7b [2021-01-29T07:39:42.462Z] [2021-01-29T07:39:42.994Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-29T07:39:42.994Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-29T07:39:42.994Z] This means they are not meant to be enabled using systemctl. [2021-01-29T07:39:42.994Z] Possible reasons for having this kind of units are: [2021-01-29T07:39:42.994Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-29T07:39:42.994Z] .wants/ or .requires/ directory. [2021-01-29T07:39:42.994Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-29T07:39:42.994Z] a requirement dependency on it. [2021-01-29T07:39:42.994Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-29T07:39:42.994Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-29T07:39:42.994Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-29T07:39:42.994Z] instance name specified. [2021-01-29T07:39:43.256Z] Reading package lists... [2021-01-29T07:39:43.256Z] Building dependency tree... [2021-01-29T07:39:43.256Z] Reading state information... [2021-01-29T07:39:43.460Z] Successfully built 0895d19c9b7b [2021-01-29T07:39:43.460Z] Removing intermediate container c29ee443615c [2021-01-29T07:39:43.460Z] ---> d05667260469 [2021-01-29T07:39:43.460Z] Step 25/26 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:39:43.460Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-29T07:39:43.517Z] The following additional packages will be installed: [2021-01-29T07:39:43.517Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-29T07:39:43.517Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-29T07:39:43.517Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-29T07:39:43.517Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-29T07:39:43.517Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-29T07:39:43.517Z] Suggested packages: [2021-01-29T07:39:43.517Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-29T07:39:43.517Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-29T07:39:43.517Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-29T07:39:43.517Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-29T07:39:43.517Z] systemd-container policykit-1 [2021-01-29T07:39:43.517Z] Recommended packages: [2021-01-29T07:39:43.517Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-29T07:39:43.517Z] The following NEW packages will be installed: [2021-01-29T07:39:43.517Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-29T07:39:43.517Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-29T07:39:43.517Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-29T07:39:43.517Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-29T07:39:43.517Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-29T07:39:43.517Z] The following packages will be upgraded: [2021-01-29T07:39:43.517Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-29T07:39:43.736Z]  Building docker-core-command-go ... done  ---> Running in bd38d53bd052 [2021-01-29T07:39:43.777Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-29T07:39:43.777Z] Need to get 35.2 MB of archives. [2021-01-29T07:39:43.777Z] After this operation, 141 MB of additional disk space will be used. [2021-01-29T07:39:43.777Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-29T07:39:43.777Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-29T07:39:44.344Z] Removing intermediate container bd38d53bd052 [2021-01-29T07:39:44.344Z] ---> b835d5f5724e [2021-01-29T07:39:44.344Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T07:39:44.344Z] ---> Running in 0baaf5f41ec1 [2021-01-29T07:39:44.350Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-29T07:39:44.350Z] 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-29T07:39:44.350Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-29T07:39:44.350Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-29T07:39:44.350Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-29T07:39:44.613Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-29T07:39:44.613Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-29T07:39:44.613Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-29T07:39:44.613Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-29T07:39:44.613Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-29T07:39:44.613Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-29T07:39:44.613Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-29T07:39:44.613Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-29T07:39:44.613Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-29T07:39:44.613Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-29T07:39:44.613Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-29T07:39:44.613Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-29T07:39:44.613Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-29T07:39:44.613Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-29T07:39:44.613Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-29T07:39:44.613Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-29T07:39:44.875Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-29T07:39:44.875Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-29T07:39:44.875Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-29T07:39:44.875Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-29T07:39:44.875Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-29T07:39:44.875Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-29T07:39:44.875Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-29T07:39:45.343Z] Removing intermediate container 0baaf5f41ec1 [2021-01-29T07:39:45.343Z] ---> 12f5a6f1f7e6 [2021-01-29T07:39:45.343Z] [2021-01-29T07:39:45.619Z] Successfully built 12f5a6f1f7e6 [2021-01-29T07:39:45.619Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-29T07:39:46.261Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T07:39:46.261Z] Fetched 35.2 MB in 3s (13.4 MB/s) [2021-01-29T07:39:46.261Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T07:39:46.261Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-29T07:39:46.522Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T07:39:47.099Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-29T07:39:47.099Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T07:39:47.099Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-29T07:39:47.360Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T07:39:47.360Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T07:39:47.360Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T07:39:47.622Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-29T07:39:47.622Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T07:39:47.622Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T07:39:47.886Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T07:39:48.147Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-29T07:39:48.147Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-29T07:39:48.408Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-29T07:39:48.669Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-29T07:39:48.669Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T07:39:48.669Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T07:39:48.938Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-29T07:39:48.938Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T07:39:48.938Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:39:48.938Z] Selecting previously unselected package libexpat1:amd64. [2021-01-29T07:39:48.938Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-29T07:39:48.938Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T07:39:49.211Z] Selecting previously unselected package python3.6-minimal. [2021-01-29T07:39:49.211Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T07:39:49.211Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:39:49.497Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T07:39:49.497Z] Checking for services that may need to be restarted...done. [2021-01-29T07:39:49.497Z] Checking for services that may need to be restarted...done. [2021-01-29T07:39:49.497Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:39:49.497Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T07:39:49.760Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:39:50.034Z] Selecting previously unselected package python3-minimal. [2021-01-29T07:39:50.034Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-29T07:39:50.034Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-29T07:39:50.034Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-29T07:39:50.295Z] Selecting previously unselected package mime-support. [2021-01-29T07:39:50.295Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-29T07:39:50.295Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-29T07:39:50.295Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-29T07:39:50.295Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-29T07:39:50.295Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T07:39:50.556Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-29T07:39:50.556Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T07:39:50.556Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:39:50.816Z] Selecting previously unselected package python3.6. [2021-01-29T07:39:50.816Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T07:39:50.816Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:39:51.079Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-29T07:39:51.079Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-29T07:39:51.079Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T07:39:51.079Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-29T07:39:51.341Z] Selecting previously unselected package python3. [2021-01-29T07:39:51.341Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-29T07:39:51.341Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-29T07:39:51.341Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-29T07:39:51.341Z] Selecting previously unselected package multiarch-support. [2021-01-29T07:39:51.341Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T07:39:51.341Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T07:39:51.607Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T07:39:51.607Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-29T07:39:51.607Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-29T07:39:51.607Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-29T07:39:51.607Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T07:39:51.869Z] Selecting previously unselected package libbsd0:amd64. [2021-01-29T07:39:51.869Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-29T07:39:51.869Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T07:39:51.869Z] Selecting previously unselected package sudo. [2021-01-29T07:39:51.869Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-29T07:39:51.869Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T07:39:52.130Z] Selecting previously unselected package apparmor. [2021-01-29T07:39:52.130Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T07:39:52.130Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-29T07:39:52.392Z] Selecting previously unselected package libedit2:amd64. [2021-01-29T07:39:52.392Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-29T07:39:52.392Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T07:39:52.392Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-29T07:39:52.392Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T07:39:52.392Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:39:52.654Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-29T07:39:52.654Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T07:39:52.654Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:39:52.654Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-29T07:39:52.654Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-29T07:39:52.654Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T07:39:52.917Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-29T07:39:52.917Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T07:39:52.917Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:39:52.917Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-29T07:39:52.917Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T07:39:52.917Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:39:53.181Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-29T07:39:53.181Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-29T07:39:53.181Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T07:39:53.181Z] Selecting previously unselected package openssh-client. [2021-01-29T07:39:53.181Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-29T07:39:53.181Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T07:39:53.443Z] Selecting previously unselected package squashfs-tools. [2021-01-29T07:39:53.443Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-29T07:39:53.443Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T07:39:53.443Z] Selecting previously unselected package snapd. [2021-01-29T07:39:53.443Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-29T07:39:53.704Z] Unpacking snapd (2.48+18.04) ... [2021-01-29T07:39:55.623Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T07:39:55.623Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T07:39:55.623Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-29T07:39:55.623Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T07:39:57.012Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T07:39:57.012Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:39:57.012Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T07:39:57.012Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-29T07:39:57.012Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-29T07:39:57.586Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T07:39:57.586Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T07:39:57.586Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T07:39:57.586Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:39:57.847Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:39:57.847Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:39:58.419Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T07:39:58.419Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:39:58.419Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T07:39:58.419Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-29T07:39:58.419Z] running python rtupdate hooks for python3.6... [2021-01-29T07:39:58.419Z] running python post-rtupdate hooks for python3.6... [2021-01-29T07:39:58.681Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-29T07:40:00.068Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-29T07:40:00.068Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:40:00.068Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T07:40:00.330Z] Setting up snapd (2.48+18.04) ... [2021-01-29T07:40:00.592Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-29T07:40:00.855Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-29T07:40:01.117Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-29T07:40:01.117Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-29T07:40:01.379Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T07:40:01.379Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T07:40:01.642Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-29T07:40:01.642Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-29T07:40:01.902Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-29T07:40:02.164Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-29T07:40:02.164Z] /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-29T07:40:02.164Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T07:40:02.164Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T07:40:03.108Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T07:40:03.108Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T07:40:03.369Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T07:40:04.574Z] Reading package lists... [2021-01-29T07:40:04.574Z] Reading package lists... [2021-01-29T07:40:04.834Z] Building dependency tree... [2021-01-29T07:40:04.834Z] Reading state information... [2021-01-29T07:40:05.096Z] Calculating upgrade... [2021-01-29T07:40:05.096Z] The following packages will be upgraded: [2021-01-29T07:40:05.096Z] advancecomp base-files bash binutils binutils-common [2021-01-29T07:40:05.096Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-29T07:40:05.096Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-29T07:40:05.096Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-29T07:40:05.096Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-29T07:40:05.096Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-29T07:40:05.096Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-29T07:40:05.096Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-29T07:40:05.096Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-29T07:40:05.096Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-29T07:40:05.096Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-29T07:40:05.096Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-29T07:40:05.096Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-29T07:40:05.096Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-29T07:40:05.096Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-29T07:40:05.363Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T07:40:05.364Z] Need to get 63.8 MB of archives. [2021-01-29T07:40:05.364Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-29T07:40:05.364Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-29T07:40:05.364Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-29T07:40:05.364Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-29T07:40:05.364Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-29T07:40:05.364Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-29T07:40:05.364Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-29T07:40:05.364Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-29T07:40:05.364Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-29T07:40:05.364Z] 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-29T07:40:05.364Z] 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-29T07:40:05.364Z] 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-29T07:40:05.364Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-29T07:40:05.364Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-29T07:40:05.364Z] 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-29T07:40:05.364Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-29T07:40:05.364Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-29T07:40:05.364Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-29T07:40:05.364Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-29T07:40:05.632Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-29T07:40:05.632Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-29T07:40:05.632Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-29T07:40:05.632Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-29T07:40:05.632Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-29T07:40:05.632Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-29T07:40:05.632Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-29T07:40:05.632Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-29T07:40:05.632Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-29T07:40:05.632Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-29T07:40:05.632Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-29T07:40:05.632Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-29T07:40:05.632Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-29T07:40:05.632Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-29T07:40:05.632Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-29T07:40:05.632Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-29T07:40:05.632Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-29T07:40:05.632Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-29T07:40:05.632Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-29T07:40:05.632Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-29T07:40:05.632Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-29T07:40:05.632Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-29T07:40:05.632Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-29T07:40:05.632Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-29T07:40:05.632Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-29T07:40:05.632Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-29T07:40:05.632Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-29T07:40:05.632Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-01-29T07:40:05.632Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-29T07:40:05.632Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-29T07:40:05.632Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-29T07:40:05.632Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-29T07:40:05.632Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-29T07:40:05.632Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-29T07:40:05.633Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-29T07:40:05.897Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-29T07:40:05.897Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-29T07:40:05.897Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-29T07:40:05.897Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-29T07:40:06.158Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-29T07:40:06.159Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-29T07:40:06.159Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-29T07:40:06.419Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-29T07:40:06.419Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-29T07:40:06.419Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-29T07:40:06.419Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-29T07:40:06.419Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-29T07:40:06.419Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-29T07:40:06.419Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-29T07:40:06.681Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-29T07:40:06.681Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-29T07:40:06.681Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-29T07:40:06.681Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-29T07:40:06.681Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-29T07:40:06.681Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-29T07:40:06.681Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-29T07:40:06.681Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-29T07:40:06.681Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-29T07:40:06.681Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-29T07:40:06.681Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-29T07:40:06.681Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-29T07:40:06.951Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-29T07:40:06.951Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-29T07:40:06.951Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-29T07:40:06.951Z] Get:83 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-29T07:40:06.951Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-29T07:40:06.951Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-29T07:40:06.951Z] Get:86 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-29T07:40:06.951Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-29T07:40:06.951Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-29T07:40:06.951Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-29T07:40:06.951Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-29T07:40:06.951Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-29T07:40:06.951Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-29T07:40:06.951Z] Get:93 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-29T07:40:06.951Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-29T07:40:07.215Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-29T07:40:07.215Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-29T07:40:07.215Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-29T07:40:07.215Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-29T07:40:07.215Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-29T07:40:07.476Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T07:40:07.476Z] Fetched 63.8 MB in 2s (31.5 MB/s) [2021-01-29T07:40:07.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:07.476Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T07:40:07.476Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T07:40:08.049Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T07:40:08.049Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T07:40:08.310Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-29T07:40:08.310Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-29T07:40:09.262Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:09.262Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:40:09.262Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:09.262Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:40:09.525Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:09.525Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:40:09.525Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:09.525Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:40:09.788Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:09.788Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:40:09.788Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:10.049Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:40:10.049Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:10.049Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:40:10.049Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:10.311Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T07:40:10.311Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:10.311Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-29T07:40:10.311Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:10.576Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T07:40:10.576Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:10.576Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:40:10.576Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:10.576Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:40:10.837Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:10.837Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:40:10.837Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:11.099Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T07:40:11.099Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T07:40:11.359Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T07:40:11.936Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T07:40:11.936Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T07:40:11.936Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-29T07:40:12.199Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-29T07:40:12.199Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-29T07:40:12.199Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-29T07:40:12.460Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-29T07:40:12.460Z] Installing new version of config file /etc/issue ... [2021-01-29T07:40:12.460Z] Installing new version of config file /etc/issue.net ... [2021-01-29T07:40:12.460Z] Installing new version of config file /etc/lsb-release ... [2021-01-29T07:40:12.722Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-29T07:40:12.722Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-29T07:40:12.982Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-29T07:40:12.982Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-29T07:40:12.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:12.982Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-29T07:40:12.982Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-29T07:40:13.244Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-29T07:40:13.244Z] 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-29T07:40:13.505Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:13.505Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:40:13.505Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-29T07:40:13.505Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:40:13.505Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:13.505Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-29T07:40:13.766Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-29T07:40:13.766Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-29T07:40:13.766Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:13.766Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-29T07:40:13.766Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T07:40:14.027Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-29T07:40:14.288Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:14.288Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T07:40:14.288Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T07:40:14.288Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T07:40:14.550Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:14.550Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T07:40:14.550Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T07:40:14.550Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-29T07:40:14.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:14.812Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-29T07:40:14.812Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-29T07:40:14.812Z] Setting up grep (3.1-2build1) ... [2021-01-29T07:40:15.072Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:15.072Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T07:40:15.072Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T07:40:15.072Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-29T07:40:15.334Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:15.334Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T07:40:15.334Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T07:40:15.334Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-29T07:40:15.595Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:15.595Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T07:40:15.595Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T07:40:16.165Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T07:40:16.165Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T07:40:16.165Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T07:40:16.165Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T07:40:16.737Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-29T07:40:16.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:16.999Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-29T07:40:16.999Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T07:40:17.942Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T07:40:17.942Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T07:40:17.942Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T07:40:18.054Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 36a5ef2b3c19 [2021-01-29T07:40:18.054Z] ---> 6311b68914bd [2021-01-29T07:40:18.054Z] [2021-01-29T07:40:18.054Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T07:40:18.054Z] ---> afeebe901d6b [2021-01-29T07:40:18.054Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T07:40:18.054Z] ---> Running in 7a36c552dd4b [2021-01-29T07:40:18.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:40:18.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:40:18.054Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T07:40:18.054Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T07:40:18.054Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:40:18.054Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:40:18.054Z] OK: 6 MiB in 16 packages [2021-01-29T07:40:18.203Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T07:40:18.203Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T07:40:18.203Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:18.203Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-29T07:40:18.464Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-29T07:40:18.464Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-29T07:40:18.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:18.726Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:40:18.726Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:40:18.726Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:40:18.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:18.988Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:40:18.988Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:40:18.988Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:40:18.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:18.988Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:40:19.250Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:40:19.250Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:40:19.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:19.250Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:40:19.250Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:40:19.510Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:40:19.510Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:19.510Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T07:40:19.510Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T07:40:19.510Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T07:40:19.510Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T07:40:19.771Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T07:40:19.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:19.772Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T07:40:19.772Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T07:40:20.034Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T07:40:20.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:20.034Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:40:20.034Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:40:20.295Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:40:20.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:20.296Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:40:20.296Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:40:20.296Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:40:20.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:20.565Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:40:20.565Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:40:20.701Z] Removing intermediate container 7a36c552dd4b [2021-01-29T07:40:20.702Z] ---> d5746a386eb9 [2021-01-29T07:40:20.702Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:40:20.702Z] ---> Running in b1c41cf812f5 [2021-01-29T07:40:20.827Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:40:21.305Z] Removing intermediate container b1c41cf812f5 [2021-01-29T07:40:21.305Z] ---> d58ef5a679a1 [2021-01-29T07:40:21.305Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T07:40:21.305Z] ---> Running in f016addf3b51 [2021-01-29T07:40:21.399Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-29T07:40:21.399Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-29T07:40:21.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:21.659Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T07:40:21.659Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T07:40:21.659Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T07:40:21.920Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:40:21.920Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-29T07:40:21.920Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T07:40:21.920Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-29T07:40:21.936Z] Removing intermediate container f016addf3b51 [2021-01-29T07:40:21.936Z] ---> 55a48f5c2a08 [2021-01-29T07:40:21.936Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T07:40:22.180Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:22.180Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-29T07:40:22.181Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-29T07:40:22.181Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-29T07:40:22.208Z] ---> Running in 6e9e9ac4d592 [2021-01-29T07:40:22.441Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:22.442Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-29T07:40:22.706Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T07:40:22.706Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-29T07:40:22.819Z] Removing intermediate container 6e9e9ac4d592 [2021-01-29T07:40:22.819Z] ---> 3ae57d236022 [2021-01-29T07:40:22.819Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:40:22.967Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:22.967Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-29T07:40:22.967Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T07:40:22.967Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-29T07:40:23.227Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:23.227Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T07:40:23.227Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T07:40:23.227Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T07:40:23.490Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:23.490Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T07:40:23.490Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T07:40:23.490Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T07:40:23.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:23.773Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T07:40:23.773Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T07:40:23.803Z] ---> 9e711e989504 [2021-01-29T07:40:23.803Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T07:40:24.035Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T07:40:24.296Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:24.296Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:40:24.296Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:40:24.296Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-29T07:40:24.296Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T07:40:24.405Z] 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-29T07:40:24.557Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T07:40:24.557Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T07:40:24.557Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T07:40:24.823Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:24.823Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-29T07:40:24.823Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-29T07:40:24.823Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-29T07:40:25.098Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:25.098Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-29T07:40:25.098Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T07:40:25.098Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T07:40:25.393Z] ---> 52471ed6ed4b [2021-01-29T07:40:25.393Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T07:40:25.669Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:25.669Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T07:40:25.669Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T07:40:25.669Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T07:40:25.669Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:25.669Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-29T07:40:25.669Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-29T07:40:25.930Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-29T07:40:25.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:25.930Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T07:40:26.204Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T07:40:26.371Z] ---> b3ac6a3d1041 [2021-01-29T07:40:26.371Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T07:40:26.371Z] ---> Running in 3d14660c281d [2021-01-29T07:40:26.466Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-29T07:40:26.727Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:26.727Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T07:40:26.727Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T07:40:26.727Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-29T07:40:26.964Z] Removing intermediate container 3d14660c281d [2021-01-29T07:40:26.964Z] ---> 36663a9effad [2021-01-29T07:40:26.964Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:40:26.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:26.987Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-29T07:40:26.987Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-29T07:40:26.987Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-29T07:40:27.236Z] ---> Running in 012606b19b2c [2021-01-29T07:40:27.249Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:27.249Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-29T07:40:27.249Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-29T07:40:27.249Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-29T07:40:27.509Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:27.509Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-29T07:40:27.509Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-29T07:40:27.509Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-29T07:40:27.770Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:27.770Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-29T07:40:27.770Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-29T07:40:27.831Z] Removing intermediate container 012606b19b2c [2021-01-29T07:40:27.832Z] ---> 6a31d2f2651e [2021-01-29T07:40:27.832Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T07:40:28.032Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-29T07:40:28.106Z] ---> Running in 52a268f9d710 [2021-01-29T07:40:28.294Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:28.294Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T07:40:28.294Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-29T07:40:28.294Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-29T07:40:28.294Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:40:28.294Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-29T07:40:28.294Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-29T07:40:28.561Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-29T07:40:28.561Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-29T07:40:28.561Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T07:40:28.561Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T07:40:28.699Z] Removing intermediate container 52a268f9d710 [2021-01-29T07:40:28.699Z] ---> fc3a92b8e5ec [2021-01-29T07:40:28.699Z] Step 21/22 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:40:28.822Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T07:40:28.823Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T07:40:28.977Z] ---> Running in 143d3318280f [2021-01-29T07:40:29.094Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T07:40:29.094Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T07:40:29.355Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-29T07:40:29.355Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-29T07:40:29.620Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T07:40:29.620Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-29T07:40:29.620Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T07:40:29.620Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-29T07:40:29.881Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-29T07:40:29.881Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-29T07:40:29.881Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-29T07:40:29.881Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-29T07:40:29.955Z] Removing intermediate container 143d3318280f [2021-01-29T07:40:29.955Z] ---> 3a90379a7d98 [2021-01-29T07:40:29.955Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T07:40:30.142Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-29T07:40:30.142Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-29T07:40:30.142Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-29T07:40:30.142Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-29T07:40:30.228Z] ---> Running in 88acbacc4c8f [2021-01-29T07:40:30.403Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-29T07:40:30.403Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-29T07:40:30.666Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-01-29T07:40:30.666Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-01-29T07:40:30.821Z] Removing intermediate container 88acbacc4c8f [2021-01-29T07:40:30.821Z] ---> 839436e7163f [2021-01-29T07:40:30.821Z] [2021-01-29T07:40:31.417Z] Successfully built 839436e7163f [2021-01-29T07:40:31.417Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-29T07:40:31.610Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-29T07:40:31.610Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-29T07:40:31.610Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-29T07:40:31.610Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-29T07:40:31.610Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T07:40:31.870Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T07:40:32.131Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T07:40:32.131Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T07:40:32.392Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T07:40:32.392Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T07:40:32.392Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T07:40:32.392Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T07:40:32.652Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:32.652Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:40:32.652Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:32.652Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:40:32.847Z]  Building docker-support-notifications-go ... done Removing intermediate container aac4125c80b8 [2021-01-29T07:40:32.847Z] ---> 8ad999f64e90 [2021-01-29T07:40:32.847Z] [2021-01-29T07:40:32.847Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T07:40:32.847Z] ---> afeebe901d6b [2021-01-29T07:40:32.847Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T07:40:32.847Z] ---> Running in 4f301fdd24f6 [2021-01-29T07:40:32.917Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:32.917Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:40:32.917Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:32.917Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:40:33.859Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:33.859Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:40:34.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:40:34.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:40:34.804Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:34.804Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:40:35.264Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T07:40:35.264Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:40:35.264Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T07:40:35.264Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T07:40:35.264Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T07:40:35.264Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:40:35.264Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:40:35.379Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:35.379Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:40:35.540Z] OK: 7 MiB in 19 packages [2021-01-29T07:40:35.640Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:35.900Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:40:36.469Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:40:36.730Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:40:36.731Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T07:40:36.731Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T07:40:37.004Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T07:40:37.004Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T07:40:37.004Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T07:40:37.004Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T07:40:37.264Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-29T07:40:37.264Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-29T07:40:37.264Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T07:40:37.264Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T07:40:37.520Z] Removing intermediate container 680bc04d392d [2021-01-29T07:40:37.520Z] ---> d0a06c0e4c22 [2021-01-29T07:40:37.520Z] [2021-01-29T07:40:37.520Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:40:37.520Z] ---> afeebe901d6b [2021-01-29T07:40:37.520Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T07:40:37.520Z] ---> Running in b4f29d02e9bf [2021-01-29T07:40:37.525Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T07:40:37.525Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T07:40:37.525Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-29T07:40:37.525Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-29T07:40:37.786Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:37.786Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T07:40:37.786Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:37.786Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:37.786Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:37.786Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-29T07:40:37.786Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-29T07:40:37.786Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-01-29T07:40:37.794Z] Removing intermediate container 4f301fdd24f6 [2021-01-29T07:40:37.794Z] ---> 4d72ffa81e8a [2021-01-29T07:40:37.794Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T07:40:37.794Z] ---> Running in d266d43407ee [2021-01-29T07:40:38.048Z] [2021-01-29T07:40:38.048Z] Current default time zone: 'Etc/UTC' [2021-01-29T07:40:38.048Z] Local time is now: Fri Jan 29 07:40:37 UTC 2021. [2021-01-29T07:40:38.048Z] Universal Time is now: Fri Jan 29 07:40:37 UTC 2021. [2021-01-29T07:40:38.048Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-29T07:40:38.048Z] [2021-01-29T07:40:38.048Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-29T07:40:38.048Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:38.048Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-29T07:40:38.048Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:40:38.048Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-29T07:40:38.048Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-29T07:40:38.074Z] Removing intermediate container b4f29d02e9bf [2021-01-29T07:40:38.074Z] ---> 2f07526c8394 [2021-01-29T07:40:38.074Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T07:40:38.336Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-29T07:40:38.336Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-29T07:40:38.354Z] ---> Running in 8974ad8dafe5 [2021-01-29T07:40:38.354Z] Removing intermediate container d266d43407ee [2021-01-29T07:40:38.354Z] ---> eeb9194b1516 [2021-01-29T07:40:38.354Z] Step 13/24 : WORKDIR / [2021-01-29T07:40:38.599Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-29T07:40:38.599Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T07:40:38.599Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:38.599Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-29T07:40:38.651Z] ---> Running in d2abbf8a8995 [2021-01-29T07:40:38.860Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:40:38.860Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T07:40:38.860Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:38.860Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-29T07:40:38.860Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-29T07:40:38.860Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-29T07:40:38.926Z] Removing intermediate container 8974ad8dafe5 [2021-01-29T07:40:38.926Z] ---> 310da6a0111a [2021-01-29T07:40:38.926Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T07:40:38.926Z] ---> Running in 63bca1ef3183 [2021-01-29T07:40:39.122Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T07:40:39.122Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-29T07:40:39.122Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-29T07:40:39.122Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-29T07:40:39.122Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T07:40:39.211Z] Removing intermediate container d2abbf8a8995 [2021-01-29T07:40:39.211Z] ---> 42c84f182afb [2021-01-29T07:40:39.211Z] 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-29T07:40:39.511Z] Removing intermediate container 63bca1ef3183 [2021-01-29T07:40:39.511Z] ---> b783d9d3a6dc [2021-01-29T07:40:39.511Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:40:39.800Z] ---> Running in b99012369c86 [2021-01-29T07:40:40.076Z] ---> 5664da9a3bb9 [2021-01-29T07:40:40.076Z] 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-29T07:40:41.039Z] Updating certificates in /etc/ssl/certs... [2021-01-29T07:40:41.053Z] ---> 6240c41c92fe [2021-01-29T07:40:41.053Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T07:40:41.981Z] 22 added, 17 removed; done. [2021-01-29T07:40:42.049Z] ---> 394dd43ea371 [2021-01-29T07:40:42.050Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T07:40:42.050Z] Removing intermediate container b99012369c86 [2021-01-29T07:40:42.050Z] ---> a6bd30df12dc [2021-01-29T07:40:42.050Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T07:40:42.242Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T07:40:42.242Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:40:42.242Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-29T07:40:42.242Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-29T07:40:42.242Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-29T07:40:42.242Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:40:42.321Z] ---> Running in ae12578bcbfe [2021-01-29T07:40:42.504Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T07:40:42.504Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:40:42.504Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:40:42.504Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:40:42.504Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:40:42.504Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:40:42.504Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-29T07:40:42.504Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-29T07:40:42.504Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-29T07:40:42.767Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-29T07:40:42.767Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-29T07:40:42.767Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:40:42.767Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:40:42.767Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-29T07:40:42.767Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-29T07:40:42.767Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-29T07:40:43.028Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T07:40:43.028Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T07:40:43.028Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-29T07:40:43.028Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T07:40:43.028Z] Updating certificates in /etc/ssl/certs... [2021-01-29T07:40:43.305Z] ---> 64cc30c56bf2 [2021-01-29T07:40:43.305Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T07:40:43.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:40:43.972Z] 0 added, 0 removed; done. [2021-01-29T07:40:43.972Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-29T07:40:43.972Z] done. [2021-01-29T07:40:44.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:40:44.233Z] Reading package lists... [2021-01-29T07:40:44.233Z] Building dependency tree... [2021-01-29T07:40:44.233Z] Reading state information... [2021-01-29T07:40:44.451Z] ---> 846793f3de59 [2021-01-29T07:40:44.451Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T07:40:44.493Z] The following NEW packages will be installed: [2021-01-29T07:40:44.493Z] apt-transport-https [2021-01-29T07:40:44.493Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T07:40:44.493Z] Need to get 1696 B of archives. [2021-01-29T07:40:44.493Z] After this operation, 153 kB of additional disk space will be used. [2021-01-29T07:40:44.493Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-29T07:40:44.755Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T07:40:44.756Z] Fetched 1696 B in 0s (18.9 kB/s) [2021-01-29T07:40:44.756Z] Selecting previously unselected package apt-transport-https. [2021-01-29T07:40:44.756Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-29T07:40:44.756Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-29T07:40:44.756Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T07:40:45.016Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T07:40:45.048Z] ---> ee12dbf22ca2 [2021-01-29T07:40:45.048Z] 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-29T07:40:45.048Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T07:40:45.048Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T07:40:45.277Z] Waiting for network to be ready... [2021-01-29T07:40:45.318Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T07:40:45.318Z] ---> Running in 02147354fc3a [2021-01-29T07:40:45.318Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T07:40:45.589Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T07:40:45.863Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T07:40:45.863Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:40:45.863Z] OK: 8 MiB in 20 packages [2021-01-29T07:40:47.298Z] Removing intermediate container ae12578bcbfe [2021-01-29T07:40:47.298Z] ---> e1c6f8d2b6fd [2021-01-29T07:40:47.298Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:40:47.571Z] Removing intermediate container 02147354fc3a [2021-01-29T07:40:47.571Z] ---> a2eab500d72d [2021-01-29T07:40:47.572Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T07:40:47.842Z] ---> Running in 27c4fe2aec75 [2021-01-29T07:40:48.116Z] ---> f459d2c267ba [2021-01-29T07:40:48.116Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T07:40:48.116Z] Removing intermediate container 27c4fe2aec75 [2021-01-29T07:40:48.116Z] ---> e04107904562 [2021-01-29T07:40:48.116Z] Step 22/24 : LABEL arch=arm64 [2021-01-29T07:40:48.717Z] ---> Running in ddee46a3855b [2021-01-29T07:40:49.309Z] Removing intermediate container ddee46a3855b [2021-01-29T07:40:49.309Z] ---> 3abe82ae70d5 [2021-01-29T07:40:49.309Z] Step 23/24 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:40:49.309Z] ---> 9d39084bac3e [2021-01-29T07:40:49.309Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T07:40:49.309Z] ---> Running in 1ab2e5b6f481 [2021-01-29T07:40:49.902Z] Removing intermediate container 1ab2e5b6f481 [2021-01-29T07:40:49.902Z] ---> 5cfd1b29050f [2021-01-29T07:40:49.902Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T07:40:49.902Z] ---> Running in 466d27c490ad [2021-01-29T07:40:49.902Z] ---> 3db3c79e203e [2021-01-29T07:40:49.902Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T07:40:50.176Z] ---> Running in 57c41122bd82 [2021-01-29T07:40:50.450Z] Removing intermediate container 466d27c490ad [2021-01-29T07:40:50.450Z] ---> ee59492657f6 [2021-01-29T07:40:50.450Z] [2021-01-29T07:40:50.571Z] 2021-01-29T07:40:48Z INFO Waiting for automatic snapd restart... [2021-01-29T07:40:50.736Z] Removing intermediate container 57c41122bd82 [2021-01-29T07:40:50.736Z] ---> f1b050e4f7e8 [2021-01-29T07:40:50.736Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:40:50.736Z] Successfully built ee59492657f6 [2021-01-29T07:40:51.012Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-29T07:40:51.012Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 84a96bdb9f0f [2021-01-29T07:40:51.144Z] snapd 2.48.2 from Canonical* installed [2021-01-29T07:40:51.605Z] Removing intermediate container 84a96bdb9f0f [2021-01-29T07:40:51.606Z] ---> 71b6e2d74748 [2021-01-29T07:40:51.606Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T07:40:51.606Z] ---> Running in c7eaa6af18cc [2021-01-29T07:40:52.088Z] "snapd" switched to the "latest/stable" channel [2021-01-29T07:40:52.088Z] [2021-01-29T07:40:52.200Z] Removing intermediate container c7eaa6af18cc [2021-01-29T07:40:52.200Z] ---> b0df28fa6468 [2021-01-29T07:40:52.200Z] Step 22/23 : LABEL git_sha=ed059e14d357044982f497644550f5c760faaea4 [2021-01-29T07:40:52.200Z] ---> Running in ab732ef230f4 [2021-01-29T07:40:52.793Z] Removing intermediate container ab732ef230f4 [2021-01-29T07:40:52.793Z] ---> 1cd18f5e719e [2021-01-29T07:40:52.793Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:40:52.793Z] ---> Running in 679c76d63f2d [2021-01-29T07:40:53.387Z] Removing intermediate container 679c76d63f2d [2021-01-29T07:40:53.387Z] ---> 4161f6c2d3b8 [2021-01-29T07:40:53.387Z] [2021-01-29T07:40:53.660Z] Successfully built 4161f6c2d3b8 [2021-01-29T07:40:53.660Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-29T07:40:53.946Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-29T07:40:54.112Z] $ docker stop --time=1 ae982a6f62bfc83712a86b1a8da609726c978807214712b7d9309805959e21f8 [2021-01-29T07:40:54.645Z] core18 20201210 from Canonical* installed [2021-01-29T07:40:54.906Z] "core18" switched to the "latest/stable" channel [2021-01-29T07:40:54.906Z] [2021-01-29T07:40:56.129Z] $ docker rm -f ae982a6f62bfc83712a86b1a8da609726c978807214712b7d9309805959e21f8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T07:40:56.694Z] + docker images [2021-01-29T07:40:56.694Z] + grep docker [2021-01-29T07:40:56.965Z] docker-core-data-go-arm64 latest 4161f6c2d3b8 3 seconds ago 21MB [2021-01-29T07:40:56.965Z] docker-security-secretstore-setup-go-arm64 latest ee59492657f6 6 seconds ago 23.4MB [2021-01-29T07:40:56.965Z] docker-support-notifications-go-arm64 latest 839436e7163f 26 seconds ago 16MB [2021-01-29T07:40:56.965Z] docker-sys-mgmt-agent-go-arm64 latest 12f5a6f1f7e6 About a minute ago 300MB [2021-01-29T07:40:56.965Z] docker-core-command-go-arm64 latest 0895d19c9b7b About a minute ago 16MB [2021-01-29T07:40:56.965Z] docker-security-bootstrapper-go-arm64 latest 8d6e15eaefcc About a minute ago 31.9MB [2021-01-29T07:40:56.965Z] docker-core-metadata-go-arm64 latest 142ae62d6efd 3 minutes ago 17.7MB [2021-01-29T07:40:56.965Z] docker-support-scheduler-go-arm64 latest e8942193fe6f 3 minutes ago 15.5MB [2021-01-29T07:40:56.965Z] docker-security-proxy-setup-go-arm64 latest 76f2e888d9f8 3 minutes ago 23.2MB [2021-01-29T07:40:56.965Z] docker 20.10.0 eeaf43b92773 7 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 [2021-01-29T07:40:58.219Z] snapcraft 4.4.4 from Canonical* installed [Pipeline] } [2021-01-29T07:40:58.482Z] "snapcraft" switched to the "latest/stable" channel [2021-01-29T07:40:58.482Z] [2021-01-29T07:41:02.693Z] 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-29T07:41:02.693Z] - README.md [2021-01-29T07:41:02.693Z] - snapcraft.yaml.orig [2021-01-29T07:41:02.693Z] [2021-01-29T07:41:02.693Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T07:41:09.286Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T07:41:09.286Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T07:41:09.286Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T07:41:09.286Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T07:41:09.857Z] Reading package lists... [2021-01-29T07:41:10.430Z] 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-29T07:41:17.014Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T07:41:17.014Z] Reading package lists... [2021-01-29T07:41:17.014Z] Building dependency tree... [2021-01-29T07:41:17.014Z] Reading state information... [2021-01-29T07:41:17.014Z] Suggested packages: [2021-01-29T07:41:17.014Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-29T07:41:17.014Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-29T07:41:17.014Z] Recommended packages: [2021-01-29T07:41:17.014Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-29T07:41:17.014Z] The following NEW packages will be installed: [2021-01-29T07:41:17.014Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-29T07:41:17.014Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-29T07:41:17.014Z] pkg-config zip [2021-01-29T07:41:17.014Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T07:41:17.014Z] Need to get 7655 kB of archives. [2021-01-29T07:41:17.014Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-29T07:41:17.014Z] 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-29T07:41:17.014Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-29T07:41:17.014Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-29T07:41:17.014Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-29T07:41:17.014Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-29T07:41:17.275Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-29T07:41:17.275Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-29T07:41:17.275Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-29T07:41:17.537Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-29T07:41:17.537Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-29T07:41:17.537Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-29T07:41:17.537Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-29T07:41:17.799Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-29T07:41:17.799Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-29T07:41:17.799Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-29T07:41:17.799Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T07:41:17.799Z] Fetched 7655 kB in 1s (9027 kB/s) [2021-01-29T07:41:18.059Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-29T07:41:18.059Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-29T07:41:18.059Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-29T07:41:18.059Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T07:41:18.321Z] Selecting previously unselected package libpsl5:amd64. [2021-01-29T07:41:18.321Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-29T07:41:18.321Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T07:41:18.321Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-29T07:41:18.321Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-29T07:41:18.321Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T07:41:18.582Z] Selecting previously unselected package librtmp1:amd64. [2021-01-29T07:41:18.582Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-29T07:41:18.582Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T07:41:18.582Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-29T07:41:18.582Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-29T07:41:18.582Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T07:41:18.844Z] Selecting previously unselected package liberror-perl. [2021-01-29T07:41:18.844Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-29T07:41:18.844Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-29T07:41:18.844Z] Selecting previously unselected package git-man. [2021-01-29T07:41:18.844Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-29T07:41:18.844Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T07:41:19.106Z] Selecting previously unselected package git. [2021-01-29T07:41:19.106Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-29T07:41:19.106Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T07:41:19.677Z] Selecting previously unselected package libnorm1:amd64. [2021-01-29T07:41:19.938Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-29T07:41:19.938Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T07:41:19.938Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-29T07:41:19.938Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-29T07:41:19.938Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T07:41:19.938Z] Selecting previously unselected package libsodium23:amd64. [2021-01-29T07:41:20.199Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-29T07:41:20.199Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-29T07:41:20.199Z] Selecting previously unselected package libzmq5:amd64. [2021-01-29T07:41:20.199Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T07:41:20.199Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T07:41:20.199Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-29T07:41:20.199Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T07:41:20.199Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T07:41:20.460Z] Selecting previously unselected package pkg-config. [2021-01-29T07:41:20.460Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-29T07:41:20.460Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T07:41:20.461Z] Selecting previously unselected package zip. [2021-01-29T07:41:20.461Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-29T07:41:20.461Z] Unpacking zip (3.0-11build1) ... [2021-01-29T07:41:20.722Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T07:41:20.722Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T07:41:20.722Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T07:41:20.722Z] Setting up liberror-perl (0.17025-1) ... [2021-01-29T07:41:20.722Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T07:41:20.722Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T07:41:20.722Z] No schema files found: doing nothing. [2021-01-29T07:41:20.722Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T07:41:20.722Z] Setting up zip (3.0-11build1) ... [2021-01-29T07:41:20.983Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T07:41:20.983Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-29T07:41:20.983Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T07:41:20.983Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T07:41:20.983Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T07:41:20.983Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T07:41:20.983Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T07:41:21.244Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T07:41:27.836Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T07:41:27.836Z] git set to automatically installed. [2021-01-29T07:41:27.836Z] git-man set to automatically installed. [2021-01-29T07:41:27.836Z] libcurl3-gnutls set to automatically installed. [2021-01-29T07:41:27.836Z] liberror-perl set to automatically installed. [2021-01-29T07:41:27.836Z] libglib2.0-0 set to automatically installed. [2021-01-29T07:41:27.836Z] libnghttp2-14 set to automatically installed. [2021-01-29T07:41:27.836Z] libnorm1 set to automatically installed. [2021-01-29T07:41:27.836Z] libpgm-5.2-0 set to automatically installed. [2021-01-29T07:41:27.836Z] libpsl5 set to automatically installed. [2021-01-29T07:41:27.836Z] librtmp1 set to automatically installed. [2021-01-29T07:41:27.836Z] libsodium23 set to automatically installed. [2021-01-29T07:41:27.836Z] libzmq3-dev set to automatically installed. [2021-01-29T07:41:27.836Z] libzmq5 set to automatically installed. [2021-01-29T07:41:27.836Z] pkg-config set to automatically installed. [2021-01-29T07:41:27.836Z] zip set to automatically installed. [2021-01-29T07:41:29.223Z] snapd is not logged in, snap install commands will use sudo [2021-01-29T07:41:35.811Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T07:41:36.383Z] snap "core18" has no updates available [2021-01-29T07:41:37.770Z] Pulling config-common [2021-01-29T07:41:38.340Z] Pulling go-build-helper [2021-01-29T07:42:00.308Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T07:42:00.308Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T07:42:00.308Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T07:42:00.308Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] [2021-01-29T07:42:00.308Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T07:42:00.308Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T07:42:00.308Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T07:42:00.308Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T07:42:00.308Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T07:42:00.308Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T07:42:00.308Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T07:42:00.308Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-29T07:42:00.308Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T07:42:00.308Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T07:42:00.308Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] [2021-01-29T07:42:00.308Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] [2021-01-29T07:42:00.308Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T07:42:00.308Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T07:42:00.308Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T07:42:00.308Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1868 kB] [2021-01-29T07:42:00.308Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-29T07:42:00.308Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T07:42:00.308Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T07:42:00.308Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [245 kB] [2021-01-29T07:42:00.308Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.1 kB] [2021-01-29T07:42:00.308Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-29T07:42:00.308Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T07:42:00.308Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-29T07:42:00.308Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-29T07:42:00.308Z] Fetched 279 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-29T07:42:00.308Z] Fetched 122 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-29T07:42:00.308Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-29T07:42:00.308Z] Fetched 8848 B in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-29T07:42:00.308Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-29T07:42:00.308Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-29T07:42:00.308Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-29T07:42:00.308Z] Fetched 214 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-29T07:42:00.308Z] Fetched 155 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-29T07:42:00.308Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-29T07:42:00.308Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-29T07:42:00.308Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-29T07:42:00.308Z] Fetched 499 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-29T07:42:00.308Z] Fetched 111 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-29T07:42:00.308Z] Fetched 240 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-29T07:42:00.308Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-29T07:42:00.308Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-29T07:42:00.308Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-29T07:42:00.308Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-29T07:42:00.308Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-29T07:42:00.308Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-29T07:42:00.308Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-29T07:42:00.308Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-29T07:42:00.308Z] Fetched 8720 B in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-29T07:42:00.308Z] Fetched 137 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-29T07:42:00.308Z] Fetched 119 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-29T07:42:00.308Z] Fetched 109 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-29T07:42:00.308Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-29T07:42:00.308Z] Fetched 645 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-29T07:42:00.308Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-29T07:42:00.308Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-29T07:42:00.308Z] Fetched 368 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-29T07:42:00.308Z] Fetched 187 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-29T07:42:00.308Z] Fetched 175 kB in 0s (0 B/s) [2021-01-29T07:42:00.308Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-29T07:42:01.697Z] Fetched 206 kB in 0s (0 B/s) [2021-01-29T07:42:01.697Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-29T07:42:01.697Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-29T07:42:01.697Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-29T07:42:01.697Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-29T07:42:01.697Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-29T07:42:01.697Z] Fetched 159 kB in 0s (0 B/s) [2021-01-29T07:42:01.697Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-29T07:42:01.697Z] Fetched 107 kB in 0s (0 B/s) [2021-01-29T07:42:01.697Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-29T07:42:01.697Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-29T07:42:01.697Z] Pulling static-packages [2021-01-29T07:42:02.637Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-29T07:42:02.637Z] Skipping pull go-build-helper (already ran) [2021-01-29T07:42:02.637Z] Skipping pull static-packages (already ran) [2021-01-29T07:42:02.637Z] Building go-build-helper [2021-01-29T07:42:06.860Z] Building static-packages [2021-01-29T07:42:08.247Z] Staging go-build-helper [2021-01-29T07:42:09.190Z] Staging static-packages [2021-01-29T07:42:10.132Z] Pulling go115 [2021-01-29T07:42:11.073Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-29T07:42:11.073Z] Skipping pull go115 (already ran) [2021-01-29T07:42:11.073Z] Building go115 [2021-01-29T07:42:11.073Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T07:42:11.073Z] Dload Upload Total Spent Left Speed [2021-01-29T07:42:13.576Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 26.9M 0 0 27.0M 0 0:00:04 --:--:-- 0:00:04 27.0M 70 115M 70 81.6M 0 0 40.9M 0 0:00:02 0:00:01 0:00:01 40.9M 100 115M 100 115M 0 0 44.4M 0 0:00:02 0:00:02 --:--:-- 44.4M [2021-01-29T07:42:14.150Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-29T07:42:18.355Z] Staging go115 [2021-01-29T07:42:22.563Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T07:42:22.563Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T07:42:22.563Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T07:42:22.563Z] Fetched 0 B in 0s (0 B/s) [2021-01-29T07:42:22.563Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-29T07:42:22.563Z] Fetched 224 kB in 0s (0 B/s) [2021-01-29T07:42:22.563Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-29T07:42:22.563Z] Fetched 157 kB in 0s (0 B/s) [2021-01-29T07:42:22.563Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-29T07:42:22.563Z] Fetched 221 kB in 0s (0 B/s) [2021-01-29T07:42:22.563Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-29T07:42:22.563Z] Fetched 143 kB in 0s (0 B/s) [2021-01-29T07:42:22.563Z] Pulling edgex-go [2021-01-29T07:42:23.508Z] Pulling version [2021-01-29T07:42:24.450Z] Building config-common [2021-01-29T07:42:26.364Z] Skipping build go-build-helper (already ran) [2021-01-29T07:42:26.364Z] Skipping build static-packages (already ran) [2021-01-29T07:42:26.364Z] Skipping build go115 (already ran) [2021-01-29T07:42:26.625Z] Building edgex-go [2021-01-29T07:42:26.625Z] 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-29T07:42:29.180Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-29T07:42:29.180Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.11 [2021-01-29T07:42:29.180Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-29T07:42:29.180Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-29T07:42:29.180Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-29T07:42:29.180Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-29T07:42:29.180Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-29T07:42:29.180Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-29T07:42:29.180Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-29T07:42:29.180Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-29T07:42:29.180Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-29T07:42:29.180Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-29T07:42:29.181Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-29T07:42:29.181Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-29T07:42:29.181Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-29T07:42:29.181Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-29T07:42:29.181Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-29T07:42:29.181Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-29T07:42:29.181Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-29T07:42:29.181Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-29T07:42:29.181Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-29T07:42:29.181Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-29T07:42:29.181Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-29T07:42:29.181Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-29T07:42:29.181Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-29T07:42:29.181Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-29T07:42:29.181Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-29T07:42:29.448Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-29T07:42:29.448Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-29T07:42:36.066Z] 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-29T07:42:40.269Z] 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-29T07:42:41.211Z] 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-29T07:42:42.152Z] 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-29T07:42:42.412Z] 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-29T07:42:42.412Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-29T07:42:42.672Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-29T07:42:42.672Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-29T07:42:42.672Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-29T07:42:44.585Z] 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-29T07:42:44.585Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-29T07:42:44.585Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-29T07:42:45.525Z] 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-29T07:42:46.097Z] 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-29T07:42:46.358Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-29T07:42:47.741Z] 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-29T07:42:48.311Z] 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-29T07:42:49.251Z] 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-29T07:42:49.251Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-29T07:42:50.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T07:42:50.193Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-29T07:42:52.739Z] Building version [2021-01-29T07:42:54.654Z] Staging config-common [2021-01-29T07:42:55.596Z] Skipping stage go-build-helper (already ran) [2021-01-29T07:42:55.596Z] Skipping stage static-packages (already ran) [2021-01-29T07:42:55.596Z] Skipping stage go115 (already ran) [2021-01-29T07:42:55.596Z] Staging edgex-go [2021-01-29T07:42:56.538Z] Staging version [2021-01-29T07:42:57.563Z] Priming config-common [2021-01-29T07:42:58.185Z] Priming go-build-helper [2021-01-29T07:42:59.525Z] Priming static-packages [2021-01-29T07:43:01.713Z] Priming go115 [2021-01-29T07:43:02.320Z] Priming edgex-go [2021-01-29T07:43:03.263Z] Priming version [2021-01-29T07:43:04.207Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-29T07:43:07.354Z] provisioning config files... [2021-01-29T07:43:07.373Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2806902760677618730tmp [Pipeline] { [Pipeline] sh [2021-01-29T07:43:07.900Z] + set +x [2021-01-29T07:43:07.900Z] + curl -s https://codecov.io/bash [2021-01-29T07:43:07.900Z] + bash -s -- [2021-01-29T07:43:08.504Z] [2021-01-29T07:43:08.504Z] _____ _ [2021-01-29T07:43:08.504Z] / ____| | | [2021-01-29T07:43:08.504Z] | | ___ __| | ___ ___ _____ __ [2021-01-29T07:43:08.504Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-29T07:43:08.504Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-29T07:43:08.504Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-29T07:43:08.504Z] Bash-20210128-d4071a2 [2021-01-29T07:43:08.504Z] [2021-01-29T07:43:08.504Z] [2021-01-29T07:43:08.504Z] ==> git version 2.24.3 found [2021-01-29T07:43:08.504Z] ==> 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-29T07:43:08.504Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-29T07:43:08.504Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-29T07:43:08.504Z] ==> Jenkins CI detected. [2021-01-29T07:43:08.504Z] project root: . [2021-01-29T07:43:08.504Z] --> token set from env [2021-01-29T07:43:08.504Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-29T07:43:08.772Z] ==> Running gcov in . (disable via -X gcov) [2021-01-29T07:43:08.772Z] ==> Python coveragepy not found [2021-01-29T07:43:08.772Z] ==> Searching for coverage reports in: [2021-01-29T07:43:08.772Z] + . [2021-01-29T07:43:08.772Z] -> Found 1 reports [2021-01-29T07:43:08.772Z] ==> Detecting git/mercurial file structure [2021-01-29T07:43:08.772Z] ==> Reading reports [2021-01-29T07:43:08.772Z] + ./coverage.out bytes=565356 [2021-01-29T07:43:08.772Z] ==> Appending adjustments [2021-01-29T07:43:08.772Z] https://docs.codecov.io/docs/fixing-reports [2021-01-29T07:43:14.174Z] + Found adjustments [2021-01-29T07:43:14.174Z] ==> Gzipping contents [2021-01-29T07:43:14.174Z] 84K /tmp/codecov.GYhVAH.gz [2021-01-29T07:43:14.174Z] ==> Uploading reports [2021-01-29T07:43:14.174Z] url: https://codecov.io [2021-01-29T07:43:14.174Z] query: branch=PR-3095&commit=ed059e14d357044982f497644550f5c760faaea4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3095%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3095&job=&cmd_args= [2021-01-29T07:43:14.174Z] -> Pinging Codecov [2021-01-29T07:43:14.174Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3095&commit=ed059e14d357044982f497644550f5c760faaea4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3095%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3095&job=&cmd_args= [2021-01-29T07:43:14.174Z] -> Uploading to [2021-01-29T07:43:14.174Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/ed059e14d357044982f497644550f5c760faaea4/25b8bd70-fb59-459c-9761-9fb20c755005.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T074313Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7485e966d6b509309df9bdf86e1842b036001c17ee94de74ed432b596d686922 [2021-01-29T07:43:14.174Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T07:43:14.174Z] Dload Upload Total Spent Left Speed [2021-01-29T07:43:14.754Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85777 0 0 100 85777 0 96573 --:--:-- --:--:-- --:--:-- 96704 [2021-01-29T07:43:14.754Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ed059e14d357044982f497644550f5c760faaea4 [Pipeline] } [2021-01-29T07:43:14.765Z] 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-29T07:43:16.722Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:43:18.034Z] ---> package-listing.sh [2021-01-29T07:43:18.034Z] ++ facter osfamily [2021-01-29T07:43:18.034Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T07:43:18.300Z] + OS_FAMILY=redhat [2021-01-29T07:43:18.300Z] + workspace=/w/workspace/edgex-go/3 [2021-01-29T07:43:18.300Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T07:43:18.300Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T07:43:18.300Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T07:43:18.300Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T07:43:18.300Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-29T07:43:18.300Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T07:43:18.300Z] + case "${OS_FAMILY}" in [2021-01-29T07:43:18.300Z] + sort [2021-01-29T07:43:18.300Z] + rpm -qa [2021-01-29T07:43:26.593Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T07:43:26.593Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T07:43:26.593Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T07:43:26.593Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-29T07:43:26.593Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-29T07:43:26.593Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-29T07:43:26.627Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-29T07:43:26.974Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:43:27.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T07:43:27.860Z] [2021-01-29T07:43:27.860Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:43:28.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T07:43:28.523Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T07:43:28.523Z] df20fa9351a1: Pulling fs layer [2021-01-29T07:43:28.523Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T07:43:28.523Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T07:43:28.523Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T07:43:28.523Z] 93b61091891f: Pulling fs layer [2021-01-29T07:43:28.523Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T07:43:28.523Z] 5e14af77c1be: Pulling fs layer [2021-01-29T07:43:28.523Z] 01666e4c0597: Pulling fs layer [2021-01-29T07:43:28.523Z] aa168da1d23b: Pulling fs layer [2021-01-29T07:43:28.523Z] 93b61091891f: Waiting [2021-01-29T07:43:28.523Z] 93b9cdb0e59b: Waiting [2021-01-29T07:43:28.523Z] 46f8f816bc3b: Waiting [2021-01-29T07:43:28.523Z] 5e14af77c1be: Waiting [2021-01-29T07:43:28.523Z] 01666e4c0597: Waiting [2021-01-29T07:43:28.523Z] aa168da1d23b: Waiting [2021-01-29T07:43:28.523Z] 36b3adc4ff6f: Verifying Checksum [2021-01-29T07:43:28.523Z] 36b3adc4ff6f: Download complete [2021-01-29T07:43:28.523Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T07:43:28.523Z] 46f8f816bc3b: Download complete [2021-01-29T07:43:28.802Z] df20fa9351a1: Verifying Checksum [2021-01-29T07:43:28.802Z] df20fa9351a1: Download complete [2021-01-29T07:43:28.802Z] 93b9cdb0e59b: Verifying Checksum [2021-01-29T07:43:28.802Z] 93b9cdb0e59b: Download complete [2021-01-29T07:43:28.802Z] 93b61091891f: Verifying Checksum [2021-01-29T07:43:28.802Z] 93b61091891f: Download complete [2021-01-29T07:43:28.802Z] 5e14af77c1be: Verifying Checksum [2021-01-29T07:43:28.802Z] 5e14af77c1be: Download complete [2021-01-29T07:43:28.802Z] 01666e4c0597: Verifying Checksum [2021-01-29T07:43:28.802Z] 01666e4c0597: Download complete [2021-01-29T07:43:29.422Z] df20fa9351a1: Pull complete [2021-01-29T07:43:29.712Z] 8ad3a11d3b57: Verifying Checksum [2021-01-29T07:43:29.712Z] 8ad3a11d3b57: Download complete [2021-01-29T07:43:29.712Z] 36b3adc4ff6f: Pull complete [2021-01-29T07:43:31.713Z] 8ad3a11d3b57: Pull complete [2021-01-29T07:43:31.713Z] 46f8f816bc3b: Pull complete [2021-01-29T07:43:33.318Z] 93b61091891f: Pull complete [2021-01-29T07:43:34.297Z] 93b9cdb0e59b: Pull complete [2021-01-29T07:43:34.577Z] 5e14af77c1be: Pull complete [2021-01-29T07:43:34.845Z] aa168da1d23b: Verifying Checksum [2021-01-29T07:43:34.845Z] aa168da1d23b: Download complete [2021-01-29T07:43:35.813Z] 01666e4c0597: Pull complete [2021-01-29T07:43:54.451Z] aa168da1d23b: Pull complete [2021-01-29T07:43:54.451Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T07:43:54.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T07:43:54.451Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T07:43:54.909Z] prd-centos7-docker-4c-2g-23915 does not seem to be running inside a container [2021-01-29T07:43:55.084Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-29T07:44:00.863Z] $ docker top e0c0cb106201ed3d5f7a767767248cee2852cbd44609784ce2d32087ee6546a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:44:02.031Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T07:44:03.212Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T07:44:04.002Z] + ls /var/log/sa-host [2021-01-29T07:44:04.002Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T07:44:04.002Z] file_magic: OK [2021-01-29T07:44:04.002Z] HZ: Using current value: 100 [2021-01-29T07:44:04.002Z] file_header: OK [2021-01-29T07:44:04.002Z] 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-29T07:44:04.002Z] Statistics: [2021-01-29T07:44:04.002Z] Hnuu...uuuununununu... [2021-01-29T07:44:04.002Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T07:44:04.002Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T07:44:04.002Z] file_magic: OK [2021-01-29T07:44:04.002Z] HZ: Using current value: 100 [2021-01-29T07:44:04.002Z] file_header: OK [2021-01-29T07:44:04.002Z] 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-29T07:44:04.002Z] Statistics: [2021-01-29T07:44:04.002Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-29T07:44:04.002Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T07:44:04.319Z] provisioning config files... [2021-01-29T07:44:04.381Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8478374933563996484tmp [Pipeline] { [Pipeline] echo [2021-01-29T07:44:04.466Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:44:05.519Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T07:44:05.907Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T07:44:06.059Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:44:06.525Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T07:44:06.582Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:44:07.790Z] ---> sudo-logs.sh [2021-01-29T07:44:07.790Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T07:44:07.808Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:44:09.003Z] ---> job-cost.sh [2021-01-29T07:44:09.003Z] lf-activate-venv: SKIPPING [2021-01-29T07:44:09.003Z] INFO: No Stack... [2021-01-29T07:44:09.978Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T07:44:10.253Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T07:44:10.284Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:44:10.974Z] ---> logs-deploy.sh [2021-01-29T07:44:10.974Z] lf-activate-venv: SKIPPING [2021-01-29T07:44:10.974Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3095/3 [2021-01-29T07:44:10.974Z] INFO: archiving workspace using pattern(s): [2021-01-29T07:44:13.055Z] Archives upload complete. [2021-01-29T07:44:13.055Z] INFO: archiving logs to Nexus [2021-01-29T07:44:15.777Z] ---> uname -a: [2021-01-29T07:44:15.777Z] Linux prd-centos7-docker-4c-2g-23915.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-29T07:44:15.777Z] [2021-01-29T07:44:15.777Z] [2021-01-29T07:44:15.777Z] ---> lscpu: [2021-01-29T07:44:15.777Z] Architecture: x86_64 [2021-01-29T07:44:15.777Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-29T07:44:15.777Z] Byte Order: Little Endian [2021-01-29T07:44:15.777Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-29T07:44:15.777Z] CPU(s): 4 [2021-01-29T07:44:15.777Z] On-line CPU(s) list: 0-3 [2021-01-29T07:44:15.777Z] Thread(s) per core: 1 [2021-01-29T07:44:15.777Z] Core(s) per socket: 1 [2021-01-29T07:44:15.777Z] Socket(s): 4 [2021-01-29T07:44:15.777Z] NUMA node(s): 1 [2021-01-29T07:44:15.777Z] Vendor ID: GenuineIntel [2021-01-29T07:44:15.777Z] CPU family: 6 [2021-01-29T07:44:15.777Z] Model: 44 [2021-01-29T07:44:15.778Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-29T07:44:15.778Z] Stepping: 1 [2021-01-29T07:44:15.778Z] CPU MHz: 2933.438 [2021-01-29T07:44:15.778Z] BogoMIPS: 5866.87 [2021-01-29T07:44:15.778Z] Virtualization: VT-x [2021-01-29T07:44:15.778Z] Hypervisor vendor: KVM [2021-01-29T07:44:15.778Z] Virtualization type: full [2021-01-29T07:44:15.778Z] L1d cache: 128 KiB [2021-01-29T07:44:15.778Z] L1i cache: 128 KiB [2021-01-29T07:44:15.778Z] L2 cache: 16 MiB [2021-01-29T07:44:15.778Z] L3 cache: 64 MiB [2021-01-29T07:44:15.778Z] NUMA node0 CPU(s): 0-3 [2021-01-29T07:44:15.778Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-29T07:44:15.778Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-29T07:44:15.778Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-29T07:44:15.778Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-29T07:44:15.778Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-29T07:44:15.778Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-29T07:44:15.778Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-29T07:44:15.778Z] Vulnerability Srbds: Not affected [2021-01-29T07:44:15.778Z] Vulnerability Tsx async abort: Not affected [2021-01-29T07:44:15.778Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] ---> nproc: [2021-01-29T07:44:15.778Z] 4 [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] ---> df -h: [2021-01-29T07:44:15.778Z] Filesystem Size Used Available Use% Mounted on [2021-01-29T07:44:15.778Z] overlay 50.0G 11.4G 38.6G 23% / [2021-01-29T07:44:15.778Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-29T07:44:15.778Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-29T07:44:15.778Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-29T07:44:15.778Z] /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os [2021-01-29T07:44:15.778Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf [2021-01-29T07:44:15.778Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname [2021-01-29T07:44:15.778Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts [2021-01-29T07:44:15.778Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure [2021-01-29T07:44:15.778Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log [2021-01-29T07:44:15.778Z] /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json [2021-01-29T07:44:15.778Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host [2021-01-29T07:44:15.778Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/3 [2021-01-29T07:44:15.778Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/3@tmp [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] ---> free -m: [2021-01-29T07:44:15.778Z] total used free shared buff/cache available [2021-01-29T07:44:15.778Z] Mem: 1837 707 118 0 1011 1042 [2021-01-29T07:44:15.778Z] Swap: 1023 60 963 [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] ---> ip addr: [2021-01-29T07:44:15.778Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-29T07:44:15.778Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-29T07:44:15.778Z] inet 127.0.0.1/8 scope host lo [2021-01-29T07:44:15.778Z] valid_lft forever preferred_lft forever [2021-01-29T07:44:15.778Z] inet6 ::1/128 scope host [2021-01-29T07:44:15.778Z] valid_lft forever preferred_lft forever [2021-01-29T07:44:15.778Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-29T07:44:15.778Z] link/ether fa:16:3e:23:3f:4c brd ff:ff:ff:ff:ff:ff [2021-01-29T07:44:15.778Z] inet 10.30.123.1/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-29T07:44:15.778Z] valid_lft 84970sec preferred_lft 84970sec [2021-01-29T07:44:15.778Z] inet6 fe80::f816:3eff:fe23:3f4c/64 scope link [2021-01-29T07:44:15.778Z] valid_lft forever preferred_lft forever [2021-01-29T07:44:15.778Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-29T07:44:15.778Z] link/ether 02:42:aa:29:4b:23 brd ff:ff:ff:ff:ff:ff [2021-01-29T07:44:15.778Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-29T07:44:15.778Z] valid_lft forever preferred_lft forever [2021-01-29T07:44:15.778Z] inet6 fe80::42:aaff:fe29:4b23/64 scope link [2021-01-29T07:44:15.778Z] valid_lft forever preferred_lft forever [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] ---> sar -b -r -n DEV: [2021-01-29T07:44:15.778Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] 07:20:11 LINUX RESTART (4 CPU) [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] 07:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-29T07:44:15.778Z] 07:22:01 69.53 18.55 50.98 0.00 5313.70 9192.40 0.00 [2021-01-29T07:44:15.778Z] 07:23:01 88.09 52.19 35.90 0.00 4728.47 19818.46 0.00 [2021-01-29T07:44:15.778Z] 07:24:01 201.28 37.15 164.13 0.00 2042.89 35741.62 0.00 [2021-01-29T07:44:15.778Z] 07:25:01 150.49 75.89 74.60 0.00 2480.21 9980.46 0.00 [2021-01-29T07:44:15.778Z] 07:26:01 75.91 16.14 59.76 0.00 763.61 6862.53 0.00 [2021-01-29T07:44:15.778Z] 07:27:01 81.50 39.56 41.94 0.00 1422.34 3606.55 0.00 [2021-01-29T07:44:15.778Z] 07:28:01 67.02 30.90 36.11 0.00 2209.18 3076.00 0.00 [2021-01-29T07:44:15.778Z] 07:29:01 114.60 17.81 96.79 0.00 5196.03 38190.83 0.00 [2021-01-29T07:44:15.778Z] 07:30:02 855.79 681.04 174.75 0.00 86830.08 131140.88 0.00 [2021-01-29T07:44:15.778Z] 07:31:04 1559.17 1376.66 182.52 0.00 89742.42 92811.34 0.00 [2021-01-29T07:44:15.778Z] 07:32:03 641.77 512.43 129.33 0.00 56064.45 57744.93 0.00 [2021-01-29T07:44:15.778Z] 07:33:01 236.80 85.42 151.38 0.00 9086.68 29880.05 0.00 [2021-01-29T07:44:15.778Z] 07:34:02 842.13 570.37 271.76 0.00 70691.67 101537.40 0.00 [2021-01-29T07:44:15.778Z] 07:35:02 470.32 248.95 221.37 0.00 13584.43 24987.79 0.00 [2021-01-29T07:44:15.778Z] 07:36:01 1095.42 881.08 214.34 0.00 56854.31 72588.26 0.00 [2021-01-29T07:44:15.778Z] 07:37:01 110.52 62.68 47.85 0.00 8501.68 6318.85 0.00 [2021-01-29T07:44:15.778Z] 07:38:01 1.36 0.05 1.31 0.00 0.80 18.51 0.00 [2021-01-29T07:44:15.778Z] 07:39:02 0.28 0.03 0.25 0.00 0.67 2.76 0.00 [2021-01-29T07:44:15.778Z] 07:40:01 0.22 0.02 0.20 0.00 0.27 1.98 0.00 [2021-01-29T07:44:15.778Z] 07:41:01 0.28 0.00 0.28 0.00 0.00 3.31 0.00 [2021-01-29T07:44:15.778Z] 07:42:01 0.23 0.00 0.23 0.00 0.00 2.45 0.00 [2021-01-29T07:44:15.778Z] 07:43:01 0.30 0.02 0.28 0.00 0.53 3.33 0.00 [2021-01-29T07:44:15.778Z] 07:44:01 168.54 80.27 88.27 0.00 7704.19 18686.93 0.00 [2021-01-29T07:44:15.778Z] Average: 299.24 210.23 89.00 0.00 18545.92 28940.04 0.00 [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] 07:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-29T07:44:15.778Z] 07:22:01 164372 0 579480 30.80 2620 1135072 1221832 41.70 446732 1066660 56 [2021-01-29T07:44:15.778Z] 07:23:01 79548 0 640236 34.03 2620 1159140 1522460 51.96 716524 877096 42256 [2021-01-29T07:44:15.778Z] 07:24:01 75692 0 733372 38.98 1708 1070772 1516884 51.77 603224 923460 56908 [2021-01-29T07:44:15.778Z] 07:25:01 173288 0 767856 40.81 1564 938836 1644288 56.12 620016 809800 34304 [2021-01-29T07:44:15.778Z] 07:26:01 174724 0 817628 43.46 916 888276 1782380 60.83 716016 707608 51412 [2021-01-29T07:44:15.778Z] 07:27:01 246392 0 749228 39.82 916 885008 1738240 59.32 601380 744676 55900 [2021-01-29T07:44:15.778Z] 07:28:01 174816 0 762588 40.53 912 943228 1425248 48.64 648180 767608 93456 [2021-01-29T07:44:15.778Z] 07:29:01 71152 0 739348 39.29 504 1070540 1301740 44.43 698456 833368 63464 [2021-01-29T07:44:15.778Z] 07:30:02 246640 0 944404 50.19 148 690352 4655792 158.89 752704 661600 72 [2021-01-29T07:44:15.778Z] 07:31:04 54144 0 844060 44.86 148 983192 2390848 81.60 618344 976712 85556 [2021-01-29T07:44:15.778Z] 07:32:03 468060 0 993616 52.81 148 419720 4126692 140.84 575028 574368 33616 [2021-01-29T07:44:15.778Z] 07:33:01 157840 0 749096 39.81 148 974460 1915000 65.36 625556 838696 568 [2021-01-29T07:44:15.778Z] 07:34:02 418688 0 746940 39.70 148 715768 1828112 62.39 581084 648244 736 [2021-01-29T07:44:15.778Z] 07:35:02 284748 0 774400 41.16 148 822248 1769476 60.39 625044 701468 0 [2021-01-29T07:44:15.778Z] 07:36:01 449812 0 690432 36.69 148 741152 1638324 55.91 314448 868732 32 [2021-01-29T07:44:15.778Z] 07:37:01 515580 0 634212 33.71 148 731604 1227364 41.89 365300 756576 20 [2021-01-29T07:44:15.778Z] 07:38:01 518556 0 631228 33.55 148 731612 1195460 40.80 362696 756204 16 [2021-01-29T07:44:15.778Z] 07:39:02 518724 0 631064 33.54 148 731608 1195592 40.80 362892 756208 8 [2021-01-29T07:44:15.778Z] 07:40:01 518808 0 630960 33.53 148 731628 1195652 40.81 363256 756228 16 [2021-01-29T07:44:15.778Z] 07:41:01 519172 0 630588 33.51 148 731636 1195460 40.80 362804 756236 12 [2021-01-29T07:44:15.778Z] 07:42:01 519348 0 630400 33.50 148 731648 1195544 40.80 362812 756236 8 [2021-01-29T07:44:15.778Z] 07:43:01 518920 0 630832 33.53 148 731644 1195580 40.80 362992 756236 16 [2021-01-29T07:44:15.778Z] 07:44:01 158428 0 692328 36.80 148 1030640 1508672 51.49 472248 974768 44 [2021-01-29T07:44:15.778Z] Average: 305541 0 723665 38.46 608 851730 1755941 59.93 528597 794295 22542 [2021-01-29T07:44:15.778Z] [2021-01-29T07:44:15.778Z] 07:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-29T07:44:15.778Z] 07:22:01 veth4a37ba7 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:22:01 eth0 665.69 535.75 3613.83 89.41 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:22:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:23:01 eth0 659.90 896.98 2681.66 116.56 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:23:01 docker0 875.00 624.60 70.99 2652.55 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:24:01 eth0 447.15 335.96 3705.10 34.06 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:24:01 docker0 98.36 165.95 7.04 838.74 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:25:01 eth0 22.72 19.33 26.03 9.53 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:25:01 veth3ab1c1a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:26:01 eth0 22.93 17.46 19.32 9.64 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:26:01 veth3ab1c1a 0.42 0.42 0.03 0.04 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:26:01 docker0 0.42 0.42 0.03 0.04 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:27:01 eth0 18.75 13.40 13.97 7.71 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:27:01 veth3ab1c1a 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:27:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:28:01 eth0 22.36 15.83 19.01 10.13 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:28:01 veth3ab1c1a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:29:01 vethfb66679 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:29:01 eth0 249.45 201.69 1695.94 105.91 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:30:02 vethe72cc8f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:30:02 vethfb66679 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:30:02 veth9ff4425 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:30:02 veth5c1a5eb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:31:04 vethfb66679 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:31:04 eth0 2117.45 2015.84 11515.05 412.30 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:31:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.778Z] 07:31:04 docker0 949.90 780.38 75.86 3487.86 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:32:03 vethfb66679 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:32:03 vetha2f093a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:32:03 vethf354706 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:32:03 veth514f368 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:33:01 vethfb66679 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:33:01 eth0 2562.72 2352.24 14327.01 466.10 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:33:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:33:01 veth1debeaa 38.39 91.04 3.18 547.38 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:34:02 vethfb66679 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:34:02 eth0 194.16 120.40 529.22 83.99 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:34:02 docker0 1116.99 1048.13 86.05 4674.32 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:35:02 vethfb66679 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:35:02 veth2f47ab6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:35:02 eth0 59.18 39.44 160.58 16.25 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:36:01 vethfb66679 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:36:01 eth0 57.48 42.32 95.40 63.72 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:36:01 veth8fffbe1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:37:01 eth0 25.52 16.96 60.50 8.09 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:37:01 docker0 1159.60 1109.79 89.14 5007.73 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:38:01 eth0 0.53 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:39:02 eth0 0.48 0.35 0.27 0.20 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:40:01 eth0 1.00 0.41 0.35 0.21 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:41:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:42:01 eth0 0.23 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:43:01 eth0 0.57 0.43 0.33 0.18 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:44:01 eth0 230.08 181.36 2180.71 72.31 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] Average: eth0 131.03 115.76 734.23 30.27 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] Average: docker0 50.54 48.37 3.88 218.26 0.00 0.00 0.00 0.00 [2021-01-29T07:44:15.779Z] [2021-01-29T07:44:15.779Z] [2021-01-29T07:44:15.779Z] ---> sar -P ALL: [2021-01-29T07:44:15.779Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) [2021-01-29T07:44:15.779Z] [2021-01-29T07:44:15.779Z] 07:20:11 LINUX RESTART (4 CPU) [2021-01-29T07:44:15.779Z] [2021-01-29T07:44:15.779Z] 07:21:01 CPU %user %nice %system %iowait %steal %idle [2021-01-29T07:44:15.779Z] 07:22:01 all 13.48 0.00 4.49 1.79 14.65 65.59 [2021-01-29T07:44:15.779Z] 07:22:01 0 14.75 0.00 3.89 2.07 14.39 64.90 [2021-01-29T07:44:15.779Z] 07:22:01 1 10.51 0.00 4.53 1.69 16.00 67.26 [2021-01-29T07:44:15.779Z] 07:22:01 2 14.23 0.00 4.82 2.40 15.04 63.51 [2021-01-29T07:44:15.779Z] 07:22:01 3 14.53 0.00 4.71 0.99 13.13 66.64 [2021-01-29T07:44:15.779Z] 07:23:01 all 8.39 0.00 3.90 0.87 17.21 69.64 [2021-01-29T07:44:15.779Z] 07:23:01 0 9.53 0.00 4.33 1.84 18.35 65.95 [2021-01-29T07:44:15.779Z] 07:23:01 1 7.83 0.00 3.47 0.32 16.99 71.39 [2021-01-29T07:44:15.779Z] 07:23:01 2 11.26 0.00 3.33 0.70 15.96 68.75 [2021-01-29T07:44:15.779Z] 07:23:01 3 4.99 0.00 4.47 0.65 17.55 72.34 [2021-01-29T07:44:15.779Z] 07:24:01 all 5.80 0.00 5.56 2.74 22.58 63.31 [2021-01-29T07:44:15.779Z] 07:24:01 0 5.65 0.00 5.19 2.09 23.32 63.75 [2021-01-29T07:44:15.779Z] 07:24:01 1 5.95 0.00 5.62 2.34 22.97 63.12 [2021-01-29T07:44:15.779Z] 07:24:01 2 6.19 0.00 5.76 3.36 21.82 62.86 [2021-01-29T07:44:15.779Z] 07:24:01 3 5.43 0.00 5.66 3.20 22.21 63.50 [2021-01-29T07:44:15.779Z] 07:25:01 all 21.24 0.00 8.22 3.46 24.42 42.66 [2021-01-29T07:44:15.779Z] 07:25:01 0 21.94 0.00 8.29 4.52 24.74 40.50 [2021-01-29T07:44:15.779Z] 07:25:01 1 19.35 0.00 7.77 3.11 25.62 44.16 [2021-01-29T07:44:15.779Z] 07:25:01 2 23.17 0.00 9.09 3.72 23.73 40.28 [2021-01-29T07:44:15.779Z] 07:25:01 3 20.54 0.00 7.75 2.50 23.56 45.65 [2021-01-29T07:44:15.779Z] 07:26:01 all 37.33 0.00 12.18 2.08 29.69 18.72 [2021-01-29T07:44:15.779Z] 07:26:01 0 33.84 0.00 11.20 1.96 31.45 21.53 [2021-01-29T07:44:15.779Z] 07:26:01 1 36.33 0.00 11.47 2.13 30.11 19.96 [2021-01-29T07:44:15.779Z] 07:26:01 2 37.21 0.00 12.62 2.48 28.39 19.30 [2021-01-29T07:44:15.779Z] 07:26:01 3 42.28 0.00 13.54 1.73 28.71 13.75 [2021-01-29T07:44:15.779Z] 07:27:01 all 32.49 0.00 12.76 2.62 29.18 22.95 [2021-01-29T07:44:15.779Z] 07:27:01 0 31.08 0.00 11.23 2.73 30.47 24.49 [2021-01-29T07:44:15.779Z] 07:27:01 1 30.48 0.00 13.40 1.97 30.68 23.48 [2021-01-29T07:44:15.779Z] 07:27:01 2 33.04 0.00 12.72 3.76 28.08 22.40 [2021-01-29T07:44:15.779Z] 07:27:01 3 35.43 0.00 13.73 2.00 27.45 21.39 [2021-01-29T07:44:15.779Z] 07:28:01 all 21.20 0.00 10.55 2.85 26.55 38.84 [2021-01-29T07:44:15.779Z] 07:28:01 0 21.26 0.00 10.24 2.79 27.36 38.35 [2021-01-29T07:44:15.779Z] 07:28:01 1 20.72 0.00 10.51 2.51 27.32 38.94 [2021-01-29T07:44:15.779Z] 07:28:01 2 22.37 0.00 11.01 3.24 25.34 38.04 [2021-01-29T07:44:15.779Z] 07:28:01 3 20.46 0.00 10.46 2.88 26.16 40.04 [2021-01-29T07:44:15.779Z] 07:29:01 all 8.76 0.00 7.41 0.95 22.85 60.03 [2021-01-29T07:44:15.779Z] 07:29:01 0 9.33 0.00 7.54 1.13 23.82 58.18 [2021-01-29T07:44:15.779Z] 07:29:01 1 8.14 0.00 6.68 0.50 22.76 61.91 [2021-01-29T07:44:15.779Z] 07:29:01 2 9.50 0.00 7.64 1.62 22.62 58.61 [2021-01-29T07:44:15.779Z] 07:29:01 3 8.07 0.00 7.79 0.57 22.18 61.39 [2021-01-29T07:44:15.779Z] 07:30:02 all 11.14 0.00 11.47 10.36 37.96 29.08 [2021-01-29T07:44:15.779Z] 07:30:02 0 11.40 0.00 10.41 9.50 38.90 29.79 [2021-01-29T07:44:15.779Z] 07:30:02 1 10.64 0.00 11.21 11.26 37.37 29.53 [2021-01-29T07:44:15.779Z] 07:30:02 2 11.03 0.00 12.33 10.75 37.28 28.62 [2021-01-29T07:44:15.779Z] 07:30:02 3 11.50 0.00 11.97 9.93 38.26 28.34 [2021-01-29T07:44:15.779Z] 07:31:04 all 6.24 0.00 9.89 28.38 33.05 22.44 [2021-01-29T07:44:15.779Z] 07:31:04 0 5.54 0.00 9.77 28.93 32.70 23.06 [2021-01-29T07:44:15.779Z] 07:31:04 1 5.87 0.00 9.07 31.91 32.71 20.44 [2021-01-29T07:44:15.779Z] 07:31:04 2 6.63 0.00 10.60 26.77 32.22 23.77 [2021-01-29T07:44:15.779Z] 07:31:04 3 6.96 0.00 10.13 25.81 34.59 22.52 [2021-01-29T07:44:15.779Z] 07:32:03 all 20.75 0.00 9.39 13.65 38.96 17.26 [2021-01-29T07:44:15.779Z] 07:32:03 0 19.05 0.00 8.67 14.72 39.39 18.17 [2021-01-29T07:44:15.779Z] 07:32:03 1 21.04 0.00 9.97 13.83 38.08 17.08 [2021-01-29T07:44:15.779Z] 07:32:03 2 20.52 0.00 8.63 13.86 37.34 19.65 [2021-01-29T07:44:15.779Z] 07:32:03 3 22.48 0.00 10.33 12.11 41.13 13.95 [2021-01-29T07:44:15.779Z] [2021-01-29T07:44:15.779Z] 07:32:03 CPU %user %nice %system %iowait %steal %idle [2021-01-29T07:44:15.779Z] 07:33:01 all 49.15 0.00 13.97 6.28 19.06 11.54 [2021-01-29T07:44:15.779Z] 07:33:01 0 48.95 0.00 12.69 4.45 19.44 14.47 [2021-01-29T07:44:15.779Z] 07:33:01 1 49.44 0.00 13.31 7.66 18.90 10.70 [2021-01-29T07:44:15.779Z] 07:33:01 2 48.08 0.00 14.33 6.98 18.71 11.90 [2021-01-29T07:44:15.779Z] 07:33:01 3 50.13 0.00 15.59 6.08 19.17 9.03 [2021-01-29T07:44:15.779Z] 07:34:02 all 26.43 0.00 16.71 10.11 31.54 15.22 [2021-01-29T07:44:15.779Z] 07:34:02 0 23.57 0.00 16.33 9.82 31.49 18.80 [2021-01-29T07:44:15.779Z] 07:34:02 1 26.56 0.00 14.98 8.98 32.30 17.19 [2021-01-29T07:44:15.779Z] 07:34:02 2 26.42 0.00 16.31 11.47 30.36 15.44 [2021-01-29T07:44:15.779Z] 07:34:02 3 29.35 0.00 19.33 10.15 32.05 9.11 [2021-01-29T07:44:15.779Z] 07:35:02 all 43.75 0.00 15.91 13.39 13.58 13.37 [2021-01-29T07:44:15.779Z] 07:35:02 0 44.88 0.00 15.37 15.25 12.96 11.54 [2021-01-29T07:44:15.779Z] 07:35:02 1 43.06 0.00 16.29 12.71 14.09 13.85 [2021-01-29T07:44:15.779Z] 07:35:02 2 43.00 0.00 15.85 11.09 13.96 16.10 [2021-01-29T07:44:15.779Z] 07:35:02 3 44.05 0.00 16.15 14.50 13.32 11.99 [2021-01-29T07:44:15.779Z] 07:36:01 all 6.28 0.00 9.41 12.18 18.48 53.66 [2021-01-29T07:44:15.779Z] 07:36:01 0 6.28 0.00 9.21 12.85 19.34 52.33 [2021-01-29T07:44:15.779Z] 07:36:01 1 7.15 0.00 11.06 11.30 18.40 52.08 [2021-01-29T07:44:15.779Z] 07:36:01 2 6.07 0.00 8.94 14.98 17.59 52.41 [2021-01-29T07:44:15.779Z] 07:36:01 3 5.62 0.00 8.48 9.61 18.55 57.74 [2021-01-29T07:44:15.779Z] 07:37:01 all 13.32 0.00 6.31 2.48 10.06 67.83 [2021-01-29T07:44:15.779Z] 07:37:01 0 13.61 0.00 6.10 1.93 9.36 69.00 [2021-01-29T07:44:15.779Z] 07:37:01 1 13.11 0.00 7.45 3.64 9.90 65.89 [2021-01-29T07:44:15.779Z] 07:37:01 2 13.20 0.00 5.31 2.94 10.88 67.66 [2021-01-29T07:44:15.779Z] 07:37:01 3 13.36 0.00 6.40 1.39 10.11 68.75 [2021-01-29T07:44:15.779Z] 07:38:01 all 0.10 0.00 0.05 0.00 0.25 99.60 [2021-01-29T07:44:15.779Z] 07:38:01 0 0.08 0.00 0.03 0.00 0.22 99.67 [2021-01-29T07:44:15.779Z] 07:38:01 1 0.02 0.00 0.05 0.00 0.10 99.83 [2021-01-29T07:44:15.779Z] 07:38:01 2 0.07 0.00 0.03 0.00 0.30 99.60 [2021-01-29T07:44:15.779Z] 07:38:01 3 0.25 0.00 0.08 0.00 0.37 99.30 [2021-01-29T07:44:15.779Z] 07:39:02 all 0.09 0.00 0.16 0.00 1.17 98.59 [2021-01-29T07:44:15.779Z] 07:39:02 0 0.05 0.00 0.07 0.00 1.07 98.81 [2021-01-29T07:44:15.779Z] 07:39:02 1 0.05 0.00 0.12 0.00 1.48 98.35 [2021-01-29T07:44:15.779Z] 07:39:02 2 0.03 0.00 0.30 0.00 0.95 98.72 [2021-01-29T07:44:15.779Z] 07:39:02 3 0.23 0.00 0.15 0.00 1.16 98.46 [2021-01-29T07:44:15.779Z] 07:40:01 all 0.07 0.00 0.03 0.00 0.28 99.61 [2021-01-29T07:44:15.779Z] 07:40:01 0 0.19 0.00 0.05 0.02 0.22 99.53 [2021-01-29T07:44:15.779Z] 07:40:01 1 0.03 0.00 0.02 0.00 0.44 99.51 [2021-01-29T07:44:15.779Z] 07:40:01 2 0.02 0.00 0.03 0.00 0.27 99.68 [2021-01-29T07:44:15.779Z] 07:40:01 3 0.03 0.00 0.03 0.00 0.20 99.73 [2021-01-29T07:44:15.779Z] 07:41:01 all 0.10 0.00 0.14 0.00 0.85 98.91 [2021-01-29T07:44:15.779Z] 07:41:01 0 0.31 0.00 0.05 0.00 1.11 98.53 [2021-01-29T07:44:15.779Z] 07:41:01 1 0.03 0.00 0.15 0.00 0.81 99.00 [2021-01-29T07:44:15.779Z] 07:41:01 2 0.05 0.00 0.22 0.00 0.90 98.84 [2021-01-29T07:44:15.779Z] 07:41:01 3 0.02 0.00 0.13 0.00 0.57 99.29 [2021-01-29T07:44:15.779Z] 07:42:01 all 0.11 0.00 0.02 0.00 0.27 99.59 [2021-01-29T07:44:15.779Z] 07:42:01 0 0.40 0.00 0.03 0.00 0.47 99.10 [2021-01-29T07:44:15.780Z] 07:42:01 1 0.00 0.00 0.02 0.00 0.08 99.90 [2021-01-29T07:44:15.780Z] 07:42:01 2 0.03 0.00 0.03 0.00 0.32 99.62 [2021-01-29T07:44:15.780Z] 07:42:01 3 0.02 0.00 0.02 0.00 0.22 99.75 [2021-01-29T07:44:15.780Z] 07:43:01 all 0.10 0.00 0.03 0.00 0.32 99.56 [2021-01-29T07:44:15.780Z] 07:43:01 0 0.28 0.00 0.03 0.00 0.27 99.42 [2021-01-29T07:44:15.780Z] 07:43:01 1 0.03 0.00 0.02 0.00 0.13 99.82 [2021-01-29T07:44:15.780Z] 07:43:01 2 0.03 0.00 0.05 0.00 0.48 99.43 [2021-01-29T07:44:15.780Z] 07:43:01 3 0.03 0.00 0.02 0.00 0.40 99.55 [2021-01-29T07:44:15.780Z] [2021-01-29T07:44:15.780Z] 07:43:01 CPU %user %nice %system %iowait %steal %idle [2021-01-29T07:44:15.780Z] 07:44:01 all 5.11 0.00 4.80 4.15 17.52 68.43 [2021-01-29T07:44:15.780Z] 07:44:01 0 4.87 0.00 4.90 2.97 17.99 69.27 [2021-01-29T07:44:15.780Z] 07:44:01 1 4.84 0.00 4.81 3.32 17.18 69.85 [2021-01-29T07:44:15.780Z] 07:44:01 2 4.12 0.00 3.73 3.34 17.51 71.29 [2021-01-29T07:44:15.780Z] 07:44:01 3 6.62 0.00 5.80 6.98 17.37 63.23 [2021-01-29T07:44:15.780Z] Average: all 13.68 0.00 6.90 5.12 17.71 56.58 [2021-01-29T07:44:15.780Z] Average: 0 13.59 0.00 6.63 5.22 18.18 56.39 [2021-01-29T07:44:15.780Z] Average: 1 13.23 0.00 6.83 5.16 17.90 56.88 [2021-01-29T07:44:15.780Z] Average: 2 13.90 0.00 6.92 5.32 17.26 56.60 [2021-01-29T07:44:15.780Z] Average: 3 14.00 0.00 7.24 4.77 17.51 56.47 [2021-01-29T07:44:15.780Z] [2021-01-29T07:44:15.780Z] [2021-01-29T07:44:15.780Z]