Pull request #3061 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 01445b51db960b5dd7fa05554b892a204c78c218+5d60090e02a7a818f5291dfe542d2b3f046e7863 (6558ad9ed67214b362ff71581178b43b6e34d8d2) 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23768 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5d60090e02a7a818f5291dfe542d2b3f046e7863 into PR head commit 01445b51db960b5dd7fa05554b892a204c78c218 Merge succeeded, producing 01445b51db960b5dd7fa05554b892a204c78c218 Checking out Revision 01445b51db960b5dd7fa05554b892a204c78c218 (PR-3061) > 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/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # 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 5d60090e02a7a818f5291dfe542d2b3f046e7863 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # timeout=10 Commit message: "Merge branch 'master' into issue-3035" > git rev-list --no-walk 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T15:51:20.213Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T15:51:20.501Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T15:51:20.609Z] ========================================================= [2021-01-28T15:51:20.609Z] EdgeX Global Pipelines Version Info [2021-01-28T15:51:20.609Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T15:51:22.381Z] ------------------- [2021-01-28T15:51:22.381Z] stable info: [2021-01-28T15:51:22.381Z] ------------------- [2021-01-28T15:51:22.381Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T15:51:22.381Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T15:51:22.381Z] Message: update stable to v1.0.179 [2021-01-28T15:51:23.357Z] ------------------- [2021-01-28T15:51:23.357Z] experimental info: [2021-01-28T15:51:23.357Z] ------------------- [2021-01-28T15:51:23.357Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T15:51:23.357Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T15:51:23.357Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T15:51:23.750Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T15:51:23.856Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T15:51:23.951Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T15:51:24.051Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T15:51:24.275Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T15:51:24.379Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T15:51:24.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T15:51:24.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T15:51:24.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T15:51:24.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T15:51:24.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T15:51:24.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T15:51:25.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T15:51:25.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T15:51:25.230Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T15:51:25.361Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T15:51:25.482Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T15:51:25.580Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T15:51:25.683Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T15:51:25.778Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T15:51:25.891Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T15:51:25.981Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T15:51:26.075Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T15:51:26.171Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3061 [Pipeline] echo [2021-01-28T15:51:26.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3061 [Pipeline] echo [2021-01-28T15:51:26.394Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3061 [Pipeline] echo [2021-01-28T15:51:26.485Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01445b51db960b5dd7fa05554b892a204c78c218 [Pipeline] echo [2021-01-28T15:51:26.574Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01445b5 [Pipeline] echo [2021-01-28T15:51:26.672Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T15:51:26.875Z] provisioning config files... [2021-01-28T15:51:26.931Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config7132818050953690001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T15:51:27.358Z] ---> docker-login.sh [2021-01-28T15:51:27.358Z] nexus3.edgexfoundry.org:10001 [2021-01-28T15:51:27.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:51:28.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:51:28.221Z] Configure a credential helper to remove this warning. See [2021-01-28T15:51:28.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:51:28.221Z] [2021-01-28T15:51:28.221Z] Login Succeeded [2021-01-28T15:51:28.221Z] nexus3.edgexfoundry.org:10002 [2021-01-28T15:51:28.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:51:28.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:51:28.494Z] Configure a credential helper to remove this warning. See [2021-01-28T15:51:28.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:51:28.494Z] [2021-01-28T15:51:28.494Z] Login Succeeded [2021-01-28T15:51:28.494Z] nexus3.edgexfoundry.org:10003 [2021-01-28T15:51:28.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:51:28.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:51:28.770Z] Configure a credential helper to remove this warning. See [2021-01-28T15:51:28.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:51:28.770Z] [2021-01-28T15:51:28.770Z] Login Succeeded [2021-01-28T15:51:28.770Z] nexus3.edgexfoundry.org:10004 [2021-01-28T15:51:29.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:51:29.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:51:29.046Z] Configure a credential helper to remove this warning. See [2021-01-28T15:51:29.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:51:29.046Z] [2021-01-28T15:51:29.046Z] Login Succeeded [2021-01-28T15:51:29.046Z] docker.io [2021-01-28T15:51:29.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:51:29.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:51:29.921Z] Configure a credential helper to remove this warning. See [2021-01-28T15:51:29.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:51:29.921Z] [2021-01-28T15:51:29.921Z] Login Succeeded [2021-01-28T15:51:29.921Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T15:51:29.940Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T15:51:30.431Z] ++ 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-28T15:51:30.431Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:51:30.431Z] ++ cut -d/ -f2 [2021-01-28T15:51:30.431Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T15:51:30.431Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T15:51:30.431Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:51:30.431Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T15:51:30.431Z] ++ cut -d/ -f2 [2021-01-28T15:51:30.431Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T15:51:30.431Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:51:30.431Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T15:51:30.431Z] ++ cut -d/ -f2 [2021-01-28T15:51:30.431Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T15:51:30.431Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:51:30.431Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T15:51:30.431Z] ++ cut -d/ -f2 [2021-01-28T15:51:30.431Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T15:51:30.431Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:51:30.431Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T15:51:30.431Z] ++ cut -d/ -f2 [2021-01-28T15:51:30.431Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T15:51:30.431Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:51:30.431Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T15:51:30.431Z] ++ cut -d/ -f2 [2021-01-28T15:51:30.431Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T15:51:30.431Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:51:30.431Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T15:51:30.431Z] ++ cut -d/ -f2 [2021-01-28T15:51:30.431Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T15:51:30.431Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:51:30.431Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T15:51:30.431Z] ++ cut -d/ -f2 [2021-01-28T15:51:30.431Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T15:51:30.431Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T15:51:30.431Z] ++ cut -d/ -f2 [2021-01-28T15:51:30.431Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T15:51:30.431Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T15:51:30.570Z] 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-28T15:51:31.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T15:51:31.424Z] [2021-01-28T15:51:31.424Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:51:31.785Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T15:51:31.785Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T15:51:31.785Z] 31603596830f: Pulling fs layer [2021-01-28T15:51:31.785Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T15:51:31.785Z] 6ca5941a6612: Pulling fs layer [2021-01-28T15:51:31.785Z] ecc8261a40a4: Pulling fs layer [2021-01-28T15:51:31.785Z] ecc8261a40a4: Waiting [2021-01-28T15:51:31.785Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T15:51:31.785Z] 2a8b12db71e7: Download complete [2021-01-28T15:51:32.062Z] 31603596830f: Verifying Checksum [2021-01-28T15:51:32.062Z] 31603596830f: Download complete [2021-01-28T15:51:32.329Z] ecc8261a40a4: Verifying Checksum [2021-01-28T15:51:32.329Z] ecc8261a40a4: Download complete [2021-01-28T15:51:32.329Z] 6ca5941a6612: Verifying Checksum [2021-01-28T15:51:32.329Z] 6ca5941a6612: Download complete [2021-01-28T15:51:32.951Z] 31603596830f: Pull complete [2021-01-28T15:51:32.951Z] 2a8b12db71e7: Pull complete [2021-01-28T15:51:34.391Z] 6ca5941a6612: Pull complete [2021-01-28T15:51:34.658Z] ecc8261a40a4: Pull complete [2021-01-28T15:51:34.658Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T15:51:34.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T15:51:34.658Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T15:51:34.881Z] prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container [2021-01-28T15:51:34.983Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T15:51:37.546Z] $ docker top d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T15:51:37.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T15:51:37.993Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T15:51:38.378Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T15:51:38.385Z] $ docker exec d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae ssh-agent [2021-01-28T15:51:38.730Z] SSH_AUTH_SOCK=/tmp/ssh-KlSpvEa17hCJ/agent.12 [2021-01-28T15:51:38.730Z] SSH_AGENT_PID=18 [2021-01-28T15:51:38.753Z] Running ssh-add (command line suppressed) [2021-01-28T15:51:39.043Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_967372080102989075.key (/w/workspace/edgex-go/8@tmp/private_key_967372080102989075.key) [2021-01-28T15:51:39.130Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T15:51:39.885Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T15:51:39.928Z] $ docker exec --env ******** --env ******** d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae ssh-agent -k [2021-01-28T15:51:40.132Z] unset SSH_AUTH_SOCK; [2021-01-28T15:51:40.133Z] unset SSH_AGENT_PID; [2021-01-28T15:51:40.134Z] echo Agent pid 18 killed; [2021-01-28T15:51:40.293Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T15:51:40.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T15:51:40.460Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T15:51:40.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T15:51:40.693Z] $ docker exec d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae ssh-agent [2021-01-28T15:51:40.985Z] SSH_AUTH_SOCK=/tmp/ssh-E6i85zMuMPeN/agent.47 [2021-01-28T15:51:40.985Z] SSH_AGENT_PID=52 [2021-01-28T15:51:40.998Z] Running ssh-add (command line suppressed) [2021-01-28T15:51:41.414Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_1814598584450353593.key (/w/workspace/edgex-go/8@tmp/private_key_1814598584450353593.key) [2021-01-28T15:51:41.517Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T15:51:41.869Z] + git semver init [2021-01-28T15:51:41.870Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T15:51:41.870Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-01-28T15:51:41.870Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-01-28T15:51:41.870Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T15:51:41.870Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T15:51:41.870Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T15:51:41.870Z] # $SEMVER_BRANCH = PR-3061 [2021-01-28T15:51:41.870Z] # $SEMVER_TEMP = /tmp/semver-998263392 [2021-01-28T15:51:41.870Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T15:52:09.039Z] # '/tmp/semver-998263392' -> '/w/workspace/edgex-go/8/.semver' [2021-01-28T15:52:09.039Z] # -> Force: false [2021-01-28T15:52:09.039Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-01-28T15:52:09.077Z] $ docker exec --env ******** --env ******** d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae ssh-agent -k [2021-01-28T15:52:09.454Z] unset SSH_AUTH_SOCK; [2021-01-28T15:52:09.486Z] unset SSH_AGENT_PID; [2021-01-28T15:52:09.486Z] echo Agent pid 52 killed; [2021-01-28T15:52:09.653Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T15:52:10.152Z] + git semver [Pipeline] } [2021-01-28T15:52:10.181Z] $ docker stop --time=1 d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae [2021-01-28T15:52:11.826Z] $ docker rm -f d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T15:52:12.500Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T15:52:13.299Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T15:52:13.303Z] [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-28T15:52:14.278Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T15:52:14.600Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T15:52:14.944Z] + sudo service docker restart [2021-01-28T15:52:14.944Z] + true [2021-01-28T15:52:14.944Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T15:52:15.932Z] ========================================================= [2021-01-28T15:52:15.932Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T15:52:15.932Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:52:16.286Z] + 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-28T15:52:23.034Z] Sending build context to Docker daemon 327.2MB [2021-01-28T15:52:23.034Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T15:52:23.034Z] Step 2/6 : FROM ${BASE} [2021-01-28T15:52:23.034Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T15:52:23.034Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T15:52:23.034Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T15:52:23.034Z] de9db76c5a1d: Pulling fs layer [2021-01-28T15:52:23.034Z] bca2f99d35d6: Pulling fs layer [2021-01-28T15:52:23.034Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T15:52:23.034Z] 7c6f9722023f: Pulling fs layer [2021-01-28T15:52:23.034Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T15:52:23.034Z] 93359f2a8cfa: Waiting [2021-01-28T15:52:23.035Z] 7c6f9722023f: Waiting [2021-01-28T15:52:23.035Z] bca2f99d35d6: Waiting [2021-01-28T15:52:23.035Z] a35cf1a2eb13: Waiting [2021-01-28T15:52:23.035Z] de9db76c5a1d: Verifying Checksum [2021-01-28T15:52:23.035Z] de9db76c5a1d: Download complete [2021-01-28T15:52:23.035Z] 0ef7d3d256c8: Download complete [2021-01-28T15:52:23.035Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T15:52:23.035Z] 93359f2a8cfa: Download complete [2021-01-28T15:52:23.035Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T15:52:23.035Z] 188c0c94c7c5: Pull complete [2021-01-28T15:52:23.035Z] 0ef7d3d256c8: Pull complete [2021-01-28T15:52:23.306Z] de9db76c5a1d: Pull complete [2021-01-28T15:52:23.306Z] 7c6f9722023f: Verifying Checksum [2021-01-28T15:52:23.306Z] 7c6f9722023f: Download complete [2021-01-28T15:52:25.925Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T15:52:25.925Z] a35cf1a2eb13: Download complete [2021-01-28T15:52:26.513Z] bca2f99d35d6: Verifying Checksum [2021-01-28T15:52:26.513Z] bca2f99d35d6: Download complete [2021-01-28T15:52:28.746Z] Still waiting to schedule task [2021-01-28T15:52:28.747Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T15:52:34.815Z] bca2f99d35d6: Pull complete [2021-01-28T15:52:35.109Z] 93359f2a8cfa: Pull complete [2021-01-28T15:52:35.408Z] 7c6f9722023f: Pull complete [2021-01-28T15:52:40.831Z] a35cf1a2eb13: Pull complete [2021-01-28T15:52:40.831Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T15:52:40.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T15:52:40.831Z] ---> a62c8e92a672 [2021-01-28T15:52:40.831Z] 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-28T15:52:40.831Z] ---> Running in 5b6899584e16 [2021-01-28T15:52:41.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:52:42.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:52:42.621Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T15:52:42.886Z] (2/12) Installing file (5.38-r0) [2021-01-28T15:52:42.886Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T15:52:43.152Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T15:52:49.859Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T15:52:49.859Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T15:52:49.859Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T15:52:49.859Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T15:52:49.859Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T15:52:49.859Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T15:52:49.859Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T15:52:49.859Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T15:52:49.859Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T15:52:49.859Z] OK: 233 MiB in 51 packages [2021-01-28T15:52:54.243Z] Removing intermediate container 5b6899584e16 [2021-01-28T15:52:54.243Z] ---> 96638f797c48 [2021-01-28T15:52:54.243Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T15:52:54.243Z] ---> Running in 1b77a3e23be2 [2021-01-28T15:52:54.243Z] Removing intermediate container 1b77a3e23be2 [2021-01-28T15:52:54.243Z] ---> 9ae71cbb8994 [2021-01-28T15:52:54.243Z] Step 5/6 : COPY go.mod . [2021-01-28T15:52:54.515Z] ---> bfa0424ac776 [2021-01-28T15:52:54.515Z] Step 6/6 : RUN go mod download [2021-01-28T15:52:54.515Z] ---> Running in 3b06ad009a9b [2021-01-28T15:53:21.349Z] Removing intermediate container 3b06ad009a9b [2021-01-28T15:53:21.349Z] ---> 5065f5e84885 [2021-01-28T15:53:21.349Z] Successfully built 5065f5e84885 [2021-01-28T15:53:21.349Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:53:21.699Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T15:53:21.967Z] . [Pipeline] withDockerContainer [2021-01-28T15:53:22.130Z] prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container [2021-01-28T15:53:22.192Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T15:53:23.210Z] $ docker top 8777b87e9d316b6618290d70c37017399ddc300e804807322c3fab2cf42239f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T15:53:23.770Z] + go version [2021-01-28T15:53:23.770Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T15:53:23.789Z] $ docker stop --time=1 8777b87e9d316b6618290d70c37017399ddc300e804807322c3fab2cf42239f9 [2021-01-28T15:53:25.295Z] $ docker rm -f 8777b87e9d316b6618290d70c37017399ddc300e804807322c3fab2cf42239f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:53:26.228Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T15:53:26.229Z] . [Pipeline] withDockerContainer [2021-01-28T15:53:26.366Z] prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container [2021-01-28T15:53:26.434Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T15:53:27.497Z] $ docker top 506092df458b303d9b45aa0cee6c20103bd74b904c96ba6bd820230f4d0367ac -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T15:53:27.761Z] ========================================================= [2021-01-28T15:53:27.761Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T15:53:27.761Z] ========================================================= [Pipeline] sh [2021-01-28T15:53:28.080Z] + make test [2021-01-28T15:53:28.080Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T15:53:40.545Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T15:54:14.316Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T15:54:17.775Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T15:54:17.775Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T15:54:17.776Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T15:54:17.776Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T15:54:22.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T15:54:22.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T15:54:22.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T15:54:22.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T15:54:22.139Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T15:54:22.455Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T15:54:25.993Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T15:54:25.993Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T15:54:25.993Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T15:54:29.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.168s coverage: 46.0% of statements [2021-01-28T15:54:29.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T15:54:29.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T15:54:29.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T15:54:29.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T15:54:29.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T15:54:29.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T15:54:29.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T15:54:29.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements [2021-01-28T15:54:33.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.299s coverage: 27.1% of statements [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T15:54:33.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T15:54:33.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T15:54:33.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 65.8% of statements [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T15:54:33.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T15:54:34.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.548s coverage: 82.3% of statements [2021-01-28T15:54:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T15:54:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T15:54:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T15:54:34.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T15:54:37.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.542s coverage: 28.6% of statements [2021-01-28T15:54:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T15:54:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T15:54:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T15:54:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T15:54:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T15:54:37.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-01-28T15:54:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T15:54:37.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-01-28T15:54:37.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T15:54:39.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.281s coverage: 86.7% of statements [2021-01-28T15:54:39.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T15:54:39.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.210s coverage: 97.5% of statements [2021-01-28T15:54:39.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T15:54:39.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements [2021-01-28T15:54:39.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T15:54:39.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T15:54:39.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T15:54:39.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T15:54:43.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.791s coverage: 92.8% of statements [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T15:54:43.762Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T15:54:43.762Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.095s coverage: 0.1% of statements [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T15:54:43.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T15:54:43.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 43.8% of statements [2021-01-28T15:54:43.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-01-28T15:54:43.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements [2021-01-28T15:54:43.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.130s coverage: 96.3% of statements [2021-01-28T15:54:43.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.108s coverage: 80.8% of statements [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.186s coverage: 87.2% of statements [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.328s coverage: 63.5% of statements [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 91.3% of statements [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.142s coverage: 73.7% of statements [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.761s coverage: 68.9% of statements [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T15:54:56.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 37.0% of statements [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T15:54:56.271Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T15:54:56.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.491s coverage: 84.0% of statements [2021-01-28T15:54:56.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements [2021-01-28T15:55:00.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.177s coverage: 47.1% of statements [2021-01-28T15:55:00.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T15:55:00.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T15:55:00.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T15:55:00.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T15:55:00.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T15:55:00.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.273s coverage: 100.0% of statements [2021-01-28T15:55:00.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T15:55:00.759Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements [2021-01-28T15:55:00.759Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T15:55:03.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.035s coverage: 29.1% of statements [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T15:55:03.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T15:55:03.506Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T15:55:03.506Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.075s coverage: 0.0% of statements [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T15:55:03.506Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T15:55:03.506Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T15:55:03.506Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T15:55:03.506Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.163s coverage: 100.0% of statements [2021-01-28T15:55:04.112Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-01-28T15:55:04.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.065s coverage: 100.0% of statements [2021-01-28T15:55:04.957Z] GO111MODULE=on go vet ./... [2021-01-28T15:55:52.531Z] gofmt -l . [2021-01-28T15:55:52.531Z] [ "`gofmt -l .`" = "" ] [2021-01-28T15:55:52.531Z] ./bin/test-go-mod-tidy.sh [2021-01-28T15:55:52.531Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T15:55:53.205Z] + ls -al . [2021-01-28T15:55:53.205Z] total 672 [2021-01-28T15:55:53.205Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 15:55 . [2021-01-28T15:55:53.205Z] drwxr-xr-x 4 root root 28 Jan 28 15:53 .. [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 15:51 .dockerignore [2021-01-28T15:55:53.205Z] drwxrwxr-x 8 1001 1001 179 Jan 28 15:51 .git [2021-01-28T15:55:53.205Z] drwxrwxr-x 3 1001 1001 125 Jan 28 15:51 .github [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 15:51 .gitignore [2021-01-28T15:55:53.205Z] drwx------ 3 1001 1001 60 Jan 28 15:52 .semver [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 15:51 .sonarcloud.properties [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 15:51 Attribution.txt [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 15:51 CONTRIBUTING.md [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 15:51 Dockerfile.build [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 15:51 Jenkinsfile [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 15:51 LICENSE [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 15:51 Makefile [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 15:51 README.md [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 15:51 SECURITY.md [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 15:52 VERSION [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 15:51 ZMQWindows.md [2021-01-28T15:55:53.205Z] drwxrwxr-x 2 1001 1001 117 Jan 28 15:51 bin [2021-01-28T15:55:53.205Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 15:51 cmd [2021-01-28T15:55:53.205Z] -rw-r--r-- 1 root root 565356 Jan 28 15:55 coverage.out [2021-01-28T15:55:53.205Z] -rw-r--r-- 1 root root 1054 Jan 28 15:55 go.mod [2021-01-28T15:55:53.205Z] -rw-r--r-- 1 root root 19289 Jan 28 15:55 go.sum [2021-01-28T15:55:53.205Z] drwxrwxr-x 8 1001 1001 127 Jan 28 15:51 internal [2021-01-28T15:55:53.205Z] drwxrwxr-x 4 1001 1001 26 Jan 28 15:51 openapi [2021-01-28T15:55:53.205Z] drwxrwxr-x 4 1001 1001 71 Jan 28 15:51 snap [2021-01-28T15:55:53.205Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 15:51 version.go [Pipeline] sh [2021-01-28T15:55:53.522Z] + '[' -e coverage.out ] [2021-01-28T15:55:53.522Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T15:55:53.854Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T15:55:54.176Z] + make build [2021-01-28T15:55:54.176Z] 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-28T15:55:58.499Z] 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-28T15:56:11.311Z] 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-28T15:56:13.295Z] 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-28T15:56:14.740Z] 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-28T15:56:15.754Z] 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-28T15:56:18.432Z] 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-28T15:56:21.220Z] 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-28T15:56:23.241Z] 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-28T15:56:25.250Z] 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-28T15:56:27.207Z] 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-28T15:56:28.626Z] 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-28T15:56:30.081Z] 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-28T15:56:32.077Z] $ docker stop --time=1 506092df458b303d9b45aa0cee6c20103bd74b904c96ba6bd820230f4d0367ac [2021-01-28T15:56:33.946Z] $ docker rm -f 506092df458b303d9b45aa0cee6c20103bd74b904c96ba6bd820230f4d0367ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:56:36.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T15:56:36.189Z] [2021-01-28T15:56:36.189Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:56:36.671Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T15:56:36.671Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T15:56:36.671Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T15:56:36.671Z] ca9280d653b3: Pulling fs layer [2021-01-28T15:56:36.671Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T15:56:36.980Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T15:56:36.980Z] cbdbe7a5bc2a: Download complete [2021-01-28T15:56:37.612Z] cbdbe7a5bc2a: Pull complete [2021-01-28T15:56:37.887Z] ca9280d653b3: Verifying Checksum [2021-01-28T15:56:37.887Z] ca9280d653b3: Download complete [2021-01-28T15:56:39.937Z] ca9280d653b3: Pull complete [2021-01-28T15:56:40.526Z] 7e9c9ca2126c: Verifying Checksum [2021-01-28T15:56:40.526Z] 7e9c9ca2126c: Download complete [2021-01-28T15:56:50.810Z] 7e9c9ca2126c: Pull complete [2021-01-28T15:56:50.810Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T15:56:50.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T15:56:50.810Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T15:56:51.071Z] prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container [2021-01-28T15:56:51.143Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T15:56:52.133Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23770 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [2021-01-28T15:56:52.557Z] $ docker top c5a57853765b78b11514d5cf34f89fdabb9818bbe1a5ca505f670d551a5c060e -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-28T15:56:53.003Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-28T15:56:53.585Z] + docker-compose build --help [2021-01-28T15:56:53.585Z] + grep parallel [2021-01-28T15:56:54.537Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T15:56:54.820Z] $ docker stop --time=1 c5a57853765b78b11514d5cf34f89fdabb9818bbe1a5ca505f670d551a5c060e [2021-01-28T15:56:56.356Z] $ docker rm -f c5a57853765b78b11514d5cf34f89fdabb9818bbe1a5ca505f670d551a5c060e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:56:57.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T15:56:57.010Z] . [Pipeline] withDockerContainer [2021-01-28T15:56:57.165Z] prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container [2021-01-28T15:56:57.261Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T15:56:57.956Z] using credential edgex-jenkins-ssh [2021-01-28T15:56:58.023Z] Cloning the remote Git repository [2021-01-28T15:56:58.131Z] $ docker top 698b803be18955320d6ecd50738d5dcb50630b56c8ce30d3de2b279a02fdf3d6 -eo pid,comm [2021-01-28T15:56:58.105Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [Pipeline] { [Pipeline] sh [2021-01-28T15:56:58.799Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T15:56:58.231Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-28T15:56:58.326Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T15:56:58.327Z] > git --version # timeout=10 [2021-01-28T15:56:58.353Z] > git --version # 'git version 2.17.1' [2021-01-28T15:56:58.355Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T15:56:58.414Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T15:57:00.220Z] Building docker-core-command-go ... [2021-01-28T15:57:00.220Z] Building docker-core-data-go ... [2021-01-28T15:57:00.220Z] Building docker-core-metadata-go ... [2021-01-28T15:57:00.220Z] Building docker-security-bootstrapper-go ... [2021-01-28T15:57:00.220Z] Building docker-security-proxy-setup-go ... [2021-01-28T15:57:00.220Z] Building docker-security-secretstore-setup-go ... [2021-01-28T15:57:00.220Z] Building docker-support-notifications-go ... [2021-01-28T15:57:00.220Z] Building docker-support-scheduler-go ... [2021-01-28T15:57:00.220Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T15:57:00.220Z] Building docker-core-metadata-go [2021-01-28T15:57:00.220Z] Building docker-core-data-go [2021-01-28T15:57:00.220Z] Building docker-security-proxy-setup-go [2021-01-28T15:57:00.220Z] Building docker-support-scheduler-go [2021-01-28T15:57:00.220Z] Building docker-core-command-go [2021-01-28T15:57:13.042Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T15:57:13.057Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T15:57:13.083Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T15:57:13.114Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T15:57:13.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T15:57:13.126Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T15:57:13.934Z] Merging remotes/origin/master commit 5d60090e02a7a818f5291dfe542d2b3f046e7863 into PR head commit 01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T15:57:14.364Z] Merge succeeded, producing 01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T15:57:14.365Z] Checking out Revision 01445b51db960b5dd7fa05554b892a204c78c218 (PR-3061) [2021-01-28T15:57:13.952Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T15:57:13.965Z] > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # timeout=10 [2021-01-28T15:57:14.262Z] > git remote # timeout=10 [2021-01-28T15:57:14.289Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T15:57:14.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T15:57:14.325Z] > git merge 5d60090e02a7a818f5291dfe542d2b3f046e7863 # timeout=10 [2021-01-28T15:57:14.346Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T15:57:14.373Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T15:57:14.382Z] > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # timeout=10 [2021-01-28T15:57:18.799Z] Commit message: "Merge branch 'master' into issue-3035" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T15:57:22.021Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T15:57:22.430Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T15:57:22.785Z] + + sudo servicetrue docker [2021-01-28T15:57:22.785Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T15:57:24.858Z] provisioning config files... [2021-01-28T15:57:24.917Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config3191587737767828882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T15:57:25.329Z] ---> docker-login.sh [2021-01-28T15:57:25.329Z] nexus3.edgexfoundry.org:10001 [2021-01-28T15:57:26.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:57:26.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:57:26.578Z] Configure a credential helper to remove this warning. See [2021-01-28T15:57:26.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:57:26.578Z] [2021-01-28T15:57:26.578Z] Login Succeeded [2021-01-28T15:57:26.578Z] nexus3.edgexfoundry.org:10002 [2021-01-28T15:57:26.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:57:27.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:57:27.123Z] Configure a credential helper to remove this warning. See [2021-01-28T15:57:27.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:57:27.123Z] [2021-01-28T15:57:27.123Z] Login Succeeded [2021-01-28T15:57:27.123Z] nexus3.edgexfoundry.org:10003 [2021-01-28T15:57:27.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:57:27.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:57:27.398Z] Configure a credential helper to remove this warning. See [2021-01-28T15:57:27.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:57:27.398Z] [2021-01-28T15:57:27.398Z] Login Succeeded [2021-01-28T15:57:27.672Z] nexus3.edgexfoundry.org:10004 [2021-01-28T15:57:27.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:57:27.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:57:27.944Z] Configure a credential helper to remove this warning. See [2021-01-28T15:57:27.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:57:27.944Z] [2021-01-28T15:57:27.944Z] Login Succeeded [2021-01-28T15:57:27.944Z] docker.io [2021-01-28T15:57:28.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T15:57:28.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T15:57:28.811Z] Configure a credential helper to remove this warning. See [2021-01-28T15:57:28.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T15:57:28.811Z] [2021-01-28T15:57:28.811Z] Login Succeeded [2021-01-28T15:57:28.811Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T15:57:28.827Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T15:57:29.277Z] ========================================================= [2021-01-28T15:57:29.277Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T15:57:29.277Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:57:29.673Z] + 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-28T15:57:32.332Z] Sending build context to Docker daemon 165.9MB [2021-01-28T15:57:32.332Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T15:57:32.332Z] Step 2/6 : FROM ${BASE} [2021-01-28T15:57:32.332Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T15:57:32.332Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T15:57:32.332Z] a4357932f1b6: Pulling fs layer [2021-01-28T15:57:32.332Z] 18c013af1878: Pulling fs layer [2021-01-28T15:57:32.332Z] 00ac8860ef70: Pulling fs layer [2021-01-28T15:57:32.332Z] 63d7cb157983: Pulling fs layer [2021-01-28T15:57:32.332Z] b116817d02f9: Pulling fs layer [2021-01-28T15:57:32.332Z] 745a02a5169b: Pulling fs layer [2021-01-28T15:57:32.332Z] 00ac8860ef70: Waiting [2021-01-28T15:57:32.332Z] 63d7cb157983: Waiting [2021-01-28T15:57:32.332Z] b116817d02f9: Waiting [2021-01-28T15:57:32.332Z] 745a02a5169b: Waiting [2021-01-28T15:57:32.332Z] 18c013af1878: Verifying Checksum [2021-01-28T15:57:32.332Z] 18c013af1878: Download complete [2021-01-28T15:57:32.332Z] a4357932f1b6: Verifying Checksum [2021-01-28T15:57:32.332Z] a4357932f1b6: Download complete [2021-01-28T15:57:32.332Z] 63d7cb157983: Verifying Checksum [2021-01-28T15:57:32.332Z] 63d7cb157983: Download complete [2021-01-28T15:57:32.332Z] b116817d02f9: Verifying Checksum [2021-01-28T15:57:32.332Z] b116817d02f9: Download complete [2021-01-28T15:57:32.332Z] 5f621e34cdf4: Download complete [2021-01-28T15:57:32.927Z] 5f621e34cdf4: Pull complete [2021-01-28T15:57:33.214Z] a4357932f1b6: Pull complete [2021-01-28T15:57:33.814Z] 18c013af1878: Pull complete [2021-01-28T15:57:35.250Z] 745a02a5169b: Verifying Checksum [2021-01-28T15:57:35.250Z] 745a02a5169b: Download complete [2021-01-28T15:57:36.230Z] 00ac8860ef70: Verifying Checksum [2021-01-28T15:57:36.230Z] 00ac8860ef70: Download complete [2021-01-28T15:57:46.390Z] 00ac8860ef70: Pull complete [2021-01-28T15:57:46.666Z] 63d7cb157983: Pull complete [2021-01-28T15:57:47.292Z] b116817d02f9: Pull complete [2021-01-28T15:57:51.640Z] 745a02a5169b: Pull complete [2021-01-28T15:57:51.640Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T15:57:51.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T15:57:51.640Z] ---> b7e6874047d6 [2021-01-28T15:57:51.640Z] 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-28T15:57:54.296Z] ---> Running in 152cc916b73d [2021-01-28T15:57:55.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T15:57:56.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T15:57:57.201Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T15:57:57.201Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:57:57.201Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T15:57:57.201Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:57:57.201Z] ---> 5065f5e84885 [2021-01-28T15:57:57.201Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T15:57:57.201Z] ---> 5065f5e84885 [2021-01-28T15:57:57.201Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T15:57:57.201Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T15:57:57.201Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:57:57.201Z] ---> 5065f5e84885 [2021-01-28T15:57:57.201Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T15:57:57.201Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T15:57:57.201Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:57:57.201Z] ---> 5065f5e84885 [2021-01-28T15:57:57.201Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T15:57:57.201Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T15:57:57.201Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T15:57:57.201Z] ---> 5065f5e84885 [2021-01-28T15:57:57.201Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T15:57:57.201Z] ---> Running in 6abe1d481711 [2021-01-28T15:57:57.201Z] ---> Running in c46146984195 [2021-01-28T15:57:57.201Z] ---> Running in 744467c61baa [2021-01-28T15:57:57.201Z] ---> Running in 358a6b42f49d [2021-01-28T15:57:57.201Z] ---> Running in 9c73e4a267c6 [2021-01-28T15:57:57.201Z] Removing intermediate container 358a6b42f49d [2021-01-28T15:57:57.201Z] ---> 4f7703a64da5 [2021-01-28T15:57:57.201Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:57:57.201Z] Removing intermediate container 744467c61baa [2021-01-28T15:57:57.201Z] ---> 647ddac62e31 [2021-01-28T15:57:57.201Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:57:57.201Z] Removing intermediate container 9c73e4a267c6 [2021-01-28T15:57:57.201Z] ---> 433c5960ee7d [2021-01-28T15:57:57.201Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:57:57.201Z] Removing intermediate container c46146984195 [2021-01-28T15:57:57.201Z] ---> fc91b9e415eb [2021-01-28T15:57:57.201Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:57:57.201Z] Removing intermediate container 6abe1d481711 [2021-01-28T15:57:57.201Z] ---> e761a3baee17 [2021-01-28T15:57:57.201Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T15:57:57.201Z] ---> Running in ef359a88e47c [2021-01-28T15:57:57.201Z] ---> Running in b291e00942ae [2021-01-28T15:57:57.201Z] ---> Running in bd0e0c0c17c5 [2021-01-28T15:57:57.201Z] ---> Running in 818fc553d7a9 [2021-01-28T15:57:57.201Z] ---> Running in 00f32521c520 [2021-01-28T15:57:57.201Z] Removing intermediate container bd0e0c0c17c5 [2021-01-28T15:57:57.201Z] ---> e45e5ba1134a [2021-01-28T15:57:57.201Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T15:57:57.201Z] Removing intermediate container b291e00942ae [2021-01-28T15:57:57.201Z] ---> 13fd40099986 [2021-01-28T15:57:57.201Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T15:57:57.201Z] ---> Running in 2d7e2b1e666f [2021-01-28T15:57:57.201Z] Removing intermediate container ef359a88e47c [2021-01-28T15:57:57.201Z] ---> bdf5965d8aa6 [2021-01-28T15:57:57.201Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T15:57:57.201Z] ---> Running in ce8b328f5112 [2021-01-28T15:57:57.201Z] Removing intermediate container 00f32521c520 [2021-01-28T15:57:57.201Z] ---> 90e17b48b2b5 [2021-01-28T15:57:57.201Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T15:57:57.201Z] Removing intermediate container 818fc553d7a9 [2021-01-28T15:57:57.201Z] ---> c26b90b85c31 [2021-01-28T15:57:57.201Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T15:57:57.235Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T15:57:57.506Z] (2/12) Installing file (5.38-r0) [2021-01-28T15:57:57.511Z] ---> Running in ba3f379f014e [2021-01-28T15:57:57.511Z] ---> Running in e152d60fdbb7 [2021-01-28T15:57:57.511Z] ---> Running in 832a23704677 [2021-01-28T15:57:57.778Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T15:57:57.778Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T15:57:58.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:57:58.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:57:58.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:57:59.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:57:59.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:57:59.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T15:57:59.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:57:59.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:57:59.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:58:00.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T15:58:00.555Z] OK: 233 MiB in 51 packages [2021-01-28T15:58:00.855Z] OK: 233 MiB in 51 packages [2021-01-28T15:58:00.855Z] OK: 233 MiB in 51 packages [2021-01-28T15:58:01.123Z] OK: 233 MiB in 51 packages [2021-01-28T15:58:01.405Z] OK: 233 MiB in 51 packages [2021-01-28T15:58:01.695Z] Removing intermediate container 2d7e2b1e666f [2021-01-28T15:58:01.695Z] ---> e9beca0b1739 [2021-01-28T15:58:01.695Z] Step 6/23 : COPY go.mod . [2021-01-28T15:58:02.355Z] Removing intermediate container ce8b328f5112 [2021-01-28T15:58:02.355Z] ---> 2e5d690d6ec4 [2021-01-28T15:58:02.355Z] Step 6/22 : COPY go.mod . [2021-01-28T15:58:02.355Z] Removing intermediate container e152d60fdbb7 [2021-01-28T15:58:02.355Z] ---> fe9447d24661 [2021-01-28T15:58:02.355Z] Step 6/21 : COPY go.mod . [2021-01-28T15:58:02.655Z] ---> d259c40bd67f [2021-01-28T15:58:02.655Z] Step 7/23 : RUN go mod download [2021-01-28T15:58:02.655Z] Removing intermediate container ba3f379f014e [2021-01-28T15:58:02.655Z] ---> bcb0005b9646 [2021-01-28T15:58:02.655Z] Step 6/23 : COPY go.mod . [2021-01-28T15:58:02.953Z] ---> Running in 19a6166fbc4c [2021-01-28T15:58:03.433Z] Removing intermediate container 832a23704677 [2021-01-28T15:58:03.433Z] ---> 914fe965b3fa [2021-01-28T15:58:03.433Z] Step 6/23 : COPY go.mod . [2021-01-28T15:58:03.433Z] ---> e0f8df5cf2f0 [2021-01-28T15:58:03.433Z] Step 7/22 : RUN go mod download [2021-01-28T15:58:03.705Z] ---> 0ea0388afa0b [2021-01-28T15:58:03.705Z] Step 7/21 : RUN go mod download [2021-01-28T15:58:03.705Z] ---> Running in 1960c9d1a286 [2021-01-28T15:58:03.705Z] ---> 0370cb8d2ae9 [2021-01-28T15:58:04.072Z] ---> Running in ea911767a1e7 [2021-01-28T15:58:04.072Z] Step 7/23 : RUN go mod download [2021-01-28T15:58:04.072Z] ---> 69f9574cac42 [2021-01-28T15:58:04.072Z] Step 7/23 : RUN go mod download [2021-01-28T15:58:04.072Z] ---> Running in d217abc7a80c [2021-01-28T15:58:04.359Z] ---> Running in 88eb213e2a6c [2021-01-28T15:58:06.033Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T15:58:06.033Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T15:58:06.033Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T15:58:06.033Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T15:58:06.033Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T15:58:06.033Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T15:58:06.033Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T15:58:06.033Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T15:58:06.033Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T15:58:06.033Z] OK: 217 MiB in 51 packages [2021-01-28T15:58:08.969Z] Removing intermediate container d217abc7a80c [2021-01-28T15:58:08.969Z] ---> c008ee18ad96 [2021-01-28T15:58:08.969Z] Step 8/23 : COPY . . [2021-01-28T15:58:08.969Z] Removing intermediate container 1960c9d1a286 [2021-01-28T15:58:08.969Z] ---> 9e1a44150e4f [2021-01-28T15:58:08.969Z] Step 8/22 : COPY . . [2021-01-28T15:58:08.969Z] Removing intermediate container ea911767a1e7 [2021-01-28T15:58:08.969Z] ---> c3b3459b73af [2021-01-28T15:58:08.969Z] Step 8/21 : COPY . . [2021-01-28T15:58:08.969Z] Removing intermediate container 19a6166fbc4c [2021-01-28T15:58:08.969Z] ---> 15a1e4fa8d22 [2021-01-28T15:58:08.969Z] Step 8/23 : COPY . . [2021-01-28T15:58:09.309Z] Removing intermediate container 88eb213e2a6c [2021-01-28T15:58:09.309Z] ---> cce12a706772 [2021-01-28T15:58:09.309Z] Step 8/23 : COPY . . [2021-01-28T15:58:10.505Z] Removing intermediate container 152cc916b73d [2021-01-28T15:58:10.506Z] ---> cfbe68f213e8 [2021-01-28T15:58:10.506Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T15:58:10.506Z] ---> Running in 463f3fee0403 [2021-01-28T15:58:10.778Z] Removing intermediate container 463f3fee0403 [2021-01-28T15:58:10.778Z] ---> c6adbc0fd47a [2021-01-28T15:58:10.778Z] Step 5/6 : COPY go.mod . [2021-01-28T15:58:11.371Z] ---> 519dbb1afd00 [2021-01-28T15:58:11.371Z] Step 6/6 : RUN go mod download [2021-01-28T15:58:11.644Z] ---> Running in 653a34637d3e [2021-01-28T15:58:38.459Z] Removing intermediate container 653a34637d3e [2021-01-28T15:58:38.459Z] ---> ee6bedae3d59 [2021-01-28T15:58:38.459Z] Successfully built ee6bedae3d59 [2021-01-28T15:58:38.459Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:58:38.807Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T15:58:38.807Z] . [Pipeline] withDockerContainer [2021-01-28T15:58:39.109Z] prd-ubuntu18.04-docker-arm64-4c-16g-23770 does not seem to be running inside a container [2021-01-28T15:58:39.215Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T15:58:40.791Z] $ docker top 0fb4995baf8c0cc76232e8fb5c6303aec76144c0439214841bdb1d1c4cfb731a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T15:58:41.848Z] + go version [2021-01-28T15:58:41.848Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T15:58:41.877Z] $ docker stop --time=1 0fb4995baf8c0cc76232e8fb5c6303aec76144c0439214841bdb1d1c4cfb731a [2021-01-28T15:58:43.813Z] $ docker rm -f 0fb4995baf8c0cc76232e8fb5c6303aec76144c0439214841bdb1d1c4cfb731a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T15:58:45.067Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T15:58:45.068Z] . [Pipeline] withDockerContainer [2021-01-28T15:58:45.349Z] prd-ubuntu18.04-docker-arm64-4c-16g-23770 does not seem to be running inside a container [2021-01-28T15:58:45.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T15:58:46.879Z] $ docker top 38b8a7efec956dfcb63e6bbe67fc9f2131f7d483a4ad2ef88db67e3643422f22 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T15:58:47.261Z] ========================================================= [2021-01-28T15:58:47.262Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T15:58:47.262Z] ========================================================= [Pipeline] sh [2021-01-28T15:58:47.906Z] + make test [2021-01-28T15:58:47.906Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T15:59:10.098Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T15:59:18.940Z] ---> 837e61f40a0b [2021-01-28T15:59:18.940Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T15:59:18.940Z] ---> a155e598a6e1 [2021-01-28T15:59:18.940Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T15:59:18.940Z] ---> 1748b763371a [2021-01-28T15:59:18.940Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T15:59:18.940Z] ---> Running in fa47c5cb2775 [2021-01-28T15:59:18.940Z] ---> 31f87d79fa74 [2021-01-28T15:59:18.941Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T15:59:18.941Z] ---> Running in 9147019b616a [2021-01-28T15:59:18.941Z] ---> Running in 22760f770010 [2021-01-28T15:59:18.941Z] ---> 2efad72e7914 [2021-01-28T15:59:18.941Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T15:59:18.941Z] ---> Running in 282db8f174d0 [2021-01-28T15:59:18.941Z] ---> Running in d06438ff140e [2021-01-28T15:59:18.941Z] 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-28T15:59:18.941Z] 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-28T15:59:18.941Z] 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-28T15:59:18.941Z] 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-28T15:59:18.941Z] 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-28T15:59:57.088Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T16:00:02.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T16:00:05.931Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T16:00:05.931Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T16:00:05.931Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T16:00:06.645Z] 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-28T16:00:14.247Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T16:00:14.247Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T16:00:14.247Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T16:00:14.247Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T16:00:14.247Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T16:00:14.247Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T16:00:19.682Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T16:00:19.682Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T16:00:19.682Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T16:00:24.418Z] Removing intermediate container fa47c5cb2775 [2021-01-28T16:00:24.419Z] ---> ed10aec8b7a0 [2021-01-28T16:00:24.419Z] [2021-01-28T16:00:24.419Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T16:00:24.419Z] 3.12: Pulling from library/alpine [2021-01-28T16:00:25.252Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T16:00:25.252Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T16:00:25.252Z] ---> 389fef711851 [2021-01-28T16:00:25.252Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T16:00:26.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.331s coverage: 46.0% of statements [2021-01-28T16:00:26.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T16:00:26.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T16:00:26.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T16:00:26.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T16:00:26.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T16:00:26.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T16:00:26.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T16:00:26.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.172s coverage: 100.0% of statements [2021-01-28T16:00:26.904Z] ---> Running in e8e5d300f69c [2021-01-28T16:00:29.046Z] Removing intermediate container 22760f770010 [2021-01-28T16:00:29.046Z] ---> cb652f8cccd1 [2021-01-28T16:00:29.046Z] [2021-01-28T16:00:29.046Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T16:00:29.046Z] ---> 389fef711851 [2021-01-28T16:00:29.046Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T16:00:29.687Z] Removing intermediate container 9147019b616a [2021-01-28T16:00:29.687Z] ---> 58d73dedde40 [2021-01-28T16:00:29.687Z] [2021-01-28T16:00:29.687Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T16:00:29.687Z] ---> 389fef711851 [2021-01-28T16:00:29.687Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T16:00:30.095Z] ---> Running in dd1968548e2c [2021-01-28T16:00:30.544Z] ---> Running in fa8b3b00535e [2021-01-28T16:00:30.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:00:31.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:00:31.889Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T16:00:31.890Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:00:32.188Z] OK: 6 MiB in 15 packages [2021-01-28T16:00:32.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:00:32.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:00:32.827Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T16:00:32.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:00:32.827Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T16:00:32.827Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T16:00:32.827Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T16:00:32.827Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:00:32.827Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T16:00:32.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:00:33.138Z] OK: 7 MiB in 18 packages [2021-01-28T16:00:33.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.1% of statements [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T16:00:33.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T16:00:33.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T16:00:33.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 65.8% of statements [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T16:00:33.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T16:00:33.443Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T16:00:33.443Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:00:34.137Z] OK: 6 MiB in 15 packages [2021-01-28T16:00:35.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.668s coverage: 82.3% of statements [2021-01-28T16:00:35.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T16:00:35.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T16:00:35.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T16:00:35.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T16:00:35.714Z] Removing intermediate container 282db8f174d0 [2021-01-28T16:00:35.714Z] ---> 37d28a8fb489 [2021-01-28T16:00:35.714Z] [2021-01-28T16:00:35.714Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T16:00:35.995Z] ---> 389fef711851 [2021-01-28T16:00:35.995Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T16:00:35.995Z] ---> Using cache [2021-01-28T16:00:35.995Z] ---> d271f603b904 [2021-01-28T16:00:35.995Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T16:00:36.649Z] Removing intermediate container e8e5d300f69c [2021-01-28T16:00:36.649Z] ---> d271f603b904 [2021-01-28T16:00:36.649Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T16:00:36.649Z] ---> Running in 84fad47e0c2d [2021-01-28T16:00:36.990Z] ---> Running in 92287249441b [2021-01-28T16:00:37.271Z] Removing intermediate container d06438ff140e [2021-01-28T16:00:37.271Z] ---> 1d10e55d961d [2021-01-28T16:00:37.271Z] [2021-01-28T16:00:37.271Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T16:00:37.271Z] ---> 389fef711851 [2021-01-28T16:00:37.271Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:00:37.561Z] ---> Running in a528a6a9a8b3 [2021-01-28T16:00:37.561Z] Removing intermediate container fa8b3b00535e [2021-01-28T16:00:37.561Z] ---> eaea7e7633f8 [2021-01-28T16:00:37.561Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T16:00:37.915Z] Removing intermediate container 84fad47e0c2d [2021-01-28T16:00:37.915Z] ---> b076422b7422 [2021-01-28T16:00:37.915Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T16:00:37.915Z] Removing intermediate container dd1968548e2c [2021-01-28T16:00:37.915Z] ---> 31c1f57df28e [2021-01-28T16:00:37.915Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T16:00:37.915Z] Removing intermediate container 92287249441b [2021-01-28T16:00:37.915Z] ---> 179ebfa52d10 [2021-01-28T16:00:37.915Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T16:00:38.314Z] ---> Running in 4312d74751ab [2021-01-28T16:00:38.314Z] ---> Running in af5ec9d23d53 [2021-01-28T16:00:38.314Z] ---> Running in f8b9b11cee7e [2021-01-28T16:00:38.630Z] ---> Running in bc2a3c7d43a4 [2021-01-28T16:00:38.630Z] Removing intermediate container a528a6a9a8b3 [2021-01-28T16:00:38.630Z] ---> 1b3e2a21ac03 [2021-01-28T16:00:38.630Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T16:00:38.965Z] Removing intermediate container 4312d74751ab [2021-01-28T16:00:38.965Z] ---> 0a7c9097a458 [2021-01-28T16:00:38.965Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T16:00:38.965Z] ---> Running in d8995e0b56f1 [2021-01-28T16:00:38.965Z] Removing intermediate container f8b9b11cee7e [2021-01-28T16:00:38.965Z] ---> 038d57fba8c9 [2021-01-28T16:00:38.965Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T16:00:39.332Z] Removing intermediate container af5ec9d23d53 [2021-01-28T16:00:39.332Z] ---> 75494f8bd149 [2021-01-28T16:00:39.332Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T16:00:39.332Z] Removing intermediate container bc2a3c7d43a4 [2021-01-28T16:00:39.332Z] ---> feb1799625c1 [2021-01-28T16:00:39.332Z] Step 13/21 : WORKDIR /edgex [2021-01-28T16:00:39.332Z] ---> Running in 01e939956250 [2021-01-28T16:00:39.799Z] ---> Running in 1687d4d757e6 [2021-01-28T16:00:39.799Z] ---> Running in 682d16537125 [2021-01-28T16:00:40.137Z] ---> Running in a53fb78714df [2021-01-28T16:00:40.458Z] Removing intermediate container d8995e0b56f1 [2021-01-28T16:00:40.458Z] ---> 1c43b4292c01 [2021-01-28T16:00:40.458Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T16:00:40.458Z] Removing intermediate container 01e939956250 [2021-01-28T16:00:40.458Z] ---> a6c27427f724 [2021-01-28T16:00:40.458Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T16:00:40.458Z] Removing intermediate container 1687d4d757e6 [2021-01-28T16:00:40.458Z] ---> ab644ddaaf1b [2021-01-28T16:00:40.458Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:00:41.109Z] Removing intermediate container 682d16537125 [2021-01-28T16:00:41.109Z] ---> 6eca6c417986 [2021-01-28T16:00:41.109Z] Step 15/23 : WORKDIR / [2021-01-28T16:00:41.515Z] Removing intermediate container a53fb78714df [2021-01-28T16:00:41.515Z] ---> 838142e452ae [2021-01-28T16:00:41.515Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T16:00:41.515Z] ---> Running in a3b8db4df68e [2021-01-28T16:00:41.914Z] ---> Running in a5dc13c220d7 [2021-01-28T16:00:41.914Z] ---> Running in 1d901b3146d3 [2021-01-28T16:00:42.273Z] ---> 2b1f7fcd2153 [2021-01-28T16:00:42.273Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T16:00:43.455Z] Removing intermediate container a5dc13c220d7 [2021-01-28T16:00:43.455Z] ---> bdbf470bc1f7 [2021-01-28T16:00:43.455Z] Step 15/23 : WORKDIR / [2021-01-28T16:00:43.455Z] Removing intermediate container a3b8db4df68e [2021-01-28T16:00:43.455Z] ---> a8b0f1be2a48 [2021-01-28T16:00:43.455Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:00:43.455Z] ---> 740a48b2bf1d [2021-01-28T16:00:43.455Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T16:00:43.455Z] Removing intermediate container 1d901b3146d3 [2021-01-28T16:00:43.455Z] ---> 4e9ef1ec74a8 [2021-01-28T16:00:43.455Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:00:43.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.105s coverage: 28.6% of statements [2021-01-28T16:00:43.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T16:00:43.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T16:00:43.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T16:00:43.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T16:00:43.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T16:00:43.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements [2021-01-28T16:00:43.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T16:00:43.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-01-28T16:00:43.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T16:00:43.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements [2021-01-28T16:00:43.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T16:00:43.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.363s coverage: 97.5% of statements [2021-01-28T16:00:43.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T16:00:43.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2021-01-28T16:00:43.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T16:00:43.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T16:00:43.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T16:00:43.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T16:00:43.807Z] ---> Running in e9dd832b9131 [2021-01-28T16:00:43.807Z] ---> Running in 51a39e0d1000 [2021-01-28T16:00:44.657Z] ---> b19971d86bf7 [2021-01-28T16:00:44.657Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T16:00:45.782Z] Removing intermediate container e9dd832b9131 [2021-01-28T16:00:45.782Z] ---> e1a49bed36b9 [2021-01-28T16:00:45.782Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:00:45.782Z] ---> f83507521cbb [2021-01-28T16:00:45.782Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T16:00:46.196Z] ---> 960f2875446f [2021-01-28T16:00:46.196Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T16:00:47.036Z] ---> a6c2cd56019d [2021-01-28T16:00:47.036Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T16:00:47.450Z] ---> Running in 28edf036e55d [2021-01-28T16:00:47.858Z] ---> 8a045596a9e7 [2021-01-28T16:00:47.858Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T16:00:49.120Z] Removing intermediate container 28edf036e55d [2021-01-28T16:00:49.120Z] ---> d2b7b7727949 [2021-01-28T16:00:49.120Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:00:49.120Z] ---> 0136d84c81d6 [2021-01-28T16:00:49.120Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T16:00:49.516Z] ---> 7a169ebb2119 [2021-01-28T16:00:49.516Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T16:00:49.516Z] ---> Running in 99596459ec19 [2021-01-28T16:00:49.860Z] ---> Running in 84137476169f [2021-01-28T16:00:50.309Z] Removing intermediate container 51a39e0d1000 [2021-01-28T16:00:50.309Z] ---> 9c99f6df10a9 [2021-01-28T16:00:50.309Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T16:00:51.122Z] ---> Running in eb7d2f29ba9f [2021-01-28T16:00:51.122Z] Removing intermediate container 99596459ec19 [2021-01-28T16:00:51.122Z] ---> a3a24c40be19 [2021-01-28T16:00:51.122Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T16:00:51.122Z] ---> e3f11070f666 [2021-01-28T16:00:51.122Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T16:00:51.122Z] Removing intermediate container 84137476169f [2021-01-28T16:00:51.122Z] ---> b389fe65a9f6 [2021-01-28T16:00:51.122Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T16:00:51.122Z] ---> bd4155d27e81 [2021-01-28T16:00:51.122Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T16:00:51.527Z] ---> Running in 6ba20c77caec [2021-01-28T16:00:51.527Z] ---> Running in 2d09b4d913c3 [2021-01-28T16:00:51.527Z] ---> Running in 836d30fec58d [2021-01-28T16:00:52.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.202s coverage: 92.8% of statements [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T16:00:52.142Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T16:00:52.142Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.171s coverage: 0.1% of statements [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T16:00:52.142Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T16:00:52.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 43.8% of statements [2021-01-28T16:00:52.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements [2021-01-28T16:00:52.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-01-28T16:00:52.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements [2021-01-28T16:00:52.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-01-28T16:00:52.600Z] Removing intermediate container 6ba20c77caec [2021-01-28T16:00:52.600Z] ---> 24880ce53658 [2021-01-28T16:00:52.600Z] Step 21/22 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:00:52.600Z] Removing intermediate container 836d30fec58d [2021-01-28T16:00:52.600Z] ---> 75632798bf93 [2021-01-28T16:00:52.600Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:00:52.600Z] Removing intermediate container 2d09b4d913c3 [2021-01-28T16:00:52.600Z] ---> 5ce6196b5f18 [2021-01-28T16:00:52.600Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T16:00:52.936Z] ---> 5d2c4b434358 [2021-01-28T16:00:52.936Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T16:00:52.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:00:52.936Z] ---> Running in bcb24e754263 [2021-01-28T16:00:52.936Z] ---> Running in b5d9022a2015 [2021-01-28T16:00:53.294Z] ---> Running in b4c2548b25ee [2021-01-28T16:00:53.294Z] ---> Running in 798ef16bdd56 [2021-01-28T16:00:54.077Z] Removing intermediate container b5d9022a2015 [2021-01-28T16:00:54.077Z] ---> 286c0d3999b9 [2021-01-28T16:00:54.077Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T16:00:54.077Z] Removing intermediate container b4c2548b25ee [2021-01-28T16:00:54.077Z] ---> 402bcb6d7726 [2021-01-28T16:00:54.077Z] Step 20/21 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:00:54.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:00:54.385Z] Removing intermediate container bcb24e754263 [2021-01-28T16:00:54.385Z] ---> d432177bd009 [2021-01-28T16:00:54.385Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T16:00:54.385Z] Removing intermediate container 798ef16bdd56 [2021-01-28T16:00:54.385Z] ---> a834740d371c [2021-01-28T16:00:54.385Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:00:54.385Z] ---> Running in 5b3f9d8cf14b [2021-01-28T16:00:54.385Z] ---> Running in 08cef1c239ac [2021-01-28T16:00:54.385Z] ---> Running in ae941fb249d1 [2021-01-28T16:00:54.698Z] ---> Running in c1e9cfcf2d11 [2021-01-28T16:00:55.028Z] Removing intermediate container 5b3f9d8cf14b [2021-01-28T16:00:55.028Z] ---> eb9c9f9064ea [2021-01-28T16:00:55.028Z] [2021-01-28T16:00:55.332Z] Removing intermediate container 08cef1c239ac [2021-01-28T16:00:55.333Z] ---> cf588e420efd [2021-01-28T16:00:55.333Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T16:00:55.333Z] Removing intermediate container c1e9cfcf2d11 [2021-01-28T16:00:55.333Z] ---> 4c076cd260a8 [2021-01-28T16:00:55.333Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T16:00:55.333Z] Removing intermediate container ae941fb249d1 [2021-01-28T16:00:55.333Z] ---> 86dad16b9696 [2021-01-28T16:00:55.333Z] Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:00:55.755Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T16:00:55.755Z] ---> Running in 85bf4122f9d9 [2021-01-28T16:00:55.755Z] ---> Running in b4f5e37fcef1 [2021-01-28T16:00:55.755Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T16:00:55.755Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T16:00:55.755Z] ---> Running in 82556ae2d94f [2021-01-28T16:00:56.057Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T16:00:56.358Z] Removing intermediate container b4f5e37fcef1 [2021-01-28T16:00:56.358Z] ---> 9c6a1b227ca4 [2021-01-28T16:00:56.358Z] [2021-01-28T16:00:56.358Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T16:00:56.358Z] Removing intermediate container 85bf4122f9d9 [2021-01-28T16:00:56.358Z] ---> 325311e7c52b [2021-01-28T16:00:56.358Z] Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:00:56.651Z] Removing intermediate container 82556ae2d94f [2021-01-28T16:00:56.651Z] ---> 12293ccadf7e [2021-01-28T16:00:56.651Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T16:00:56.651Z] Successfully built eb9c9f9064ea [2021-01-28T16:00:56.651Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T16:00:56.651Z] Building docker-security-bootstrapper-go [2021-01-28T16:00:56.651Z]  Building docker-support-scheduler-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T16:00:56.979Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:00:56.979Z] OK: 8 MiB in 20 packages [2021-01-28T16:00:56.979Z] ---> Running in e10f5d53967b [2021-01-28T16:00:56.979Z] ---> Running in a6b17b18a33e [2021-01-28T16:00:56.979Z] Successfully built 9c6a1b227ca4 [2021-01-28T16:00:57.312Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T16:00:57.312Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-28T16:00:57.689Z] Removing intermediate container e10f5d53967b [2021-01-28T16:00:57.689Z] ---> ffcc1352312f [2021-01-28T16:00:57.689Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T16:00:57.986Z] Removing intermediate container a6b17b18a33e [2021-01-28T16:00:57.986Z] ---> bee611b8fc1a [2021-01-28T16:00:57.986Z] [2021-01-28T16:00:58.307Z] ---> Running in a9749afb027d [2021-01-28T16:00:58.667Z] Successfully built bee611b8fc1a [2021-01-28T16:00:58.667Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T16:00:58.667Z] Building docker-sys-mgmt-agent-go [2021-01-28T16:00:59.329Z]  Building docker-core-metadata-go ... done Removing intermediate container a9749afb027d [2021-01-28T16:00:59.329Z] ---> 88b569ac4928 [2021-01-28T16:00:59.329Z] [2021-01-28T16:00:59.329Z] Removing intermediate container eb7d2f29ba9f [2021-01-28T16:00:59.329Z] ---> 9c8b8767da84 [2021-01-28T16:00:59.329Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:00:59.665Z] Successfully built 88b569ac4928 [2021-01-28T16:00:59.665Z] Successfully tagged docker-core-command-go:latest [2021-01-28T16:00:59.665Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-28T16:01:00.802Z] ---> 0af4e467a8af [2021-01-28T16:01:00.802Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T16:01:04.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.069s coverage: 94.4% of statements [2021-01-28T16:01:04.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-28T16:01:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T16:01:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T16:01:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T16:01:04.867Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T16:01:05.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.120s coverage: 87.2% of statements [2021-01-28T16:01:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T16:01:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T16:01:05.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-28T16:01:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T16:01:05.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-28T16:01:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T16:01:05.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-01-28T16:01:05.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-01-28T16:01:05.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements [2021-01-28T16:01:05.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.4% of statements [2021-01-28T16:01:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T16:01:05.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.573s coverage: 63.5% of statements [2021-01-28T16:01:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T16:01:05.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T16:01:05.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.145s coverage: 100.0% of statements [2021-01-28T16:01:06.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 91.3% of statements [2021-01-28T16:01:07.049Z] ---> 393d49f57b6e [2021-01-28T16:01:07.049Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T16:01:07.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-01-28T16:01:07.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-01-28T16:01:08.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-01-28T16:01:09.324Z] ---> 23034bd1fd96 [2021-01-28T16:01:09.324Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T16:01:09.324Z] ---> Running in 6d6649aa3d7a [2021-01-28T16:01:09.643Z] Removing intermediate container 6d6649aa3d7a [2021-01-28T16:01:09.643Z] ---> b666e6a61035 [2021-01-28T16:01:09.643Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:01:11.359Z] ---> Running in 8cb24eb75fef [2021-01-28T16:01:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.915s coverage: 68.9% of statements [2021-01-28T16:01:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T16:01:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T16:01:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T16:01:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T16:01:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T16:01:12.933Z] Removing intermediate container 8cb24eb75fef [2021-01-28T16:01:12.933Z] ---> 8ef5025f1797 [2021-01-28T16:01:12.933Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T16:01:13.229Z] ---> Running in f33d897076f1 [2021-01-28T16:01:13.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.392s coverage: 37.0% of statements [2021-01-28T16:01:13.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T16:01:13.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T16:01:13.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.663s coverage: 84.0% of statements [2021-01-28T16:01:13.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements [2021-01-28T16:01:14.260Z] Removing intermediate container f33d897076f1 [2021-01-28T16:01:14.260Z] ---> f70678d69ade [2021-01-28T16:01:14.260Z] Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:01:14.563Z] ---> Running in a1759175296a [2021-01-28T16:01:14.855Z] Removing intermediate container a1759175296a [2021-01-28T16:01:14.855Z] ---> a5cf15f67da0 [2021-01-28T16:01:14.855Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T16:01:15.158Z] ---> Running in effc06d0cbc4 [2021-01-28T16:01:15.443Z] Removing intermediate container effc06d0cbc4 [2021-01-28T16:01:15.443Z] ---> 891fbd802df8 [2021-01-28T16:01:15.443Z] [2021-01-28T16:01:16.529Z] Successfully built 891fbd802df8 [2021-01-28T16:01:16.529Z] Successfully tagged docker-core-data-go:latest [2021-01-28T16:01:20.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.400s coverage: 47.1% of statements [2021-01-28T16:01:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T16:01:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T16:01:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T16:01:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T16:01:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T16:01:20.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.155s coverage: 100.0% of statements [2021-01-28T16:01:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T16:01:20.688Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-01-28T16:01:20.688Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T16:01:26.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.183s coverage: 29.1% of statements [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T16:01:26.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T16:01:26.151Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T16:01:26.151Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T16:01:26.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T16:01:26.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T16:01:26.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T16:01:26.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-01-28T16:01:26.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-28T16:01:26.424Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-28T16:01:27.437Z] GO111MODULE=on go vet ./... [2021-01-28T16:01:57.528Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:01:57.528Z] [2021-01-28T16:01:57.528Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:01:57.528Z] ---> 5065f5e84885 [2021-01-28T16:01:57.528Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T16:01:57.528Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:01:57.528Z] ---> 5065f5e84885 [2021-01-28T16:01:57.528Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> e761a3baee17 [2021-01-28T16:01:57.528Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> e761a3baee17 [2021-01-28T16:01:57.528Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> c26b90b85c31 [2021-01-28T16:01:57.528Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> 914fe965b3fa [2021-01-28T16:01:57.528Z] Step 6/24 : COPY go.mod . [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> c26b90b85c31 [2021-01-28T16:01:57.528Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> 914fe965b3fa [2021-01-28T16:01:57.528Z] Step 6/34 : COPY go.mod . [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> 69f9574cac42 [2021-01-28T16:01:57.528Z] Step 7/24 : RUN go mod download [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> 69f9574cac42 [2021-01-28T16:01:57.528Z] Step 7/34 : RUN go mod download [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> cce12a706772 [2021-01-28T16:01:57.528Z] Step 8/24 : COPY . . [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> cce12a706772 [2021-01-28T16:01:57.528Z] Step 8/34 : COPY . . [2021-01-28T16:01:57.528Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:01:57.528Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:01:57.528Z] ---> 5065f5e84885 [2021-01-28T16:01:57.528Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> e761a3baee17 [2021-01-28T16:01:57.528Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> c26b90b85c31 [2021-01-28T16:01:57.528Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> 837e61f40a0b [2021-01-28T16:01:57.528Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> 837e61f40a0b [2021-01-28T16:01:57.528Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T16:01:57.528Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:01:57.528Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:01:57.528Z] ---> 5065f5e84885 [2021-01-28T16:01:57.528Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> e761a3baee17 [2021-01-28T16:01:57.528Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:01:57.528Z] ---> Using cache [2021-01-28T16:01:57.528Z] ---> c26b90b85c31 [2021-01-28T16:01:57.528Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T16:01:57.528Z] ---> Running in 8827d55c1996 [2021-01-28T16:01:57.528Z] ---> Running in a9d27de06ecc [2021-01-28T16:01:57.528Z] ---> Running in 128354cec746 [2021-01-28T16:01:57.528Z] ---> Running in d1e0ff5c354c [2021-01-28T16:01:57.528Z] Removing intermediate container a9d27de06ecc [2021-01-28T16:01:57.528Z] ---> c7ac3f07c6df [2021-01-28T16:01:57.528Z] 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-28T16:01:57.528Z] ---> Running in 062eee340290 [2021-01-28T16:01:57.528Z] 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-28T16:01:57.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:01:57.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:01:57.528Z] 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-28T16:01:58.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:01:58.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:01:59.935Z] OK: 233 MiB in 51 packages [2021-01-28T16:01:59.935Z] OK: 233 MiB in 51 packages [2021-01-28T16:02:01.582Z] Removing intermediate container d1e0ff5c354c [2021-01-28T16:02:01.582Z] ---> 86b6a98fdcd4 [2021-01-28T16:02:01.582Z] Step 6/26 : COPY go.mod . [2021-01-28T16:02:01.878Z] Removing intermediate container 8827d55c1996 [2021-01-28T16:02:01.878Z] ---> 8076bd27ce21 [2021-01-28T16:02:01.878Z] Step 6/22 : COPY go.mod . [2021-01-28T16:02:02.561Z] ---> c32cef958853 [2021-01-28T16:02:02.561Z] Step 7/26 : RUN go mod download [2021-01-28T16:02:03.202Z] ---> 96157af58e6c [2021-01-28T16:02:03.202Z] Step 7/22 : RUN go mod download [2021-01-28T16:02:03.202Z] ---> Running in 16c1004bd626 [2021-01-28T16:02:03.202Z] ---> Running in 294ee303dc24 [2021-01-28T16:02:07.728Z] Removing intermediate container 16c1004bd626 [2021-01-28T16:02:07.728Z] ---> dacd0cedc413 [2021-01-28T16:02:07.728Z] Step 8/26 : COPY . . [2021-01-28T16:02:07.728Z] Removing intermediate container 294ee303dc24 [2021-01-28T16:02:07.728Z] ---> 9918e3eaa201 [2021-01-28T16:02:07.728Z] Step 8/22 : COPY . . [2021-01-28T16:02:30.349Z] 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-28T16:02:30.349Z] 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-28T16:02:38.878Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T16:02:38.878Z] + cd /tmp/build/dist/linux [2021-01-28T16:02:38.878Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T16:02:38.878Z] Cloning into '.'... [2021-01-28T16:02:41.080Z] + go get github.com/robfig/glock [2021-01-28T16:02:49.289Z] gofmt -l . [2021-01-28T16:02:49.290Z] [ "`gofmt -l .`" = "" ] [2021-01-28T16:02:49.290Z] ./bin/test-go-mod-tidy.sh [2021-01-28T16:02:49.290Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T16:02:49.944Z] + ls -al . [2021-01-28T16:02:49.944Z] total 700 [2021-01-28T16:02:49.944Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 16:02 . [2021-01-28T16:02:49.944Z] drwxr-xr-x 4 root root 4096 Jan 28 15:58 .. [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 15:57 .dockerignore [2021-01-28T16:02:49.944Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 15:57 .git [2021-01-28T16:02:49.944Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 15:57 .github [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 15:57 .gitignore [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 15:57 .sonarcloud.properties [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 15:57 Attribution.txt [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 15:57 CONTRIBUTING.md [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 15:57 Dockerfile.build [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 15:57 Jenkinsfile [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 15:57 LICENSE [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 15:57 Makefile [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 15:57 README.md [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 15:57 SECURITY.md [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 15:52 VERSION [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 15:57 ZMQWindows.md [2021-01-28T16:02:49.944Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 15:57 bin [2021-01-28T16:02:49.944Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 15:57 cmd [2021-01-28T16:02:49.944Z] -rw-r--r-- 1 root root 565356 Jan 28 16:01 coverage.out [2021-01-28T16:02:49.944Z] -rw-r--r-- 1 root root 1054 Jan 28 16:02 go.mod [2021-01-28T16:02:49.944Z] -rw-r--r-- 1 root root 19289 Jan 28 16:02 go.sum [2021-01-28T16:02:49.944Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 15:57 internal [2021-01-28T16:02:49.944Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 15:57 openapi [2021-01-28T16:02:49.944Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 15:57 snap [2021-01-28T16:02:49.944Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 15:57 version.go [Pipeline] sh [2021-01-28T16:02:50.119Z] Removing intermediate container 128354cec746 [2021-01-28T16:02:50.119Z] ---> 4016274bbffa [2021-01-28T16:02:50.119Z] [2021-01-28T16:02:50.119Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T16:02:50.119Z] ---> 389fef711851 [2021-01-28T16:02:50.119Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T16:02:50.119Z] ---> Running in 33875d1fe43c [2021-01-28T16:02:50.595Z] + '[' -e coverage.out ] [2021-01-28T16:02:50.595Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T16:02:50.708Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T16:02:51.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:02:51.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:02:51.461Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T16:02:51.461Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T16:02:51.461Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T16:02:51.461Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T16:02:51.461Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T16:02:51.461Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:02:51.863Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T16:02:52.273Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T16:02:52.273Z] OK: 7 MiB in 19 packages [2021-01-28T16:02:52.552Z] + make build [2021-01-28T16:02:52.552Z] 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-28T16:02:52.917Z] ---> 2865f6cf1b59 [2021-01-28T16:02:52.918Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T16:02:53.210Z] ---> e6ce7ad7cc3b [2021-01-28T16:02:53.210Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T16:02:53.210Z] ---> Running in 2f499914a7c0 [2021-01-28T16:02:53.501Z] ---> Running in b326f816df97 [2021-01-28T16:02:54.143Z] Removing intermediate container 33875d1fe43c [2021-01-28T16:02:54.143Z] ---> 1c9b919a5790 [2021-01-28T16:02:54.143Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T16:02:54.143Z] ---> Running in fe9dc60e91a6 [2021-01-28T16:02:54.787Z] 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-28T16:02:54.787Z] Removing intermediate container fe9dc60e91a6 [2021-01-28T16:02:54.787Z] ---> d71af148dd14 [2021-01-28T16:02:54.787Z] Step 13/24 : WORKDIR / [2021-01-28T16:02:54.787Z] 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-28T16:02:54.787Z] ---> Running in 366511ef2f76 [2021-01-28T16:02:55.385Z] Removing intermediate container 366511ef2f76 [2021-01-28T16:02:55.385Z] ---> 6985ae3b4af4 [2021-01-28T16:02:55.385Z] 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-28T16:02:58.106Z] ---> af1a32573b10 [2021-01-28T16:02:58.106Z] 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-28T16:02:58.392Z] ---> 33ae9fa05cde [2021-01-28T16:02:58.392Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T16:02:59.457Z] ---> 6fc733e14aee [2021-01-28T16:02:59.457Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T16:03:01.004Z] ---> d5e901bcf189 [2021-01-28T16:03:01.004Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T16:03:02.675Z] ---> dba420d0128e [2021-01-28T16:03:02.675Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T16:03:02.675Z] + glock sync -n [2021-01-28T16:03:02.696Z] 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-28T16:03:03.327Z]  ---> 1c17007c79c3 [2021-01-28T16:03:03.327Z] 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-28T16:03:03.956Z] ---> Running in 948e255fee0b [2021-01-28T16:03:06.792Z] Removing intermediate container 948e255fee0b [2021-01-28T16:03:06.792Z] ---> a6b5ce2ce125 [2021-01-28T16:03:06.792Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T16:03:07.105Z] ---> Running in c12edea45790 [2021-01-28T16:03:07.413Z] Removing intermediate container c12edea45790 [2021-01-28T16:03:07.413Z] ---> 4aca69d6c378 [2021-01-28T16:03:07.413Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T16:03:07.787Z] ---> Running in 169659852ed4 [2021-01-28T16:03:09.014Z] Removing intermediate container 169659852ed4 [2021-01-28T16:03:09.014Z] ---> 4796033a402b [2021-01-28T16:03:09.014Z] Step 23/24 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:03:09.014Z] ---> Running in da7e173a17e8 [2021-01-28T16:03:09.683Z] Removing intermediate container da7e173a17e8 [2021-01-28T16:03:09.683Z] ---> 4d757ef6d385 [2021-01-28T16:03:09.683Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T16:03:10.040Z] ---> Running in b3804f2a3616 [2021-01-28T16:03:10.040Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T16:03:10.040Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T16:03:10.040Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T16:03:10.326Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T16:03:10.326Z] + git describe '--abbrev=0' --tags [2021-01-28T16:03:10.326Z] + TAG=v0.6.1 [2021-01-28T16:03:10.326Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T16:03:10.326Z] + apk --print-arch [2021-01-28T16:03:10.326Z] + arch=x86_64 [2021-01-28T16:03:10.326Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T16:03:10.326Z] + 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-28T16:03:10.326Z] building [dockerize] for amd64 ... [2021-01-28T16:03:11.055Z] Removing intermediate container b3804f2a3616 [2021-01-28T16:03:11.055Z] ---> bf9f5835132e [2021-01-28T16:03:11.055Z] [2021-01-28T16:03:11.689Z] Successfully built bf9f5835132e [2021-01-28T16:03:11.689Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T16:03:24.859Z] 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-28T16:03:30.283Z] 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-28T16:03:30.559Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2f499914a7c0 [2021-01-28T16:03:30.560Z] ---> 42981c54b351 [2021-01-28T16:03:30.560Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T16:03:30.560Z] Removing intermediate container b326f816df97 [2021-01-28T16:03:30.560Z] ---> a3cf25983bc7 [2021-01-28T16:03:30.560Z] [2021-01-28T16:03:30.560Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T16:03:30.560Z] ---> 389fef711851 [2021-01-28T16:03:30.560Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T16:03:30.860Z] ---> Running in 6893a4bf0def [2021-01-28T16:03:30.860Z] ---> Running in 79766286243c [2021-01-28T16:03:32.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:03:32.725Z] 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-28T16:03:33.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:03:33.382Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T16:03:33.382Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T16:03:33.382Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:03:33.382Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T16:03:33.382Z] OK: 6 MiB in 16 packages [2021-01-28T16:03:34.618Z] 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-28T16:03:36.053Z] 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-28T16:03:36.223Z] Removing intermediate container 79766286243c [2021-01-28T16:03:36.223Z] ---> b450ca9f7c9a [2021-01-28T16:03:36.223Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T16:03:36.223Z] ---> Running in 7edeaa5f8be7 [2021-01-28T16:03:36.525Z] Removing intermediate container 6893a4bf0def [2021-01-28T16:03:36.525Z] ---> 84942bc3251a [2021-01-28T16:03:36.525Z] [2021-01-28T16:03:36.525Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T16:03:36.837Z] 20.10.0: Pulling from library/docker [2021-01-28T16:03:36.837Z] Removing intermediate container 7edeaa5f8be7 [2021-01-28T16:03:36.837Z] ---> 0f304fa101f5 [2021-01-28T16:03:36.837Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T16:03:36.837Z] ---> Running in 78ce2b6658e9 [2021-01-28T16:03:37.154Z] Removing intermediate container 78ce2b6658e9 [2021-01-28T16:03:37.154Z] ---> 87cec31446f4 [2021-01-28T16:03:37.154Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T16:03:37.154Z] ---> Running in ba1cbaf52e46 [2021-01-28T16:03:37.827Z] Removing intermediate container ba1cbaf52e46 [2021-01-28T16:03:37.827Z] ---> d11f6d4a2f93 [2021-01-28T16:03:37.827Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:03:39.383Z] ---> 43c7bb928bc0 [2021-01-28T16:03:39.383Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T16:03:41.460Z] 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-28T16:03:42.183Z] + date [2021-01-28T16:03:42.183Z] + echo 'Thu Jan 28 16:03:41 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T16:03:42.183Z] Thu Jan 28 16:03:41 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T16:03:42.183Z] ---> 48ab9d239960 [2021-01-28T16:03:42.183Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T16:03:42.479Z] ---> 865d72210f1c [2021-01-28T16:03:42.479Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T16:03:42.479Z] ---> Running in cbef240387ba [2021-01-28T16:03:44.548Z] Removing intermediate container cbef240387ba [2021-01-28T16:03:44.548Z] ---> ef6893f8fa10 [2021-01-28T16:03:44.548Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:03:44.867Z] ---> Running in e2c51b8968d7 [2021-01-28T16:03:45.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-28T16:03:45.909Z] Removing intermediate container e2c51b8968d7 [2021-01-28T16:03:45.909Z] ---> 9b52c18f1b47 [2021-01-28T16:03:45.909Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T16:03:46.196Z] ---> Running in 83d08db9e65d [2021-01-28T16:03:47.699Z] Removing intermediate container 83d08db9e65d [2021-01-28T16:03:47.699Z] ---> 35e29f770b10 [2021-01-28T16:03:47.699Z] Step 21/22 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:03:48.387Z] ---> Running in 83aa666d7a23 [2021-01-28T16:03:49.168Z] 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-28T16:03:49.898Z] Removing intermediate container 83aa666d7a23 [2021-01-28T16:03:49.898Z] ---> 1d471bfb2b0a [2021-01-28T16:03:49.898Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T16:03:49.898Z] ---> Running in f0474f44e70b [2021-01-28T16:03:50.181Z] Removing intermediate container f0474f44e70b [2021-01-28T16:03:50.181Z] ---> 68d1b17e0372 [2021-01-28T16:03:50.181Z] [2021-01-28T16:03:50.796Z] Successfully built 68d1b17e0372 [2021-01-28T16:03:50.796Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T16:03:51.072Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T16:03:51.072Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T16:03:51.072Z] ---> aefe523efa57 [2021-01-28T16:03:51.072Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T16:03:51.692Z] ---> Running in aed0d15f42f3 [2021-01-28T16:03:52.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:03:52.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:03:53.469Z] 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-28T16:03:53.663Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T16:03:53.663Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T16:03:53.663Z] Executing bash-5.0.17-r0.post-install [2021-01-28T16:03:53.663Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:03:53.663Z] OK: 12 MiB in 22 packages [2021-01-28T16:03:57.254Z] Removing intermediate container aed0d15f42f3 [2021-01-28T16:03:57.254Z] ---> e5d35c911c7c [2021-01-28T16:03:57.254Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T16:03:57.776Z] 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-28T16:03:57.914Z] ---> Running in 6366d8f9389b [2021-01-28T16:03:59.530Z] Removing intermediate container 6366d8f9389b [2021-01-28T16:03:59.530Z] ---> acc14ef9e01e [2021-01-28T16:03:59.530Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T16:03:59.530Z] ---> Running in 5b960d0bb149 [2021-01-28T16:04:00.547Z] Removing intermediate container 062eee340290 [2021-01-28T16:04:00.547Z] ---> 3f29d6a1ed24 [2021-01-28T16:04:00.547Z] 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-28T16:04:00.824Z] Removing intermediate container 5b960d0bb149 [2021-01-28T16:04:00.825Z] ---> 51c6d8202099 [2021-01-28T16:04:00.825Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T16:04:00.825Z] ---> Running in c794fcda5d9a [2021-01-28T16:04:00.825Z] ---> Running in be9f663f428e [2021-01-28T16:04:01.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-28T16:04:01.472Z] Removing intermediate container be9f663f428e [2021-01-28T16:04:01.472Z] ---> 904716f8f809 [2021-01-28T16:04:01.472Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T16:04:02.113Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T16:04:02.113Z] statically linked [2021-01-28T16:04:02.747Z] ---> cd147d230dea [2021-01-28T16:04:02.747Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T16:04:03.398Z] ---> 3a956adf9f11 [2021-01-28T16:04:03.398Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T16:04:03.398Z] Removing intermediate container c794fcda5d9a [2021-01-28T16:04:03.398Z] ---> 7b21f30ac267 [2021-01-28T16:04:03.398Z] [2021-01-28T16:04:03.398Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T16:04:03.398Z] ---> 389fef711851 [2021-01-28T16:04:03.398Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T16:04:03.708Z] ---> Running in 87dbf7f97f09 [2021-01-28T16:04:04.046Z] Removing intermediate container 87dbf7f97f09 [2021-01-28T16:04:04.046Z] ---> 84cebff78371 [2021-01-28T16:04:04.046Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T16:04:04.318Z] ---> 86ac08588629 [2021-01-28T16:04:04.318Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T16:04:04.318Z] ---> Running in 88efb3fba34f [2021-01-28T16:04:04.318Z] ---> Running in dd24d8f60629 [2021-01-28T16:04:05.503Z] 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-28T16:04:07.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:04:07.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:04:07.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:04:07.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:04:07.053Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T16:04:07.053Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T16:04:07.053Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T16:04:07.053Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T16:04:07.053Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T16:04:07.053Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:04:07.053Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T16:04:07.053Z] OK: 6 MiB in 17 packages [2021-01-28T16:04:07.053Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T16:04:07.053Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T16:04:07.053Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T16:04:07.053Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T16:04:09.707Z] Removing intermediate container 88efb3fba34f [2021-01-28T16:04:09.707Z] ---> 5d8205aea808 [2021-01-28T16:04:09.707Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T16:04:09.983Z] ---> Running in b53b22ee1a2b [2021-01-28T16:04:09.983Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T16:04:09.983Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T16:04:09.983Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T16:04:09.983Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T16:04:09.983Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T16:04:09.983Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T16:04:09.983Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T16:04:10.562Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T16:04:10.562Z] Removing intermediate container b53b22ee1a2b [2021-01-28T16:04:10.562Z] ---> 4e79911e5d63 [2021-01-28T16:04:10.562Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T16:04:10.562Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T16:04:10.828Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T16:04:10.828Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T16:04:10.828Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T16:04:10.828Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T16:04:11.099Z] ---> Running in bab46d870f29 [2021-01-28T16:04:11.099Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T16:04:11.099Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T16:04:11.099Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T16:04:11.099Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T16:04:11.099Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T16:04:11.099Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T16:04:11.099Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T16:04:11.710Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T16:04:11.710Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T16:04:11.710Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T16:04:11.710Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T16:04:11.710Z] Removing intermediate container bab46d870f29 [2021-01-28T16:04:11.710Z] ---> 8966c208eaa4 [2021-01-28T16:04:11.710Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T16:04:11.710Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T16:04:11.710Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T16:04:12.699Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:04:12.699Z] OK: 71 MiB in 55 packages [2021-01-28T16:04:12.699Z] ---> Running in e6e891208148 [2021-01-28T16:04:15.480Z] Removing intermediate container e6e891208148 [2021-01-28T16:04:15.480Z] ---> 14c720ffd526 [2021-01-28T16:04:15.480Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [Pipeline] } [2021-01-28T16:04:15.691Z] $ docker stop --time=1 38b8a7efec956dfcb63e6bbe67fc9f2131f7d483a4ad2ef88db67e3643422f22 [2021-01-28T16:04:16.111Z] ---> Running in 555efea18d88 [2021-01-28T16:04:18.195Z] $ docker rm -f 38b8a7efec956dfcb63e6bbe67fc9f2131f7d483a4ad2ef88db67e3643422f22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-01-28T16:04:19.517Z] Removing intermediate container 555efea18d88 [2021-01-28T16:04:19.517Z] ---> 5a626b5e780c [2021-01-28T16:04:19.517Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T16:04:19.517Z] Removing intermediate container dd24d8f60629 [2021-01-28T16:04:19.517Z] ---> adc73d9904a8 [2021-01-28T16:04:19.517Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:04:19.801Z] ---> Running in 927672ac3926 [2021-01-28T16:04:20.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T16:04:20.109Z] [2021-01-28T16:04:20.109Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:04:20.442Z] ---> d73afd14611f [2021-01-28T16:04:20.442Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T16:04:20.505Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T16:04:20.505Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T16:04:20.505Z] 29e5d40040c1: Pulling fs layer [2021-01-28T16:04:20.505Z] 1ce36da41761: Pulling fs layer [2021-01-28T16:04:20.505Z] 25b303627fd3: Pulling fs layer [2021-01-28T16:04:20.720Z] ---> 878b6d110815 [2021-01-28T16:04:20.720Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T16:04:20.720Z] ---> Running in 071da3272dbf [2021-01-28T16:04:20.787Z] 29e5d40040c1: Verifying Checksum [2021-01-28T16:04:20.787Z] 29e5d40040c1: Download complete [2021-01-28T16:04:21.391Z] 29e5d40040c1: Pull complete [2021-01-28T16:04:21.391Z] 1ce36da41761: Verifying Checksum [2021-01-28T16:04:21.391Z] 1ce36da41761: Download complete [2021-01-28T16:04:22.187Z] Collecting docker-compose==1.23.2 [2021-01-28T16:04:22.188Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T16:04:22.457Z] Collecting PyYAML<4,>=3.10 [2021-01-28T16:04:22.457Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T16:04:22.823Z] 1ce36da41761: Pull complete [2021-01-28T16:04:23.042Z] Removing intermediate container 071da3272dbf [2021-01-28T16:04:23.042Z] ---> 6f86f6ecf5cc [2021-01-28T16:04:23.042Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:04:23.095Z] 25b303627fd3: Verifying Checksum [2021-01-28T16:04:23.095Z] 25b303627fd3: Download complete [2021-01-28T16:04:24.052Z] ---> 5d3062510cbe [2021-01-28T16:04:24.052Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T16:04:24.052Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T16:04:24.052Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T16:04:24.376Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T16:04:24.376Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T16:04:24.992Z] ---> 77b143668ab9 [2021-01-28T16:04:24.992Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T16:04:24.992Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T16:04:24.992Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T16:04:25.630Z] ---> a8796edcac51 [2021-01-28T16:04:25.630Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T16:04:25.922Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T16:04:25.922Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T16:04:26.188Z] 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-28T16:04:26.188Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T16:04:26.188Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T16:04:26.459Z] ---> 2cba8407557d [2021-01-28T16:04:26.459Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T16:04:27.037Z] ---> b732aaffe5c5 [2021-01-28T16:04:27.037Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T16:04:27.037Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T16:04:27.037Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T16:04:27.303Z] ---> Running in 34c3f39c8df3 [2021-01-28T16:04:27.572Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T16:04:27.572Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T16:04:27.573Z] Removing intermediate container 34c3f39c8df3 [2021-01-28T16:04:27.573Z] ---> 2cfbe4d2ead4 [2021-01-28T16:04:27.573Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T16:04:27.841Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T16:04:27.841Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T16:04:27.841Z] ---> 776e6464079f [2021-01-28T16:04:27.841Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T16:04:27.841Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T16:04:27.841Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T16:04:28.106Z] 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-28T16:04:28.106Z] 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-28T16:04:28.106Z] ---> Running in e4e1128351ce [2021-01-28T16:04:28.106Z] Collecting idna<2.8,>=2.5 [2021-01-28T16:04:28.106Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T16:04:28.388Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T16:04:28.388Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T16:04:28.388Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T16:04:28.388Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T16:04:28.388Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T16:04:28.388Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T16:04:28.667Z] Installing collected packages: PyYAML, jsonschema, docopt, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-01-28T16:04:28.934Z] Running setup.py install for PyYAML: started [2021-01-28T16:04:30.377Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T16:04:30.377Z] Running setup.py install for docopt: started [2021-01-28T16:04:30.975Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T16:04:30.975Z] Running setup.py install for texttable: started [2021-01-28T16:04:30.975Z] Removing intermediate container e4e1128351ce [2021-01-28T16:04:30.975Z] ---> a5b56ef41f01 [2021-01-28T16:04:30.975Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T16:04:31.252Z] ---> Running in aaabd702234d [2021-01-28T16:04:31.553Z] Removing intermediate container aaabd702234d [2021-01-28T16:04:31.553Z] ---> c9307f764487 [2021-01-28T16:04:31.553Z] Step 31/34 : CMD ["gate"] [2021-01-28T16:04:31.553Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T16:04:31.830Z] ---> Running in d4dad6e0daf4 [2021-01-28T16:04:31.830Z] Attempting uninstall: idna [2021-01-28T16:04:31.830Z] Found existing installation: idna 2.9 [2021-01-28T16:04:31.830Z] Uninstalling idna-2.9: [2021-01-28T16:04:32.098Z] Successfully uninstalled idna-2.9 [2021-01-28T16:04:32.371Z] Attempting uninstall: urllib3 [2021-01-28T16:04:32.371Z] Found existing installation: urllib3 1.25.9 [2021-01-28T16:04:32.371Z] Uninstalling urllib3-1.25.9: [2021-01-28T16:04:32.371Z] Removing intermediate container d4dad6e0daf4 [2021-01-28T16:04:32.371Z] ---> ec1bc5850bb1 [2021-01-28T16:04:32.371Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T16:04:32.371Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T16:04:32.655Z] ---> Running in 371e72cd51c1 [2021-01-28T16:04:32.932Z] Attempting uninstall: requests [2021-01-28T16:04:32.932Z] Found existing installation: requests 2.23.0 [2021-01-28T16:04:32.932Z] Uninstalling requests-2.23.0: [2021-01-28T16:04:32.932Z] Successfully uninstalled requests-2.23.0 [2021-01-28T16:04:33.257Z] 25b303627fd3: Pull complete [2021-01-28T16:04:33.257Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T16:04:33.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T16:04:33.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T16:04:33.477Z] prd-ubuntu18.04-docker-arm64-4c-16g-23770 does not seem to be running inside a container [2021-01-28T16:04:33.548Z] Removing intermediate container 371e72cd51c1 [2021-01-28T16:04:33.548Z] ---> cbec10454c4a [2021-01-28T16:04:33.548Z] Step 33/34 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:04:33.560Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T16:04:33.844Z] ---> Running in 6419ae775cb4 [2021-01-28T16:04:33.844Z] Running setup.py install for dockerpty: started [2021-01-28T16:04:34.478Z] Removing intermediate container 6419ae775cb4 [2021-01-28T16:04:34.478Z] ---> fc4045affe93 [2021-01-28T16:04:34.478Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T16:04:34.478Z] ---> Running in 2c852678108e [2021-01-28T16:04:34.766Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T16:04:34.766Z] Removing intermediate container 2c852678108e [2021-01-28T16:04:34.766Z] ---> 6a28cae78cf7 [2021-01-28T16:04:34.766Z] [2021-01-28T16:04:35.347Z] Successfully built 6a28cae78cf7 [2021-01-28T16:04:35.347Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T16:04:35.347Z]  Building docker-security-bootstrapper-go ... done 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-28T16:04:36.558Z] $ docker top 110d8460aef2749a9b4c1a47ddf4cb406cf4de57014003ece0518c1d2222659d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T16:04:37.619Z] + docker-compose build --help [2021-01-28T16:04:37.619Z] + grep parallel [2021-01-28T16:04:38.003Z] Removing intermediate container 927672ac3926 [2021-01-28T16:04:38.003Z] ---> f6f3685649ee [2021-01-28T16:04:38.003Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T16:04:38.003Z] ---> Running in e6e2f706249b [2021-01-28T16:04:39.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T16:04:39.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T16:04:39.280Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T16:04:39.280Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T16:04:39.280Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T16:04:39.280Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:04:39.280Z] OK: 72 MiB in 58 packages [2021-01-28T16:04:40.232Z] Removing intermediate container e6e2f706249b [2021-01-28T16:04:40.232Z] ---> 59cf89693c17 [2021-01-28T16:04:40.232Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T16:04:40.232Z] ---> Running in 5af96d0b3548 [2021-01-28T16:04:40.496Z] Removing intermediate container 5af96d0b3548 [2021-01-28T16:04:40.496Z] ---> e3547653c5f6 [2021-01-28T16:04:40.496Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:04:40.496Z] ---> Running in df7967414a7f [2021-01-28T16:04:40.767Z] Removing intermediate container df7967414a7f [2021-01-28T16:04:40.767Z] ---> 54bfa81da93a [2021-01-28T16:04:40.767Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T16:04:40.990Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T16:04:41.016Z] $ docker stop --time=1 110d8460aef2749a9b4c1a47ddf4cb406cf4de57014003ece0518c1d2222659d [2021-01-28T16:04:41.033Z] ---> Running in 8e6adfe7bfcb [2021-01-28T16:04:41.311Z] Removing intermediate container 8e6adfe7bfcb [2021-01-28T16:04:41.311Z] ---> e011e8767cb4 [2021-01-28T16:04:41.311Z] Step 25/26 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:04:41.311Z] ---> Running in bd6789e926d3 [2021-01-28T16:04:41.577Z] Removing intermediate container bd6789e926d3 [2021-01-28T16:04:41.578Z] ---> c8371abbae60 [2021-01-28T16:04:41.578Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T16:04:41.578Z] ---> Running in cb7b44e2b68f [2021-01-28T16:04:41.855Z] Removing intermediate container cb7b44e2b68f [2021-01-28T16:04:41.855Z] ---> b27adf461370 [2021-01-28T16:04:41.855Z] [2021-01-28T16:04:42.451Z] Successfully built b27adf461370 [2021-01-28T16:04:42.451Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T16:04:42.775Z]  Building docker-sys-mgmt-agent-go ... done  [2021-01-28T16:04:42.915Z] $ docker rm -f 110d8460aef2749a9b4c1a47ddf4cb406cf4de57014003ece0518c1d2222659d [Pipeline] // withDockerContainer [Pipeline] } [2021-01-28T16:04:43.511Z] $ docker stop --time=1 698b803be18955320d6ecd50738d5dcb50630b56c8ce30d3de2b279a02fdf3d6 [2021-01-28T16:04:45.573Z] $ docker rm -f 698b803be18955320d6ecd50738d5dcb50630b56c8ce30d3de2b279a02fdf3d6 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:04:46.108Z] + docker images [2021-01-28T16:04:46.108Z] + grep docker [2021-01-28T16:04:46.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T16:04:46.336Z] . [Pipeline] withDockerContainer [2021-01-28T16:04:46.566Z] prd-ubuntu18.04-docker-arm64-4c-16g-23770 does not seem to be running inside a container [2021-01-28T16:04:46.695Z] docker-sys-mgmt-agent-go latest b27adf461370 5 seconds ago 313MB [2021-01-28T16:04:46.695Z] docker-security-bootstrapper-go latest 6a28cae78cf7 12 seconds ago 33.5MB [2021-01-28T16:04:46.695Z] docker-support-notifications-go latest 68d1b17e0372 57 seconds ago 16.9MB [2021-01-28T16:04:46.695Z] docker-security-secretstore-setup-go latest bf9f5835132e About a minute ago 24.6MB [2021-01-28T16:04:46.695Z] docker-core-data-go latest 891fbd802df8 3 minutes ago 22.3MB [2021-01-28T16:04:46.695Z] docker-core-command-go latest 88b569ac4928 3 minutes ago 16.9MB [2021-01-28T16:04:46.695Z] docker-core-metadata-go latest bee611b8fc1a 3 minutes ago 18.8MB [2021-01-28T16:04:46.695Z] docker-security-proxy-setup-go latest 9c6a1b227ca4 3 minutes ago 24.4MB [2021-01-28T16:04:46.695Z] docker-support-scheduler-go latest eb9c9f9064ea 3 minutes ago 16.4MB [2021-01-28T16:04:46.695Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [2021-01-28T16:04:46.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T16:04:48.148Z] $ docker top e80d052e17ebef1dd98d4794c20d7704623084a8562632f11c569ded8d126b3b -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [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 [2021-01-28T16:04:49.287Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] node [2021-01-28T16:04:53.573Z] Building docker-core-command-go ... [2021-01-28T16:04:53.574Z] Building docker-core-data-go ... [2021-01-28T16:04:53.574Z] Building docker-core-metadata-go ... [2021-01-28T16:04:53.574Z] Building docker-security-bootstrapper-go ... [2021-01-28T16:04:53.574Z] Building docker-security-proxy-setup-go ... [2021-01-28T16:04:53.574Z] Building docker-security-secretstore-setup-go ... [2021-01-28T16:04:53.574Z] Building docker-support-notifications-go ... [2021-01-28T16:04:53.574Z] Building docker-support-scheduler-go ... [2021-01-28T16:04:53.574Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T16:04:53.574Z] Building docker-security-bootstrapper-go [2021-01-28T16:04:53.574Z] Building docker-sys-mgmt-agent-go [2021-01-28T16:04:53.574Z] Building docker-support-scheduler-go [2021-01-28T16:04:53.574Z] Building docker-core-command-go [2021-01-28T16:04:53.574Z] Building docker-support-notifications-go [2021-01-28T16:05:04.389Z] Still waiting to schedule task [2021-01-28T16:05:04.390Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-28T16:06:01.576Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:06:01.576Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:06:01.576Z] ---> ee6bedae3d59 [2021-01-28T16:06:01.576Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:06:01.576Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:06:01.576Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:06:01.576Z] ---> ee6bedae3d59 [2021-01-28T16:06:01.576Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T16:06:01.576Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:06:01.576Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:06:01.576Z] ---> ee6bedae3d59 [2021-01-28T16:06:01.576Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T16:06:01.576Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:06:01.576Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:06:01.576Z] ---> ee6bedae3d59 [2021-01-28T16:06:01.576Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T16:06:01.576Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:06:01.576Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:06:01.576Z] ---> ee6bedae3d59 [2021-01-28T16:06:01.576Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T16:06:02.619Z] Running on prd-ubuntu18.04-docker-8c-8g-23775 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws [2021-01-28T16:06:02.677Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-28T16:06:04.890Z] using credential edgex-jenkins-ssh [2021-01-28T16:06:04.945Z] Cloning the remote Git repository [2021-01-28T16:06:05.046Z] ---> Running in 7ea90c569667 [2021-01-28T16:06:05.046Z] ---> Running in 51b638e815b1 [2021-01-28T16:06:05.046Z] ---> Running in 056e958236f7 [2021-01-28T16:06:05.046Z] ---> Running in 5f2aea20e507 [2021-01-28T16:06:05.046Z] ---> Running in 9a7ff2d0b8ce [2021-01-28T16:06:04.970Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T16:06:05.036Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-28T16:06:05.066Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T16:06:05.066Z] > git --version # timeout=10 [2021-01-28T16:06:05.075Z] > git --version # 'git version 2.17.1' [2021-01-28T16:06:05.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T16:06:05.104Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T16:06:05.644Z] Removing intermediate container 056e958236f7 [2021-01-28T16:06:05.644Z] ---> 6f642056d813 [2021-01-28T16:06:05.644Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:06:05.644Z] Removing intermediate container 51b638e815b1 [2021-01-28T16:06:05.644Z] ---> a99508a503e1 [2021-01-28T16:06:05.644Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:06:05.644Z] Removing intermediate container 7ea90c569667 [2021-01-28T16:06:05.644Z] ---> b6588ed6912e [2021-01-28T16:06:05.644Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:06:05.644Z] Removing intermediate container 5f2aea20e507 [2021-01-28T16:06:05.644Z] ---> 002adac53842 [2021-01-28T16:06:05.644Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:06:05.644Z] Removing intermediate container 9a7ff2d0b8ce [2021-01-28T16:06:05.644Z] ---> 8b644913c247 [2021-01-28T16:06:05.916Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:06:05.916Z] ---> Running in 560a22ee7b80 [2021-01-28T16:06:05.916Z] ---> Running in 7f02940171b0 [2021-01-28T16:06:05.916Z] ---> Running in a4ca84bafb0f [2021-01-28T16:06:05.916Z] ---> Running in 841436b5ae46 [2021-01-28T16:06:05.916Z] ---> Running in e62ffecf6ea7 [2021-01-28T16:06:10.267Z] Removing intermediate container 560a22ee7b80 [2021-01-28T16:06:10.267Z] ---> e8c3c2f50c75 [2021-01-28T16:06:10.267Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T16:06:10.267Z] ---> Running in 0cba5f66b559 [2021-01-28T16:06:10.267Z] Removing intermediate container a4ca84bafb0f [2021-01-28T16:06:10.267Z] Removing intermediate container 7f02940171b0 [2021-01-28T16:06:10.267Z] ---> e66b813c54d3 [2021-01-28T16:06:10.267Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T16:06:10.267Z] ---> a9eba1417248 [2021-01-28T16:06:10.267Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T16:06:10.267Z] ---> Running in 95f3df550d81 [2021-01-28T16:06:10.267Z] ---> Running in f08b42094a6c [2021-01-28T16:06:10.551Z] Removing intermediate container 841436b5ae46 [2021-01-28T16:06:10.551Z] ---> 43132daa6283 [2021-01-28T16:06:10.551Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T16:06:10.840Z] ---> Running in c90031f6d898 [2021-01-28T16:06:10.841Z] Removing intermediate container e62ffecf6ea7 [2021-01-28T16:06:10.841Z] ---> e9209dec6203 [2021-01-28T16:06:10.841Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T16:06:11.115Z] ---> Running in d92c822ce2ea [2021-01-28T16:06:11.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:06:12.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:06:12.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:06:12.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:06:12.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:06:12.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:06:13.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:06:13.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:06:13.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:06:13.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:06:14.849Z] OK: 217 MiB in 51 packages [2021-01-28T16:06:15.454Z] OK: 217 MiB in 51 packages [2021-01-28T16:06:15.730Z] OK: 217 MiB in 51 packages [2021-01-28T16:06:16.323Z] OK: 217 MiB in 51 packages [2021-01-28T16:06:16.323Z] OK: 217 MiB in 51 packages [2021-01-28T16:06:16.601Z] Removing intermediate container c90031f6d898 [2021-01-28T16:06:16.601Z] ---> a2cd6186af8b [2021-01-28T16:06:16.601Z] Step 6/22 : COPY go.mod . [2021-01-28T16:06:17.202Z] Removing intermediate container 95f3df550d81 [2021-01-28T16:06:17.202Z] ---> 8c14c6f22475 [2021-01-28T16:06:17.202Z] Step 6/34 : COPY go.mod . [2021-01-28T16:06:17.473Z] ---> 802b0f51d0bc [2021-01-28T16:06:17.473Z] Step 7/22 : RUN go mod download [2021-01-28T16:06:17.473Z] Removing intermediate container 0cba5f66b559 [2021-01-28T16:06:17.473Z] ---> f5b3bac187e0 [2021-01-28T16:06:17.473Z] Step 6/26 : COPY go.mod . [2021-01-28T16:06:17.746Z] ---> Running in f3989ce906d6 [2021-01-28T16:06:17.746Z] Removing intermediate container f08b42094a6c [2021-01-28T16:06:17.746Z] ---> e40c59ab0f80 [2021-01-28T16:06:17.746Z] Step 6/23 : COPY go.mod . [2021-01-28T16:06:18.030Z] Removing intermediate container d92c822ce2ea [2021-01-28T16:06:18.030Z] ---> 7b429f1a5b5a [2021-01-28T16:06:18.030Z] Step 6/22 : COPY go.mod . [2021-01-28T16:06:18.030Z] ---> d98853f9aa2f [2021-01-28T16:06:18.310Z] Step 7/34 : RUN go mod download [2021-01-28T16:06:18.583Z] ---> Running in 995eed9e43b5 [2021-01-28T16:06:18.676Z] Merging remotes/origin/master commit 5d60090e02a7a818f5291dfe542d2b3f046e7863 into PR head commit 01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:06:18.806Z] Merge succeeded, producing 01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:06:18.806Z] Checking out Revision 01445b51db960b5dd7fa05554b892a204c78c218 (PR-3061) [2021-01-28T16:06:18.865Z] ---> 8a4048b32033 [2021-01-28T16:06:18.865Z] Step 7/26 : RUN go mod download [2021-01-28T16:06:18.865Z] ---> Running in 549883d9a552 [2021-01-28T16:06:17.989Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T16:06:17.995Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T16:06:18.005Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T16:06:18.017Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T16:06:18.017Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T16:06:18.021Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T16:06:18.686Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T16:06:18.693Z] > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # timeout=10 [2021-01-28T16:06:18.773Z] > git remote # timeout=10 [2021-01-28T16:06:18.781Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T16:06:18.785Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T16:06:18.790Z] > git merge 5d60090e02a7a818f5291dfe542d2b3f046e7863 # timeout=10 [2021-01-28T16:06:18.800Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T16:06:18.808Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T16:06:18.812Z] > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # timeout=10 [2021-01-28T16:06:19.139Z] ---> 565e799764f2 [2021-01-28T16:06:19.139Z] Step 7/23 : RUN go mod download [2021-01-28T16:06:19.413Z] ---> 9e0d2095b829 [2021-01-28T16:06:19.413Z] Step 7/22 : RUN go mod download [2021-01-28T16:06:19.413Z] ---> Running in dec1945e2e36 [2021-01-28T16:06:19.695Z] ---> Running in faa8e2f68020 [2021-01-28T16:06:21.806Z] Removing intermediate container f3989ce906d6 [2021-01-28T16:06:21.806Z] ---> 76214d79e825 [2021-01-28T16:06:21.806Z] Step 8/22 : COPY . . [2021-01-28T16:06:22.495Z] Commit message: "Merge branch 'master' into issue-3035" [2021-01-28T16:06:22.792Z] Removing intermediate container 995eed9e43b5 [2021-01-28T16:06:22.792Z] ---> d15e1be52776 [2021-01-28T16:06:22.792Z] Step 8/34 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:06:23.612Z] + echo snap-build.sh [2021-01-28T16:06:23.612Z] snap-build.sh [2021-01-28T16:06:23.612Z] + SNAP_BASE_DIR=. [2021-01-28T16:06:23.612Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-01-28T16:06:23.612Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-01-28T16:06:23.612Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-01-28T16:06:23.612Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-01-28T16:06:23.612Z] + cd /w/workspace/edgex-go/8 [2021-01-28T16:06:23.612Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T16:06:23.612Z] Reading package lists... [2021-01-28T16:06:23.612Z] Building dependency tree... [2021-01-28T16:06:23.612Z] Reading state information... [2021-01-28T16:06:23.773Z] Removing intermediate container 549883d9a552 [2021-01-28T16:06:23.773Z] ---> 4f6edce873a4 [2021-01-28T16:06:23.773Z] Step 8/26 : COPY . . [2021-01-28T16:06:23.874Z] The following packages were automatically installed and are no longer required: [2021-01-28T16:06:23.874Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T16:06:23.874Z] uidmap xdelta3 [2021-01-28T16:06:23.874Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T16:06:23.874Z] The following packages will be REMOVED: [2021-01-28T16:06:23.874Z] lxd* lxd-client* [2021-01-28T16:06:24.050Z] Removing intermediate container dec1945e2e36 [2021-01-28T16:06:24.050Z] ---> 2b38167b7918 [2021-01-28T16:06:24.050Z] Step 8/23 : COPY . . [2021-01-28T16:06:24.328Z] Removing intermediate container faa8e2f68020 [2021-01-28T16:06:24.328Z] ---> 9105d9f2c684 [2021-01-28T16:06:24.328Z] Step 8/22 : COPY . . [2021-01-28T16:06:24.447Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T16:06:24.447Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T16:06:25.233Z] (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-28T16:06:25.233Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T16:06:26.177Z] Removing lxd dnsmasq configuration [2021-01-28T16:06:26.177Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T16:06:26.437Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T16:06:27.381Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T16:06:27.381Z] (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-28T16:06:27.381Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T16:06:28.779Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T16:06:28.779Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T16:06:30.166Z] + sudo snap remove --purge lxd [2021-01-28T16:06:30.166Z] snap "lxd" is not installed [2021-01-28T16:06:30.166Z] + sudo groupadd --force --system lxd [2021-01-28T16:06:30.166Z] ++ whoami [2021-01-28T16:06:30.166Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T16:06:30.166Z] + newgrp - lxd [2021-01-28T16:06:30.166Z] + sudo snap install lxd [2021-01-28T16:06:38.305Z] 2021-01-28T16:06:36Z INFO Waiting for automatic snapd restart... [2021-01-28T16:06:50.603Z] lxd 4.10 from Canonical* installed [2021-01-28T16:06:50.603Z] + sudo lxd init --auto [2021-01-28T16:06:51.143Z] ---> 3f02dee5ea57 [2021-01-28T16:06:51.143Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T16:06:51.143Z] ---> 6745409b6f0f [2021-01-28T16:06:51.143Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T16:06:51.143Z] ---> 48b2d98d4cfa [2021-01-28T16:06:51.143Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T16:06:51.143Z] ---> ab15ba472482 [2021-01-28T16:06:51.143Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T16:06:51.143Z] ---> Running in 059a71c4ba22 [2021-01-28T16:06:51.143Z] ---> edbcfeac35a5 [2021-01-28T16:06:51.143Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T16:06:51.143Z] ---> Running in 48cc7f3bb892 [2021-01-28T16:06:51.143Z] ---> Running in 2b2b3326fb82 [2021-01-28T16:06:51.143Z] ---> Running in cab92fdfe090 [2021-01-28T16:06:51.143Z] ---> Running in 647b218a58c3 [2021-01-28T16:06:51.143Z] Removing intermediate container 2b2b3326fb82 [2021-01-28T16:06:51.143Z] ---> 6cd26fc1c67b [2021-01-28T16:06:51.143Z] 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-28T16:06:51.143Z] ---> Running in 6fb37900000d [2021-01-28T16:06:51.143Z] 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-28T16:06:51.143Z] 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-28T16:06:51.143Z] 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-28T16:06:51.143Z] 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-28T16:06:51.143Z] 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-28T16:06:58.782Z] + sudo snap install --classic snapcraft [2021-01-28T16:07:04.077Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T16:07:04.077Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T16:07:04.077Z] + patch --verbose -p1 [2021-01-28T16:07:04.077Z] Hmm... Looks like a unified diff to me... [2021-01-28T16:07:04.077Z] The text leading up to this was: [2021-01-28T16:07:04.077Z] -------------------------- [2021-01-28T16:07:04.077Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T16:07:04.077Z] |From: Tony Espy [2021-01-28T16:07:04.077Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T16:07:04.077Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T16:07:04.077Z] | [2021-01-28T16:07:04.077Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T16:07:04.077Z] |optimize the snap CI check run for pull requests. When [2021-01-28T16:07:04.077Z] |applied, it essentially strips out everything (apps and [2021-01-28T16:07:04.077Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T16:07:04.077Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T16:07:04.077Z] |catch changes to edgex-go that break the snap build. [2021-01-28T16:07:04.077Z] | [2021-01-28T16:07:04.077Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T16:07:04.077Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T16:07:04.077Z] |resulting in a failed snap build CI check in the associated [2021-01-28T16:07:04.077Z] |pull request. [2021-01-28T16:07:04.077Z] | [2021-01-28T16:07:04.077Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T16:07:04.077Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T16:07:04.077Z] |need to build the finally binary .snap file (and it won't [2021-01-28T16:07:04.077Z] |work with the patch applied). This further reduces the build [2021-01-28T16:07:04.077Z] |time. [2021-01-28T16:07:04.077Z] |--- [2021-01-28T16:07:04.077Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T16:07:04.077Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T16:07:04.077Z] | [2021-01-28T16:07:04.077Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T16:07:04.077Z] |index 1e537489..faf42425 100644 [2021-01-28T16:07:04.077Z] |--- a/snap/snapcraft.yaml [2021-01-28T16:07:04.077Z] |+++ b/snap/snapcraft.yaml [2021-01-28T16:07:04.077Z] -------------------------- [2021-01-28T16:07:04.077Z] patching file snap/snapcraft.yaml [2021-01-28T16:07:04.077Z] Using Plan A... [2021-01-28T16:07:04.077Z] Hunk #1 succeeded at 73. [2021-01-28T16:07:04.077Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T16:07:04.077Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T16:07:04.077Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T16:07:04.077Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T16:07:04.077Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T16:07:04.077Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T16:07:04.077Z] Hunk #8 succeeded at 342. [2021-01-28T16:07:04.077Z] Hmm... Ignoring the trailing garbage. [2021-01-28T16:07:04.077Z] done [2021-01-28T16:07:04.077Z] + sudo snapcraft prime --use-lxd [2021-01-28T16:07:05.462Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T16:07:05.462Z] 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-28T16:07:05.462Z] - README.md [2021-01-28T16:07:05.462Z] - snapcraft.yaml.orig [2021-01-28T16:07:05.462Z] [2021-01-28T16:07:05.462Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T16:07:06.033Z] Launching a container. [2021-01-28T16:07:16.074Z] Waiting for container to be ready [2021-01-28T16:07:16.338Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T16:07:16.338Z] [2021-01-28T16:07:19.640Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T16:07:19.902Z] Waiting for network to be ready... [2021-01-28T16:07:20.475Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T16:07:20.475Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T16:07:20.475Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T16:07:20.735Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T16:07:20.735Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T16:07:20.735Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T16:07:20.735Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T16:07:20.735Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T16:07:20.735Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T16:07:20.735Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T16:07:20.996Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T16:07:20.996Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T16:07:21.257Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T16:07:21.257Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T16:07:21.257Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T16:07:21.257Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T16:07:21.257Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T16:07:21.257Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T16:07:21.834Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T16:07:22.095Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-28T16:07:22.095Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-28T16:07:22.095Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T16:07:22.095Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T16:07:22.095Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-28T16:07:22.095Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T16:07:22.095Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T16:07:22.357Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T16:07:24.271Z] Fetched 23.8 MB in 4s (5921 kB/s) [2021-01-28T16:07:25.213Z] Reading package lists... [2021-01-28T16:07:25.213Z] Reading package lists... [2021-01-28T16:07:25.474Z] Building dependency tree... [2021-01-28T16:07:25.474Z] Reading state information... [2021-01-28T16:07:25.736Z] The following additional packages will be installed: [2021-01-28T16:07:25.736Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T16:07:25.736Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T16:07:25.736Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T16:07:25.736Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T16:07:25.736Z] Suggested packages: [2021-01-28T16:07:25.736Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T16:07:25.736Z] Recommended packages: [2021-01-28T16:07:25.736Z] gnupg libsasl2-modules [2021-01-28T16:07:25.736Z] The following NEW packages will be installed: [2021-01-28T16:07:25.736Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T16:07:25.736Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T16:07:25.736Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T16:07:25.736Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T16:07:25.736Z] The following packages will be upgraded: [2021-01-28T16:07:25.736Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T16:07:25.736Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T16:07:25.736Z] Need to get 3533 kB of archives. [2021-01-28T16:07:25.736Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T16:07:25.736Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T16:07:25.996Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T16:07:26.257Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T16:07:26.257Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T16:07:26.257Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T16:07:26.257Z] 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-28T16:07:26.257Z] 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-28T16:07:26.257Z] 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-28T16:07:26.257Z] 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-28T16:07:26.257Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T16:07:26.517Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T16:07:26.517Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T16:07:26.517Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T16:07:26.517Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T16:07:26.517Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T16:07:26.517Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T16:07:26.517Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T16:07:26.517Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T16:07:26.517Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T16:07:26.517Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T16:07:26.517Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T16:07:26.517Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T16:07:26.779Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T16:07:26.779Z] Fetched 3533 kB in 1s (3598 kB/s) [2021-01-28T16:07:26.779Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T16:07:26.779Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T16:07:26.779Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T16:07:27.039Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T16:07:27.039Z] Selecting previously unselected package udev. [2021-01-28T16:07:27.039Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T16:07:27.039Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T16:07:27.039Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T16:07:28.421Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T16:07:28.421Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T16:07:28.421Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T16:07:29.365Z] Selecting previously unselected package fuse. [2021-01-28T16:07:29.365Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T16:07:29.626Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T16:07:30.565Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T16:07:30.826Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T16:07:31.767Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T16:07:32.029Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T16:07:32.971Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T16:07:33.542Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T16:07:34.932Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T16:07:34.932Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T16:07:34.932Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T16:07:34.932Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T16:07:34.933Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T16:07:34.933Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:34.933Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T16:07:34.933Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T16:07:34.933Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:35.192Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T16:07:35.193Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T16:07:35.193Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:35.193Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T16:07:35.193Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T16:07:35.193Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:35.453Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T16:07:35.453Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T16:07:35.453Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:35.453Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T16:07:35.453Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T16:07:35.453Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:35.453Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T16:07:35.453Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T16:07:35.453Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:35.715Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T16:07:35.715Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T16:07:35.715Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:35.715Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T16:07:35.715Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T16:07:35.715Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:35.976Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T16:07:35.976Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T16:07:35.976Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T16:07:35.976Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T16:07:35.976Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T16:07:35.976Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T16:07:35.976Z] Selecting previously unselected package libldap-common. [2021-01-28T16:07:35.976Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T16:07:35.976Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T16:07:36.237Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T16:07:36.237Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T16:07:36.237Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T16:07:36.237Z] Selecting previously unselected package dirmngr. [2021-01-28T16:07:36.237Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T16:07:36.237Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T16:07:36.498Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T16:07:36.498Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T16:07:36.498Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T16:07:36.498Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T16:07:36.758Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T16:07:36.758Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T16:07:36.758Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:36.758Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T16:07:36.758Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T16:07:36.758Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T16:07:37.020Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T16:07:37.281Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:37.281Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T16:07:37.281Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T16:07:37.281Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T16:07:37.281Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:37.541Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:37.541Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:37.541Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:37.541Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:37.541Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:37.541Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T16:07:37.541Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T16:07:37.541Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T16:07:37.803Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T16:07:38.063Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T16:07:38.063Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T16:07:38.063Z] This means they are not meant to be enabled using systemctl. [2021-01-28T16:07:38.063Z] Possible reasons for having this kind of units are: [2021-01-28T16:07:38.063Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T16:07:38.063Z] .wants/ or .requires/ directory. [2021-01-28T16:07:38.063Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T16:07:38.063Z] a requirement dependency on it. [2021-01-28T16:07:38.063Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T16:07:38.063Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T16:07:38.063Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T16:07:38.063Z] instance name specified. [2021-01-28T16:07:38.324Z] Reading package lists... [2021-01-28T16:07:38.585Z] Building dependency tree... [2021-01-28T16:07:38.585Z] Reading state information... [2021-01-28T16:07:38.585Z] The following additional packages will be installed: [2021-01-28T16:07:38.585Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T16:07:38.585Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T16:07:38.585Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T16:07:38.585Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T16:07:38.585Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T16:07:38.585Z] Suggested packages: [2021-01-28T16:07:38.585Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T16:07:38.585Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T16:07:38.585Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T16:07:38.585Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T16:07:38.585Z] systemd-container policykit-1 [2021-01-28T16:07:38.585Z] Recommended packages: [2021-01-28T16:07:38.585Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T16:07:38.585Z] The following NEW packages will be installed: [2021-01-28T16:07:38.585Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T16:07:38.585Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T16:07:38.585Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T16:07:38.585Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T16:07:38.585Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T16:07:38.585Z] The following packages will be upgraded: [2021-01-28T16:07:38.585Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T16:07:38.845Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T16:07:38.845Z] Need to get 35.2 MB of archives. [2021-01-28T16:07:38.845Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T16:07:38.845Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T16:07:38.845Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T16:07:38.845Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T16:07:38.845Z] 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-28T16:07:38.845Z] 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-28T16:07:38.845Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T16:07:38.845Z] 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-28T16:07:38.845Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T16:07:38.845Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T16:07:38.845Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T16:07:39.105Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T16:07:39.105Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T16:07:39.105Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T16:07:39.105Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T16:07:39.105Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T16:07:39.105Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T16:07:39.105Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T16:07:39.105Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T16:07:39.677Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T16:07:39.677Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T16:07:39.677Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T16:07:39.677Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T16:07:39.677Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T16:07:39.677Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T16:07:39.677Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T16:07:39.677Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T16:07:39.677Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T16:07:39.677Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T16:07:39.677Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T16:07:39.677Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T16:07:41.062Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T16:07:41.062Z] Fetched 35.2 MB in 2s (16.0 MB/s) [2021-01-28T16:07:41.063Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T16:07:41.063Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T16:07:41.324Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T16:07:41.897Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T16:07:41.897Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T16:07:41.897Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T16:07:42.158Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T16:07:42.158Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T16:07:42.159Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T16:07:42.159Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T16:07:42.421Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T16:07:42.421Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T16:07:42.421Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T16:07:42.682Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T16:07:42.682Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T16:07:43.254Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T16:07:43.254Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T16:07:43.254Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T16:07:43.254Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T16:07:43.514Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T16:07:43.514Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T16:07:43.514Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T16:07:43.774Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T16:07:43.774Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T16:07:43.774Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T16:07:43.774Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T16:07:43.774Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T16:07:43.774Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T16:07:44.054Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T16:07:44.054Z] Checking for services that may need to be restarted...done. [2021-01-28T16:07:44.054Z] Checking for services that may need to be restarted...done. [2021-01-28T16:07:44.054Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T16:07:44.314Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T16:07:44.314Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T16:07:44.575Z] Selecting previously unselected package python3-minimal. [2021-01-28T16:07:44.575Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T16:07:44.575Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T16:07:44.575Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T16:07:44.836Z] Selecting previously unselected package mime-support. [2021-01-28T16:07:44.836Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T16:07:44.836Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T16:07:44.836Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T16:07:44.836Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T16:07:44.836Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T16:07:45.097Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T16:07:45.097Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T16:07:45.097Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T16:07:45.358Z] Selecting previously unselected package python3.6. [2021-01-28T16:07:45.358Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T16:07:45.358Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T16:07:45.358Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T16:07:45.358Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T16:07:45.358Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T16:07:45.358Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T16:07:45.620Z] Selecting previously unselected package python3. [2021-01-28T16:07:45.620Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T16:07:45.620Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T16:07:45.620Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T16:07:45.620Z] Selecting previously unselected package multiarch-support. [2021-01-28T16:07:45.620Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T16:07:45.620Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T16:07:45.881Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T16:07:45.881Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T16:07:45.881Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T16:07:45.881Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T16:07:45.881Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T16:07:45.881Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T16:07:45.881Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T16:07:45.881Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T16:07:46.142Z] Selecting previously unselected package sudo. [2021-01-28T16:07:46.142Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T16:07:46.142Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T16:07:46.142Z] Selecting previously unselected package apparmor. [2021-01-28T16:07:46.142Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T16:07:46.403Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T16:07:46.403Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T16:07:46.403Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T16:07:46.403Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T16:07:46.403Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T16:07:46.403Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T16:07:46.665Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T16:07:46.665Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T16:07:46.665Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T16:07:46.665Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T16:07:46.665Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T16:07:46.665Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T16:07:46.665Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T16:07:47.240Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T16:07:47.240Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T16:07:47.502Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T16:07:48.075Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T16:07:48.075Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T16:07:48.075Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T16:07:48.075Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T16:07:48.075Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T16:07:48.075Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T16:07:48.336Z] Selecting previously unselected package openssh-client. [2021-01-28T16:07:48.336Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T16:07:48.336Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T16:07:48.336Z] Selecting previously unselected package squashfs-tools. [2021-01-28T16:07:48.336Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T16:07:48.336Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T16:07:48.596Z] Selecting previously unselected package snapd. [2021-01-28T16:07:48.596Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T16:07:48.596Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T16:07:50.512Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T16:07:50.512Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T16:07:50.512Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T16:07:50.773Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T16:07:50.773Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T16:07:50.773Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T16:07:50.773Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T16:07:50.773Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T16:07:50.773Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T16:07:51.345Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T16:07:51.606Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T16:07:51.606Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T16:07:51.606Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T16:07:51.606Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T16:07:51.606Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T16:07:52.179Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T16:07:52.179Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T16:07:52.179Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T16:07:52.179Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T16:07:52.441Z] running python rtupdate hooks for python3.6... [2021-01-28T16:07:52.441Z] running python post-rtupdate hooks for python3.6... [2021-01-28T16:07:52.441Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T16:07:53.828Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T16:07:54.090Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T16:07:54.090Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T16:07:54.351Z] Setting up snapd (2.48+18.04) ... [2021-01-28T16:07:54.924Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T16:07:54.924Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T16:07:55.186Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T16:07:55.186Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T16:07:55.447Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T16:07:55.447Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T16:07:55.709Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T16:07:55.970Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T16:07:55.970Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T16:07:56.232Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T16:07:56.493Z] /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-28T16:07:56.493Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T16:07:56.493Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T16:07:57.439Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T16:07:57.439Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T16:07:57.439Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T16:07:58.585Z] Reading package lists... [2021-01-28T16:07:58.845Z] Reading package lists... [2021-01-28T16:07:59.126Z] Building dependency tree... [2021-01-28T16:07:59.126Z] Reading state information... [2021-01-28T16:07:59.391Z] Calculating upgrade... [2021-01-28T16:07:59.391Z] The following packages will be upgraded: [2021-01-28T16:07:59.391Z] advancecomp base-files bash binutils binutils-common [2021-01-28T16:07:59.391Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T16:07:59.391Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T16:07:59.391Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T16:07:59.391Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T16:07:59.391Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T16:07:59.391Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T16:07:59.391Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T16:07:59.391Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T16:07:59.391Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T16:07:59.391Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T16:07:59.391Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T16:07:59.391Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T16:07:59.391Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T16:07:59.391Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T16:07:59.654Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T16:07:59.654Z] Need to get 63.8 MB of archives. [2021-01-28T16:07:59.654Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T16:07:59.654Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T16:07:59.654Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T16:07:59.654Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T16:07:59.654Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T16:07:59.654Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T16:07:59.654Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T16:07:59.654Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T16:07:59.654Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T16:07:59.654Z] 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-28T16:07:59.654Z] 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-28T16:07:59.654Z] 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-28T16:07:59.654Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T16:07:59.654Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T16:07:59.654Z] 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-28T16:07:59.654Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T16:07:59.654Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T16:07:59.654Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T16:07:59.918Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T16:07:59.918Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T16:07:59.918Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T16:07:59.918Z] 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-28T16:07:59.918Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T16:07:59.918Z] 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-28T16:07:59.918Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T16:07:59.918Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T16:07:59.918Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T16:07:59.918Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T16:07:59.918Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T16:07:59.918Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T16:07:59.918Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T16:07:59.918Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T16:07:59.918Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T16:07:59.918Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T16:07:59.918Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T16:07:59.918Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T16:07:59.918Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T16:07:59.918Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T16:07:59.918Z] 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-28T16:07:59.918Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T16:07:59.918Z] 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-28T16:07:59.918Z] 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-28T16:07:59.918Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T16:07:59.918Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T16:07:59.918Z] 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-28T16:07:59.918Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T16:07:59.918Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T16:07:59.918Z] 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-28T16:07:59.918Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T16:07:59.918Z] 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-28T16:08:00.179Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T16:08:00.179Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T16:08:00.179Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T16:08:00.179Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T16:08:00.179Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T16:08:00.179Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T16:08:00.179Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T16:08:00.179Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T16:08:00.441Z] 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-28T16:08:00.441Z] 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-28T16:08:00.441Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T16:08:00.702Z] 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-28T16:08:00.702Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T16:08:00.702Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T16:08:00.702Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T16:08:00.702Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T16:08:00.702Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T16:08:00.702Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T16:08:00.964Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T16:08:00.964Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T16:08:00.964Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T16:08:00.964Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T16:08:00.964Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T16:08:00.964Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T16:08:00.964Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T16:08:00.964Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T16:08:00.964Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T16:08:00.964Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T16:08:00.964Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T16:08:00.964Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T16:08:00.964Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T16:08:00.964Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T16:08:00.964Z] 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-28T16:08:00.965Z] 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-28T16:08:00.965Z] 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-28T16:08:00.965Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T16:08:00.965Z] 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-28T16:08:01.226Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T16:08:01.226Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T16:08:01.226Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T16:08:01.226Z] 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-28T16:08:01.226Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T16:08:01.226Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T16:08:01.226Z] 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-28T16:08:01.226Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T16:08:01.226Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T16:08:01.226Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T16:08:01.226Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T16:08:01.565Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T16:08:01.565Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T16:08:01.565Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T16:08:01.565Z] Fetched 63.8 MB in 2s (34.4 MB/s) [2021-01-28T16:08:01.836Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:01.836Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T16:08:02.412Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T16:08:03.799Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T16:08:04.061Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T16:08:04.635Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T16:08:04.897Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T16:08:05.842Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:05.842Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T16:08:05.842Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:05.842Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T16:08:05.842Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:06.104Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T16:08:06.104Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:06.104Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T16:08:06.366Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:06.366Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T16:08:06.366Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:06.366Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T16:08:06.626Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:06.626Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T16:08:06.626Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:06.887Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T16:08:06.887Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:06.887Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T16:08:06.887Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:07.147Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T16:08:07.147Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:07.147Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T16:08:07.147Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:07.147Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T16:08:07.408Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:07.408Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T16:08:07.408Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:07.670Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T16:08:07.670Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T16:08:07.930Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T16:08:08.192Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T16:08:08.453Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T16:08:08.453Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T16:08:08.453Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T16:08:08.453Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T16:08:08.713Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T16:08:08.713Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T16:08:08.974Z] Installing new version of config file /etc/issue ... [2021-01-28T16:08:08.974Z] Installing new version of config file /etc/issue.net ... [2021-01-28T16:08:08.974Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T16:08:08.974Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T16:08:09.235Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T16:08:09.235Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T16:08:09.235Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T16:08:09.496Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:09.496Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T16:08:09.496Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T16:08:09.496Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T16:08:09.757Z] 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-28T16:08:09.757Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:09.757Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T16:08:09.757Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T16:08:09.757Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T16:08:10.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:10.019Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T16:08:10.019Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T16:08:10.019Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T16:08:10.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:10.280Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T16:08:10.280Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T16:08:10.542Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T16:08:10.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:10.542Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T16:08:10.542Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T16:08:10.803Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T16:08:10.803Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:10.803Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T16:08:10.803Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T16:08:11.064Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T16:08:11.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:11.064Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T16:08:11.064Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T16:08:11.324Z] Setting up grep (3.1-2build1) ... [2021-01-28T16:08:11.324Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:11.324Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T16:08:11.324Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T16:08:11.584Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T16:08:11.584Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:11.584Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T16:08:11.584Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T16:08:11.584Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T16:08:11.845Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:11.845Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T16:08:11.845Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T16:08:12.416Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T16:08:12.416Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T16:08:12.416Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T16:08:12.416Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T16:08:12.988Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T16:08:12.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:12.988Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T16:08:12.988Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T16:08:14.376Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T16:08:14.376Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T16:08:14.376Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T16:08:14.376Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T16:08:14.376Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T16:08:14.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:14.376Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T16:08:14.376Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T16:08:14.638Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T16:08:14.638Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:14.638Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T16:08:14.901Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T16:08:14.901Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T16:08:14.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:14.901Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T16:08:14.901Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T16:08:15.163Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T16:08:15.163Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:15.163Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T16:08:15.163Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T16:08:15.424Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T16:08:15.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:15.424Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T16:08:15.424Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T16:08:15.686Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T16:08:15.686Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:15.686Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T16:08:15.686Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T16:08:15.948Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T16:08:15.948Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T16:08:15.948Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T16:08:16.210Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:16.210Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T16:08:16.210Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T16:08:16.210Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T16:08:16.473Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:16.473Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T16:08:16.473Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T16:08:16.473Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T16:08:16.473Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:16.473Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T16:08:16.473Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T16:08:16.735Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T16:08:16.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:16.735Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T16:08:16.735Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T16:08:17.306Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T16:08:17.566Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T16:08:17.828Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T16:08:17.828Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:17.828Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T16:08:18.089Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T16:08:18.089Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T16:08:18.351Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T16:08:18.351Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T16:08:18.351Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T16:08:18.613Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T16:08:18.885Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:18.885Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T16:08:18.885Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T16:08:18.885Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T16:08:19.154Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:19.154Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T16:08:19.154Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T16:08:19.416Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T16:08:19.416Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:19.416Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T16:08:19.416Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T16:08:19.677Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T16:08:19.677Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:19.677Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T16:08:19.677Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T16:08:19.937Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T16:08:19.937Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:19.937Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T16:08:20.199Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T16:08:20.199Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T16:08:20.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:20.199Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T16:08:20.460Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T16:08:20.460Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T16:08:20.721Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:20.721Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T16:08:20.721Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T16:08:20.982Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T16:08:20.983Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T16:08:20.983Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T16:08:20.983Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T16:08:21.243Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T16:08:21.243Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:21.243Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T16:08:21.243Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T16:08:21.504Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T16:08:21.504Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:21.504Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T16:08:21.504Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T16:08:21.764Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T16:08:22.024Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:22.024Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T16:08:22.024Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T16:08:22.285Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T16:08:22.285Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:22.285Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T16:08:22.285Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T16:08:22.285Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T16:08:22.546Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:22.546Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T16:08:22.546Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T16:08:22.807Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T16:08:23.070Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:23.070Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T16:08:23.070Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T16:08:23.331Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T16:08:23.331Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:23.331Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T16:08:23.331Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T16:08:23.601Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T16:08:23.601Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:23.601Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T16:08:23.601Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T16:08:23.862Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T16:08:24.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:24.124Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T16:08:24.124Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T16:08:24.124Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T16:08:24.387Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:24.387Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T16:08:24.387Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T16:08:24.387Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T16:08:24.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:24.649Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T16:08:24.649Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T16:08:24.649Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T16:08:24.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T16:08:24.649Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T16:08:24.910Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T16:08:24.910Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T16:08:24.910Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T16:08:24.910Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T16:08:24.910Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T16:08:25.173Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T16:08:25.173Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T16:08:25.433Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T16:08:25.433Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T16:08:26.375Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T16:08:26.375Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T16:08:26.947Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T16:08:26.947Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T16:08:27.208Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T16:08:27.470Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T16:08:27.731Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T16:08:27.731Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T16:08:27.731Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T16:08:27.731Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T16:08:27.986Z] 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-28T16:08:27.992Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T16:08:27.992Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T16:08:27.992Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T16:08:27.992Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T16:08:28.253Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T16:08:28.253Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T16:08:28.514Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T16:08:28.514Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T16:08:29.456Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T16:08:29.457Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T16:08:29.457Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T16:08:29.716Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T16:08:29.716Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T16:08:29.716Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T16:08:29.976Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T16:08:29.976Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T16:08:30.238Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T16:08:30.500Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T16:08:30.500Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T16:08:30.500Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T16:08:30.762Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:30.762Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T16:08:30.762Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:31.024Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T16:08:31.286Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:31.286Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T16:08:31.286Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:31.286Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T16:08:31.414Z] Removing intermediate container 647b218a58c3 [2021-01-28T16:08:31.414Z] ---> 92e8a85aaf1f [2021-01-28T16:08:31.414Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T16:08:32.016Z] ---> Running in 49d618f7cacd [2021-01-28T16:08:32.016Z] Removing intermediate container cab92fdfe090 [2021-01-28T16:08:32.016Z] ---> ea2445ef5a6c [2021-01-28T16:08:32.016Z] [2021-01-28T16:08:32.016Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T16:08:32.225Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:32.225Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T16:08:32.294Z] 3.12: Pulling from library/alpine [2021-01-28T16:08:33.167Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:33.167Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T16:08:33.737Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:33.737Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T16:08:33.997Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:33.997Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T16:08:34.292Z] 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-28T16:08:34.889Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T16:08:34.890Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T16:08:34.890Z] ---> afeebe901d6b [2021-01-28T16:08:34.890Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T16:08:34.937Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T16:08:34.937Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T16:08:34.937Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T16:08:34.937Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T16:08:35.162Z] Removing intermediate container 059a71c4ba22 [2021-01-28T16:08:35.162Z] ---> 94fc5c529482 [2021-01-28T16:08:35.162Z] [2021-01-28T16:08:35.162Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T16:08:35.162Z] ---> afeebe901d6b [2021-01-28T16:08:35.162Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T16:08:35.197Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T16:08:35.197Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T16:08:35.197Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T16:08:35.433Z] ---> Running in f8f8ef0e332c [2021-01-28T16:08:35.433Z] ---> Running in 07a5f4e0d64c [2021-01-28T16:08:35.522Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T16:08:35.522Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T16:08:35.522Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T16:08:35.784Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T16:08:35.784Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T16:08:35.784Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T16:08:35.784Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T16:08:36.051Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T16:08:36.052Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T16:08:36.052Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:36.312Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T16:08:36.312Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:36.312Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:36.312Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:36.312Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T16:08:36.312Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T16:08:36.312Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T16:08:36.440Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T16:08:36.440Z] + cd /tmp/build/dist/linux [2021-01-28T16:08:36.440Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T16:08:36.440Z] Cloning into '.'... [2021-01-28T16:08:36.575Z] [2021-01-28T16:08:36.575Z] Current default time zone: 'Etc/UTC' [2021-01-28T16:08:36.575Z] Local time is now: Thu Jan 28 16:08:36 UTC 2021. [2021-01-28T16:08:36.575Z] Universal Time is now: Thu Jan 28 16:08:36 UTC 2021. [2021-01-28T16:08:36.575Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T16:08:36.575Z] [2021-01-28T16:08:36.575Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T16:08:36.575Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:36.575Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T16:08:36.575Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T16:08:36.575Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T16:08:36.837Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T16:08:36.837Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T16:08:36.837Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T16:08:36.837Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T16:08:36.837Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T16:08:36.837Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:36.837Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T16:08:37.099Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T16:08:37.099Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T16:08:37.099Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:37.130Z] + go get github.com/robfig/glock [2021-01-28T16:08:37.360Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T16:08:37.361Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T16:08:37.361Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T16:08:37.361Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T16:08:37.361Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T16:08:37.361Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T16:08:37.361Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T16:08:37.361Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T16:08:37.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:08:37.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:08:37.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:08:37.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:08:39.274Z] Updating certificates in /etc/ssl/certs... [2021-01-28T16:08:39.283Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T16:08:39.283Z] Removing intermediate container 49d618f7cacd [2021-01-28T16:08:39.283Z] ---> 8fd69b30122d [2021-01-28T16:08:39.283Z] [2021-01-28T16:08:39.283Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T16:08:39.283Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T16:08:39.283Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:08:39.283Z] OK: 5 MiB in 15 packages [2021-01-28T16:08:39.283Z] 20.10.0: Pulling from library/docker [2021-01-28T16:08:39.283Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T16:08:39.283Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:08:39.283Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T16:08:39.562Z] OK: 6 MiB in 16 packages [2021-01-28T16:08:40.217Z] 22 added, 17 removed; done. [2021-01-28T16:08:40.218Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T16:08:40.218Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T16:08:40.218Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T16:08:40.479Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T16:08:40.479Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T16:08:40.479Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T16:08:40.479Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T16:08:40.479Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T16:08:40.479Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T16:08:40.479Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T16:08:40.740Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T16:08:40.740Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T16:08:40.740Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T16:08:40.740Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T16:08:40.740Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T16:08:40.740Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T16:08:40.740Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T16:08:41.003Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T16:08:41.003Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T16:08:41.003Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T16:08:41.003Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T16:08:41.003Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T16:08:41.003Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T16:08:41.264Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T16:08:41.264Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T16:08:41.264Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T16:08:41.264Z] Updating certificates in /etc/ssl/certs... [2021-01-28T16:08:41.836Z] 0 added, 0 removed; done. [2021-01-28T16:08:41.836Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T16:08:41.836Z] done. [2021-01-28T16:08:42.218Z] Removing intermediate container f8f8ef0e332c [2021-01-28T16:08:42.218Z] ---> 57b36bd40d45 [2021-01-28T16:08:42.218Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T16:08:42.406Z] Reading package lists... [2021-01-28T16:08:42.406Z] Building dependency tree... [2021-01-28T16:08:42.406Z] Reading state information... [2021-01-28T16:08:42.503Z] ---> Running in 4ea23e90a049 [2021-01-28T16:08:42.666Z] The following NEW packages will be installed: [2021-01-28T16:08:42.667Z] apt-transport-https [2021-01-28T16:08:42.927Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T16:08:42.927Z] Need to get 1696 B of archives. [2021-01-28T16:08:42.927Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T16:08:42.927Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T16:08:42.927Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T16:08:42.927Z] Fetched 1696 B in 0s (9357 B/s) [2021-01-28T16:08:42.927Z] Selecting previously unselected package apt-transport-https. [2021-01-28T16:08:42.927Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T16:08:42.927Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T16:08:42.927Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T16:08:43.105Z] Removing intermediate container 07a5f4e0d64c [2021-01-28T16:08:43.105Z] ---> 2c48ecfed488 [2021-01-28T16:08:43.105Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T16:08:43.188Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T16:08:43.378Z] Removing intermediate container 4ea23e90a049 [2021-01-28T16:08:43.378Z] ---> 9accd75e9d65 [2021-01-28T16:08:43.378Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T16:08:43.450Z] Waiting for network to be ready... [2021-01-28T16:08:43.656Z] ---> Running in db5505d68757 [2021-01-28T16:08:43.933Z] ---> Running in 701f3cfed178 [2021-01-28T16:08:44.540Z] Removing intermediate container db5505d68757 [2021-01-28T16:08:44.540Z] ---> e35ebbd425ed [2021-01-28T16:08:44.540Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T16:08:44.817Z] ---> Running in 5add43855bb8 [2021-01-28T16:08:45.105Z] Removing intermediate container 48cc7f3bb892 [2021-01-28T16:08:45.105Z] ---> 48a3273512fa [2021-01-28T16:08:45.105Z] [2021-01-28T16:08:45.105Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T16:08:45.105Z] ---> afeebe901d6b [2021-01-28T16:08:45.105Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T16:08:45.105Z] ---> Using cache [2021-01-28T16:08:45.105Z] ---> 57b36bd40d45 [2021-01-28T16:08:45.105Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T16:08:45.105Z] ---> Using cache [2021-01-28T16:08:45.105Z] ---> 9accd75e9d65 [2021-01-28T16:08:45.105Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T16:08:45.105Z] Removing intermediate container 701f3cfed178 [2021-01-28T16:08:45.105Z] ---> 1f1c1c5d7774 [2021-01-28T16:08:45.105Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T16:08:45.705Z] ---> Running in dae29b23aa2c [2021-01-28T16:08:45.705Z] ---> Running in 61e9da3264de [2021-01-28T16:08:45.705Z] Removing intermediate container 5add43855bb8 [2021-01-28T16:08:45.705Z] ---> 4ca204243817 [2021-01-28T16:08:45.705Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T16:08:46.308Z] ---> Running in 2919d7232d3b [2021-01-28T16:08:46.581Z] Removing intermediate container 61e9da3264de [2021-01-28T16:08:46.581Z] ---> 6a0e003d2d08 [2021-01-28T16:08:46.581Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:08:46.581Z] Removing intermediate container dae29b23aa2c [2021-01-28T16:08:46.581Z] ---> 326809cbdbd7 [2021-01-28T16:08:46.581Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T16:08:46.855Z] ---> Running in 725ce7058675 [2021-01-28T16:08:46.855Z] Removing intermediate container 2919d7232d3b [2021-01-28T16:08:46.855Z] ---> 5504a993ba92 [2021-01-28T16:08:46.855Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:08:47.840Z] Removing intermediate container 725ce7058675 [2021-01-28T16:08:47.840Z] ---> 4f3928943b99 [2021-01-28T16:08:47.840Z] Step 15/23 : WORKDIR / [2021-01-28T16:08:48.117Z] ---> Running in 669446827d14 [2021-01-28T16:08:48.117Z] ---> 87f13065e698 [2021-01-28T16:08:48.117Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T16:08:48.718Z] ---> c97744aa3bcb [2021-01-28T16:08:48.718Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T16:08:48.735Z] 2021-01-28T16:08:46Z INFO Waiting for automatic snapd restart... [2021-01-28T16:08:48.735Z] snapd 2.48.2 from Canonical* installed [2021-01-28T16:08:49.321Z] Removing intermediate container 669446827d14 [2021-01-28T16:08:49.321Z] ---> 4d46a3b26bae [2021-01-28T16:08:49.321Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:08:49.679Z] "snapd" switched to the "latest/stable" channel [2021-01-28T16:08:49.679Z] [2021-01-28T16:08:51.318Z] ---> 147991db1144 [2021-01-28T16:08:51.318Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T16:08:51.618Z] ---> 5d30e61fb1ca [2021-01-28T16:08:51.618Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T16:08:51.892Z] ---> 6914d827aa9f [2021-01-28T16:08:51.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T16:08:52.231Z] core18 20201210 from Canonical* installed [2021-01-28T16:08:52.491Z] "core18" switched to the "latest/stable" channel [2021-01-28T16:08:52.491Z] [2021-01-28T16:08:52.895Z] ---> 73c060fbb3d3 [2021-01-28T16:08:52.895Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T16:08:53.171Z] ---> Running in 2c788150c148 [2021-01-28T16:08:53.783Z] ---> f61cfdb18d0e [2021-01-28T16:08:53.783Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T16:08:53.783Z] ---> bf0f7ec69d71 [2021-01-28T16:08:53.783Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T16:08:54.058Z] ---> Running in 2daf6737dade [2021-01-28T16:08:54.058Z] Removing intermediate container 2c788150c148 [2021-01-28T16:08:54.058Z] ---> e18679afce56 [2021-01-28T16:08:54.058Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:08:54.336Z] ---> Running in fb5f44b17a55 [2021-01-28T16:08:54.935Z] Removing intermediate container 2daf6737dade [2021-01-28T16:08:54.935Z] ---> f872127aa001 [2021-01-28T16:08:54.935Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:08:55.208Z] ---> c95cb2b3ffe6 [2021-01-28T16:08:55.208Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T16:08:55.208Z] ---> Running in 77c8812da8c7 [2021-01-28T16:08:55.208Z] Removing intermediate container fb5f44b17a55 [2021-01-28T16:08:55.208Z] ---> 8b528ed8eb4d [2021-01-28T16:08:55.208Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T16:08:55.484Z] ---> Running in 390bc87ea91d [2021-01-28T16:08:55.484Z] ---> Running in 4866f09eaad5 [2021-01-28T16:08:55.796Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T16:08:55.796Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T16:08:55.796Z] [2021-01-28T16:08:56.081Z] Removing intermediate container 77c8812da8c7 [2021-01-28T16:08:56.081Z] ---> acec33490dd7 [2021-01-28T16:08:56.081Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T16:08:56.081Z] ---> Running in 3233ac512280 [2021-01-28T16:08:56.355Z] Removing intermediate container 4866f09eaad5 [2021-01-28T16:08:56.355Z] ---> b9ff784fb069 [2021-01-28T16:08:56.355Z] Step 21/22 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:08:56.355Z] Removing intermediate container 390bc87ea91d [2021-01-28T16:08:56.355Z] ---> acd8e591ff96 [2021-01-28T16:08:56.355Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:08:56.628Z] ---> Running in 7c0efc7db409 [2021-01-28T16:08:56.628Z] ---> Running in e0ba9138e205 [2021-01-28T16:08:56.908Z] Removing intermediate container 3233ac512280 [2021-01-28T16:08:56.908Z] ---> f26344bb376c [2021-01-28T16:08:56.908Z] Step 21/22 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:08:57.180Z] ---> Running in 938cddd0e5e3 [2021-01-28T16:08:57.452Z] Removing intermediate container 7c0efc7db409 [2021-01-28T16:08:57.452Z] ---> 95149427656e [2021-01-28T16:08:57.452Z] Step 21/23 : LABEL arch=arm64Removing intermediate container e0ba9138e205 [2021-01-28T16:08:57.452Z] ---> c58a8d14c4dd [2021-01-28T16:08:57.452Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T16:08:57.452Z] [2021-01-28T16:08:57.726Z] + glock sync -n [2021-01-28T16:08:57.726Z]  ---> Running in 9976305c0730 [2021-01-28T16:08:57.726Z] ---> Running in 2b7a752b8e05 [2021-01-28T16:08:57.726Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T16:08:57.726Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T16:08:57.726Z] ---> eeaf43b92773 [2021-01-28T16:08:57.726Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T16:08:58.003Z] Removing intermediate container 938cddd0e5e3 [2021-01-28T16:08:58.003Z] ---> 1b527ff9f4af [2021-01-28T16:08:58.003Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T16:08:58.003Z] ---> Running in 350a0609a2b9 [2021-01-28T16:08:58.277Z] ---> Running in ca07e157737d [2021-01-28T16:08:58.277Z] Removing intermediate container 2b7a752b8e05 [2021-01-28T16:08:58.277Z] ---> 7487908401fd [2021-01-28T16:08:58.277Z] Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:08:58.553Z] Removing intermediate container 9976305c0730 [2021-01-28T16:08:58.553Z] ---> 86bb2f10ddd8 [2021-01-28T16:08:58.553Z] [2021-01-28T16:08:58.553Z] ---> Running in b8165f73e275 [2021-01-28T16:08:59.102Z] 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-28T16:08:59.102Z] - README.md [2021-01-28T16:08:59.102Z] - snapcraft.yaml.orig [2021-01-28T16:08:59.102Z] [2021-01-28T16:08:59.102Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T16:08:59.166Z] Removing intermediate container ca07e157737d [2021-01-28T16:08:59.166Z] ---> 50d50bf9e25f [2021-01-28T16:08:59.166Z] [2021-01-28T16:08:59.166Z] Successfully built 86bb2f10ddd8 [2021-01-28T16:08:59.166Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T16:08:59.454Z] Removing intermediate container b8165f73e275 [2021-01-28T16:08:59.454Z] ---> 7bea9bf68bb7 [2021-01-28T16:08:59.454Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T16:08:59.454Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-28T16:08:59.454Z] ---> Running in 29a3704f06e7 [2021-01-28T16:08:59.726Z] Successfully built 50d50bf9e25f [2021-01-28T16:08:59.726Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T16:08:59.726Z] Building docker-core-metadata-go [2021-01-28T16:08:59.726Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:08:59.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:08:59.999Z] Removing intermediate container 29a3704f06e7 [2021-01-28T16:08:59.999Z] ---> a638e34aaa27 [2021-01-28T16:08:59.999Z] [2021-01-28T16:09:00.599Z] Successfully built a638e34aaa27 [2021-01-28T16:09:00.599Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T16:09:00.599Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T16:09:00.599Z]  Building docker-core-command-go ... done (2/2) Installing bash (5.0.17-r0) [2021-01-28T16:09:00.599Z] Building docker-security-proxy-setup-go [2021-01-28T16:09:00.599Z] Executing bash-5.0.17-r0.post-install [2021-01-28T16:09:00.599Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:09:00.599Z] OK: 12 MiB in 22 packages [2021-01-28T16:09:02.032Z] Removing intermediate container 350a0609a2b9 [2021-01-28T16:09:02.032Z] ---> a96d9528e9a8 [2021-01-28T16:09:02.032Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T16:09:02.309Z] ---> Running in 0918b1d192d8 [2021-01-28T16:09:02.905Z] Removing intermediate container 0918b1d192d8 [2021-01-28T16:09:02.906Z] ---> 8066193557c0 [2021-01-28T16:09:02.906Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T16:09:02.906Z] ---> Running in 32d04a3df763 [2021-01-28T16:09:03.511Z] Removing intermediate container 32d04a3df763 [2021-01-28T16:09:03.511Z] ---> 291e1608413a [2021-01-28T16:09:03.511Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T16:09:03.785Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T16:09:03.785Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T16:09:03.785Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T16:09:04.382Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T16:09:04.382Z] + git describe '--abbrev=0' --tags [2021-01-28T16:09:04.382Z] + TAG=v0.6.1 [2021-01-28T16:09:04.382Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T16:09:04.382Z] + apk --print-arch [2021-01-28T16:09:04.382Z] + arch=aarch64building [dockerize] for arm64 ... [2021-01-28T16:09:04.382Z]  [2021-01-28T16:09:04.382Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T16:09:04.382Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T16:09:04.382Z]  ---> Running in f05ffee6d8d8 [2021-01-28T16:09:05.712Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T16:09:05.712Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T16:09:05.712Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T16:09:05.712Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T16:09:05.823Z] Removing intermediate container f05ffee6d8d8 [2021-01-28T16:09:05.823Z] ---> 1f249e8cdd3b [2021-01-28T16:09:05.823Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T16:09:06.916Z] Reading package lists... [2021-01-28T16:09:07.178Z] 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-28T16:09:08.438Z] ---> a9d1273df8ba [2021-01-28T16:09:08.438Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T16:09:09.032Z] + date [2021-01-28T16:09:09.032Z] + echo 'Thu Jan 28 16:09:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T16:09:09.032Z] Thu Jan 28 16:09:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T16:09:09.304Z] ---> 7125a7382e01 [2021-01-28T16:09:09.304Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T16:09:10.733Z] ---> 67448dea876b [2021-01-28T16:09:10.733Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T16:09:11.013Z] ---> Running in 3bd8a58d2034 [2021-01-28T16:09:12.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:09:12.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:09:13.046Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T16:09:13.046Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T16:09:13.046Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T16:09:13.046Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T16:09:13.046Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T16:09:13.046Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T16:09:13.046Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T16:09:13.763Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T16:09:13.763Z] Reading package lists... [2021-01-28T16:09:13.763Z] Building dependency tree... [2021-01-28T16:09:13.763Z] Reading state information... [2021-01-28T16:09:13.763Z] Suggested packages: [2021-01-28T16:09:13.763Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T16:09:13.763Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T16:09:13.763Z] Recommended packages: [2021-01-28T16:09:13.763Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T16:09:13.763Z] The following NEW packages will be installed: [2021-01-28T16:09:13.763Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T16:09:13.763Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T16:09:13.763Z] pkg-config zip [2021-01-28T16:09:13.763Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T16:09:13.763Z] Need to get 7655 kB of archives. [2021-01-28T16:09:13.763Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T16:09:13.763Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T16:09:13.763Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-28T16:09:13.763Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T16:09:14.024Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T16:09:14.024Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T16:09:14.024Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T16:09:14.024Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T16:09:14.024Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T16:09:14.024Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T16:09:14.024Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T16:09:14.284Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T16:09:14.284Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T16:09:14.284Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T16:09:14.544Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T16:09:14.544Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T16:09:14.544Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T16:09:14.544Z] Fetched 7655 kB in 1s (7924 kB/s) [2021-01-28T16:09:14.544Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T16:09:14.544Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T16:09:14.544Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T16:09:14.805Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T16:09:14.805Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T16:09:14.805Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T16:09:14.805Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T16:09:15.026Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T16:09:15.065Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T16:09:15.065Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T16:09:15.065Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T16:09:15.065Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T16:09:15.065Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T16:09:15.065Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T16:09:15.065Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T16:09:15.065Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T16:09:15.065Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T16:09:15.297Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T16:09:15.297Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T16:09:15.297Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T16:09:15.297Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T16:09:15.297Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T16:09:15.297Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T16:09:15.297Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T16:09:15.324Z] Selecting previously unselected package liberror-perl. [2021-01-28T16:09:15.325Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T16:09:15.325Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T16:09:15.325Z] Selecting previously unselected package git-man. [2021-01-28T16:09:15.325Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T16:09:15.325Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T16:09:15.325Z] Selecting previously unselected package git. [2021-01-28T16:09:15.325Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T16:09:15.325Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T16:09:15.569Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T16:09:15.569Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T16:09:15.569Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T16:09:15.569Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T16:09:15.569Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T16:09:15.569Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T16:09:15.569Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T16:09:15.569Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T16:09:15.569Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T16:09:15.859Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T16:09:15.859Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T16:09:15.859Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T16:09:15.859Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T16:09:15.859Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T16:09:15.859Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T16:09:15.859Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T16:09:15.859Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T16:09:15.859Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T16:09:16.134Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:09:16.134Z] OK: 71 MiB in 55 packages [2021-01-28T16:09:16.265Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T16:09:16.265Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T16:09:16.265Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T16:09:16.265Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T16:09:16.265Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T16:09:16.265Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T16:09:16.265Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T16:09:16.265Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T16:09:16.527Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T16:09:16.527Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T16:09:16.527Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T16:09:16.527Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T16:09:16.527Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T16:09:16.527Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T16:09:16.527Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T16:09:16.788Z] Selecting previously unselected package pkg-config. [2021-01-28T16:09:16.788Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T16:09:16.788Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T16:09:16.788Z] Selecting previously unselected package zip. [2021-01-28T16:09:16.788Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T16:09:16.788Z] Unpacking zip (3.0-11build1) ... [2021-01-28T16:09:16.788Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T16:09:17.051Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T16:09:17.051Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T16:09:17.051Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T16:09:17.051Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T16:09:17.051Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T16:09:17.051Z] No schema files found: doing nothing. [2021-01-28T16:09:17.051Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T16:09:17.051Z] Setting up zip (3.0-11build1) ... [2021-01-28T16:09:17.051Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T16:09:17.051Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T16:09:17.051Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T16:09:17.312Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T16:09:17.312Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T16:09:17.312Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T16:09:17.312Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T16:09:17.312Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T16:09:18.778Z] Removing intermediate container 6fb37900000d [2021-01-28T16:09:18.778Z] ---> fae5cb15e361 [2021-01-28T16:09:18.778Z] 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-28T16:09:19.055Z] ---> Running in 9cb5c5f81adf [2021-01-28T16:09:21.048Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T16:09:21.048Z] statically linked [2021-01-28T16:09:23.679Z] Removing intermediate container 9cb5c5f81adf [2021-01-28T16:09:23.679Z] ---> 040d6e43b229 [2021-01-28T16:09:23.679Z] [2021-01-28T16:09:23.679Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T16:09:23.679Z] ---> afeebe901d6b [2021-01-28T16:09:23.679Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T16:09:23.936Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T16:09:23.936Z] git set to automatically installed. [2021-01-28T16:09:23.936Z] git-man set to automatically installed. [2021-01-28T16:09:23.936Z] libcurl3-gnutls set to automatically installed. [2021-01-28T16:09:23.936Z] liberror-perl set to automatically installed. [2021-01-28T16:09:23.936Z] libglib2.0-0 set to automatically installed. [2021-01-28T16:09:23.936Z] libnghttp2-14 set to automatically installed. [2021-01-28T16:09:23.936Z] libnorm1 set to automatically installed. [2021-01-28T16:09:23.936Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T16:09:23.936Z] libpsl5 set to automatically installed. [2021-01-28T16:09:23.936Z] librtmp1 set to automatically installed. [2021-01-28T16:09:23.936Z] libsodium23 set to automatically installed. [2021-01-28T16:09:23.937Z] libzmq3-dev set to automatically installed. [2021-01-28T16:09:23.937Z] libzmq5 set to automatically installed. [2021-01-28T16:09:23.937Z] pkg-config set to automatically installed. [2021-01-28T16:09:23.937Z] zip set to automatically installed. [2021-01-28T16:09:24.280Z] ---> Running in bea86e58c28f [2021-01-28T16:09:24.880Z] Removing intermediate container bea86e58c28f [2021-01-28T16:09:24.880Z] ---> 6faa3ac2623d [2021-01-28T16:09:24.880Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T16:09:25.474Z] ---> Running in 605433c506db [2021-01-28T16:09:26.930Z] Removing intermediate container 3bd8a58d2034 [2021-01-28T16:09:26.930Z] ---> 66020f9d2282 [2021-01-28T16:09:26.930Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T16:09:27.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:09:27.239Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T16:09:27.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:09:27.479Z] ---> Running in 332f65b8c4a0 [2021-01-28T16:09:28.077Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T16:09:28.077Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T16:09:28.352Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T16:09:28.352Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:09:28.352Z] OK: 6 MiB in 17 packages [2021-01-28T16:09:30.998Z] Removing intermediate container 605433c506db [2021-01-28T16:09:30.998Z] ---> 56c8eecfb214 [2021-01-28T16:09:30.998Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T16:09:31.271Z] ---> Running in 4c5e4aa8e9d0 [2021-01-28T16:09:31.871Z] Removing intermediate container 4c5e4aa8e9d0 [2021-01-28T16:09:31.871Z] ---> 10da2fbc4076 [2021-01-28T16:09:31.871Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T16:09:32.467Z] ---> Running in aa1c4a4023cc [2021-01-28T16:09:33.448Z] Removing intermediate container aa1c4a4023cc [2021-01-28T16:09:33.448Z] ---> 4670b67b41d4 [2021-01-28T16:09:33.448Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T16:09:33.814Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T16:09:33.814Z] snap "core18" has no updates available [2021-01-28T16:09:34.052Z] ---> Running in 3be1964969d2 [2021-01-28T16:09:34.383Z] Pulling config-common [2021-01-28T16:09:34.653Z] Collecting docker-compose==1.23.2 [2021-01-28T16:09:34.927Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T16:09:35.326Z] Pulling go-build-helper [2021-01-28T16:09:36.919Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T16:09:36.919Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T16:09:37.517Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T16:09:37.517Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T16:09:38.176Z] Removing intermediate container 3be1964969d2 [2021-01-28T16:09:38.176Z] ---> 0726ec0780f6 [2021-01-28T16:09:38.176Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T16:09:38.176Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:09:38.176Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:09:38.176Z] ---> ee6bedae3d59 [2021-01-28T16:09:38.176Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T16:09:38.176Z] ---> Using cache [2021-01-28T16:09:38.176Z] ---> 8b644913c247 [2021-01-28T16:09:38.176Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:09:38.176Z] ---> Using cache [2021-01-28T16:09:38.176Z] ---> 43132daa6283 [2021-01-28T16:09:38.176Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T16:09:38.176Z] ---> Using cache [2021-01-28T16:09:38.176Z] ---> a2cd6186af8b [2021-01-28T16:09:38.176Z] Step 6/24 : COPY go.mod . [2021-01-28T16:09:38.176Z] ---> Using cache [2021-01-28T16:09:38.176Z] ---> 802b0f51d0bc [2021-01-28T16:09:38.176Z] Step 7/24 : RUN go mod download [2021-01-28T16:09:38.176Z] ---> Using cache [2021-01-28T16:09:38.176Z] ---> 76214d79e825 [2021-01-28T16:09:38.471Z] Step 8/24 : COPY . . [2021-01-28T16:09:38.785Z] ---> Using cache [2021-01-28T16:09:38.785Z] ---> 3f02dee5ea57 [2021-01-28T16:09:38.785Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T16:09:38.785Z] ---> Running in e24b27fe746b [2021-01-28T16:09:39.072Z] ---> Running in ed8563785845 [2021-01-28T16:09:39.427Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:09:39.427Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:09:39.427Z] ---> ee6bedae3d59 [2021-01-28T16:09:39.427Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T16:09:39.427Z] ---> Using cache [2021-01-28T16:09:39.427Z] ---> 8b644913c247 [2021-01-28T16:09:39.427Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:09:39.427Z] ---> Using cache [2021-01-28T16:09:39.427Z] ---> 43132daa6283 [2021-01-28T16:09:39.427Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T16:09:39.427Z] ---> Using cache [2021-01-28T16:09:39.427Z] ---> a2cd6186af8b [2021-01-28T16:09:39.427Z] Step 6/23 : COPY go.mod . [2021-01-28T16:09:39.427Z] ---> Using cache [2021-01-28T16:09:39.427Z] ---> 802b0f51d0bc [2021-01-28T16:09:39.427Z] Step 7/23 : RUN go mod download [2021-01-28T16:09:39.427Z] ---> Using cache [2021-01-28T16:09:39.427Z] ---> 76214d79e825 [2021-01-28T16:09:39.427Z] Step 8/23 : COPY . . [2021-01-28T16:09:39.720Z] Removing intermediate container e24b27fe746b [2021-01-28T16:09:39.720Z] ---> 7d69e5f9c80b [2021-01-28T16:09:39.720Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T16:09:40.440Z] ---> Using cache [2021-01-28T16:09:40.440Z] ---> 3f02dee5ea57 [2021-01-28T16:09:40.440Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T16:09:40.440Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:09:40.440Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:09:40.440Z] ---> ee6bedae3d59 [2021-01-28T16:09:40.440Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T16:09:40.440Z] ---> Using cache [2021-01-28T16:09:40.440Z] ---> 8b644913c247 [2021-01-28T16:09:40.440Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:09:40.440Z] ---> Using cache [2021-01-28T16:09:40.440Z] ---> 43132daa6283 [2021-01-28T16:09:40.440Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T16:09:40.440Z] ---> Using cache [2021-01-28T16:09:40.440Z] ---> a2cd6186af8b [2021-01-28T16:09:40.440Z] Step 6/21 : COPY go.mod . [2021-01-28T16:09:40.440Z] ---> Using cache [2021-01-28T16:09:40.440Z] ---> 802b0f51d0bc [2021-01-28T16:09:40.440Z] Step 7/21 : RUN go mod download [2021-01-28T16:09:40.440Z] ---> Using cache [2021-01-28T16:09:40.440Z] ---> 76214d79e825 [2021-01-28T16:09:40.440Z] Step 8/21 : COPY . . [2021-01-28T16:09:40.722Z] ---> Running in f4091c5e9fb1 [2021-01-28T16:09:40.722Z] ---> Using cache [2021-01-28T16:09:40.722Z] ---> 3f02dee5ea57 [2021-01-28T16:09:40.722Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T16:09:40.722Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T16:09:40.722Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T16:09:41.320Z] ---> Running in 5bac1b3c8fc0 [2021-01-28T16:09:41.320Z] 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-28T16:09:41.920Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T16:09:41.920Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T16:09:41.920Z] ---> 6a92d5f79d3d [2021-01-28T16:09:41.920Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T16:09:42.902Z] 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-28T16:09:43.197Z] 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-28T16:09:43.197Z] ---> e9eef667c0c5 [2021-01-28T16:09:43.197Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T16:09:43.477Z] ---> Running in 856ea557c538 [2021-01-28T16:09:45.461Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T16:09:45.461Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T16:09:46.072Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T16:09:46.072Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T16:09:47.054Z] Removing intermediate container 856ea557c538 [2021-01-28T16:09:47.054Z] ---> 62273c22799f [2021-01-28T16:09:47.054Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:09:48.495Z] ---> 5d006c454f2d [2021-01-28T16:09:48.495Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T16:09:49.944Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T16:09:49.944Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T16:09:49.944Z] ---> 2e3cd2fcc21d [2021-01-28T16:09:49.944Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T16:09:50.926Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T16:09:50.926Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T16:09:51.202Z] ---> 719a0e78de71 [2021-01-28T16:09:51.202Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T16:09:52.642Z] Collecting PyYAML<4,>=3.10 [2021-01-28T16:09:52.642Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T16:09:52.642Z] ---> 9b6e20245a08 [2021-01-28T16:09:52.642Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T16:09:54.089Z] ---> fb891948f90c [2021-01-28T16:09:54.089Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T16:09:54.694Z] ---> Running in 271ff4d6442e [2021-01-28T16:09:55.301Z] Removing intermediate container 271ff4d6442e [2021-01-28T16:09:55.301Z] ---> ce7d0118ea21 [2021-01-28T16:09:55.301Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T16:09:56.294Z] ---> 419ca493dd5b [2021-01-28T16:09:56.294Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T16:09:56.896Z] ---> Running in 2393cd12fe72 [2021-01-28T16:09:56.896Z] 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-28T16:09:57.184Z] 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-28T16:09:57.184Z] 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-28T16:09:57.287Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T16:09:57.287Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T16:09:57.287Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T16:09:57.287Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T16:09:57.287Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T16:09:57.287Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T16:09:57.287Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T16:09:57.287Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T16:09:57.287Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T16:09:57.287Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T16:09:57.287Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T16:09:57.287Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T16:09:57.287Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T16:09:57.287Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T16:09:57.287Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T16:09:57.287Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T16:09:57.287Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T16:09:57.287Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T16:09:57.287Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T16:09:57.287Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-28T16:09:57.287Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-28T16:09:57.287Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T16:09:57.287Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T16:09:57.287Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-28T16:09:57.287Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T16:09:57.287Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T16:09:57.287Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T16:09:57.287Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T16:09:57.287Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T16:09:57.287Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T16:09:57.287Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T16:09:57.287Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T16:09:57.287Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T16:09:57.287Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T16:09:57.287Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T16:09:57.287Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T16:09:57.287Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T16:09:57.287Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T16:09:57.287Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T16:09:57.287Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T16:09:57.287Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T16:09:57.287Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T16:09:57.287Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T16:09:57.287Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T16:09:57.287Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T16:09:57.287Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T16:09:57.287Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T16:09:57.287Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T16:09:57.287Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T16:09:57.287Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T16:09:57.287Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T16:09:57.287Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T16:09:57.287Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T16:09:57.287Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T16:09:57.287Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T16:09:57.287Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T16:09:57.287Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T16:09:57.287Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T16:09:57.287Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T16:09:57.287Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T16:09:57.287Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T16:09:57.287Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T16:09:57.287Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T16:09:57.287Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T16:09:58.165Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T16:09:58.165Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T16:09:58.763Z] Collecting idna<2.8,>=2.5 [2021-01-28T16:09:59.038Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T16:09:59.201Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T16:09:59.201Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T16:09:59.201Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T16:09:59.201Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T16:09:59.201Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T16:09:59.201Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T16:09:59.201Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T16:09:59.201Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T16:09:59.201Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T16:09:59.201Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T16:09:59.201Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T16:09:59.201Z] Pulling static-packages [2021-01-28T16:09:59.640Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T16:09:59.640Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T16:09:59.771Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-28T16:09:59.771Z] Skipping pull go-build-helper (already ran) [2021-01-28T16:09:59.771Z] Skipping pull static-packages (already ran) [2021-01-28T16:09:59.771Z] Building go-build-helper [2021-01-28T16:09:59.915Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T16:09:59.915Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T16:09:59.915Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T16:09:59.915Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T16:10:00.189Z] Removing intermediate container 2393cd12fe72 [2021-01-28T16:10:00.189Z] ---> c54dc490bc68 [2021-01-28T16:10:00.189Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T16:10:00.788Z] ---> Running in 095b35dad173 [2021-01-28T16:10:01.405Z] Installing collected packages: urllib3, idna, requests, texttable, docker-pycreds, websocket-client, docker, docopt, cached-property, dockerpty, jsonschema, PyYAML, docker-compose [2021-01-28T16:10:01.405Z] Attempting uninstall: urllib3 [2021-01-28T16:10:01.405Z] Found existing installation: urllib3 1.25.9 [2021-01-28T16:10:01.405Z] Uninstalling urllib3-1.25.9: [2021-01-28T16:10:01.405Z] Removing intermediate container 095b35dad173 [2021-01-28T16:10:01.405Z] ---> 87ce2ff1e35c [2021-01-28T16:10:01.405Z] Step 31/34 : CMD ["gate"] [2021-01-28T16:10:01.702Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T16:10:02.007Z] ---> Running in 00e8fc0409b1 [2021-01-28T16:10:02.613Z] Attempting uninstall: idna [2021-01-28T16:10:02.613Z] Found existing installation: idna 2.9 [2021-01-28T16:10:02.613Z] Uninstalling idna-2.9: [2021-01-28T16:10:02.904Z] Successfully uninstalled idna-2.9 [2021-01-28T16:10:02.904Z] Removing intermediate container 00e8fc0409b1 [2021-01-28T16:10:02.904Z] ---> b874dce4847e [2021-01-28T16:10:02.904Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T16:10:03.509Z] ---> Running in 51c9ce814878 [2021-01-28T16:10:03.509Z] Attempting uninstall: requests [2021-01-28T16:10:03.509Z] Found existing installation: requests 2.23.0 [2021-01-28T16:10:03.509Z] Uninstalling requests-2.23.0: [2021-01-28T16:10:03.794Z] Successfully uninstalled requests-2.23.0 [2021-01-28T16:10:03.979Z] Building static-packages [2021-01-28T16:10:04.400Z] Running setup.py install for texttable: started [2021-01-28T16:10:04.400Z] Removing intermediate container 51c9ce814878 [2021-01-28T16:10:04.400Z] ---> 32d99300b428 [2021-01-28T16:10:04.400Z] Step 33/34 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:10:05.005Z] ---> Running in e6448711695a [2021-01-28T16:10:05.368Z] Staging go-build-helper [2021-01-28T16:10:05.607Z] Removing intermediate container e6448711695a [2021-01-28T16:10:05.608Z] ---> b8a31e3efce9 [2021-01-28T16:10:05.608Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T16:10:06.226Z] ---> Running in 75c4be2a081b [2021-01-28T16:10:06.311Z] Staging static-packages [2021-01-28T16:10:06.834Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T16:10:07.112Z] Removing intermediate container 75c4be2a081b [2021-01-28T16:10:07.112Z] ---> 9d0cd8d918ab [2021-01-28T16:10:07.112Z] [2021-01-28T16:10:07.252Z] Pulling go115 [2021-01-28T16:10:07.391Z] Successfully built 9d0cd8d918ab [2021-01-28T16:10:07.668Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T16:10:07.668Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-01-28T16:10:08.193Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T16:10:08.193Z] Skipping pull go115 (already ran) [2021-01-28T16:10:08.193Z] Building go115 [2021-01-28T16:10:08.193Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:10:08.193Z] Dload Upload Total Spent Left Speed [2021-01-28T16:10:08.267Z] Running setup.py install for docopt: started [2021-01-28T16:10:10.673Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 18.9M 0 0 27.8M 0 0:00:04 --:--:-- 0:00:04 27.7M 61 115M 61 70.7M 0 0 41.6M 0 0:00:02 0:00:01 0:00:01 41.6M 100 115M 100 115M 0 0 47.4M 0 0:00:02 0:00:02 --:--:-- 47.4M [2021-01-28T16:10:10.931Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T16:10:11.205Z] Running setup.py install for dockerpty: started [2021-01-28T16:10:11.246Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T16:10:13.838Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T16:10:14.442Z] Running setup.py install for PyYAML: started [2021-01-28T16:10:15.446Z] Staging go115 [2021-01-28T16:10:18.785Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T16:10:20.234Z] 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-28T16:10:20.733Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T16:10:20.733Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T16:10:20.733Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T16:10:20.733Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T16:10:20.734Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T16:10:20.734Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T16:10:20.734Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T16:10:20.734Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T16:10:20.734Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T16:10:20.734Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T16:10:20.734Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T16:10:20.734Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T16:10:20.734Z] Pulling edgex-go [2021-01-28T16:10:21.308Z] Pulling version [2021-01-28T16:10:22.257Z] Building config-common [2021-01-28T16:10:24.179Z] Skipping build go-build-helper (already ran) [2021-01-28T16:10:24.179Z] Skipping build static-packages (already ran) [2021-01-28T16:10:24.179Z] Skipping build go115 (already ran) [2021-01-28T16:10:24.179Z] Building edgex-go [2021-01-28T16:10:24.443Z] 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-28T16:10:26.365Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T16:10:26.365Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-28T16:10:26.365Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T16:10:26.365Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T16:10:26.365Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T16:10:26.365Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.10 [2021-01-28T16:10:26.626Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T16:10:26.626Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T16:10:26.626Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T16:10:26.626Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T16:10:26.626Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T16:10:26.626Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T16:10:26.626Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T16:10:26.626Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T16:10:26.626Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T16:10:26.626Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T16:10:26.626Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T16:10:26.626Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T16:10:26.626Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T16:10:26.626Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T16:10:26.626Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T16:10:26.626Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T16:10:26.626Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T16:10:26.626Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T16:10:26.626Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T16:10:26.626Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T16:10:26.890Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T16:10:26.890Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T16:10:26.890Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T16:10:26.890Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T16:10:30.442Z] Removing intermediate container 332f65b8c4a0 [2021-01-28T16:10:30.442Z] ---> f6e53c534bb1 [2021-01-28T16:10:30.442Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T16:10:30.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T16:10:30.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T16:10:30.716Z] ---> ee6bedae3d59 [2021-01-28T16:10:30.716Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T16:10:30.716Z] ---> Using cache [2021-01-28T16:10:30.716Z] ---> 8b644913c247 [2021-01-28T16:10:30.716Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:10:30.716Z] ---> Using cache [2021-01-28T16:10:30.716Z] ---> 43132daa6283 [2021-01-28T16:10:30.716Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T16:10:30.716Z] ---> Running in 542fc653daa2 [2021-01-28T16:10:30.716Z] ---> Running in 109bc13c7d17 [2021-01-28T16:10:32.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:10:33.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:10:33.473Z] 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-28T16:10:33.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:10:33.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:10:34.167Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T16:10:34.167Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T16:10:34.167Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T16:10:34.447Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:10:34.447Z] OK: 71 MiB in 58 packages [2021-01-28T16:10:35.912Z] OK: 217 MiB in 51 packages [2021-01-28T16:10:36.189Z] Removing intermediate container 109bc13c7d17 [2021-01-28T16:10:36.189Z] ---> 84409d876f28 [2021-01-28T16:10:36.189Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T16:10:36.466Z] ---> Running in 975158762de1 [2021-01-28T16:10:37.457Z] Removing intermediate container 975158762de1 [2021-01-28T16:10:37.457Z] ---> 7062fa83609d [2021-01-28T16:10:37.457Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:10:37.457Z] Removing intermediate container 542fc653daa2 [2021-01-28T16:10:37.457Z] ---> feac95b89efa [2021-01-28T16:10:37.457Z] Step 6/23 : COPY go.mod . [2021-01-28T16:10:37.733Z] ---> Running in 88e4468aac58 [2021-01-28T16:10:38.338Z] Removing intermediate container 88e4468aac58 [2021-01-28T16:10:38.338Z] ---> 74277d7edaed [2021-01-28T16:10:38.338Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T16:10:38.616Z] ---> Running in 0415164a3d87 [2021-01-28T16:10:38.757Z] 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-28T16:10:38.896Z] ---> 14ed35bd3f6d [2021-01-28T16:10:38.896Z] Step 7/23 : RUN go mod download [2021-01-28T16:10:39.176Z] ---> Running in a3778d9ab98c [2021-01-28T16:10:39.331Z] 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-28T16:10:39.452Z] Removing intermediate container 0415164a3d87 [2021-01-28T16:10:39.452Z] ---> aa7c75af0aa0 [2021-01-28T16:10:39.452Z] Step 25/26 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:10:39.736Z] ---> Running in d5869e7d0e6c [2021-01-28T16:10:40.274Z] 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-28T16:10:40.808Z] Removing intermediate container d5869e7d0e6c [2021-01-28T16:10:40.808Z] ---> 98adb2d3c393 [2021-01-28T16:10:40.808Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T16:10:40.808Z] ---> Running in 80f9fa240a58 [2021-01-28T16:10:40.854Z] 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-28T16:10:40.854Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-28T16:10:40.854Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T16:10:40.854Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T16:10:40.854Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T16:10:41.445Z] Removing intermediate container 80f9fa240a58 [2021-01-28T16:10:41.445Z] ---> ad6cfe586b93 [2021-01-28T16:10:41.445Z] [2021-01-28T16:10:42.159Z] Successfully built ad6cfe586b93 [2021-01-28T16:10:42.159Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T16:10:42.767Z] 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-28T16:10:42.767Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T16:10:42.767Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T16:10:43.619Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a3778d9ab98c [2021-01-28T16:10:43.620Z] ---> 65cb133552b7 [2021-01-28T16:10:43.620Z] Step 8/23 : COPY . . [2021-01-28T16:10:44.152Z] 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-28T16:10:44.729Z] 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-28T16:10:44.729Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T16:10:46.652Z] 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-28T16:10:47.222Z] 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-28T16:10:48.164Z] 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-28T16:10:48.164Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T16:10:49.107Z] 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-28T16:10:49.107Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T16:10:52.417Z] Building version [2021-01-28T16:10:54.334Z] Staging config-common [2021-01-28T16:10:55.031Z] Skipping stage go-build-helper (already ran) [2021-01-28T16:10:55.031Z] Skipping stage static-packages (already ran) [2021-01-28T16:10:55.031Z] Skipping stage go115 (already ran) [2021-01-28T16:10:55.031Z] Staging edgex-go [2021-01-28T16:10:56.095Z] 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-28T16:10:56.095Z] 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-28T16:10:56.121Z] Staging version [2021-01-28T16:10:57.125Z] Priming config-common [2021-01-28T16:10:58.133Z] Priming go-build-helper [2021-01-28T16:10:58.784Z] Priming static-packages [2021-01-28T16:11:01.447Z] Priming go115 [2021-01-28T16:11:02.401Z] Priming edgex-go [2021-01-28T16:11:02.882Z] ---> f4ed426739b8 [2021-01-28T16:11:02.882Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T16:11:02.882Z] ---> Running in 997d0e71041e [2021-01-28T16:11:03.346Z] Priming version [2021-01-28T16:11:03.873Z] 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-28T16:11:04.284Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T16:11:08.219Z] Removing intermediate container ed8563785845 [2021-01-28T16:11:08.219Z] ---> 7a081e2994f0 [2021-01-28T16:11:08.219Z] [2021-01-28T16:11:08.219Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T16:11:08.219Z] ---> afeebe901d6b [2021-01-28T16:11:08.219Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T16:11:08.513Z] ---> Running in b4395be64565 [2021-01-28T16:11:10.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:11:10.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:11:11.401Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T16:11:11.679Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T16:11:11.679Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T16:11:11.679Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T16:11:11.679Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T16:11:11.679Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:11:11.679Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T16:11:11.957Z] Removing intermediate container 5bac1b3c8fc0 [2021-01-28T16:11:11.957Z] ---> f693ce13010a [2021-01-28T16:11:11.957Z] [2021-01-28T16:11:11.957Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T16:11:11.957Z] ---> afeebe901d6b [2021-01-28T16:11:11.957Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T16:11:11.957Z] OK: 7 MiB in 19 packages [2021-01-28T16:11:12.236Z] ---> Running in ae317bc9fe7b [2021-01-28T16:11:14.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:11:14.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:11:14.881Z] Removing intermediate container b4395be64565 [2021-01-28T16:11:14.881Z] ---> 61e7140f8b3e [2021-01-28T16:11:14.881Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T16:11:15.164Z] ---> Running in f3066ebbc868 [2021-01-28T16:11:15.164Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T16:11:15.164Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T16:11:15.440Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T16:11:15.440Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T16:11:15.440Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:11:15.440Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T16:11:15.718Z] OK: 7 MiB in 18 packages [2021-01-28T16:11:15.718Z] Removing intermediate container f3066ebbc868 [2021-01-28T16:11:15.718Z] ---> cd8edb3d0905 [2021-01-28T16:11:15.718Z] Step 13/24 : WORKDIR / [2021-01-28T16:11:15.994Z] ---> Running in 48dfc9b8b5aa [2021-01-28T16:11:16.606Z] Removing intermediate container 48dfc9b8b5aa [2021-01-28T16:11:16.606Z] ---> b646917bc060 [2021-01-28T16:11:16.606Z] 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-28T16:11:18.057Z] ---> 1596435c9a04 [2021-01-28T16:11:18.057Z] 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-28T16:11:18.339Z] Removing intermediate container ae317bc9fe7b [2021-01-28T16:11:18.339Z] ---> 265696ffd8e4 [2021-01-28T16:11:18.339Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T16:11:18.619Z] ---> Running in 8a8f6b0ab7a3 [2021-01-28T16:11:19.614Z] Removing intermediate container 8a8f6b0ab7a3 [2021-01-28T16:11:19.614Z] ---> a583eb5078b2 [2021-01-28T16:11:19.614Z] Step 13/21 : WORKDIR /edgex [2021-01-28T16:11:19.614Z] ---> 41278f89eb55 [2021-01-28T16:11:19.614Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T16:11:19.614Z] ---> Running in 65e769b1128b [2021-01-28T16:11:20.604Z] Removing intermediate container 65e769b1128b [2021-01-28T16:11:20.604Z] ---> 1839f535347d [2021-01-28T16:11:20.604Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T16:11:20.884Z] ---> b78766ee45ec [2021-01-28T16:11:20.884Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T16:11:21.885Z] ---> 0c2913c45af7 [2021-01-28T16:11:21.885Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T16:11:22.878Z] ---> 2df60c6c099f [2021-01-28T16:11:22.878Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T16:11:23.477Z] ---> a6448f70356e [2021-01-28T16:11:23.477Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T16:11:24.932Z] ---> 9d7c50d83f6e [2021-01-28T16:11:24.932Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T16:11:25.220Z] ---> 394f26c204bf [2021-01-28T16:11:25.220Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T16:11:25.498Z] ---> Running in 9d3d570820bd [2021-01-28T16:11:26.950Z] ---> cfd3feebd101 [2021-01-28T16:11:26.950Z] 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-28T16:11:26.950Z] Removing intermediate container 9d3d570820bd [2021-01-28T16:11:26.950Z] ---> ebdd9a62e8af [2021-01-28T16:11:26.950Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T16:11:26.950Z] ---> Running in fb2bb10b02b6 [2021-01-28T16:11:27.227Z] ---> Running in 016d0160686d [2021-01-28T16:11:28.257Z] Removing intermediate container 016d0160686d [2021-01-28T16:11:28.257Z] ---> b23c5b507bd0 [2021-01-28T16:11:28.257Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T16:11:28.534Z] ---> Running in 6a0f98504639 [2021-01-28T16:11:29.993Z] Removing intermediate container 6a0f98504639 [2021-01-28T16:11:29.993Z] ---> 9765cf1a9c78 [2021-01-28T16:11:29.993Z] Step 20/21 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:11:30.271Z] ---> Running in e4e554fdd2d0 [2021-01-28T16:11:31.260Z] Removing intermediate container e4e554fdd2d0 [2021-01-28T16:11:31.260Z] ---> b9ec2d743107 [2021-01-28T16:11:31.260Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T16:11:31.538Z] Removing intermediate container fb2bb10b02b6 [2021-01-28T16:11:31.538Z] ---> ca068c2a9f56 [2021-01-28T16:11:31.538Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T16:11:31.814Z] ---> Running in bfeb8c16e31c [2021-01-28T16:11:31.814Z] ---> Running in 332e71d20bf7 [2021-01-28T16:11:32.092Z] Removing intermediate container f4091c5e9fb1 [2021-01-28T16:11:32.092Z] ---> 76ae5f923076 [2021-01-28T16:11:32.092Z] [2021-01-28T16:11:32.092Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T16:11:32.092Z] ---> afeebe901d6b [2021-01-28T16:11:32.092Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T16:11:32.092Z] ---> Using cache [2021-01-28T16:11:32.092Z] ---> 57b36bd40d45 [2021-01-28T16:11:32.092Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T16:11:32.092Z] ---> Using cache [2021-01-28T16:11:32.092Z] ---> 9accd75e9d65 [2021-01-28T16:11:32.092Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T16:11:32.368Z] ---> Running in cc69ec280182 [2021-01-28T16:11:32.656Z] Removing intermediate container bfeb8c16e31c [2021-01-28T16:11:32.656Z] ---> 22c4965927dd [2021-01-28T16:11:32.656Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T16:11:32.656Z] Removing intermediate container 332e71d20bf7 [2021-01-28T16:11:32.656Z] ---> 4267e0f61cce [2021-01-28T16:11:32.656Z] [2021-01-28T16:11:32.931Z] ---> Running in 51e5d59871ef [2021-01-28T16:11:32.932Z] Removing intermediate container cc69ec280182 [2021-01-28T16:11:32.932Z] ---> cd5f1122288e [2021-01-28T16:11:32.932Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T16:11:33.534Z] ---> Running in d62a80041902 [2021-01-28T16:11:33.534Z] Successfully built 4267e0f61cce [2021-01-28T16:11:33.534Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T16:11:33.811Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 51e5d59871ef [2021-01-28T16:11:33.811Z] ---> f12ded488a1a [2021-01-28T16:11:33.811Z] Step 23/24 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:11:34.093Z] ---> Running in 32f5cb1be1bb [2021-01-28T16:11:34.093Z] Removing intermediate container d62a80041902 [2021-01-28T16:11:34.093Z] ---> 62afbae28e01 [2021-01-28T16:11:34.093Z] Step 15/23 : WORKDIR / [2021-01-28T16:11:34.368Z] ---> Running in 35b055853dc1 [2021-01-28T16:11:34.978Z] Removing intermediate container 32f5cb1be1bb [2021-01-28T16:11:34.978Z] ---> 085a538d6165 [2021-01-28T16:11:34.978Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T16:11:34.978Z] ---> Running in f01dc31a7d98 [2021-01-28T16:11:35.256Z] Removing intermediate container 35b055853dc1 [2021-01-28T16:11:35.256Z] ---> f9cb3007d4c3 [2021-01-28T16:11:35.256Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:11:35.865Z] Removing intermediate container f01dc31a7d98 [2021-01-28T16:11:35.865Z] ---> f0eb560a2b85 [2021-01-28T16:11:35.865Z] [2021-01-28T16:11:36.468Z] ---> 7340a9f7ed60 [2021-01-28T16:11:36.468Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T16:11:36.468Z] Successfully built f0eb560a2b85 [2021-01-28T16:11:36.468Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T16:11:38.461Z]  Building docker-security-secretstore-setup-go ... done  ---> 6ead4cfc75ec [2021-01-28T16:11:38.461Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T16:11:39.451Z] ---> d5fe99bbeaba [2021-01-28T16:11:39.451Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T16:11:39.729Z] ---> Running in cff5330e0473 [2021-01-28T16:11:40.740Z] Removing intermediate container cff5330e0473 [2021-01-28T16:11:40.740Z] ---> 0a1039cffc5c [2021-01-28T16:11:40.740Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:11:40.740Z] ---> Running in 530dd8616a53 [2021-01-28T16:11:41.727Z] Removing intermediate container 530dd8616a53 [2021-01-28T16:11:41.728Z] ---> 931c986f51b8 [2021-01-28T16:11:41.728Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T16:11:41.728Z] ---> Running in 1a2cd019a75c [2021-01-28T16:11:42.333Z] Removing intermediate container 1a2cd019a75c [2021-01-28T16:11:42.333Z] ---> 2a21ad3fe8f3 [2021-01-28T16:11:42.333Z] Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:11:42.614Z] ---> Running in 5b96b3edddc9 [2021-01-28T16:11:42.893Z] Removing intermediate container 5b96b3edddc9 [2021-01-28T16:11:42.893Z] ---> 806da942f421 [2021-01-28T16:11:42.893Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T16:11:43.171Z] ---> Running in 1f7b22fcc92f [2021-01-28T16:11:43.781Z] Removing intermediate container 1f7b22fcc92f [2021-01-28T16:11:43.781Z] ---> fc3f73ac61f5 [2021-01-28T16:11:43.781Z] [2021-01-28T16:11:44.059Z] Successfully built fc3f73ac61f5 [2021-01-28T16:11:44.337Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T16:12:02.793Z]  Building docker-core-metadata-go ... done Removing intermediate container 997d0e71041e [2021-01-28T16:12:02.793Z] ---> 4bebb07f1a49 [2021-01-28T16:12:02.793Z] [2021-01-28T16:12:02.793Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T16:12:02.793Z] ---> afeebe901d6b [2021-01-28T16:12:02.793Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T16:12:02.793Z] ---> Running in f07842260cbb [2021-01-28T16:12:02.793Z] Removing intermediate container f07842260cbb [2021-01-28T16:12:02.793Z] ---> 176b00bc4b29 [2021-01-28T16:12:02.793Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T16:12:02.793Z] ---> Running in fad2a0ca189d [2021-01-28T16:12:02.793Z] Removing intermediate container fad2a0ca189d [2021-01-28T16:12:02.793Z] ---> 23a87ca1e236 [2021-01-28T16:12:02.793Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T16:12:02.793Z] ---> Running in 37fed77547a1 [2021-01-28T16:12:02.793Z] Removing intermediate container 37fed77547a1 [2021-01-28T16:12:02.793Z] ---> b7e0e042deb8 [2021-01-28T16:12:02.793Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T16:12:02.793Z] ---> Running in 5c359d16a90f [2021-01-28T16:12:04.258Z] Removing intermediate container 5c359d16a90f [2021-01-28T16:12:04.258Z] ---> 988cbb4c0a8d [2021-01-28T16:12:04.258Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T16:12:04.258Z] ---> Running in c4512375ed44 [2021-01-28T16:12:05.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T16:12:06.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T16:12:07.199Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T16:12:07.199Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T16:12:07.199Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T16:12:07.199Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T16:12:07.472Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T16:12:07.748Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T16:12:07.748Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T16:12:07.748Z] OK: 8 MiB in 20 packages [2021-01-28T16:12:09.186Z] Removing intermediate container c4512375ed44 [2021-01-28T16:12:09.186Z] ---> 5a7da056f784 [2021-01-28T16:12:09.186Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T16:12:09.784Z] ---> 312b2b305c5f [2021-01-28T16:12:09.784Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T16:12:11.218Z] ---> 406fb8abada2 [2021-01-28T16:12:11.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T16:12:11.813Z] ---> a811ccff134c [2021-01-28T16:12:11.813Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T16:12:12.088Z] ---> Running in 5dae0bc7881e [2021-01-28T16:12:12.360Z] Removing intermediate container 5dae0bc7881e [2021-01-28T16:12:12.360Z] ---> 78c9c00c5c9b [2021-01-28T16:12:12.360Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T16:12:12.635Z] ---> Running in 1dd93f9a1d23 [2021-01-28T16:12:12.908Z] Removing intermediate container 1dd93f9a1d23 [2021-01-28T16:12:12.908Z] ---> 17611bc44746 [2021-01-28T16:12:12.908Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T16:12:13.180Z] ---> Running in 68e9b3fe1562 [2021-01-28T16:12:13.776Z] Removing intermediate container 68e9b3fe1562 [2021-01-28T16:12:13.776Z] ---> 0e01964b5359 [2021-01-28T16:12:13.776Z] Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 [2021-01-28T16:12:13.776Z] ---> Running in a04cabc0535e [2021-01-28T16:12:14.374Z] Removing intermediate container a04cabc0535e [2021-01-28T16:12:14.374Z] ---> 194c4f867b5a [2021-01-28T16:12:14.374Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T16:12:14.374Z] ---> Running in 7876c2b9d3b0 [2021-01-28T16:12:14.657Z] Removing intermediate container 7876c2b9d3b0 [2021-01-28T16:12:14.657Z] ---> ea288a4dfe4f [2021-01-28T16:12:14.657Z] [2021-01-28T16:12:15.256Z] Successfully built ea288a4dfe4f [2021-01-28T16:12:15.257Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T16:12:15.545Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-28T16:12:15.560Z] $ docker stop --time=1 e80d052e17ebef1dd98d4794c20d7704623084a8562632f11c569ded8d126b3b [2021-01-28T16:12:17.458Z] $ docker rm -f e80d052e17ebef1dd98d4794c20d7704623084a8562632f11c569ded8d126b3b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T16:12:18.160Z] + docker images [2021-01-28T16:12:18.161Z] + grep docker [2021-01-28T16:12:18.435Z] docker-core-data-go-arm64 latest ea288a4dfe4f 4 seconds ago 21MB [2021-01-28T16:12:18.435Z] docker-core-metadata-go-arm64 latest fc3f73ac61f5 35 seconds ago 17.7MB [2021-01-28T16:12:18.435Z] docker-security-secretstore-setup-go-arm64 latest f0eb560a2b85 43 seconds ago 23.4MB [2021-01-28T16:12:18.435Z] docker-security-proxy-setup-go-arm64 latest 4267e0f61cce 46 seconds ago 23.2MB [2021-01-28T16:12:18.435Z] docker-sys-mgmt-agent-go-arm64 latest ad6cfe586b93 About a minute ago 300MB [2021-01-28T16:12:18.435Z] docker-security-bootstrapper-go-arm64 latest 9d0cd8d918ab 2 minutes ago 31.9MB [2021-01-28T16:12:18.435Z] docker-core-command-go-arm64 latest a638e34aaa27 3 minutes ago 16MB [2021-01-28T16:12:18.435Z] docker-support-notifications-go-arm64 latest 50d50bf9e25f 3 minutes ago 16MB [2021-01-28T16:12:18.435Z] docker-support-scheduler-go-arm64 latest 86bb2f10ddd8 3 minutes ago 15.5MB [2021-01-28T16:12:18.435Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T16:12:20.459Z] provisioning config files... [2021-01-28T16:12:20.479Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config5876077690522325725tmp [Pipeline] { [Pipeline] sh [2021-01-28T16:12:20.876Z] + set +x [2021-01-28T16:12:20.876Z] + curl -s https://codecov.io/bash [2021-01-28T16:12:20.876Z] + bash -s -- [2021-01-28T16:12:21.459Z] [2021-01-28T16:12:21.459Z] _____ _ [2021-01-28T16:12:21.459Z] / ____| | | [2021-01-28T16:12:21.459Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T16:12:21.459Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T16:12:21.459Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T16:12:21.459Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T16:12:21.459Z] Bash-20210128-d4071a2 [2021-01-28T16:12:21.459Z] [2021-01-28T16:12:21.459Z] [2021-01-28T16:12:21.459Z] ==> git version 2.24.3 found [2021-01-28T16:12:21.459Z] ==> 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-28T16:12:21.459Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T16:12:21.459Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T16:12:21.459Z] ==> Jenkins CI detected. [2021-01-28T16:12:21.459Z] project root: . [2021-01-28T16:12:21.459Z] --> token set from env [2021-01-28T16:12:21.459Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T16:12:21.459Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T16:12:21.730Z] ==> Python coveragepy not found [2021-01-28T16:12:21.730Z] ==> Searching for coverage reports in: [2021-01-28T16:12:21.730Z] + . [2021-01-28T16:12:21.730Z] -> Found 1 reports [2021-01-28T16:12:21.730Z] ==> Detecting git/mercurial file structure [2021-01-28T16:12:21.730Z] ==> Reading reports [2021-01-28T16:12:21.730Z] + ./coverage.out bytes=565356 [2021-01-28T16:12:21.730Z] ==> Appending adjustments [2021-01-28T16:12:21.730Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T16:12:28.446Z] + Found adjustments [2021-01-28T16:12:28.446Z] ==> Gzipping contents [2021-01-28T16:12:28.446Z] 84K /tmp/codecov.Ka7AC5.gz [2021-01-28T16:12:28.446Z] ==> Uploading reports [2021-01-28T16:12:28.446Z] url: https://codecov.io [2021-01-28T16:12:28.446Z] query: branch=PR-3061&commit=01445b51db960b5dd7fa05554b892a204c78c218&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= [2021-01-28T16:12:28.446Z] -> Pinging Codecov [2021-01-28T16:12:28.446Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3061&commit=01445b51db960b5dd7fa05554b892a204c78c218&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= [2021-01-28T16:12:28.446Z] -> Uploading to [2021-01-28T16:12:28.446Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/01445b51db960b5dd7fa05554b892a204c78c218/3419abb6-e09f-4bac-bf1e-7b9f693550a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T161228Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=840d4395f9e1116c4c513e7babe4f1da5af1f7da814be81be652e822c5880b7e [2021-01-28T16:12:28.446Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T16:12:28.446Z] Dload Upload Total Spent Left Speed [2021-01-28T16:12:29.033Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85678 0 0 100 85678 0 166k --:--:-- --:--:-- --:--:-- 166k [2021-01-28T16:12:29.033Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/01445b51db960b5dd7fa05554b892a204c78c218 [Pipeline] } [2021-01-28T16:12:29.046Z] 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-28T16:12:31.109Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:12:32.426Z] ---> package-listing.sh [2021-01-28T16:12:32.426Z] ++ facter osfamily [2021-01-28T16:12:32.426Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T16:12:32.698Z] + OS_FAMILY=redhat [2021-01-28T16:12:32.698Z] + workspace=/w/workspace/edgex-go/8 [2021-01-28T16:12:32.698Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T16:12:32.698Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T16:12:32.698Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T16:12:32.698Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T16:12:32.698Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-28T16:12:32.698Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T16:12:32.698Z] + case "${OS_FAMILY}" in [2021-01-28T16:12:32.698Z] + sort [2021-01-28T16:12:32.698Z] + rpm -qa [2021-01-28T16:12:40.973Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T16:12:40.973Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T16:12:40.973Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T16:12:40.973Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-28T16:12:40.973Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-01-28T16:12:40.973Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-01-28T16:12:40.994Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T16:12:41.342Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:12:41.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T16:12:42.286Z] [2021-01-28T16:12:42.286Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T16:12:42.901Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T16:12:42.901Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T16:12:42.901Z] df20fa9351a1: Pulling fs layer [2021-01-28T16:12:42.901Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T16:12:42.901Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T16:12:42.901Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T16:12:42.901Z] 93b61091891f: Pulling fs layer [2021-01-28T16:12:42.901Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T16:12:42.901Z] 5e14af77c1be: Pulling fs layer [2021-01-28T16:12:42.901Z] 01666e4c0597: Pulling fs layer [2021-01-28T16:12:42.901Z] aa168da1d23b: Pulling fs layer [2021-01-28T16:12:42.901Z] 93b61091891f: Waiting [2021-01-28T16:12:42.901Z] 93b9cdb0e59b: Waiting [2021-01-28T16:12:42.901Z] 5e14af77c1be: Waiting [2021-01-28T16:12:42.901Z] 01666e4c0597: Waiting [2021-01-28T16:12:42.901Z] aa168da1d23b: Waiting [2021-01-28T16:12:42.901Z] 46f8f816bc3b: Waiting [2021-01-28T16:12:42.901Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T16:12:42.901Z] 36b3adc4ff6f: Download complete [2021-01-28T16:12:43.238Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T16:12:43.238Z] 46f8f816bc3b: Download complete [2021-01-28T16:12:43.238Z] df20fa9351a1: Verifying Checksum [2021-01-28T16:12:43.238Z] df20fa9351a1: Download complete [2021-01-28T16:12:43.238Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T16:12:43.238Z] 93b9cdb0e59b: Download complete [2021-01-28T16:12:43.238Z] 5e14af77c1be: Verifying Checksum [2021-01-28T16:12:43.238Z] 5e14af77c1be: Download complete [2021-01-28T16:12:43.238Z] 93b61091891f: Download complete [2021-01-28T16:12:43.238Z] 01666e4c0597: Verifying Checksum [2021-01-28T16:12:43.238Z] 01666e4c0597: Download complete [2021-01-28T16:12:43.969Z] df20fa9351a1: Pull complete [2021-01-28T16:12:43.969Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T16:12:43.969Z] 8ad3a11d3b57: Download complete [2021-01-28T16:12:44.611Z] 36b3adc4ff6f: Pull complete [2021-01-28T16:12:46.043Z] 8ad3a11d3b57: Pull complete [2021-01-28T16:12:46.043Z] 46f8f816bc3b: Pull complete [2021-01-28T16:12:47.487Z] 93b61091891f: Pull complete [2021-01-28T16:12:48.069Z] aa168da1d23b: Verifying Checksum [2021-01-28T16:12:48.069Z] aa168da1d23b: Download complete [2021-01-28T16:12:48.659Z] 93b9cdb0e59b: Pull complete [2021-01-28T16:12:48.924Z] 5e14af77c1be: Pull complete [2021-01-28T16:12:49.193Z] 01666e4c0597: Pull complete [2021-01-28T16:13:04.255Z] aa168da1d23b: Pull complete [2021-01-28T16:13:04.255Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T16:13:04.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T16:13:04.255Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T16:13:04.576Z] prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container [2021-01-28T16:13:04.681Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T16:13:08.336Z] $ docker top cb2a44146b47229e0dfbff486a75b228c7026f7844d5be1007a8d64b79200b50 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T16:13:08.975Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T16:13:09.716Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T16:13:10.032Z] + ls /var/log/sa-host [2021-01-28T16:13:10.032Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T16:13:10.032Z] file_magic: OK [2021-01-28T16:13:10.032Z] HZ: Using current value: 100 [2021-01-28T16:13:10.032Z] file_header: OK [2021-01-28T16:13:10.032Z] 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-28T16:13:10.032Z] Statistics: [2021-01-28T16:13:10.032Z] Hnuu...uuuununununu... [2021-01-28T16:13:10.032Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T16:13:10.032Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T16:13:10.032Z] file_magic: OK [2021-01-28T16:13:10.032Z] HZ: Using current value: 100 [2021-01-28T16:13:10.032Z] file_header: OK [2021-01-28T16:13:10.032Z] 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-28T16:13:10.032Z] Statistics: [2021-01-28T16:13:10.032Z] 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... [2021-01-28T16:13:10.032Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T16:13:10.236Z] provisioning config files... [2021-01-28T16:13:10.256Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config4965404258144568342tmp [Pipeline] { [Pipeline] echo [2021-01-28T16:13:10.360Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:13:10.698Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T16:13:10.976Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T16:13:11.065Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:13:11.411Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T16:13:11.433Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:13:11.772Z] ---> sudo-logs.sh [2021-01-28T16:13:11.773Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T16:13:11.819Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:13:12.156Z] ---> job-cost.sh [2021-01-28T16:13:12.157Z] lf-activate-venv: SKIPPING [2021-01-28T16:13:12.157Z] INFO: No Stack... [2021-01-28T16:13:13.118Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T16:13:13.705Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T16:13:13.727Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T16:13:14.394Z] ---> logs-deploy.sh [2021-01-28T16:13:14.394Z] lf-activate-venv: SKIPPING [2021-01-28T16:13:14.394Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3061/8 [2021-01-28T16:13:14.394Z] INFO: archiving workspace using pattern(s): [2021-01-28T16:13:17.063Z] Archives upload complete. [2021-01-28T16:13:17.063Z] INFO: archiving logs to Nexus