Pull request #3091 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3+95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c (7e97eec5790a8b41e1b125a3c9821f5d98ed36db) 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-23417 in /w/workspace/edgexfoundry_edgex-go_PR-3091 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3091/head:refs/remotes/origin/PR-3091 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 Merge succeeded, producing 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 Checking out Revision 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 (PR-3091) > git config core.sparsecheckout # timeout=10 > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # 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 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # timeout=10 Commit message: "feat(security): make the built fully statically linked for dockerize" First time build. Skipping changelog. > git rev-list --no-walk b2e9843285b3b12875123db04507d786eef55d5a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T17:51:49.991Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T17:51:50.319Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T17:51:50.486Z] ========================================================= [2021-01-27T17:51:50.486Z] EdgeX Global Pipelines Version Info [2021-01-27T17:51:50.486Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T17:51:51.943Z] ------------------- [2021-01-27T17:51:51.943Z] stable info: [2021-01-27T17:51:51.943Z] ------------------- [2021-01-27T17:51:51.943Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T17:51:51.943Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T17:51:51.943Z] Message: update stable to v1.0.179 [2021-01-27T17:51:52.888Z] ------------------- [2021-01-27T17:51:52.888Z] experimental info: [2021-01-27T17:51:52.888Z] ------------------- [2021-01-27T17:51:52.888Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T17:51:52.888Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T17:51:52.888Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T17:51:53.129Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-27T17:51:53.220Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-27T17:51:53.306Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T17:51:53.393Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T17:51:53.482Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T17:51:53.568Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T17:51:53.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T17:51:53.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-27T17:51:53.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-27T17:51:53.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-27T17:51:54.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T17:51:54.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T17:51:54.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T17:51:54.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T17:51:54.373Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T17:51:54.458Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T17:51:54.560Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T17:51:54.647Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T17:51:54.733Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T17:51:54.818Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T17:51:54.901Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-27T17:51:54.984Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T17:51:55.085Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T17:51:55.169Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3091 [Pipeline] echo [2021-01-27T17:51:55.255Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3091 [Pipeline] echo [2021-01-27T17:51:55.337Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3091 [Pipeline] echo [2021-01-27T17:51:55.427Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [Pipeline] echo [2021-01-27T17:51:55.510Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0aef526 [Pipeline] echo [2021-01-27T17:51:55.590Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T17:51:55.747Z] provisioning config files... [2021-01-27T17:51:55.775Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6599687454890860647tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T17:51:56.173Z] ---> docker-login.sh [2021-01-27T17:51:56.173Z] nexus3.edgexfoundry.org:10001 [2021-01-27T17:51:56.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T17:51:56.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T17:51:56.703Z] Configure a credential helper to remove this warning. See [2021-01-27T17:51:56.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T17:51:56.703Z] [2021-01-27T17:51:56.703Z] Login Succeeded [2021-01-27T17:51:56.703Z] nexus3.edgexfoundry.org:10002 [2021-01-27T17:51:56.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T17:51:56.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T17:51:56.703Z] Configure a credential helper to remove this warning. See [2021-01-27T17:51:56.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T17:51:56.703Z] [2021-01-27T17:51:56.703Z] Login Succeeded [2021-01-27T17:51:56.703Z] nexus3.edgexfoundry.org:10003 [2021-01-27T17:51:56.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T17:51:56.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T17:51:56.967Z] Configure a credential helper to remove this warning. See [2021-01-27T17:51:56.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T17:51:56.967Z] [2021-01-27T17:51:56.967Z] Login Succeeded [2021-01-27T17:51:56.967Z] nexus3.edgexfoundry.org:10004 [2021-01-27T17:51:56.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T17:51:57.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T17:51:57.228Z] Configure a credential helper to remove this warning. See [2021-01-27T17:51:57.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T17:51:57.228Z] [2021-01-27T17:51:57.228Z] Login Succeeded [2021-01-27T17:51:57.228Z] docker.io [2021-01-27T17:51:57.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T17:51:57.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T17:51:57.492Z] Configure a credential helper to remove this warning. See [2021-01-27T17:51:57.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T17:51:57.492Z] [2021-01-27T17:51:57.492Z] Login Succeeded [2021-01-27T17:51:57.492Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T17:51:57.502Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T17:51:57.964Z] ++ 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-27T17:51:57.964Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T17:51:57.964Z] ++ dirname cmd/core-command/Dockerfile [2021-01-27T17:51:57.964Z] ++ cut -d/ -f2 [2021-01-27T17:51:57.964Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-27T17:51:57.964Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T17:51:57.964Z] ++ dirname cmd/core-data/Dockerfile [2021-01-27T17:51:57.964Z] ++ cut -d/ -f2 [2021-01-27T17:51:57.964Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-27T17:51:57.964Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T17:51:57.964Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-27T17:51:57.964Z] ++ cut -d/ -f2 [2021-01-27T17:51:57.964Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-27T17:51:57.964Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T17:51:57.964Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-27T17:51:57.964Z] ++ cut -d/ -f2 [2021-01-27T17:51:57.964Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-27T17:51:57.964Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T17:51:57.964Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-27T17:51:57.964Z] ++ cut -d/ -f2 [2021-01-27T17:51:57.964Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-27T17:51:57.964Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T17:51:57.964Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-27T17:51:57.964Z] ++ cut -d/ -f2 [2021-01-27T17:51:57.964Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-27T17:51:57.964Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T17:51:57.964Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-27T17:51:57.964Z] ++ cut -d/ -f2 [2021-01-27T17:51:57.964Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-27T17:51:57.964Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T17:51:57.964Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-27T17:51:57.964Z] ++ cut -d/ -f2 [2021-01-27T17:51:57.964Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-27T17:51:57.964Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T17:51:57.964Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-27T17:51:57.964Z] ++ cut -d/ -f2 [2021-01-27T17:51:57.964Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-27T17:51:58.037Z] 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-27T17:51:58.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T17:51:58.896Z] [2021-01-27T17:51:58.896Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T17:51:59.240Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T17:51:59.240Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T17:51:59.240Z] 31603596830f: Pulling fs layer [2021-01-27T17:51:59.240Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T17:51:59.240Z] 6ca5941a6612: Pulling fs layer [2021-01-27T17:51:59.240Z] ecc8261a40a4: Pulling fs layer [2021-01-27T17:51:59.240Z] ecc8261a40a4: Waiting [2021-01-27T17:51:59.240Z] 2a8b12db71e7: Download complete [2021-01-27T17:51:59.503Z] 31603596830f: Verifying Checksum [2021-01-27T17:51:59.503Z] 31603596830f: Download complete [2021-01-27T17:51:59.503Z] 6ca5941a6612: Verifying Checksum [2021-01-27T17:51:59.503Z] 6ca5941a6612: Download complete [2021-01-27T17:51:59.503Z] ecc8261a40a4: Verifying Checksum [2021-01-27T17:51:59.503Z] ecc8261a40a4: Download complete [2021-01-27T17:51:59.766Z] 31603596830f: Pull complete [2021-01-27T17:51:59.766Z] 2a8b12db71e7: Pull complete [2021-01-27T17:52:00.720Z] 6ca5941a6612: Pull complete [2021-01-27T17:52:00.982Z] ecc8261a40a4: Pull complete [2021-01-27T17:52:00.982Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T17:52:00.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T17:52:00.982Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T17:52:01.096Z] prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container [2021-01-27T17:52:01.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T17:52:03.910Z] $ docker top fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T17:52:04.242Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T17:52:04.242Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T17:52:04.461Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T17:52:04.465Z] $ docker exec fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f ssh-agent [2021-01-27T17:52:04.636Z] SSH_AUTH_SOCK=/tmp/ssh-wN1kbpEh1VVa/agent.11 [2021-01-27T17:52:04.636Z] SSH_AGENT_PID=16 [2021-01-27T17:52:04.645Z] Running ssh-add (command line suppressed) [2021-01-27T17:52:04.763Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8205284341000726414.key (/w/workspace/edgex-go/2@tmp/private_key_8205284341000726414.key) [2021-01-27T17:52:04.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T17:52:05.148Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T17:52:05.171Z] $ docker exec --env ******** --env ******** fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f ssh-agent -k [2021-01-27T17:52:05.288Z] unset SSH_AUTH_SOCK; [2021-01-27T17:52:05.288Z] unset SSH_AGENT_PID; [2021-01-27T17:52:05.288Z] echo Agent pid 16 killed; [2021-01-27T17:52:05.335Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T17:52:05.486Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T17:52:05.486Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T17:52:05.656Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T17:52:05.660Z] $ docker exec fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f ssh-agent [2021-01-27T17:52:05.823Z] SSH_AUTH_SOCK=/tmp/ssh-g1FUy1AY5voS/agent.45 [2021-01-27T17:52:05.823Z] SSH_AGENT_PID=51 [2021-01-27T17:52:05.832Z] Running ssh-add (command line suppressed) [2021-01-27T17:52:05.958Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4985741722025393602.key (/w/workspace/edgex-go/2@tmp/private_key_4985741722025393602.key) [2021-01-27T17:52:06.013Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T17:52:06.349Z] + git semver init [2021-01-27T17:52:06.349Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T17:52:06.349Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-27T17:52:06.349Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-27T17:52:06.349Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T17:52:06.349Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T17:52:06.349Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T17:52:06.349Z] # $SEMVER_BRANCH = PR-3091 [2021-01-27T17:52:06.349Z] # $SEMVER_TEMP = /tmp/semver-313514544 [2021-01-27T17:52:06.349Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-27T17:52:24.586Z] # '/tmp/semver-313514544' -> '/w/workspace/edgex-go/2/.semver' [2021-01-27T17:52:24.586Z] # -> Force: false [2021-01-27T17:52:24.586Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-27T17:52:24.601Z] $ docker exec --env ******** --env ******** fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f ssh-agent -k [2021-01-27T17:52:24.812Z] unset SSH_AUTH_SOCK; [2021-01-27T17:52:24.812Z] unset SSH_AGENT_PID; [2021-01-27T17:52:24.812Z] echo Agent pid 51 killed; [2021-01-27T17:52:24.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T17:52:25.433Z] + git semver [Pipeline] } [2021-01-27T17:52:25.452Z] $ docker stop --time=1 fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f [2021-01-27T17:52:27.044Z] $ docker rm -f fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T17:52:27.578Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T17:52:28.111Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T17:52:28.114Z] [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-27T17:52:29.045Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T17:52:29.346Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T17:52:29.644Z] + sudo service docker restart [2021-01-27T17:52:29.644Z] + true [2021-01-27T17:52:29.644Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-27T17:52:30.233Z] ========================================================= [2021-01-27T17:52:30.233Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T17:52:30.233Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T17:52:30.586Z] + 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-27T17:52:33.904Z] Sending build context to Docker daemon 327.2MB [2021-01-27T17:52:33.904Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T17:52:33.904Z] Step 2/6 : FROM ${BASE} [2021-01-27T17:52:33.904Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T17:52:33.904Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T17:52:33.904Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T17:52:33.904Z] de9db76c5a1d: Pulling fs layer [2021-01-27T17:52:33.904Z] bca2f99d35d6: Pulling fs layer [2021-01-27T17:52:33.904Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T17:52:33.904Z] 7c6f9722023f: Pulling fs layer [2021-01-27T17:52:33.904Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T17:52:33.904Z] 7c6f9722023f: Waiting [2021-01-27T17:52:33.904Z] a35cf1a2eb13: Waiting [2021-01-27T17:52:33.904Z] bca2f99d35d6: Waiting [2021-01-27T17:52:33.904Z] 93359f2a8cfa: Waiting [2021-01-27T17:52:34.170Z] de9db76c5a1d: Verifying Checksum [2021-01-27T17:52:34.170Z] de9db76c5a1d: Download complete [2021-01-27T17:52:34.170Z] 0ef7d3d256c8: Verifying Checksum [2021-01-27T17:52:34.170Z] 0ef7d3d256c8: Download complete [2021-01-27T17:52:34.170Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T17:52:34.170Z] 93359f2a8cfa: Download complete [2021-01-27T17:52:34.170Z] 7c6f9722023f: Verifying Checksum [2021-01-27T17:52:34.170Z] 7c6f9722023f: Download complete [2021-01-27T17:52:34.170Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T17:52:34.170Z] 188c0c94c7c5: Download complete [2021-01-27T17:52:34.745Z] 188c0c94c7c5: Pull complete [2021-01-27T17:52:34.745Z] 0ef7d3d256c8: Pull complete [2021-01-27T17:52:35.007Z] de9db76c5a1d: Pull complete [2021-01-27T17:52:36.414Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T17:52:36.414Z] a35cf1a2eb13: Download complete [2021-01-27T17:52:36.989Z] bca2f99d35d6: Verifying Checksum [2021-01-27T17:52:36.989Z] bca2f99d35d6: Download complete [2021-01-27T17:52:42.328Z] bca2f99d35d6: Pull complete [2021-01-27T17:52:42.328Z] 93359f2a8cfa: Pull complete [2021-01-27T17:52:42.328Z] 7c6f9722023f: Pull complete [2021-01-27T17:52:43.517Z] Still waiting to schedule task [2021-01-27T17:52:43.517Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-27T17:52:47.650Z] a35cf1a2eb13: Pull complete [2021-01-27T17:52:47.651Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T17:52:47.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T17:52:47.651Z] ---> a62c8e92a672 [2021-01-27T17:52:47.651Z] 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-27T17:52:47.651Z] ---> Running in 0e221f1962b0 [2021-01-27T17:52:47.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:52:48.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:52:48.752Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T17:52:49.015Z] (2/12) Installing file (5.38-r0) [2021-01-27T17:52:49.015Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T17:52:49.278Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T17:52:54.582Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T17:52:54.582Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T17:52:54.582Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T17:52:54.582Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T17:52:54.582Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T17:52:54.582Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T17:52:54.582Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T17:52:54.850Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T17:52:54.850Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:52:54.850Z] OK: 233 MiB in 51 packages [2021-01-27T17:52:59.071Z] Removing intermediate container 0e221f1962b0 [2021-01-27T17:52:59.071Z] ---> 266d9ad135b0 [2021-01-27T17:52:59.071Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T17:52:59.071Z] ---> Running in 1b8e2620206d [2021-01-27T17:52:59.071Z] Removing intermediate container 1b8e2620206d [2021-01-27T17:52:59.071Z] ---> 327f4e5dd5c7 [2021-01-27T17:52:59.071Z] Step 5/6 : COPY go.mod . [2021-01-27T17:52:59.071Z] ---> 662e13a27ea4 [2021-01-27T17:52:59.071Z] Step 6/6 : RUN go mod download [2021-01-27T17:52:59.071Z] ---> Running in 5361eefeec57 [2021-01-27T17:53:21.082Z] Removing intermediate container 5361eefeec57 [2021-01-27T17:53:21.082Z] ---> 2f9ab0b09715 [2021-01-27T17:53:21.082Z] Successfully built 2f9ab0b09715 [2021-01-27T17:53:21.082Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T17:53:21.397Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T17:53:21.397Z] . [Pipeline] withDockerContainer [2021-01-27T17:53:21.495Z] prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container [2021-01-27T17:53:21.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T17:53:22.355Z] $ docker top 3bb46a82f03b168c1a282256d97f05563ad4236909264b5e1bcd67daa8afaf79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T17:53:22.868Z] + go version [2021-01-27T17:53:22.868Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T17:53:22.885Z] $ docker stop --time=1 3bb46a82f03b168c1a282256d97f05563ad4236909264b5e1bcd67daa8afaf79 [2021-01-27T17:53:24.257Z] $ docker rm -f 3bb46a82f03b168c1a282256d97f05563ad4236909264b5e1bcd67daa8afaf79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T17:53:25.105Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T17:53:25.105Z] . [Pipeline] withDockerContainer [2021-01-27T17:53:25.200Z] prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container [2021-01-27T17:53:25.244Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T17:53:26.326Z] $ docker top 838a163cbf6194a08204c66adda9c18ac2c6d5c0fe76600aeb95e04bad2b700c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T17:53:26.531Z] ========================================================= [2021-01-27T17:53:26.531Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T17:53:26.531Z] ========================================================= [Pipeline] sh [2021-01-27T17:53:26.823Z] + make test [2021-01-27T17:53:26.823Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T17:53:36.887Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T17:53:49.256Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T17:53:55.898Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T17:53:55.898Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T17:53:55.898Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T17:53:55.898Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T17:53:59.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T17:53:59.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T17:53:59.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T17:53:59.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T17:53:59.278Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T17:53:59.278Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T17:54:01.898Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T17:54:01.898Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T17:54:01.898Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T17:54:03.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.079s coverage: 46.6% of statements [2021-01-27T17:54:03.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T17:54:03.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T17:54:03.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T17:54:03.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T17:54:03.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T17:54:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T17:54:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T17:54:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T17:54:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T17:54:08.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.181s coverage: 82.3% of statements [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T17:54:08.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T17:54:10.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.364s coverage: 28.6% of statements [2021-01-27T17:54:10.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T17:54:10.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T17:54:10.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T17:54:10.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T17:54:10.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T17:54:10.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-01-27T17:54:10.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T17:54:10.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-27T17:54:10.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T17:54:10.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2021-01-27T17:54:10.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T17:54:10.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2021-01-27T17:54:10.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T17:54:10.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-01-27T17:54:10.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T17:54:10.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T17:54:10.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T17:54:10.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T17:54:12.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.424s coverage: 92.8% of statements [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T17:54:12.911Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T17:54:12.911Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.1% of statements [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T17:54:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T17:54:12.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 43.8% of statements [2021-01-27T17:54:12.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements [2021-01-27T17:54:12.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-01-27T17:54:13.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements [2021-01-27T17:54:13.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-01-27T17:54:20.492Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23418 in /w/workspace/edgexfoundry_edgex-go_PR-3091 [Pipeline] { [Pipeline] ws [2021-01-27T17:54:20.626Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T17:54:25.377Z] using credential edgex-jenkins-ssh [2021-01-27T17:54:25.471Z] Cloning the remote Git repository [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 68.9% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.0% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.1% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T17:54:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-01-27T17:54:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T17:54:25.526Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T17:54:25.632Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-27T17:54:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 29.1% of statements [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T17:54:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T17:54:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T17:54:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T17:54:26.088Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T17:54:26.088Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T17:54:26.671Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-01-27T17:54:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T17:54:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T17:54:26.671Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-01-27T17:54:25.719Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T17:54:25.720Z] > git --version # timeout=10 [2021-01-27T17:54:25.739Z] > git --version # 'git version 2.17.1' [2021-01-27T17:54:25.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T17:54:25.793Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T17:54:26.932Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-27T17:54:26.932Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-27T17:54:27.506Z] GO111MODULE=on go vet ./... [2021-01-27T17:54:40.665Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T17:54:40.701Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T17:54:40.727Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T17:54:40.760Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T17:54:40.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T17:54:40.772Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3091/head:refs/remotes/origin/PR-3091 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T17:54:41.595Z] Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T17:54:42.127Z] Merge succeeded, producing 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T17:54:42.127Z] Checking out Revision 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 (PR-3091) [2021-01-27T17:54:41.658Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T17:54:41.693Z] > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # timeout=10 [2021-01-27T17:54:42.056Z] > git remote # timeout=10 [2021-01-27T17:54:42.073Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T17:54:42.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T17:54:42.094Z] > git merge 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 [2021-01-27T17:54:42.116Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T17:54:42.136Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T17:54:42.152Z] > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # timeout=10 [2021-01-27T17:54:46.518Z] Commit message: "feat(security): make the built fully statically linked for dockerize" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T17:54:48.348Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T17:54:48.762Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T17:54:49.110Z] + sudo service docker restart [2021-01-27T17:54:49.110Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T17:54:51.203Z] provisioning config files... [2021-01-27T17:54:51.245Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4412480874842441325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T17:54:51.678Z] ---> docker-login.sh [2021-01-27T17:54:51.678Z] nexus3.edgexfoundry.org:10001 [2021-01-27T17:54:52.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T17:54:52.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T17:54:52.937Z] Configure a credential helper to remove this warning. See [2021-01-27T17:54:52.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T17:54:52.937Z] [2021-01-27T17:54:52.937Z] Login Succeeded [2021-01-27T17:54:52.937Z] nexus3.edgexfoundry.org:10002 [2021-01-27T17:54:53.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T17:54:53.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T17:54:53.534Z] Configure a credential helper to remove this warning. See [2021-01-27T17:54:53.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T17:54:53.534Z] [2021-01-27T17:54:53.534Z] Login Succeeded [2021-01-27T17:54:53.534Z] nexus3.edgexfoundry.org:10003 [2021-01-27T17:54:54.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T17:54:54.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T17:54:54.141Z] Configure a credential helper to remove this warning. See [2021-01-27T17:54:54.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T17:54:54.141Z] [2021-01-27T17:54:54.141Z] Login Succeeded [2021-01-27T17:54:54.141Z] nexus3.edgexfoundry.org:10004 [2021-01-27T17:54:54.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T17:54:54.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T17:54:54.697Z] Configure a credential helper to remove this warning. See [2021-01-27T17:54:54.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T17:54:54.697Z] [2021-01-27T17:54:54.697Z] Login Succeeded [2021-01-27T17:54:54.697Z] docker.io [2021-01-27T17:54:54.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T17:54:55.004Z] gofmt -l . [2021-01-27T17:54:55.004Z] [ "`gofmt -l .`" = "" ] [2021-01-27T17:54:55.004Z] ./bin/test-go-mod-tidy.sh [2021-01-27T17:54:55.004Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T17:54:55.310Z] + ls -al . [2021-01-27T17:54:55.310Z] total 668 [2021-01-27T17:54:55.310Z] drwxrwxr-x 10 1001 1001 4096 Jan 27 17:54 . [2021-01-27T17:54:55.310Z] drwxr-xr-x 4 root root 28 Jan 27 17:53 .. [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 17:51 .dockerignore [2021-01-27T17:54:55.310Z] drwxrwxr-x 8 1001 1001 179 Jan 27 17:51 .git [2021-01-27T17:54:55.310Z] drwxrwxr-x 3 1001 1001 125 Jan 27 17:51 .github [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 17:51 .gitignore [2021-01-27T17:54:55.310Z] drwx------ 3 1001 1001 60 Jan 27 17:52 .semver [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 17:51 .sonarcloud.properties [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 17:51 Attribution.txt [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 17:51 CONTRIBUTING.md [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 17:51 Dockerfile.build [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 17:51 Jenkinsfile [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 17:51 LICENSE [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 17:51 Makefile [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 17:51 README.md [2021-01-27T17:54:55.310Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 17:51 SECURITY.md [2021-01-27T17:54:55.311Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 17:52 VERSION [2021-01-27T17:54:55.311Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 17:51 ZMQWindows.md [2021-01-27T17:54:55.311Z] drwxrwxr-x 2 1001 1001 117 Jan 27 17:51 bin [2021-01-27T17:54:55.311Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 17:51 cmd [2021-01-27T17:54:55.311Z] -rw-r--r-- 1 root root 564700 Jan 27 17:54 coverage.out [2021-01-27T17:54:55.311Z] -rw-r--r-- 1 root root 1053 Jan 27 17:54 go.mod [2021-01-27T17:54:55.311Z] -rw-r--r-- 1 root root 18995 Jan 27 17:54 go.sum [2021-01-27T17:54:55.311Z] drwxrwxr-x 8 1001 1001 127 Jan 27 17:51 internal [2021-01-27T17:54:55.311Z] drwxrwxr-x 4 1001 1001 26 Jan 27 17:51 openapi [2021-01-27T17:54:55.311Z] drwxrwxr-x 4 1001 1001 71 Jan 27 17:51 snap [2021-01-27T17:54:55.311Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 17:51 version.go [Pipeline] sh [2021-01-27T17:54:55.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T17:54:55.563Z] Configure a credential helper to remove this warning. See [2021-01-27T17:54:55.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T17:54:55.563Z] [2021-01-27T17:54:55.563Z] Login Succeeded [2021-01-27T17:54:55.563Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T17:54:55.581Z] Deleting 1 temporary files [2021-01-27T17:54:55.615Z] + '[' -e coverage.out ] [2021-01-27T17:54:55.615Z] + chown 1001:1001 coverage.out [Pipeline] // wrap [Pipeline] stash [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-27T17:54:55.863Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] echo [2021-01-27T17:54:56.063Z] ========================================================= [2021-01-27T17:54:56.063Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T17:54:56.063Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T17:54:56.158Z] + make build [2021-01-27T17:54:56.158Z] 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-27T17:54:56.445Z] + 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-27T17:54:59.101Z] Sending build context to Docker daemon 165.9MB [2021-01-27T17:54:59.101Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T17:54:59.101Z] Step 2/6 : FROM ${BASE} [2021-01-27T17:54:59.101Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T17:54:59.101Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T17:54:59.101Z] a4357932f1b6: Pulling fs layer [2021-01-27T17:54:59.101Z] 18c013af1878: Pulling fs layer [2021-01-27T17:54:59.101Z] 00ac8860ef70: Pulling fs layer [2021-01-27T17:54:59.101Z] 63d7cb157983: Pulling fs layer [2021-01-27T17:54:59.101Z] b116817d02f9: Pulling fs layer [2021-01-27T17:54:59.101Z] 745a02a5169b: Pulling fs layer [2021-01-27T17:54:59.101Z] 00ac8860ef70: Waiting [2021-01-27T17:54:59.101Z] 63d7cb157983: Waiting [2021-01-27T17:54:59.101Z] b116817d02f9: Waiting [2021-01-27T17:54:59.101Z] 745a02a5169b: Waiting [2021-01-27T17:54:59.101Z] 18c013af1878: Verifying Checksum [2021-01-27T17:54:59.101Z] 18c013af1878: Download complete [2021-01-27T17:54:59.101Z] a4357932f1b6: Verifying Checksum [2021-01-27T17:54:59.101Z] a4357932f1b6: Download complete [2021-01-27T17:54:59.101Z] 63d7cb157983: Verifying Checksum [2021-01-27T17:54:59.101Z] 63d7cb157983: Download complete [2021-01-27T17:54:59.101Z] b116817d02f9: Verifying Checksum [2021-01-27T17:54:59.101Z] b116817d02f9: Download complete [2021-01-27T17:54:59.101Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T17:54:59.101Z] 5f621e34cdf4: Download complete [2021-01-27T17:54:59.378Z] 5f621e34cdf4: Pull complete [2021-01-27T17:54:59.983Z] a4357932f1b6: Pull complete [2021-01-27T17:55:00.387Z] 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-27T17:55:00.583Z] 18c013af1878: Pull complete [2021-01-27T17:55:01.571Z] 745a02a5169b: Verifying Checksum [2021-01-27T17:55:01.571Z] 745a02a5169b: Download complete [2021-01-27T17:55:03.017Z] 00ac8860ef70: Verifying Checksum [2021-01-27T17:55:03.017Z] 00ac8860ef70: Download complete [2021-01-27T17:55:08.644Z] 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-27T17:55:09.230Z] 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-27T17:55:10.621Z] 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-27T17:55:10.886Z] 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-27T17:55:12.289Z] 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-27T17:55:13.166Z] 00ac8860ef70: Pull complete [2021-01-27T17:55:13.167Z] 63d7cb157983: Pull complete [2021-01-27T17:55:13.438Z] b116817d02f9: Pull complete [2021-01-27T17:55:13.686Z] 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-27T17:55:15.075Z] 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-27T17:55:16.030Z] 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-27T17:55:17.421Z] 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-27T17:55:17.746Z] 745a02a5169b: Pull complete [2021-01-27T17:55:17.746Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T17:55:17.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T17:55:17.746Z] ---> b7e6874047d6 [2021-01-27T17:55:17.746Z] 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-27T17:55:18.372Z] 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-27T17:55:19.323Z] 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-27T17:55:20.385Z] ---> Running in 99c974271be1 [Pipeline] } [2021-01-27T17:55:21.285Z] $ docker stop --time=1 838a163cbf6194a08204c66adda9c18ac2c6d5c0fe76600aeb95e04bad2b700c [2021-01-27T17:55:21.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T17:55:22.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T17:55:23.038Z] $ docker rm -f 838a163cbf6194a08204c66adda9c18ac2c6d5c0fe76600aeb95e04bad2b700c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-27T17:55:23.772Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T17:55:23.772Z] (2/12) Installing file (5.38-r0) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-27T17:55:24.048Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T17:55:24.048Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh [2021-01-27T17:55:25.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T17:55:25.043Z] [2021-01-27T17:55:25.043Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T17:55:25.390Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T17:55:25.390Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-27T17:55:25.390Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-27T17:55:25.390Z] ca9280d653b3: Pulling fs layer [2021-01-27T17:55:25.390Z] 7e9c9ca2126c: Pulling fs layer [2021-01-27T17:55:25.651Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-27T17:55:25.651Z] cbdbe7a5bc2a: Download complete [2021-01-27T17:55:26.233Z] cbdbe7a5bc2a: Pull complete [2021-01-27T17:55:26.233Z] ca9280d653b3: Verifying Checksum [2021-01-27T17:55:26.233Z] ca9280d653b3: Download complete [2021-01-27T17:55:27.184Z] 7e9c9ca2126c: Download complete [2021-01-27T17:55:27.184Z] ca9280d653b3: Pull complete [2021-01-27T17:55:33.826Z] 7e9c9ca2126c: Pull complete [2021-01-27T17:55:33.826Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-27T17:55:33.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T17:55:33.826Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-27T17:55:33.990Z] prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container [2021-01-27T17:55:34.040Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T17:55:36.620Z] $ docker top 03f8978d8f86c2f9190a50d2508687361a26c9a260530dfe2cbb4850bf4f1428 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T17:55:37.140Z] + docker-compose build --help [2021-01-27T17:55:37.140Z] + grep parallel [2021-01-27T17:55:38.089Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T17:55:38.368Z] $ docker stop --time=1 03f8978d8f86c2f9190a50d2508687361a26c9a260530dfe2cbb4850bf4f1428 [2021-01-27T17:55:39.116Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T17:55:39.116Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T17:55:39.116Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T17:55:39.116Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T17:55:39.116Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T17:55:39.116Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T17:55:39.116Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T17:55:39.116Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T17:55:39.116Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:55:39.116Z] OK: 217 MiB in 51 packages [2021-01-27T17:55:39.715Z] $ docker rm -f 03f8978d8f86c2f9190a50d2508687361a26c9a260530dfe2cbb4850bf4f1428 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T17:55:40.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T17:55:40.325Z] . [Pipeline] withDockerContainer [2021-01-27T17:55:40.442Z] prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container [2021-01-27T17:55:40.490Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T17:55:41.112Z] $ docker top 683ee3847200bc98ca72d4fdb2a449f76285053ccc8b77033410f97615f032ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T17:55:41.604Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T17:55:42.551Z] Building docker-core-command-go ... [2021-01-27T17:55:42.551Z] Building docker-core-data-go ... [2021-01-27T17:55:42.551Z] Building docker-core-metadata-go ... [2021-01-27T17:55:42.551Z] Building docker-security-bootstrapper-go ... [2021-01-27T17:55:42.551Z] Building docker-security-proxy-setup-go ... [2021-01-27T17:55:42.551Z] Building docker-security-secretstore-setup-go ... [2021-01-27T17:55:42.551Z] Building docker-support-notifications-go ... [2021-01-27T17:55:42.551Z] Building docker-support-scheduler-go ... [2021-01-27T17:55:42.551Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T17:55:42.551Z] Building docker-security-secretstore-setup-go [2021-01-27T17:55:42.551Z] Building docker-core-command-go [2021-01-27T17:55:42.551Z] Building docker-support-notifications-go [2021-01-27T17:55:42.551Z] Building docker-support-scheduler-go [2021-01-27T17:55:42.551Z] Building docker-core-metadata-go [2021-01-27T17:55:43.423Z] Removing intermediate container 99c974271be1 [2021-01-27T17:55:43.423Z] ---> 9b526f004618 [2021-01-27T17:55:43.423Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T17:55:43.423Z] ---> Running in 2f983e57c6df [2021-01-27T17:55:44.019Z] Removing intermediate container 2f983e57c6df [2021-01-27T17:55:44.019Z] ---> d11ee3c9e9e4 [2021-01-27T17:55:44.019Z] Step 5/6 : COPY go.mod . [2021-01-27T17:55:44.628Z] ---> d3f2733467e3 [2021-01-27T17:55:44.628Z] Step 6/6 : RUN go mod download [2021-01-27T17:55:44.628Z] ---> Running in 2d105b2d633c [2021-01-27T17:56:11.492Z] Removing intermediate container 2d105b2d633c [2021-01-27T17:56:11.492Z] ---> ff02f36f9d7d [2021-01-27T17:56:11.492Z] Successfully built ff02f36f9d7d [2021-01-27T17:56:11.492Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T17:56:11.836Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T17:56:11.836Z] . [Pipeline] withDockerContainer [2021-01-27T17:56:12.120Z] prd-ubuntu18.04-docker-arm64-4c-16g-23418 does not seem to be running inside a container [2021-01-27T17:56:12.210Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2021-01-27T17:56:13.769Z] $ docker top 4f240de6901a035add8b1c6ccdce895ade981c6443d41b9f913042f57eec17fa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T17:56:14.801Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T17:56:14.801Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T17:56:14.801Z] ---> 2f9ab0b09715 [2021-01-27T17:56:14.801Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T17:56:14.801Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T17:56:14.801Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T17:56:14.801Z] ---> 2f9ab0b09715 [2021-01-27T17:56:14.801Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T17:56:14.801Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T17:56:14.801Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T17:56:14.801Z] ---> 2f9ab0b09715 [2021-01-27T17:56:14.801Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T17:56:14.801Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T17:56:14.801Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T17:56:14.801Z] ---> 2f9ab0b09715 [2021-01-27T17:56:14.801Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T17:56:14.801Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T17:56:14.801Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T17:56:14.801Z] ---> 2f9ab0b09715 [2021-01-27T17:56:14.801Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T17:56:14.801Z] ---> Running in a668d34de8f7 [2021-01-27T17:56:14.801Z] ---> Running in 4ebcfe2b9990 [2021-01-27T17:56:14.801Z] ---> Running in 9b50b8d632da [2021-01-27T17:56:14.801Z] ---> Running in 397f0057bb43 [2021-01-27T17:56:14.801Z] ---> Running in 083bd846edbc [2021-01-27T17:56:14.801Z] Removing intermediate container 4ebcfe2b9990 [2021-01-27T17:56:14.801Z] ---> 81217797eb62 [2021-01-27T17:56:14.801Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T17:56:14.801Z] Removing intermediate container 397f0057bb43 [2021-01-27T17:56:14.801Z] ---> 46239e61ea01 [2021-01-27T17:56:14.801Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T17:56:14.801Z] Removing intermediate container 9b50b8d632da [2021-01-27T17:56:14.801Z] ---> d9f1097de772 [2021-01-27T17:56:14.801Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T17:56:14.801Z] Removing intermediate container 083bd846edbc [2021-01-27T17:56:14.801Z] ---> e402c52e2787 [2021-01-27T17:56:14.801Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T17:56:14.822Z] + go version [2021-01-27T17:56:14.822Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T17:56:14.846Z] $ docker stop --time=1 4f240de6901a035add8b1c6ccdce895ade981c6443d41b9f913042f57eec17fa [2021-01-27T17:56:15.065Z] Removing intermediate container a668d34de8f7 [2021-01-27T17:56:15.066Z] ---> d8764c633bf2 [2021-01-27T17:56:15.066Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T17:56:15.066Z] ---> Running in dbd111e59b5a [2021-01-27T17:56:15.066Z] ---> Running in a91dbe819dba [2021-01-27T17:56:15.066Z] ---> Running in ebaf18d8c3ca [2021-01-27T17:56:15.066Z] ---> Running in 73e7d0e38aef [2021-01-27T17:56:15.066Z] ---> Running in e35c7d9c969b [2021-01-27T17:56:16.829Z] $ docker rm -f 4f240de6901a035add8b1c6ccdce895ade981c6443d41b9f913042f57eec17fa [2021-01-27T17:56:17.009Z] Removing intermediate container ebaf18d8c3ca [2021-01-27T17:56:17.010Z] ---> e54928586682 [2021-01-27T17:56:17.010Z] Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-27T17:56:17.272Z] Removing intermediate container dbd111e59b5a [2021-01-27T17:56:17.272Z] ---> 03fd84cae9e0 [2021-01-27T17:56:17.272Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T17:56:17.272Z] ---> Running in 4ccca5f93b98 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-01-27T17:56:17.541Z] ---> Running in a84d64edc4d8 [2021-01-27T17:56:17.541Z] Removing intermediate container a91dbe819dba [2021-01-27T17:56:17.541Z] ---> 7218dcd090d6 [2021-01-27T17:56:17.541Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T17:56:17.541Z] Removing intermediate container e35c7d9c969b [2021-01-27T17:56:17.541Z] ---> f8e4ac1b8559 [2021-01-27T17:56:17.541Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T17:56:17.541Z] Removing intermediate container 73e7d0e38aef [2021-01-27T17:56:17.541Z] ---> 0aa865b2d73d [2021-01-27T17:56:17.541Z] Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] isUnix [Pipeline] sh [2021-01-27T17:56:17.811Z] ---> Running in 09064017afdb [2021-01-27T17:56:17.811Z] ---> Running in ec70a8425b05 [2021-01-27T17:56:17.811Z] ---> Running in 131185854eca [2021-01-27T17:56:17.897Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T17:56:17.897Z] . [Pipeline] withDockerContainer [2021-01-27T17:56:18.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-23418 does not seem to be running inside a container [2021-01-27T17:56:18.243Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2021-01-27T17:56:18.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:56:18.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:56:18.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:56:18.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:56:18.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:56:19.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:56:19.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:56:19.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:56:19.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:56:19.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:56:19.655Z] $ docker top c94569931e80a44f93e3d9322ede16914f5c4059c9a306a0edbfc83c7ed91538 -eo pid,comm [2021-01-27T17:56:19.728Z] OK: 233 MiB in 51 packages [2021-01-27T17:56:19.728Z] OK: 233 MiB in 51 packages [Pipeline] { [2021-01-27T17:56:20.002Z] OK: 233 MiB in 51 packages [2021-01-27T17:56:20.002Z] OK: 233 MiB in 51 packages [Pipeline] echo [2021-01-27T17:56:20.040Z] ========================================================= [2021-01-27T17:56:20.040Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T17:56:20.040Z] ========================================================= [Pipeline] sh [2021-01-27T17:56:20.268Z] OK: 233 MiB in 51 packages [2021-01-27T17:56:20.269Z] Removing intermediate container 4ccca5f93b98 [2021-01-27T17:56:20.269Z] ---> 159db220a429 [2021-01-27T17:56:20.269Z] Step 6/23 : COPY go.mod . [2021-01-27T17:56:20.269Z] Removing intermediate container a84d64edc4d8 [2021-01-27T17:56:20.269Z] ---> 9a8b4d1ee42e [2021-01-27T17:56:20.269Z] Step 6/22 : COPY go.mod . [2021-01-27T17:56:20.535Z] ---> 6f5071a2ba67 [2021-01-27T17:56:20.535Z] Step 7/23 : RUN go mod download [2021-01-27T17:56:20.690Z] + make test [2021-01-27T17:56:20.690Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T17:56:20.802Z] ---> Running in 8b905be3150d [2021-01-27T17:56:21.067Z] ---> cd36a0421005 [2021-01-27T17:56:21.067Z] Step 7/22 : RUN go mod download [2021-01-27T17:56:21.067Z] Removing intermediate container ec70a8425b05 [2021-01-27T17:56:21.067Z] ---> 8169fa6e747c [2021-01-27T17:56:21.067Z] Step 6/23 : COPY go.mod . [2021-01-27T17:56:21.341Z] ---> Running in 7e8d6ac1fb02 [2021-01-27T17:56:21.341Z] Removing intermediate container 131185854eca [2021-01-27T17:56:21.341Z] ---> 447dc88cb129 [2021-01-27T17:56:21.341Z] Step 6/24 : COPY go.mod . [2021-01-27T17:56:21.341Z] Removing intermediate container 09064017afdb [2021-01-27T17:56:21.341Z] ---> 52ebbab539da [2021-01-27T17:56:21.341Z] Step 6/22 : COPY go.mod . [2021-01-27T17:56:21.612Z] ---> 571fe746922f [2021-01-27T17:56:21.612Z] Step 7/24 : RUN go mod download [2021-01-27T17:56:21.612Z] ---> e57cc27a2de6 [2021-01-27T17:56:21.612Z] Step 7/23 : RUN go mod download [2021-01-27T17:56:21.926Z] ---> a03a4270569b [2021-01-27T17:56:21.926Z] Step 7/22 : RUN go mod download [2021-01-27T17:56:21.926Z] ---> Running in 4948fb654a4d [2021-01-27T17:56:21.926Z] ---> Running in d35e79a52b94 [2021-01-27T17:56:21.926Z] ---> Running in 50d8a0b58046 [2021-01-27T17:56:23.511Z] Removing intermediate container 8b905be3150d [2021-01-27T17:56:23.511Z] ---> 136ee66ebe52 [2021-01-27T17:56:23.511Z] Step 8/23 : COPY . . [2021-01-27T17:56:23.511Z] Removing intermediate container 7e8d6ac1fb02 [2021-01-27T17:56:23.511Z] ---> 61a482821fd3 [2021-01-27T17:56:23.511Z] Step 8/22 : COPY . . [2021-01-27T17:56:23.511Z] Removing intermediate container 4948fb654a4d [2021-01-27T17:56:23.512Z] ---> 0231359e1ef8 [2021-01-27T17:56:23.512Z] Step 8/24 : COPY . . [2021-01-27T17:56:27.806Z] Removing intermediate container d35e79a52b94 [2021-01-27T17:56:27.806Z] ---> f16a7e3ad5d7 [2021-01-27T17:56:27.806Z] Step 8/23 : COPY . . [2021-01-27T17:56:28.393Z] Removing intermediate container 50d8a0b58046 [2021-01-27T17:56:28.393Z] ---> 18da6da72af5 [2021-01-27T17:56:28.393Z] Step 8/22 : COPY . . [2021-01-27T17:56:42.915Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T17:57:07.392Z] ---> 64c5441582e0 [2021-01-27T17:57:07.392Z] ---> d63d8a935ce6 [2021-01-27T17:57:07.392Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T17:57:07.392Z] ---> c2f23cbaaa47 [2021-01-27T17:57:07.392Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T17:57:07.392Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T17:57:07.392Z] ---> 0bab07822f3d [2021-01-27T17:57:07.392Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T17:57:07.392Z] ---> 07e805dad3bf [2021-01-27T17:57:07.392Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T17:57:07.392Z] ---> Running in 12d23bedd63f [2021-01-27T17:57:07.392Z] ---> Running in 0d01a5cf1030 [2021-01-27T17:57:07.392Z] ---> Running in 084022b34055 [2021-01-27T17:57:07.392Z] ---> Running in 428234b004eb [2021-01-27T17:57:07.392Z] ---> Running in 5666eab916fe [2021-01-27T17:57:07.392Z] 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-27T17:57:07.392Z] 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-27T17:57:07.392Z] 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-27T17:57:07.392Z] 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-27T17:57:07.392Z] 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-27T17:57:29.916Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T17:57:32.616Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T17:57:34.117Z] 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-27T17:57:39.495Z] Removing intermediate container 084022b34055 [2021-01-27T17:57:39.495Z] ---> 98b129b47aaf [2021-01-27T17:57:39.495Z] [2021-01-27T17:57:39.495Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T17:57:39.495Z] Removing intermediate container 12d23bedd63f [2021-01-27T17:57:39.495Z] ---> 63d13d995fb5 [2021-01-27T17:57:39.495Z] [2021-01-27T17:57:39.495Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T17:57:39.495Z] Removing intermediate container 428234b004eb [2021-01-27T17:57:39.495Z] ---> 8f0792e366f5 [2021-01-27T17:57:39.495Z] [2021-01-27T17:57:39.495Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T17:57:39.495Z] Removing intermediate container 0d01a5cf1030 [2021-01-27T17:57:39.495Z] ---> 73a9b8126141 [2021-01-27T17:57:39.495Z] [2021-01-27T17:57:39.495Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T17:57:39.495Z] 3.12: Pulling from library/alpine [2021-01-27T17:57:39.495Z] 3.12: Pulling from library/alpine [2021-01-27T17:57:39.495Z] 3.12: Pulling from library/alpine [2021-01-27T17:57:39.495Z] 3.12: Pulling from library/alpine [2021-01-27T17:57:39.495Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T17:57:39.495Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T17:57:39.495Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T17:57:39.495Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T17:57:39.495Z] Status: Image is up to date for alpine:3.12 [2021-01-27T17:57:39.495Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T17:57:39.495Z] ---> 389fef711851 [2021-01-27T17:57:39.495Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T17:57:39.495Z] ---> 389fef711851 [2021-01-27T17:57:39.495Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T17:57:39.495Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T17:57:39.495Z] Status: Image is up to date for alpine:3.12 [2021-01-27T17:57:39.495Z] ---> 389fef711851 [2021-01-27T17:57:39.495Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T17:57:39.495Z] ---> 389fef711851 [2021-01-27T17:57:39.495Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T17:57:39.575Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T17:57:39.575Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T17:57:39.575Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T17:57:42.055Z] ---> Running in d2d66392d498 [2021-01-27T17:57:42.055Z] ---> Running in 264fda77c72e [2021-01-27T17:57:42.055Z] ---> Running in efabf6b8e9d1 [2021-01-27T17:57:42.055Z] ---> Running in cf761de46bdd [2021-01-27T17:57:42.319Z] Removing intermediate container 5666eab916fe [2021-01-27T17:57:42.319Z] ---> c8b217413903 [2021-01-27T17:57:42.319Z] [2021-01-27T17:57:42.319Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T17:57:42.319Z] ---> 389fef711851 [2021-01-27T17:57:42.319Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T17:57:42.583Z] ---> Running in 8c15ec3282b7 [2021-01-27T17:57:43.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:57:43.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:57:43.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:57:43.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:57:43.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:57:43.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:57:43.481Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T17:57:43.481Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:57:43.481Z] OK: 6 MiB in 15 packages [2021-01-27T17:57:43.481Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T17:57:43.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:57:43.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:57:43.481Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T17:57:43.481Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:57:43.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:57:43.481Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T17:57:43.481Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T17:57:43.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:57:43.481Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T17:57:43.750Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T17:57:43.750Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T17:57:43.750Z] OK: 6 MiB in 16 packages [2021-01-27T17:57:43.750Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T17:57:43.750Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:57:43.750Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T17:57:43.750Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T17:57:43.750Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:57:43.750Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T17:57:43.750Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:57:43.750Z] OK: 6 MiB in 15 packages [2021-01-27T17:57:44.344Z] OK: 7 MiB in 19 packages [2021-01-27T17:57:44.344Z] OK: 6 MiB in 15 packages [2021-01-27T17:57:44.611Z] Removing intermediate container d2d66392d498 [2021-01-27T17:57:44.611Z] ---> 46bcb69205d9 [2021-01-27T17:57:44.611Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T17:57:45.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T17:57:45.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T17:57:45.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T17:57:45.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T17:57:45.015Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T17:57:45.015Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T17:57:45.558Z] ---> Running in 8990d67543bd [2021-01-27T17:57:45.558Z] Removing intermediate container 264fda77c72e [2021-01-27T17:57:45.558Z] ---> 1072e7529ed0 [2021-01-27T17:57:45.558Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T17:57:46.510Z] ---> Running in c51b6aa8280b [2021-01-27T17:57:46.510Z] Removing intermediate container 8990d67543bd [2021-01-27T17:57:46.510Z] ---> a8e5a0835bdb [2021-01-27T17:57:46.510Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T17:57:46.510Z] Removing intermediate container cf761de46bdd [2021-01-27T17:57:46.510Z] ---> 79f9a93b5364 [2021-01-27T17:57:46.510Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T17:57:46.510Z] Removing intermediate container 8c15ec3282b7 [2021-01-27T17:57:46.510Z] ---> 025c4f66df70 [2021-01-27T17:57:46.510Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T17:57:46.510Z] Removing intermediate container efabf6b8e9d1 [2021-01-27T17:57:46.510Z] ---> c97fcbcf9a57 [2021-01-27T17:57:46.510Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T17:57:46.773Z] ---> Running in faae5c5cecf4 [2021-01-27T17:57:46.773Z] ---> Running in 6d815faa6b6f [2021-01-27T17:57:46.773Z] ---> Running in defd8689c808 [2021-01-27T17:57:46.773Z] ---> Running in d5aeca6f783e [2021-01-27T17:57:46.773Z] Removing intermediate container c51b6aa8280b [2021-01-27T17:57:46.773Z] ---> d44c32ea6e81 [2021-01-27T17:57:46.773Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T17:57:46.773Z] ---> Running in 43700ec6174b [2021-01-27T17:57:47.036Z] Removing intermediate container defd8689c808 [2021-01-27T17:57:47.036Z] ---> eac58f223634 [2021-01-27T17:57:47.036Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T17:57:47.036Z] Removing intermediate container 6d815faa6b6f [2021-01-27T17:57:47.036Z] ---> f380152d0d4a [2021-01-27T17:57:47.036Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T17:57:47.036Z] Removing intermediate container faae5c5cecf4 [2021-01-27T17:57:47.036Z] ---> d075729a4f28 [2021-01-27T17:57:47.036Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T17:57:47.298Z] Removing intermediate container d5aeca6f783e [2021-01-27T17:57:47.298Z] ---> 9a3701898cee [2021-01-27T17:57:47.298Z] Step 13/24 : WORKDIR / [2021-01-27T17:57:47.298Z] Removing intermediate container 43700ec6174b [2021-01-27T17:57:47.298Z] ---> bfd9102a24b0 [2021-01-27T17:57:47.298Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T17:57:47.298Z] ---> Running in d41160418c21 [2021-01-27T17:57:47.298Z] ---> Running in 57ae14b69005 [2021-01-27T17:57:47.298Z] ---> Running in 07b82131d88d [2021-01-27T17:57:47.560Z] ---> Running in 011e989a067a [2021-01-27T17:57:47.560Z] ---> Running in 5d090304e37f [2021-01-27T17:57:47.560Z] Removing intermediate container d41160418c21 [2021-01-27T17:57:47.560Z] ---> da31d694935e [2021-01-27T17:57:47.560Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T17:57:47.822Z] Removing intermediate container 57ae14b69005 [2021-01-27T17:57:47.822Z] ---> b5d01828c588 [2021-01-27T17:57:47.822Z] Step 15/23 : WORKDIR / [2021-01-27T17:57:47.822Z] Removing intermediate container 07b82131d88d [2021-01-27T17:57:47.822Z] ---> 346a90fcb483 [2021-01-27T17:57:47.822Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T17:57:47.822Z] ---> Running in 8ddd140c3793 [2021-01-27T17:57:48.396Z] Removing intermediate container 5d090304e37f [2021-01-27T17:57:48.397Z] ---> 2b2f35745d7c [2021-01-27T17:57:48.397Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T17:57:48.397Z] Removing intermediate container 011e989a067a [2021-01-27T17:57:48.397Z] ---> 1d8de2e261b8 [2021-01-27T17:57:48.397Z] 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-27T17:57:48.397Z] ---> Running in 22c41dc3b283 [2021-01-27T17:57:48.397Z] ---> Running in 2a1371037a6b [2021-01-27T17:57:48.661Z] Removing intermediate container 8ddd140c3793 [2021-01-27T17:57:48.661Z] ---> bc7aaf35cd81 [2021-01-27T17:57:48.661Z] Step 15/23 : WORKDIR / [2021-01-27T17:57:48.661Z] ---> d3951e266eaf [2021-01-27T17:57:48.661Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T17:57:48.933Z] ---> Running in 5c468621ec8f [2021-01-27T17:57:48.933Z] ---> 436cb05a655f [2021-01-27T17:57:48.933Z] 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-27T17:57:48.933Z] Removing intermediate container 22c41dc3b283 [2021-01-27T17:57:48.933Z] ---> 7f96987be366 [2021-01-27T17:57:48.933Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T17:57:48.933Z] Removing intermediate container 2a1371037a6b [2021-01-27T17:57:48.933Z] ---> b82611172c6f [2021-01-27T17:57:48.933Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T17:57:49.201Z] Removing intermediate container 5c468621ec8f [2021-01-27T17:57:49.201Z] ---> 5649dff44dd9 [2021-01-27T17:57:49.201Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T17:57:49.201Z] ---> acadbf5c24bd [2021-01-27T17:57:49.201Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T17:57:49.464Z] ---> 56a7b77e9f79 [2021-01-27T17:57:49.464Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T17:57:49.464Z] ---> d8a7cf5b72cd [2021-01-27T17:57:49.464Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T17:57:49.464Z] ---> ec15c9fe76b8 [2021-01-27T17:57:49.464Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T17:57:49.740Z] ---> 3a9a153def39 [2021-01-27T17:57:49.740Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T17:57:49.740Z] ---> c0fe1ed609c4 [2021-01-27T17:57:49.740Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T17:57:50.007Z] ---> 23dda4526c8b [2021-01-27T17:57:50.007Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T17:57:50.274Z] ---> Running in 31f7e18c5b52 [2021-01-27T17:57:50.274Z] ---> 083f311ef87f [2021-01-27T17:57:50.274Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T17:57:50.274Z] ---> 10d59e70f961 [2021-01-27T17:57:50.274Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T17:57:50.539Z] Removing intermediate container 31f7e18c5b52 [2021-01-27T17:57:50.539Z] ---> 16a1d52eb467 [2021-01-27T17:57:50.539Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T17:57:50.805Z] ---> c089c973aa1b [2021-01-27T17:57:50.805Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T17:57:50.805Z] ---> c93c781a7391 [2021-01-27T17:57:50.805Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T17:57:50.805Z] ---> Running in bb317216a8c9 [2021-01-27T17:57:50.805Z] ---> 80ed179e0f1f [2021-01-27T17:57:50.805Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T17:57:51.070Z] ---> e2363f6d0599 [2021-01-27T17:57:51.070Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T17:57:51.070Z] ---> Running in d0ff4f3d7fb0 [2021-01-27T17:57:51.070Z] ---> Running in 4336aab9739b [2021-01-27T17:57:51.070Z] ---> 13dda063eeb4 [2021-01-27T17:57:51.070Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T17:57:51.332Z] Removing intermediate container bb317216a8c9 [2021-01-27T17:57:51.332Z] ---> 0e9628f5a5cb [2021-01-27T17:57:51.332Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T17:57:51.332Z] ---> 28c69c98e8e6 [2021-01-27T17:57:51.332Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T17:57:51.332Z] ---> Running in 6e253ee08a1b [2021-01-27T17:57:51.599Z] ---> Running in 726c552fe1bd [2021-01-27T17:57:51.599Z] Removing intermediate container d0ff4f3d7fb0 [2021-01-27T17:57:51.599Z] ---> 6045d631c3b7 [2021-01-27T17:57:51.599Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T17:57:51.599Z] Removing intermediate container 4336aab9739b [2021-01-27T17:57:51.599Z] ---> 2bb819687149 [2021-01-27T17:57:51.599Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T17:57:51.599Z] ---> Running in bbe7468bd5d7 [2021-01-27T17:57:51.599Z] ---> Running in ab4e7b4bb910 [2021-01-27T17:57:51.749Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T17:57:51.749Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T17:57:51.749Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T17:57:51.871Z] Removing intermediate container 6e253ee08a1b [2021-01-27T17:57:51.872Z] ---> 6a8e9c404011 [2021-01-27T17:57:51.872Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T17:57:51.872Z] ---> 39171e4b8653 [2021-01-27T17:57:51.872Z] 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-27T17:57:51.872Z] Removing intermediate container 726c552fe1bd [2021-01-27T17:57:51.872Z] ---> 92dc6484908a [2021-01-27T17:57:51.872Z] Step 21/22 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T17:57:51.872Z] ---> Running in 3ed87dad756b [2021-01-27T17:57:52.142Z] ---> Running in c4323720fea7 [2021-01-27T17:57:52.142Z] ---> Running in 1a225b425286 [2021-01-27T17:57:52.142Z] Removing intermediate container ab4e7b4bb910 [2021-01-27T17:57:52.142Z] ---> 49734762f562 [2021-01-27T17:57:52.142Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T17:57:52.142Z] Removing intermediate container bbe7468bd5d7 [2021-01-27T17:57:52.142Z] ---> 35f28c394857 [2021-01-27T17:57:52.142Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T17:57:52.408Z] ---> Running in f1e4ca0238e4 [2021-01-27T17:57:52.408Z] ---> Running in 7893d1bd3a48 [2021-01-27T17:57:52.408Z] Removing intermediate container 3ed87dad756b [2021-01-27T17:57:52.408Z] ---> b141774d14c2 [2021-01-27T17:57:52.408Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T17:57:52.674Z] Removing intermediate container 1a225b425286 [2021-01-27T17:57:52.674Z] ---> 49274688b0a4 [2021-01-27T17:57:52.674Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T17:57:52.674Z] ---> Running in 637ea985f2d7 [2021-01-27T17:57:52.942Z] Removing intermediate container 7893d1bd3a48 [2021-01-27T17:57:52.942Z] ---> dd1193abf861 [2021-01-27T17:57:52.942Z] Step 21/22 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T17:57:52.942Z] Removing intermediate container f1e4ca0238e4 [2021-01-27T17:57:52.942Z] ---> 97580af46e7e [2021-01-27T17:57:52.942Z] Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T17:57:52.942Z] ---> Running in 0ca59f3ee8b0 [2021-01-27T17:57:53.204Z] ---> Running in f5c4871fe960 [2021-01-27T17:57:53.204Z] ---> Running in 1b0f93dcaa9c [2021-01-27T17:57:53.204Z] Removing intermediate container 637ea985f2d7 [2021-01-27T17:57:53.204Z] ---> 5ab6615f1dac [2021-01-27T17:57:53.204Z] Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T17:57:53.467Z] ---> Running in b3a90232a0b2 [2021-01-27T17:57:53.467Z] Removing intermediate container 0ca59f3ee8b0 [2021-01-27T17:57:53.467Z] ---> 963ca5dfa47a [2021-01-27T17:57:53.467Z] [2021-01-27T17:57:53.467Z] Removing intermediate container f5c4871fe960 [2021-01-27T17:57:53.467Z] ---> 453201397bee [2021-01-27T17:57:53.467Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T17:57:53.728Z] Removing intermediate container 1b0f93dcaa9c [2021-01-27T17:57:53.728Z] ---> b7ba4dfbd6b7 [2021-01-27T17:57:53.728Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T17:57:53.728Z] Successfully built 963ca5dfa47a [2021-01-27T17:57:53.728Z] ---> Running in 4f4a10e12100 [2021-01-27T17:57:53.728Z] ---> Running in a3e3aac36556 [2021-01-27T17:57:53.990Z] Successfully tagged docker-support-notifications-go:latest [2021-01-27T17:57:53.990Z] Building docker-security-bootstrapper-go [2021-01-27T17:57:53.990Z] Removing intermediate container b3a90232a0b2 [2021-01-27T17:57:53.990Z] ---> fbd24280f918 [2021-01-27T17:57:53.990Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T17:57:53.990Z]  Building docker-support-notifications-go ... done Removing intermediate container c4323720fea7 [2021-01-27T17:57:53.990Z] ---> 3cdeb4f9f747 [2021-01-27T17:57:53.990Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T17:57:54.257Z] ---> Running in 7e785332293a [2021-01-27T17:57:54.257Z] ---> Running in 29dcdf3a4db5 [2021-01-27T17:57:54.257Z] Removing intermediate container 4f4a10e12100 [2021-01-27T17:57:54.257Z] ---> e904e66c59f0 [2021-01-27T17:57:54.257Z] [2021-01-27T17:57:54.257Z] Removing intermediate container a3e3aac36556 [2021-01-27T17:57:54.257Z] ---> dbd952ebb3bb [2021-01-27T17:57:54.257Z] [2021-01-27T17:57:54.525Z] Removing intermediate container 7e785332293a [2021-01-27T17:57:54.525Z] ---> 2c6b8a0be2f2 [2021-01-27T17:57:54.525Z] [2021-01-27T17:57:54.525Z] Successfully built e904e66c59f0 [2021-01-27T17:57:54.525Z] Successfully built dbd952ebb3bb [2021-01-27T17:57:54.525Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-27T17:57:54.525Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-27T17:57:54.525Z] Successfully built 2c6b8a0be2f2 [2021-01-27T17:57:54.525Z] Successfully tagged docker-core-command-go:latest [2021-01-27T17:57:54.525Z] Building docker-core-data-go [2021-01-27T17:57:54.525Z]  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest [2021-01-27T17:57:54.525Z] Building docker-sys-mgmt-agent-go [2021-01-27T17:57:54.788Z]  Building docker-core-metadata-go ... done Removing intermediate container 29dcdf3a4db5 [2021-01-27T17:57:54.788Z] ---> 3699a05cbf10 [2021-01-27T17:57:54.788Z] Step 22/24 : LABEL arch=x86_64 [2021-01-27T17:57:54.788Z] ---> Running in f54158b60fc1 [2021-01-27T17:57:55.053Z] Removing intermediate container f54158b60fc1 [2021-01-27T17:57:55.053Z] ---> b0b5c5e9298c [2021-01-27T17:57:55.053Z] Step 23/24 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T17:57:55.053Z] ---> Running in dba558d07d9f [2021-01-27T17:57:55.322Z] Removing intermediate container dba558d07d9f [2021-01-27T17:57:55.322Z] ---> da47f6660aa3 [2021-01-27T17:57:55.322Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T17:57:55.322Z] ---> Running in 7631cda46363 [2021-01-27T17:57:55.583Z] Removing intermediate container 7631cda46363 [2021-01-27T17:57:55.583Z] ---> dc466577353a [2021-01-27T17:57:55.583Z] [2021-01-27T17:57:55.845Z] Successfully built dc466577353a [2021-01-27T17:57:55.845Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-27T17:57:58.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.263s coverage: 46.6% of statements [2021-01-27T17:57:58.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T17:57:58.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T17:57:58.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T17:57:58.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T17:57:58.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T17:58:05.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.500s coverage: 27.1% of statements [2021-01-27T17:58:05.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T17:58:05.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T17:58:05.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T17:58:05.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T17:58:05.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T17:58:05.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T17:58:05.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-01-27T17:58:05.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T17:58:05.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements [2021-01-27T17:58:05.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T17:58:05.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T17:58:05.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 65.8% of statements [2021-01-27T17:58:05.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T17:58:05.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T17:58:07.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.753s coverage: 82.3% of statements [2021-01-27T17:58:07.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T17:58:07.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T17:58:07.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T17:58:07.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T17:58:12.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.103s coverage: 28.6% of statements [2021-01-27T17:58:12.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T17:58:12.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T17:58:12.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T17:58:12.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T17:58:12.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T17:58:12.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements [2021-01-27T17:58:12.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T17:58:12.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-01-27T17:58:12.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T17:58:13.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.337s coverage: 86.7% of statements [2021-01-27T17:58:13.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T17:58:15.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.427s coverage: 97.5% of statements [2021-01-27T17:58:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T17:58:15.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements [2021-01-27T17:58:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T17:58:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T17:58:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T17:58:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T17:58:22.629Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T17:58:22.629Z] [2021-01-27T17:58:22.629Z] Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T17:58:22.629Z] [2021-01-27T17:58:22.629Z] ---> 2f9ab0b09715 [2021-01-27T17:58:22.629Z] Step 3/21 : WORKDIR /edgex-go ---> 2f9ab0b09715 [2021-01-27T17:58:22.629Z] [2021-01-27T17:58:22.629Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> d8764c633bf2 [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> d8764c633bf2 [2021-01-27T17:58:22.629Z] [2021-01-27T17:58:22.629Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> f8e4ac1b8559 [2021-01-27T17:58:22.629Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> f8e4ac1b8559 [2021-01-27T17:58:22.629Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> 447dc88cb129 [2021-01-27T17:58:22.629Z] Step 6/21 : COPY go.mod . [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> 571fe746922f [2021-01-27T17:58:22.629Z] Step 7/21 : RUN go mod download [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> 0231359e1ef8 [2021-01-27T17:58:22.629Z] Step 8/21 : COPY . . [2021-01-27T17:58:22.629Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T17:58:22.629Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-27T17:58:22.629Z] ---> 2f9ab0b09715 [2021-01-27T17:58:22.629Z] Step 3/34 : WORKDIR /edgex-go [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> d8764c633bf2 [2021-01-27T17:58:22.629Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> f8e4ac1b8559 [2021-01-27T17:58:22.629Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> 447dc88cb129 [2021-01-27T17:58:22.629Z] Step 6/34 : COPY go.mod . [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> 571fe746922f [2021-01-27T17:58:22.629Z] Step 7/34 : RUN go mod download [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> 0231359e1ef8 [2021-01-27T17:58:22.629Z] Step 8/34 : COPY . . [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> c2f23cbaaa47 [2021-01-27T17:58:22.629Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> c2f23cbaaa47 [2021-01-27T17:58:22.629Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T17:58:22.629Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T17:58:22.629Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T17:58:22.629Z] ---> 2f9ab0b09715 [2021-01-27T17:58:22.629Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> d8764c633bf2 [2021-01-27T17:58:22.629Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T17:58:22.629Z] ---> Using cache [2021-01-27T17:58:22.629Z] ---> f8e4ac1b8559 [2021-01-27T17:58:22.629Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T17:58:22.629Z] ---> Running in 7a7b8e22b6a6 [2021-01-27T17:58:22.629Z] ---> Running in 547c098528fc [2021-01-27T17:58:22.629Z] ---> Running in f2ded5ddfaeb [2021-01-27T17:58:22.629Z] ---> Running in b04a986a6069 [2021-01-27T17:58:22.629Z] Removing intermediate container f2ded5ddfaeb [2021-01-27T17:58:22.629Z] ---> 2fc02693b580 [2021-01-27T17:58:22.629Z] 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-27T17:58:22.629Z] ---> Running in 6a83956179de [2021-01-27T17:58:22.629Z] 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-27T17:58:22.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:58:22.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:58:22.629Z] 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-27T17:58:22.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:58:22.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:58:22.629Z] OK: 233 MiB in 51 packages [2021-01-27T17:58:22.629Z] OK: 233 MiB in 51 packages [2021-01-27T17:58:23.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.167s coverage: 92.8% of statements [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T17:58:23.495Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T17:58:23.495Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.210s coverage: 0.1% of statements [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T17:58:23.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T17:58:23.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 43.8% of statements [2021-01-27T17:58:23.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.118s coverage: 79.5% of statements [2021-01-27T17:58:23.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-01-27T17:58:23.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-01-27T17:58:23.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements [2021-01-27T17:58:23.596Z] Removing intermediate container 7a7b8e22b6a6 [2021-01-27T17:58:23.596Z] ---> ec29dae461a5 [2021-01-27T17:58:23.596Z] Step 6/26 : COPY go.mod . [2021-01-27T17:58:23.596Z] Removing intermediate container b04a986a6069 [2021-01-27T17:58:23.596Z] ---> d696f294236e [2021-01-27T17:58:23.596Z] Step 6/23 : COPY go.mod . [2021-01-27T17:58:24.185Z] ---> 11eeed76e25c [2021-01-27T17:58:24.185Z] Step 7/26 : RUN go mod download [2021-01-27T17:58:25.149Z] ---> Running in 22af53142252 [2021-01-27T17:58:25.149Z] ---> ac6e7e0698f7 [2021-01-27T17:58:25.149Z] Step 7/23 : RUN go mod download [2021-01-27T17:58:25.426Z] ---> Running in bc10d6036064 [2021-01-27T17:58:28.843Z] Removing intermediate container 22af53142252 [2021-01-27T17:58:28.843Z] ---> e7a2914a00e4 [2021-01-27T17:58:28.843Z] Step 8/26 : COPY . . [2021-01-27T17:58:28.843Z] Removing intermediate container bc10d6036064 [2021-01-27T17:58:28.843Z] ---> 61d0909edc47 [2021-01-27T17:58:28.843Z] Step 8/23 : COPY . . [2021-01-27T17:58:35.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.111s coverage: 94.4% of statements [2021-01-27T17:58:35.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T17:58:35.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T17:58:35.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T17:58:35.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T17:58:35.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-01-27T17:58:35.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-01-27T17:58:35.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-01-27T17:58:35.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.4% of statements [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T17:58:35.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.518s coverage: 63.5% of statements [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T17:58:35.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T17:58:36.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.097s coverage: 100.0% of statements [2021-01-27T17:58:37.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-01-27T17:58:38.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-01-27T17:58:38.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2021-01-27T17:58:38.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-27T17:58:39.060Z] 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-27T17:58:39.060Z] 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-27T17:58:42.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.814s coverage: 68.9% of statements [2021-01-27T17:58:42.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T17:58:42.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T17:58:42.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T17:58:42.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T17:58:42.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T17:58:44.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.393s coverage: 37.0% of statements [2021-01-27T17:58:44.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T17:58:44.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T17:58:44.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.619s coverage: 84.0% of statements [2021-01-27T17:58:44.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements [2021-01-27T17:58:49.223Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T17:58:49.224Z] + cd /tmp/build/dist/linux [2021-01-27T17:58:49.224Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T17:58:49.224Z] Cloning into '.'... [2021-01-27T17:58:50.181Z] + go get github.com/robfig/glock [2021-01-27T17:58:51.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.377s coverage: 47.1% of statements [2021-01-27T17:58:51.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T17:58:51.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T17:58:51.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T17:58:51.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T17:58:51.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T17:58:51.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements [2021-01-27T17:58:51.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T17:58:51.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements [2021-01-27T17:58:51.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T17:58:53.525Z] Removing intermediate container 547c098528fc [2021-01-27T17:58:53.525Z] ---> 7e4240cd85e7 [2021-01-27T17:58:53.525Z] [2021-01-27T17:58:53.525Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T17:58:53.525Z] ---> 389fef711851 [2021-01-27T17:58:53.525Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T17:58:53.525Z] ---> 69f0c4a37d53 [2021-01-27T17:58:53.525Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T17:58:53.525Z] ---> eabe75e66b66 [2021-01-27T17:58:53.525Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T17:58:53.525Z] ---> Running in 532548d9e885 [2021-01-27T17:58:53.525Z] ---> Running in 9d6e6c9e5284 [2021-01-27T17:58:53.525Z] ---> Running in c38d8f747373 [2021-01-27T17:58:54.481Z] 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-27T17:58:54.481Z] 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-27T17:58:54.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:58:54.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:58:54.747Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T17:58:54.747Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T17:58:54.747Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T17:58:54.747Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T17:58:54.747Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:58:54.747Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T17:58:54.747Z] OK: 7 MiB in 18 packages [2021-01-27T17:58:56.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.060s coverage: 29.1% of statements [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T17:58:56.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T17:58:56.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T17:58:56.708Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T17:58:56.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T17:58:56.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T17:58:56.708Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T17:58:56.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements [2021-01-27T17:58:56.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-27T17:58:57.307Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-27T17:58:57.341Z] Removing intermediate container 532548d9e885 [2021-01-27T17:58:57.341Z] ---> a2ccba328682 [2021-01-27T17:58:57.341Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T17:58:57.341Z] ---> Running in 847392a02b97 [2021-01-27T17:58:57.341Z] Removing intermediate container 847392a02b97 [2021-01-27T17:58:57.341Z] ---> c40a045b4614 [2021-01-27T17:58:57.341Z] Step 13/21 : WORKDIR /edgex [2021-01-27T17:58:57.341Z] ---> Running in dbda66b4283e [2021-01-27T17:58:57.902Z] GO111MODULE=on go vet ./... [2021-01-27T17:58:57.922Z] Removing intermediate container dbda66b4283e [2021-01-27T17:58:57.922Z] ---> 0989e774c2a0 [2021-01-27T17:58:57.922Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T17:58:58.186Z] ---> 2ea6d42a64bb [2021-01-27T17:58:58.186Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T17:58:59.142Z] ---> 7c3d9c1ff4ce [2021-01-27T17:58:59.142Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T17:59:03.428Z] ---> 0fd527061832 [2021-01-27T17:59:03.428Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T17:59:03.428Z] ---> Running in f73d46cd300c [2021-01-27T17:59:03.428Z] Removing intermediate container f73d46cd300c [2021-01-27T17:59:03.428Z] ---> 88da17f6a93e [2021-01-27T17:59:03.428Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T17:59:04.025Z] ---> Running in 17d5f64e1152 [2021-01-27T17:59:04.296Z] Removing intermediate container 17d5f64e1152 [2021-01-27T17:59:04.296Z] ---> aa3ebcbfa014 [2021-01-27T17:59:04.296Z] Step 19/21 : LABEL arch=x86_64 [2021-01-27T17:59:04.296Z] ---> Running in 81bb8a04ca4c [2021-01-27T17:59:05.270Z] + glock sync -n [2021-01-27T17:59:05.270Z] Removing intermediate container 81bb8a04ca4c [2021-01-27T17:59:05.270Z] ---> b5ae211ce406 [2021-01-27T17:59:05.270Z] Step 20/21 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T17:59:05.540Z] ---> Running in c3755203b3ed [2021-01-27T17:59:05.811Z] Removing intermediate container c3755203b3ed [2021-01-27T17:59:05.811Z] ---> 86f3e667cb91 [2021-01-27T17:59:05.811Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T17:59:05.811Z] ---> Running in 50bc4f305b4e [2021-01-27T17:59:06.080Z] Removing intermediate container 50bc4f305b4e [2021-01-27T17:59:06.080Z] ---> fad1653d2b6d [2021-01-27T17:59:06.080Z] [2021-01-27T17:59:06.348Z] Successfully built fad1653d2b6d [2021-01-27T17:59:06.348Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-27T17:59:09.702Z]  Building docker-security-proxy-setup-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T17:59:09.702Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T17:59:09.703Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T17:59:09.703Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T17:59:09.703Z] + git describe '--abbrev=0' --tags [2021-01-27T17:59:09.703Z] + TAG=v0.6.1 [2021-01-27T17:59:09.703Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T17:59:09.703Z] + apk --print-arch [2021-01-27T17:59:09.974Z] + arch=x86_64 [2021-01-27T17:59:09.974Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-27T17:59:09.974Z] + 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-27T17:59:09.974Z] building [dockerize] for amd64 ... [2021-01-27T17:59:18.242Z] Removing intermediate container 9d6e6c9e5284 [2021-01-27T17:59:18.242Z] ---> d4b8d5c622ec [2021-01-27T17:59:18.242Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T17:59:18.242Z] ---> Running in 96c0796eef66 [2021-01-27T17:59:18.848Z] 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-27T17:59:22.264Z] Removing intermediate container c38d8f747373 [2021-01-27T17:59:22.264Z] ---> 813092e4cdcc [2021-01-27T17:59:22.264Z] [2021-01-27T17:59:22.264Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T17:59:22.264Z] ---> 389fef711851 [2021-01-27T17:59:22.264Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T17:59:22.264Z] ---> Running in 28b540363928 [2021-01-27T17:59:22.264Z] Removing intermediate container 96c0796eef66 [2021-01-27T17:59:22.264Z] ---> cc696c570f72 [2021-01-27T17:59:22.264Z] [2021-01-27T17:59:22.264Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T17:59:22.264Z] 20.10.0: Pulling from library/docker [2021-01-27T17:59:22.264Z] Removing intermediate container 28b540363928 [2021-01-27T17:59:22.264Z] ---> afba7cf0247a [2021-01-27T17:59:22.264Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T17:59:22.552Z] ---> Running in ce563cb572f3 [2021-01-27T17:59:23.162Z] Removing intermediate container ce563cb572f3 [2021-01-27T17:59:23.162Z] ---> 56780e2e2b63 [2021-01-27T17:59:23.162Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T17:59:23.443Z] ---> Running in 807a0bac45a7 [2021-01-27T17:59:23.707Z] Removing intermediate container 807a0bac45a7 [2021-01-27T17:59:23.707Z] ---> 5937c464d20d [2021-01-27T17:59:23.707Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T17:59:24.310Z] ---> Running in 87b726c23e15 [2021-01-27T17:59:26.334Z] Removing intermediate container 87b726c23e15 [2021-01-27T17:59:26.334Z] ---> af99fc2366d9 [2021-01-27T17:59:26.334Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T17:59:26.622Z] ---> Running in a2663d3141d1 [2021-01-27T17:59:28.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:59:29.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:59:29.688Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T17:59:29.976Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T17:59:29.976Z] + date [2021-01-27T17:59:29.976Z] + echo 'Wed Jan 27 17:59:29 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T17:59:29.976Z] Wed Jan 27 17:59:29 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T17:59:29.976Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T17:59:29.976Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T17:59:30.352Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T17:59:30.352Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T17:59:30.352Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:59:30.352Z] OK: 8 MiB in 20 packages [2021-01-27T17:59:30.725Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T17:59:30.725Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T17:59:30.725Z] ---> aefe523efa57 [2021-01-27T17:59:30.725Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T17:59:30.725Z] ---> Running in 690a1a0bde01 [2021-01-27T17:59:32.142Z] Removing intermediate container a2663d3141d1 [2021-01-27T17:59:32.142Z] ---> 2b25889fcc5e [2021-01-27T17:59:32.142Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T17:59:32.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:59:32.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:59:32.406Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T17:59:32.406Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T17:59:32.406Z] Executing bash-5.0.17-r0.post-install [2021-01-27T17:59:32.406Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:59:32.406Z] OK: 12 MiB in 22 packages [2021-01-27T17:59:34.331Z] ---> b6bf9607276b [2021-01-27T17:59:34.331Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T17:59:36.258Z] ---> 8a9b9adb7dd6 [2021-01-27T17:59:36.258Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T17:59:37.214Z] Removing intermediate container 690a1a0bde01 [2021-01-27T17:59:37.214Z] ---> db8541fad0ec [2021-01-27T17:59:37.214Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T17:59:38.629Z] ---> 1778593602f8 [2021-01-27T17:59:38.629Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T17:59:38.629Z] ---> Running in e1b074f71126 [2021-01-27T17:59:41.211Z] ---> Running in d0cc36a0ef07 [2021-01-27T17:59:41.475Z] Removing intermediate container e1b074f71126 [2021-01-27T17:59:41.475Z] ---> ba55e0bf6448 [2021-01-27T17:59:41.475Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T17:59:41.475Z] Removing intermediate container d0cc36a0ef07 [2021-01-27T17:59:41.475Z] ---> 54c0f0fb1051 [2021-01-27T17:59:41.475Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T17:59:41.475Z] ---> Running in 88f60019377b [2021-01-27T17:59:41.746Z] ---> Running in 6ff42f781947 [2021-01-27T17:59:41.746Z] Removing intermediate container 6a83956179de [2021-01-27T17:59:41.746Z] ---> cb9444b7bd28 [2021-01-27T17:59:41.746Z] 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-27T17:59:41.746Z] ---> Running in e27c0f986c47 [2021-01-27T17:59:41.746Z] Removing intermediate container 88f60019377b [2021-01-27T17:59:41.746Z] ---> ca9944be73da [2021-01-27T17:59:41.746Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T17:59:42.010Z] Removing intermediate container 6ff42f781947 [2021-01-27T17:59:42.010Z] ---> ae6707ac1479 [2021-01-27T17:59:42.010Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T17:59:42.010Z] ---> Running in 468a20f8e45d [2021-01-27T17:59:42.277Z] ---> Running in f0a4c2055b1c [2021-01-27T17:59:42.277Z] Removing intermediate container 468a20f8e45d [2021-01-27T17:59:42.277Z] ---> b2f2935c6d4f [2021-01-27T17:59:42.277Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T17:59:42.548Z] Removing intermediate container f0a4c2055b1c [2021-01-27T17:59:42.548Z] ---> ac8cb1b00ce6 [2021-01-27T17:59:42.548Z] Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T17:59:42.548Z] ---> Running in e9aee58750e1 [2021-01-27T17:59:42.818Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-27T17:59:42.818Z] statically linked [2021-01-27T17:59:42.818Z] Removing intermediate container e9aee58750e1 [2021-01-27T17:59:42.818Z] ---> 535654fe586d [2021-01-27T17:59:42.818Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T17:59:43.087Z] ---> Running in 28abd296d7d0 [2021-01-27T17:59:43.087Z] ---> 232f31c4ce4e [2021-01-27T17:59:43.087Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T17:59:43.087Z] Removing intermediate container 28abd296d7d0 [2021-01-27T17:59:43.087Z] ---> 5db6f13b9325 [2021-01-27T17:59:43.087Z] [2021-01-27T17:59:43.354Z] ---> dfc49a5bd33f [2021-01-27T17:59:43.354Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T17:59:43.354Z] Successfully built 5db6f13b9325 [2021-01-27T17:59:43.354Z] Removing intermediate container e27c0f986c47 [2021-01-27T17:59:43.354Z] ---> e9d9cbfbe14b [2021-01-27T17:59:43.354Z] [2021-01-27T17:59:43.354Z] Step 12/34 : FROM alpine:3.12 [2021-01-27T17:59:43.354Z] ---> 389fef711851 [2021-01-27T17:59:43.354Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T17:59:43.354Z] Successfully tagged docker-core-data-go:latest [2021-01-27T17:59:43.354Z]  Building docker-core-data-go ... done  ---> Running in 968120bd47eb [2021-01-27T17:59:43.624Z] Removing intermediate container 968120bd47eb [2021-01-27T17:59:43.624Z] ---> eb3597cde4c8 [2021-01-27T17:59:43.624Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T17:59:45.059Z] ---> Running in c04bff6fb5f2 [2021-01-27T17:59:45.059Z] ---> 39c6df712a16 [2021-01-27T17:59:45.059Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T17:59:45.059Z] ---> Running in 773ecf69c496 [2021-01-27T17:59:45.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:59:45.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:59:45.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T17:59:45.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T17:59:45.597Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T17:59:45.597Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T17:59:45.597Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T17:59:45.597Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:59:45.597Z] OK: 6 MiB in 17 packages [2021-01-27T17:59:45.861Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T17:59:45.861Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T17:59:45.861Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T17:59:45.861Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T17:59:45.861Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T17:59:45.861Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T17:59:45.861Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T17:59:49.211Z] Removing intermediate container c04bff6fb5f2 [2021-01-27T17:59:49.211Z] ---> 672104ccb557 [2021-01-27T17:59:49.211Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T17:59:49.211Z] ---> Running in 98b537fbd86a [2021-01-27T17:59:49.211Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T17:59:49.211Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T17:59:49.211Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T17:59:49.211Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T17:59:49.211Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T17:59:49.211Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T17:59:49.211Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T17:59:49.211Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T17:59:49.787Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T17:59:50.050Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T17:59:50.050Z] Removing intermediate container 98b537fbd86a [2021-01-27T17:59:50.050Z] ---> 8d0c1bb4552a [2021-01-27T17:59:50.050Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T17:59:50.311Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T17:59:50.311Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T17:59:50.587Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T17:59:50.587Z] ---> Running in 6c619e945ab5 [2021-01-27T17:59:50.587Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T17:59:50.587Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T17:59:50.587Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T17:59:50.587Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T17:59:50.587Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T17:59:50.587Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T17:59:50.587Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T17:59:50.587Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T17:59:50.587Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T17:59:50.859Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T17:59:51.125Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T17:59:51.125Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T17:59:51.125Z] Removing intermediate container 6c619e945ab5 [2021-01-27T17:59:51.125Z] ---> 86d54e9a3de7 [2021-01-27T17:59:51.125Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T17:59:51.125Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T17:59:52.084Z] ---> Running in 7a448951b340 [2021-01-27T17:59:52.084Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T17:59:52.084Z] OK: 71 MiB in 55 packages [2021-01-27T17:59:55.409Z] Removing intermediate container 7a448951b340 [2021-01-27T17:59:55.409Z] ---> 7de0c5bfa486 [2021-01-27T17:59:55.409Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T17:59:57.362Z] ---> Running in c9cbf2ad78df [2021-01-27T17:59:57.362Z] Removing intermediate container 773ecf69c496 [2021-01-27T17:59:57.362Z] ---> 701e66374412 [2021-01-27T17:59:57.362Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T17:59:57.362Z] Removing intermediate container c9cbf2ad78df [2021-01-27T17:59:57.362Z] ---> 18179c4b1510 [2021-01-27T17:59:57.362Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T17:59:57.362Z] ---> Running in ac34b5e36ed3 [2021-01-27T17:59:57.939Z] ---> e10e2ead3e11 [2021-01-27T17:59:57.939Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T17:59:58.200Z] ---> 3e3ff9339032 [2021-01-27T17:59:58.200Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T17:59:58.200Z] ---> Running in 497668d63ee8 [2021-01-27T17:59:58.775Z] Collecting docker-compose==1.23.2 [2021-01-27T17:59:59.036Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T17:59:59.036Z] Removing intermediate container 497668d63ee8 [2021-01-27T17:59:59.036Z] ---> 29bb336c1860 [2021-01-27T17:59:59.036Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T17:59:59.298Z] Collecting PyYAML<4,>=3.10 [2021-01-27T17:59:59.298Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T17:59:59.559Z] ---> 39f36f25fa78 [2021-01-27T17:59:59.559Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T18:00:00.511Z] ---> 959997f81c9a [2021-01-27T18:00:00.512Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T18:00:00.512Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T18:00:00.512Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T18:00:00.774Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T18:00:00.774Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T18:00:01.035Z] ---> b9c4a6e8407e [2021-01-27T18:00:01.035Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T18:00:01.297Z] 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-27T18:00:01.297Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T18:00:01.297Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T18:00:01.297Z] ---> 2df0aa6a445d [2021-01-27T18:00:01.297Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T18:00:01.575Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T18:00:01.575Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T18:00:01.575Z] ---> 4f2dbae04aff [2021-01-27T18:00:01.575Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T18:00:01.844Z] ---> Running in 78f747c49943 [2021-01-27T18:00:02.108Z] Removing intermediate container 78f747c49943 [2021-01-27T18:00:02.108Z] ---> 002be7e4bb98 [2021-01-27T18:00:02.108Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T18:00:02.108Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T18:00:02.108Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T18:00:02.385Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T18:00:02.385Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T18:00:03.786Z] ---> ec56516554b2 [2021-01-27T18:00:03.786Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-27T18:00:03.786Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T18:00:03.786Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T18:00:03.786Z] ---> Running in f6432126a498 [2021-01-27T18:00:03.786Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T18:00:03.786Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T18:00:04.367Z] 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-27T18:00:04.629Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T18:00:04.629Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T18:00:04.892Z] Collecting idna<2.8,>=2.5 [2021-01-27T18:00:04.892Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T18:00:04.892Z] 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-27T18:00:05.156Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T18:00:05.156Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T18:00:05.156Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T18:00:05.156Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T18:00:05.156Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T18:00:05.156Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T18:00:05.156Z] Removing intermediate container f6432126a498 [2021-01-27T18:00:05.156Z] ---> 4d4c2313c6b0 [2021-01-27T18:00:05.156Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T18:00:05.418Z] Installing collected packages: PyYAML, jsonschema, texttable, cached-property, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, docker-compose [2021-01-27T18:00:05.418Z] Running setup.py install for PyYAML: started [2021-01-27T18:00:05.418Z] ---> Running in fc0f93cd4dd5 [2021-01-27T18:00:05.680Z] Removing intermediate container fc0f93cd4dd5 [2021-01-27T18:00:05.680Z] ---> bb0ef0b85d2e [2021-01-27T18:00:05.680Z] Step 31/34 : CMD ["gate"] [2021-01-27T18:00:05.680Z] ---> Running in 400562baf057 [2021-01-27T18:00:05.943Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T18:00:05.943Z] Removing intermediate container 400562baf057 [2021-01-27T18:00:05.943Z] ---> 74cddb83b895 [2021-01-27T18:00:05.943Z] Step 32/34 : LABEL arch=x86_64 [2021-01-27T18:00:05.990Z] gofmt -l . [2021-01-27T18:00:06.515Z] ---> Running in 871ecc81f133 [2021-01-27T18:00:06.515Z] Running setup.py install for texttable: started [2021-01-27T18:00:06.777Z] Removing intermediate container 871ecc81f133 [2021-01-27T18:00:06.777Z] ---> 47a4334f0b71 [2021-01-27T18:00:06.777Z] Step 33/34 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:00:06.777Z] ---> Running in 2e3e60b0cd84 [2021-01-27T18:00:06.966Z] [ "`gofmt -l .`" = "" ] [2021-01-27T18:00:07.045Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T18:00:07.045Z] Running setup.py install for dockerpty: started [2021-01-27T18:00:07.045Z] Removing intermediate container 2e3e60b0cd84 [2021-01-27T18:00:07.045Z] ---> b586c1a4736a [2021-01-27T18:00:07.045Z] Step 34/34 : LABEL version=0.0.0 [2021-01-27T18:00:07.307Z] ---> Running in 97ad3131ad67 [2021-01-27T18:00:07.307Z] Removing intermediate container 97ad3131ad67 [2021-01-27T18:00:07.307Z] ---> b8afef8d3f54 [2021-01-27T18:00:07.307Z] [2021-01-27T18:00:07.567Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T18:00:07.567Z] Attempting uninstall: urllib3 [2021-01-27T18:00:07.567Z] Found existing installation: urllib3 1.25.9 [2021-01-27T18:00:07.567Z] Uninstalling urllib3-1.25.9: [2021-01-27T18:00:07.567Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T18:00:07.567Z] Successfully built b8afef8d3f54 [2021-01-27T18:00:07.567Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-27T18:00:07.830Z]  Building docker-security-bootstrapper-go ... done  Attempting uninstall: idna [2021-01-27T18:00:07.830Z] Found existing installation: idna 2.9 [2021-01-27T18:00:07.830Z] Uninstalling idna-2.9: [2021-01-27T18:00:07.830Z] Successfully uninstalled idna-2.9 [2021-01-27T18:00:07.830Z] Attempting uninstall: requests [2021-01-27T18:00:07.830Z] Found existing installation: requests 2.23.0 [2021-01-27T18:00:08.092Z] Uninstalling requests-2.23.0: [2021-01-27T18:00:08.092Z] Successfully uninstalled requests-2.23.0 [2021-01-27T18:00:08.354Z] Running setup.py install for docopt: started [2021-01-27T18:00:08.932Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T18:00:09.193Z] 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-27T18:00:09.592Z] ./bin/test-go-mod-tidy.sh [2021-01-27T18:00:10.192Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T18:00:11.843Z] + ls -al . [2021-01-27T18:00:11.843Z] total 696 [2021-01-27T18:00:11.843Z] drwxrwxr-x 9 1001 1001 4096 Jan 27 18:00 . [2021-01-27T18:00:11.843Z] drwxr-xr-x 4 root root 4096 Jan 27 17:56 .. [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 17:54 .dockerignore [2021-01-27T18:00:11.843Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 17:54 .git [2021-01-27T18:00:11.843Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 17:54 .github [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 17:54 .gitignore [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 17:54 .sonarcloud.properties [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 17:54 Attribution.txt [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 17:54 CONTRIBUTING.md [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 17:54 Dockerfile.build [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 17:54 Jenkinsfile [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 17:54 LICENSE [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 17:54 Makefile [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 17:54 README.md [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 17:54 SECURITY.md [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 17:52 VERSION [2021-01-27T18:00:11.843Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 17:54 ZMQWindows.md [2021-01-27T18:00:11.843Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 17:54 bin [2021-01-27T18:00:11.843Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 17:54 cmd [2021-01-27T18:00:11.843Z] -rw-r--r-- 1 root root 564700 Jan 27 17:58 coverage.out [2021-01-27T18:00:11.843Z] -rw-r--r-- 1 root root 1053 Jan 27 18:00 go.mod [2021-01-27T18:00:11.843Z] -rw-r--r-- 1 root root 18995 Jan 27 18:00 go.sum [2021-01-27T18:00:11.843Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 17:54 internal [2021-01-27T18:00:11.843Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 17:54 openapi [2021-01-27T18:00:11.844Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 17:54 snap [2021-01-27T18:00:11.844Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 17:54 version.go [Pipeline] sh [2021-01-27T18:00:12.498Z] + '[' -e coverage.out ] [2021-01-27T18:00:12.499Z] + chown 1001:1001 coverage.out [2021-01-27T18:00:12.511Z] Removing intermediate container ac34b5e36ed3 [2021-01-27T18:00:12.511Z] ---> 5a0cdcdad2f8 [2021-01-27T18:00:12.511Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T18:00:12.511Z] ---> Running in bb66b7bf16e5 [Pipeline] stash [2021-01-27T18:00:12.521Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T18:00:12.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T18:00:12.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T18:00:13.043Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T18:00:13.043Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T18:00:13.043Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T18:00:13.043Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:00:13.043Z] OK: 72 MiB in 58 packages [2021-01-27T18:00:13.617Z] Removing intermediate container bb66b7bf16e5 [2021-01-27T18:00:13.617Z] ---> 462e4c596395 [2021-01-27T18:00:13.617Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T18:00:13.617Z] ---> Running in 2852dac0aebd [2021-01-27T18:00:13.835Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T18:00:13.881Z] Removing intermediate container 2852dac0aebd [2021-01-27T18:00:13.881Z] ---> 4f7537d1f98e [2021-01-27T18:00:13.881Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T18:00:13.881Z] ---> Running in 414eff4d1df3 [2021-01-27T18:00:14.151Z] Removing intermediate container 414eff4d1df3 [2021-01-27T18:00:14.151Z] ---> 68a81775063d [2021-01-27T18:00:14.151Z] Step 24/26 : LABEL arch=x86_64 [2021-01-27T18:00:14.151Z] ---> Running in 1f22977f9f9f [2021-01-27T18:00:14.420Z] Removing intermediate container 1f22977f9f9f [2021-01-27T18:00:14.420Z] ---> 452179e3e953 [2021-01-27T18:00:14.420Z] Step 25/26 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:00:14.420Z] ---> Running in 412cca2bc287 [2021-01-27T18:00:14.420Z] Removing intermediate container 412cca2bc287 [2021-01-27T18:00:14.420Z] ---> 09e59b30d125 [2021-01-27T18:00:14.420Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T18:00:14.549Z] + make build [2021-01-27T18:00:14.549Z] 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-27T18:00:14.685Z] ---> Running in 9108dcb00a4e [2021-01-27T18:00:14.685Z] Removing intermediate container 9108dcb00a4e [2021-01-27T18:00:14.685Z] ---> 817ffd6828bb [2021-01-27T18:00:14.685Z] [2021-01-27T18:00:14.954Z] Successfully built 817ffd6828bb [2021-01-27T18:00:14.954Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-27T18:00:15.235Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-27T18:00:15.241Z] $ docker stop --time=1 683ee3847200bc98ca72d4fdb2a449f76285053ccc8b77033410f97615f032ea [2021-01-27T18:00:16.814Z] $ docker rm -f 683ee3847200bc98ca72d4fdb2a449f76285053ccc8b77033410f97615f032ea [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T18:00:17.344Z] + docker images [2021-01-27T18:00:17.344Z] + grep docker [2021-01-27T18:00:17.607Z] docker-sys-mgmt-agent-go latest 817ffd6828bb 3 seconds ago 313MB [2021-01-27T18:00:17.607Z] docker-security-bootstrapper-go latest b8afef8d3f54 10 seconds ago 33.5MB [2021-01-27T18:00:17.607Z] docker-core-data-go latest 5db6f13b9325 35 seconds ago 22.3MB [2021-01-27T18:00:17.607Z] docker-security-proxy-setup-go latest fad1653d2b6d About a minute ago 24.4MB [2021-01-27T18:00:17.607Z] docker-security-secretstore-setup-go latest dc466577353a 2 minutes ago 24.6MB [2021-01-27T18:00:17.607Z] docker-support-scheduler-go latest e904e66c59f0 2 minutes ago 16.4MB [2021-01-27T18:00:17.607Z] docker-core-command-go latest dbd952ebb3bb 2 minutes ago 16.3MB [2021-01-27T18:00:17.607Z] docker-core-metadata-go latest 2c6b8a0be2f2 2 minutes ago 18.8MB [2021-01-27T18:00:17.607Z] docker-support-notifications-go latest 963ca5dfa47a 2 minutes ago 16.9MB [2021-01-27T18:00:17.607Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-27T18:00:24.730Z] 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-27T18:00:33.343Z] Still waiting to schedule task [2021-01-27T18:00:33.343Z] ‘prd-ubuntu18.04-docker-8c-8g-23419’ is offline [2021-01-27T18:00:46.927Z] 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-27T18:00:49.548Z] 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-27T18:00:53.860Z] 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-27T18:00:54.841Z] 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-27T18:01:00.247Z] 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-27T18:01:05.645Z] 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-27T18:01:09.189Z] 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-27T18:01:13.524Z] 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-27T18:01:15.501Z] Running on prd-ubuntu18.04-docker-8c-8g-23421 in /w/workspace/edgexfoundry_edgex-go_PR-3091 [Pipeline] { [Pipeline] ws [2021-01-27T18:01:15.550Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T18:01:16.995Z] 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-27T18:01:17.770Z] using credential edgex-jenkins-ssh [2021-01-27T18:01:17.822Z] Cloning the remote Git repository [2021-01-27T18:01:17.852Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T18:01:17.926Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-27T18:01:17.961Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T18:01:17.961Z] > git --version # timeout=10 [2021-01-27T18:01:17.974Z] > git --version # 'git version 2.17.1' [2021-01-27T18:01:17.975Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T18:01:18.002Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T18:01:20.386Z] 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-27T18:01:24.263Z] 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-27T18:01:25.178Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T18:01:25.183Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T18:01:25.193Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T18:01:25.206Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T18:01:25.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T18:01:25.211Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3091/head:refs/remotes/origin/PR-3091 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T18:01:25.856Z] Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:01:25.983Z] Merge succeeded, producing 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:01:25.984Z] Checking out Revision 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 (PR-3091) [2021-01-27T18:01:25.866Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T18:01:25.870Z] > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # timeout=10 [2021-01-27T18:01:25.945Z] > git remote # timeout=10 [2021-01-27T18:01:25.958Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T18:01:25.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T18:01:25.969Z] > git merge 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 [2021-01-27T18:01:25.977Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T18:01:25.990Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T18:01:25.995Z] > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # timeout=10 [2021-01-27T18:01:29.659Z] Commit message: "feat(security): make the built fully statically linked for dockerize" [Pipeline] } [2021-01-27T18:01:29.682Z] $ docker stop --time=1 c94569931e80a44f93e3d9322ede16914f5c4059c9a306a0edbfc83c7ed91538 [2021-01-27T18:01:32.256Z] $ docker rm -f c94569931e80a44f93e3d9322ede16914f5c4059c9a306a0edbfc83c7ed91538 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:01:34.369Z] + echo snap-build.sh [2021-01-27T18:01:34.369Z] snap-build.sh [2021-01-27T18:01:34.369Z] + SNAP_BASE_DIR=. [2021-01-27T18:01:34.369Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-27T18:01:34.369Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-27T18:01:34.369Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-27T18:01:34.369Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-27T18:01:34.369Z] + cd /w/workspace/edgex-go/2 [2021-01-27T18:01:34.369Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-27T18:01:34.369Z] Reading package lists... [2021-01-27T18:01:34.369Z] Building dependency tree... [2021-01-27T18:01:34.369Z] Reading state information... [2021-01-27T18:01:34.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T18:01:34.505Z] [2021-01-27T18:01:34.505Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T18:01:34.632Z] The following packages were automatically installed and are no longer required: [2021-01-27T18:01:34.632Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-27T18:01:34.632Z] uidmap xdelta3 [2021-01-27T18:01:34.632Z] Use 'sudo apt autoremove' to remove them. [2021-01-27T18:01:34.632Z] The following packages will be REMOVED: [2021-01-27T18:01:34.632Z] lxd* lxd-client* [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:01:34.894Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-27T18:01:34.894Z] After this operation, 31.7 MB disk space will be freed. [2021-01-27T18:01:35.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T18:01:35.421Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-27T18:01:35.421Z] 29e5d40040c1: Pulling fs layer [2021-01-27T18:01:35.421Z] 1ce36da41761: Pulling fs layer [2021-01-27T18:01:35.421Z] 25b303627fd3: Pulling fs layer [2021-01-27T18:01:35.692Z] 29e5d40040c1: Verifying Checksum [2021-01-27T18:01:35.692Z] 29e5d40040c1: Download complete [2021-01-27T18:01:35.963Z] 1ce36da41761: Verifying Checksum [2021-01-27T18:01:35.963Z] 1ce36da41761: Download complete [2021-01-27T18:01:36.212Z] (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-27T18:01:36.212Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T18:01:36.233Z] 29e5d40040c1: Pull complete [2021-01-27T18:01:37.154Z] Removing lxd dnsmasq configuration [2021-01-27T18:01:37.154Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T18:01:37.205Z] 1ce36da41761: Pull complete [2021-01-27T18:01:37.416Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-27T18:01:37.796Z] 25b303627fd3: Verifying Checksum [2021-01-27T18:01:37.796Z] 25b303627fd3: Download complete [2021-01-27T18:01:38.359Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-27T18:01:38.624Z] (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-27T18:01:38.624Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T18:01:40.014Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-27T18:01:40.014Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-27T18:01:41.405Z] + sudo snap remove --purge lxd [2021-01-27T18:01:41.405Z] snap "lxd" is not installed [2021-01-27T18:01:41.405Z] + sudo groupadd --force --system lxd [2021-01-27T18:01:41.405Z] ++ whoami [2021-01-27T18:01:41.668Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-27T18:01:41.668Z] + newgrp - lxd [2021-01-27T18:01:41.668Z] + sudo snap install lxd [2021-01-27T18:01:47.939Z] 25b303627fd3: Pull complete [2021-01-27T18:01:47.939Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-27T18:01:47.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T18:01:47.939Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-27T18:01:48.196Z] prd-ubuntu18.04-docker-arm64-4c-16g-23418 does not seem to be running inside a container [2021-01-27T18:01:48.267Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T18:01:49.814Z] 2021-01-27T18:01:47Z INFO Waiting for automatic snapd restart... [2021-01-27T18:01:51.157Z] $ docker top 005df00ee94771674a8ad88ace5e14b2a0625c52a6978996ad6c8c3bda2d7e9f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T18:01:52.250Z] + + docker-composegrep build parallel --help [2021-01-27T18:01:52.250Z] [2021-01-27T18:01:55.628Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T18:01:55.915Z] $ docker stop --time=1 005df00ee94771674a8ad88ace5e14b2a0625c52a6978996ad6c8c3bda2d7e9f [2021-01-27T18:01:57.797Z] $ docker rm -f 005df00ee94771674a8ad88ace5e14b2a0625c52a6978996ad6c8c3bda2d7e9f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:01:58.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T18:01:58.590Z] . [Pipeline] withDockerContainer [2021-01-27T18:01:58.902Z] prd-ubuntu18.04-docker-arm64-4c-16g-23418 does not seem to be running inside a container [2021-01-27T18:01:58.994Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64:latest cat [2021-01-27T18:02:00.293Z] $ docker top 369c503ec1770a5166885b04399525000b82cb8f4d16fedcaa451624345267db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T18:02:01.387Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T18:02:02.155Z] lxd 4.10 from Canonical* installed [2021-01-27T18:02:02.155Z] + sudo lxd init --auto [2021-01-27T18:02:04.756Z] Building docker-core-command-go ... [2021-01-27T18:02:04.756Z] Building docker-core-data-go ... [2021-01-27T18:02:04.756Z] Building docker-core-metadata-go ... [2021-01-27T18:02:04.756Z] Building docker-security-bootstrapper-go ... [2021-01-27T18:02:04.756Z] Building docker-security-proxy-setup-go ... [2021-01-27T18:02:04.756Z] Building docker-security-secretstore-setup-go ... [2021-01-27T18:02:04.756Z] Building docker-support-notifications-go ... [2021-01-27T18:02:04.756Z] Building docker-support-scheduler-go ... [2021-01-27T18:02:04.756Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T18:02:04.756Z] Building docker-security-bootstrapper-go [2021-01-27T18:02:04.756Z] Building docker-core-data-go [2021-01-27T18:02:04.756Z] Building docker-support-notifications-go [2021-01-27T18:02:04.756Z] Building docker-security-secretstore-setup-go [2021-01-27T18:02:04.756Z] Building docker-support-scheduler-go [2021-01-27T18:02:10.316Z] + sudo snap install --classic snapcraft [2021-01-27T18:02:14.570Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T18:02:14.570Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-27T18:02:14.570Z] + patch --verbose -p1 [2021-01-27T18:02:14.570Z] Hmm... Looks like a unified diff to me... [2021-01-27T18:02:14.570Z] The text leading up to this was: [2021-01-27T18:02:14.570Z] -------------------------- [2021-01-27T18:02:14.570Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-27T18:02:14.570Z] |From: Tony Espy [2021-01-27T18:02:14.570Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-27T18:02:14.570Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-27T18:02:14.570Z] | [2021-01-27T18:02:14.570Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-27T18:02:14.570Z] |optimize the snap CI check run for pull requests. When [2021-01-27T18:02:14.570Z] |applied, it essentially strips out everything (apps and [2021-01-27T18:02:14.570Z] |parts) from the snapcraft.yaml file except those required [2021-01-27T18:02:14.570Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-27T18:02:14.570Z] |catch changes to edgex-go that break the snap build. [2021-01-27T18:02:14.570Z] | [2021-01-27T18:02:14.570Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-27T18:02:14.570Z] |to update this patch file, otherwise it may fail to apply, [2021-01-27T18:02:14.570Z] |resulting in a failed snap build CI check in the associated [2021-01-27T18:02:14.570Z] |pull request. [2021-01-27T18:02:14.570Z] | [2021-01-27T18:02:14.570Z] |Note - in addition to applying this patch, the pipeline also [2021-01-27T18:02:14.570Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-27T18:02:14.570Z] |need to build the finally binary .snap file (and it won't [2021-01-27T18:02:14.570Z] |work with the patch applied). This further reduces the build [2021-01-27T18:02:14.570Z] |time. [2021-01-27T18:02:14.570Z] |--- [2021-01-27T18:02:14.570Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-27T18:02:14.570Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-27T18:02:14.570Z] | [2021-01-27T18:02:14.570Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-27T18:02:14.570Z] |index 1e537489..faf42425 100644 [2021-01-27T18:02:14.570Z] |--- a/snap/snapcraft.yaml [2021-01-27T18:02:14.570Z] |+++ b/snap/snapcraft.yaml [2021-01-27T18:02:14.570Z] -------------------------- [2021-01-27T18:02:14.570Z] patching file snap/snapcraft.yaml [2021-01-27T18:02:14.570Z] Using Plan A... [2021-01-27T18:02:14.570Z] Hunk #1 succeeded at 73. [2021-01-27T18:02:14.570Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-27T18:02:14.570Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-27T18:02:14.570Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-27T18:02:14.570Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-27T18:02:14.570Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-27T18:02:14.570Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-27T18:02:14.570Z] Hunk #8 succeeded at 342. [2021-01-27T18:02:14.570Z] Hmm... Ignoring the trailing garbage. [2021-01-27T18:02:14.570Z] done [2021-01-27T18:02:14.570Z] + sudo snapcraft prime --use-lxd [2021-01-27T18:02:15.961Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-27T18:02:15.961Z] 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-27T18:02:15.961Z] - README.md [2021-01-27T18:02:15.961Z] - snapcraft.yaml.orig [2021-01-27T18:02:15.961Z] [2021-01-27T18:02:15.961Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-27T18:02:16.908Z] Launching a container. [2021-01-27T18:02:29.213Z] Waiting for container to be ready [2021-01-27T18:02:29.213Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-27T18:02:29.213Z] [2021-01-27T18:02:32.523Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-27T18:02:32.523Z] Waiting for network to be ready... [2021-01-27T18:02:32.783Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-27T18:02:33.045Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-27T18:02:33.045Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-27T18:02:33.306Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-27T18:02:33.306Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-27T18:02:33.306Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-27T18:02:33.306Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-27T18:02:33.306Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-27T18:02:33.306Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-27T18:02:33.306Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-27T18:02:33.567Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-27T18:02:33.829Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-27T18:02:34.091Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-27T18:02:34.091Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-27T18:02:34.091Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-27T18:02:34.091Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-27T18:02:34.091Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-27T18:02:34.091Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-27T18:02:34.352Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-27T18:02:34.613Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-27T18:02:34.875Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-27T18:02:34.875Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-27T18:02:34.875Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-27T18:02:34.875Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-27T18:02:34.875Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-27T18:02:34.875Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-27T18:02:34.875Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-27T18:02:36.841Z] Fetched 23.8 MB in 4s (5948 kB/s) [2021-01-27T18:02:37.801Z] Reading package lists... [2021-01-27T18:02:37.801Z] Reading package lists... [2021-01-27T18:02:38.069Z] Building dependency tree... [2021-01-27T18:02:38.069Z] Reading state information... [2021-01-27T18:02:38.069Z] The following additional packages will be installed: [2021-01-27T18:02:38.069Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-27T18:02:38.069Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-27T18:02:38.069Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-27T18:02:38.069Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-27T18:02:38.069Z] Suggested packages: [2021-01-27T18:02:38.069Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-27T18:02:38.069Z] Recommended packages: [2021-01-27T18:02:38.069Z] gnupg libsasl2-modules [2021-01-27T18:02:38.069Z] The following NEW packages will be installed: [2021-01-27T18:02:38.069Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-27T18:02:38.069Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-27T18:02:38.069Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-27T18:02:38.069Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-27T18:02:38.069Z] The following packages will be upgraded: [2021-01-27T18:02:38.069Z] gpg gpg-agent gpgconf libudev1 [2021-01-27T18:02:38.337Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-27T18:02:38.337Z] Need to get 3533 kB of archives. [2021-01-27T18:02:38.337Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-27T18:02:38.337Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-27T18:02:38.603Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-27T18:02:38.873Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-27T18:02:38.873Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-27T18:02:38.873Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-27T18:02:38.873Z] 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-27T18:02:38.873Z] 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-27T18:02:38.873Z] 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-27T18:02:38.873Z] 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-27T18:02:39.145Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-27T18:02:39.145Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-27T18:02:39.145Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-27T18:02:39.145Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-27T18:02:39.145Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-27T18:02:39.145Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-27T18:02:39.145Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-27T18:02:39.145Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-27T18:02:39.145Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-27T18:02:39.145Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-27T18:02:39.145Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-27T18:02:39.411Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-27T18:02:39.411Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-27T18:02:39.411Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T18:02:39.411Z] Fetched 3533 kB in 1s (3175 kB/s) [2021-01-27T18:02:39.411Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-27T18:02:39.411Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-27T18:02:39.679Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T18:02:39.679Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-27T18:02:39.679Z] Selecting previously unselected package udev. [2021-01-27T18:02:39.679Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-27T18:02:39.679Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-27T18:02:39.679Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-27T18:02:40.265Z] Selecting previously unselected package libfuse2:amd64. [2021-01-27T18:02:40.265Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-27T18:02:40.265Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-27T18:02:40.265Z] Selecting previously unselected package fuse. [2021-01-27T18:02:40.265Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-27T18:02:40.266Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-27T18:02:40.528Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T18:02:40.528Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T18:02:40.790Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T18:02:40.790Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T18:02:40.790Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T18:02:40.790Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T18:02:41.052Z] Selecting previously unselected package libksba8:amd64. [2021-01-27T18:02:41.052Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-27T18:02:41.052Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-27T18:02:41.052Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-27T18:02:41.052Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T18:02:41.052Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:41.052Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-27T18:02:41.052Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T18:02:41.052Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:41.314Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-27T18:02:41.314Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T18:02:41.314Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:41.314Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-27T18:02:41.314Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T18:02:41.314Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:41.576Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-27T18:02:41.576Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T18:02:41.576Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:41.576Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-27T18:02:41.576Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T18:02:41.576Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:41.576Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-27T18:02:41.576Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T18:02:41.576Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:41.838Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-27T18:02:41.838Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T18:02:41.838Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:41.838Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-27T18:02:41.838Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T18:02:41.838Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:41.838Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-27T18:02:41.838Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-27T18:02:42.098Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T18:02:42.098Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-27T18:02:42.098Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-27T18:02:42.098Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T18:02:42.098Z] Selecting previously unselected package libldap-common. [2021-01-27T18:02:42.098Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-27T18:02:42.098Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T18:02:42.098Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-27T18:02:42.098Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-27T18:02:42.361Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T18:02:42.361Z] Selecting previously unselected package dirmngr. [2021-01-27T18:02:42.361Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T18:02:42.361Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-27T18:02:42.361Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T18:02:42.361Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-27T18:02:42.623Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-27T18:02:42.623Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T18:02:42.623Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T18:02:42.623Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-27T18:02:42.623Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:42.623Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-27T18:02:42.623Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T18:02:42.886Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-27T18:02:43.146Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-27T18:02:43.408Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:43.408Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-27T18:02:43.408Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-27T18:02:43.408Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-27T18:02:43.408Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:43.669Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:43.669Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:43.669Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:43.669Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:43.669Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:43.669Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T18:02:43.669Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T18:02:43.669Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-27T18:02:43.931Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T18:02:44.193Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-27T18:02:44.193Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-27T18:02:44.193Z] This means they are not meant to be enabled using systemctl. [2021-01-27T18:02:44.193Z] Possible reasons for having this kind of units are: [2021-01-27T18:02:44.193Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-27T18:02:44.193Z] .wants/ or .requires/ directory. [2021-01-27T18:02:44.193Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-27T18:02:44.193Z] a requirement dependency on it. [2021-01-27T18:02:44.193Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-27T18:02:44.193Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-27T18:02:44.193Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-27T18:02:44.193Z] instance name specified. [2021-01-27T18:02:44.455Z] Reading package lists... [2021-01-27T18:02:44.739Z] Building dependency tree... [2021-01-27T18:02:44.739Z] Reading state information... [2021-01-27T18:02:44.739Z] The following additional packages will be installed: [2021-01-27T18:02:44.739Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-27T18:02:44.739Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-27T18:02:44.739Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-27T18:02:44.739Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-27T18:02:44.739Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-27T18:02:44.739Z] Suggested packages: [2021-01-27T18:02:44.739Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-27T18:02:44.739Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-27T18:02:44.739Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-27T18:02:44.739Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-27T18:02:44.739Z] systemd-container policykit-1 [2021-01-27T18:02:44.739Z] Recommended packages: [2021-01-27T18:02:44.739Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-27T18:02:44.739Z] The following NEW packages will be installed: [2021-01-27T18:02:44.739Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-27T18:02:44.739Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-27T18:02:44.739Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-27T18:02:44.739Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-27T18:02:44.739Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-27T18:02:44.739Z] The following packages will be upgraded: [2021-01-27T18:02:44.739Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-27T18:02:44.998Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-27T18:02:44.998Z] Need to get 35.2 MB of archives. [2021-01-27T18:02:44.998Z] After this operation, 141 MB of additional disk space will be used. [2021-01-27T18:02:44.998Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-27T18:02:44.998Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-27T18:02:44.998Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-27T18:02:44.998Z] 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-27T18:02:44.998Z] 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-27T18:02:44.998Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-27T18:02:44.998Z] 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-27T18:02:45.259Z] 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-27T18:02:45.259Z] 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-27T18:02:45.259Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-27T18:02:45.259Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-27T18:02:45.259Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-27T18:02:45.259Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-27T18:02:45.260Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-27T18:02:45.260Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-27T18:02:45.260Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-27T18:02:45.260Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-27T18:02:45.260Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-27T18:02:45.830Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-27T18:02:45.830Z] 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-27T18:02:45.830Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-27T18:02:45.830Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-27T18:02:45.830Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-27T18:02:45.830Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-27T18:02:45.830Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-27T18:02:45.830Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-27T18:02:45.830Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-27T18:02:46.091Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-27T18:02:46.091Z] 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-27T18:02:46.091Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-27T18:02:47.477Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T18:02:47.477Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-01-27T18:02:47.477Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T18:02:47.477Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-27T18:02:47.477Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T18:02:48.049Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-27T18:02:48.049Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T18:02:48.049Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-27T18:02:48.311Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T18:02:48.311Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-27T18:02:48.311Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-27T18:02:48.311Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-27T18:02:48.573Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T18:02:48.573Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-27T18:02:48.573Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-27T18:02:48.833Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-27T18:02:48.833Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-27T18:02:49.405Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-27T18:02:49.405Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-27T18:02:49.405Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-27T18:02:49.405Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-27T18:02:49.669Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-27T18:02:49.669Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T18:02:49.669Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T18:02:49.931Z] Selecting previously unselected package libexpat1:amd64. [2021-01-27T18:02:49.931Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-27T18:02:49.931Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-27T18:02:49.931Z] Selecting previously unselected package python3.6-minimal. [2021-01-27T18:02:49.931Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T18:02:49.931Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T18:02:50.192Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-27T18:02:50.453Z] Checking for services that may need to be restarted...done. [2021-01-27T18:02:50.453Z] Checking for services that may need to be restarted...done. [2021-01-27T18:02:50.453Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T18:02:50.714Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-27T18:02:50.714Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T18:02:51.286Z] Selecting previously unselected package python3-minimal. [2021-01-27T18:02:51.286Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-27T18:02:51.286Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-27T18:02:51.286Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-27T18:02:51.548Z] Selecting previously unselected package mime-support. [2021-01-27T18:02:51.548Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-27T18:02:51.548Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-27T18:02:51.548Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-27T18:02:51.548Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-27T18:02:51.548Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-27T18:02:51.548Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-27T18:02:51.548Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T18:02:51.548Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T18:02:51.809Z] Selecting previously unselected package python3.6. [2021-01-27T18:02:51.809Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T18:02:51.809Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T18:02:52.070Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-27T18:02:52.070Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-27T18:02:52.070Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-27T18:02:52.070Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-27T18:02:52.334Z] Selecting previously unselected package python3. [2021-01-27T18:02:52.334Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-27T18:02:52.334Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-27T18:02:52.334Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-27T18:02:52.596Z] Selecting previously unselected package multiarch-support. [2021-01-27T18:02:52.596Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T18:02:52.596Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-27T18:02:52.596Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-27T18:02:52.596Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-27T18:02:52.596Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-27T18:02:52.596Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-27T18:02:52.596Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-27T18:02:52.858Z] Selecting previously unselected package libbsd0:amd64. [2021-01-27T18:02:52.858Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-27T18:02:52.858Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-27T18:02:52.858Z] Selecting previously unselected package sudo. [2021-01-27T18:02:52.858Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-27T18:02:52.858Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-27T18:02:53.131Z] Selecting previously unselected package apparmor. [2021-01-27T18:02:53.131Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-27T18:02:53.131Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-27T18:02:53.131Z] Selecting previously unselected package libedit2:amd64. [2021-01-27T18:02:53.131Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-27T18:02:53.131Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-27T18:02:53.392Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-27T18:02:53.392Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T18:02:53.392Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T18:02:53.392Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-27T18:02:53.392Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T18:02:53.392Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T18:02:53.392Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-27T18:02:53.392Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-27T18:02:53.392Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-27T18:02:53.653Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-27T18:02:53.653Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T18:02:53.653Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T18:02:53.653Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-27T18:02:53.653Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T18:02:53.653Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T18:02:53.915Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-27T18:02:53.915Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-27T18:02:53.915Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-27T18:02:54.176Z] Selecting previously unselected package openssh-client. [2021-01-27T18:02:54.176Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-27T18:02:54.176Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-27T18:02:54.440Z] Selecting previously unselected package squashfs-tools. [2021-01-27T18:02:54.440Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-27T18:02:54.440Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-27T18:02:54.440Z] Selecting previously unselected package snapd. [2021-01-27T18:02:54.440Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-27T18:02:54.440Z] Unpacking snapd (2.48+18.04) ... [2021-01-27T18:02:56.991Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-27T18:02:56.991Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-27T18:02:56.991Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-27T18:02:56.991Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-27T18:02:56.991Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-27T18:02:56.991Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T18:02:57.252Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T18:02:57.252Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-27T18:02:57.252Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-27T18:02:57.824Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-27T18:02:57.824Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-27T18:02:57.824Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-27T18:02:58.085Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T18:02:58.085Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T18:02:58.085Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T18:02:58.657Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-27T18:02:58.657Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T18:02:58.657Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-27T18:02:58.657Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-27T18:02:58.918Z] running python rtupdate hooks for python3.6... [2021-01-27T18:02:58.918Z] running python post-rtupdate hooks for python3.6... [2021-01-27T18:02:58.918Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-27T18:03:00.302Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-27T18:03:00.563Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T18:03:00.563Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-27T18:03:00.824Z] Setting up snapd (2.48+18.04) ... [2021-01-27T18:03:01.405Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-27T18:03:01.405Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-27T18:03:01.674Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-27T18:03:01.674Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-27T18:03:01.935Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-27T18:03:01.935Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-27T18:03:01.935Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-27T18:03:02.197Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-27T18:03:02.458Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-27T18:03:02.458Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-27T18:03:02.720Z] /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-27T18:03:02.720Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T18:03:02.720Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-27T18:03:03.663Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T18:03:03.663Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T18:03:03.663Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T18:03:04.876Z] Reading package lists... [2021-01-27T18:03:05.138Z] Reading package lists... [2021-01-27T18:03:05.138Z] Building dependency tree... [2021-01-27T18:03:05.138Z] Reading state information... [2021-01-27T18:03:05.400Z] Calculating upgrade... [2021-01-27T18:03:05.660Z] The following packages will be upgraded: [2021-01-27T18:03:05.660Z] advancecomp base-files bash binutils binutils-common [2021-01-27T18:03:05.660Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-27T18:03:05.660Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-27T18:03:05.660Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-27T18:03:05.660Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-27T18:03:05.660Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-27T18:03:05.660Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-27T18:03:05.660Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-27T18:03:05.660Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-27T18:03:05.660Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-27T18:03:05.660Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-27T18:03:05.660Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-27T18:03:05.660Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-27T18:03:05.660Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-27T18:03:05.660Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-27T18:03:05.921Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T18:03:05.921Z] Need to get 63.8 MB of archives. [2021-01-27T18:03:05.921Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-27T18:03:05.921Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-27T18:03:05.921Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-27T18:03:06.495Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-27T18:03:06.495Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-27T18:03:06.495Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-27T18:03:06.495Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-27T18:03:06.495Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-27T18:03:06.495Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-27T18:03:06.495Z] 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-27T18:03:06.495Z] 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-27T18:03:06.495Z] 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-27T18:03:06.495Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-27T18:03:06.495Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-27T18:03:06.495Z] 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-27T18:03:06.495Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-27T18:03:06.495Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-27T18:03:06.495Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-27T18:03:06.495Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-27T18:03:06.495Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-27T18:03:06.757Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-27T18:03:06.757Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-27T18:03:06.757Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-27T18:03:06.757Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-27T18:03:06.757Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-27T18:03:06.757Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-27T18:03:06.757Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-27T18:03:06.757Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-27T18:03:06.757Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-27T18:03:06.757Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-27T18:03:06.757Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-27T18:03:06.757Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-27T18:03:06.757Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-27T18:03:06.757Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-27T18:03:06.757Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-27T18:03:06.757Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-27T18:03:06.757Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-27T18:03:06.757Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-27T18:03:06.757Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-27T18:03:06.757Z] Get:39 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-27T18:03:06.757Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-27T18:03:06.757Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-27T18:03:07.018Z] Get:42 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-27T18:03:07.018Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-27T18:03:07.018Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-27T18:03:07.018Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-27T18:03:07.018Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-27T18:03:07.018Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-27T18:03:07.018Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-27T18:03:07.018Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-27T18:03:07.018Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-27T18:03:07.018Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-27T18:03:07.018Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-27T18:03:07.019Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-27T18:03:07.019Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-27T18:03:07.019Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-27T18:03:07.019Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-27T18:03:07.019Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-27T18:03:07.019Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-27T18:03:07.019Z] Get:59 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-27T18:03:07.019Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-27T18:03:07.019Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-27T18:03:07.019Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-27T18:03:07.019Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-27T18:03:07.280Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-27T18:03:07.280Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-27T18:03:07.280Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-27T18:03:07.280Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-27T18:03:07.280Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-27T18:03:07.280Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-27T18:03:07.280Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-27T18:03:07.280Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-27T18:03:07.280Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-27T18:03:07.280Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-27T18:03:07.280Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-27T18:03:07.280Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-27T18:03:07.280Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-27T18:03:07.280Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-27T18:03:07.280Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-27T18:03:07.280Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-27T18:03:07.280Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-27T18:03:07.544Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-27T18:03:07.544Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-27T18:03:07.544Z] Get:83 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-27T18:03:07.544Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-27T18:03:07.544Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-27T18:03:07.544Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-27T18:03:07.544Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-27T18:03:07.544Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-27T18:03:07.544Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-27T18:03:07.544Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-27T18:03:08.117Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-27T18:03:08.378Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-27T18:03:08.378Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-27T18:03:08.637Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-27T18:03:08.898Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-27T18:03:08.898Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-27T18:03:08.898Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-27T18:03:08.898Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-27T18:03:08.898Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-27T18:03:09.159Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T18:03:09.159Z] Fetched 63.8 MB in 3s (19.1 MB/s) [2021-01-27T18:03:09.159Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:09.159Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T18:03:09.159Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T18:03:09.729Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T18:03:09.991Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T18:03:09.991Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-27T18:03:09.991Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-27T18:03:10.944Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:10.944Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T18:03:10.944Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:10.944Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T18:03:11.206Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:11.206Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T18:03:11.206Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:11.206Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T18:03:11.468Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:11.468Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T18:03:11.468Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:11.468Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T18:03:11.730Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:11.730Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T18:03:11.730Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:11.730Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T18:03:11.730Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:11.730Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-27T18:03:12.004Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:12.004Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T18:03:12.004Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:12.004Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T18:03:12.267Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:12.267Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T18:03:12.530Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:12.530Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T18:03:12.530Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:12.793Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T18:03:12.793Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T18:03:13.056Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T18:03:13.317Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-27T18:03:13.578Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T18:03:13.578Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-27T18:03:13.578Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-27T18:03:13.578Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-27T18:03:13.578Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-27T18:03:13.840Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-27T18:03:14.102Z] Installing new version of config file /etc/issue ... [2021-01-27T18:03:14.102Z] Installing new version of config file /etc/issue.net ... [2021-01-27T18:03:14.102Z] Installing new version of config file /etc/lsb-release ... [2021-01-27T18:03:14.102Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-27T18:03:14.364Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-27T18:03:14.364Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-27T18:03:14.364Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-27T18:03:14.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:14.364Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-27T18:03:14.364Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-27T18:03:14.630Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-27T18:03:14.630Z] 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-27T18:03:14.893Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:14.893Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T18:03:14.893Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-27T18:03:14.893Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-27T18:03:15.158Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:15.158Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-27T18:03:15.158Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-27T18:03:15.158Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-27T18:03:15.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:15.420Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-27T18:03:15.420Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T18:03:15.682Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-27T18:03:15.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:15.682Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T18:03:15.682Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T18:03:15.942Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T18:03:15.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:15.942Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T18:03:15.942Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T18:03:16.204Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-27T18:03:16.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:16.204Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-27T18:03:16.204Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-27T18:03:16.466Z] Setting up grep (3.1-2build1) ... [2021-01-27T18:03:16.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:16.466Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-27T18:03:16.466Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-27T18:03:16.728Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-27T18:03:16.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:16.728Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T18:03:16.728Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T18:03:16.994Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-27T18:03:16.994Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:16.994Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T18:03:16.994Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T18:03:17.567Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T18:03:17.567Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T18:03:17.567Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T18:03:17.567Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T18:03:18.140Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-27T18:03:18.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:18.402Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-27T18:03:18.402Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T18:03:19.344Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-27T18:03:19.344Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-27T18:03:19.344Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-27T18:03:19.344Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-27T18:03:19.604Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-27T18:03:19.604Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:19.604Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-27T18:03:19.604Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-27T18:03:19.865Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-27T18:03:19.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:19.865Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T18:03:20.125Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T18:03:20.125Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T18:03:20.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:20.125Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T18:03:20.386Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T18:03:20.386Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T18:03:20.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:20.386Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T18:03:20.386Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T18:03:20.646Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T18:03:20.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:20.646Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T18:03:20.646Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T18:03:20.907Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T18:03:20.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:20.907Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T18:03:20.907Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T18:03:21.168Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T18:03:21.168Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T18:03:21.168Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T18:03:21.428Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:21.428Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T18:03:21.428Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T18:03:21.428Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T18:03:21.428Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:21.428Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T18:03:21.688Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T18:03:21.688Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T18:03:21.688Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:21.688Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T18:03:21.688Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T18:03:21.948Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-27T18:03:21.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:21.948Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T18:03:22.210Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T18:03:22.470Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-27T18:03:22.731Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-27T18:03:22.996Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-27T18:03:23.258Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:23.258Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T18:03:23.258Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T18:03:23.519Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T18:03:23.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T18:03:23.786Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-27T18:03:23.786Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T18:03:23.786Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-27T18:03:24.047Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:24.047Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-27T18:03:24.047Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-27T18:03:24.047Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-27T18:03:24.309Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:24.309Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-27T18:03:24.309Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-27T18:03:24.570Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-27T18:03:24.570Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:24.570Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-27T18:03:24.570Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-27T18:03:24.570Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-27T18:03:24.831Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:24.831Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T18:03:24.831Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T18:03:24.831Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T18:03:25.092Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:25.092Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T18:03:25.092Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T18:03:25.092Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T18:03:25.092Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:25.092Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T18:03:25.360Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T18:03:25.360Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T18:03:25.622Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:25.622Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T18:03:25.622Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T18:03:25.884Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-27T18:03:25.884Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T18:03:25.884Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T18:03:25.884Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T18:03:26.146Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T18:03:26.146Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:26.146Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-27T18:03:26.146Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-27T18:03:26.407Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-27T18:03:26.407Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:26.407Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-27T18:03:26.407Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T18:03:26.536Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T18:03:26.536Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T18:03:26.536Z] ---> ff02f36f9d7d [2021-01-27T18:03:26.536Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T18:03:26.536Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T18:03:26.536Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-27T18:03:26.536Z] ---> ff02f36f9d7d [2021-01-27T18:03:26.536Z] Step 3/34 : WORKDIR /edgex-go [2021-01-27T18:03:26.536Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T18:03:26.536Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T18:03:26.536Z] ---> ff02f36f9d7d [2021-01-27T18:03:26.536Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T18:03:26.536Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T18:03:26.536Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T18:03:26.536Z] ---> ff02f36f9d7d [2021-01-27T18:03:26.536Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T18:03:26.536Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T18:03:26.536Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T18:03:26.536Z] ---> ff02f36f9d7d [2021-01-27T18:03:26.536Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T18:03:26.536Z] ---> Running in a7b4dfcdabdc [2021-01-27T18:03:26.536Z] ---> Running in 99e60ada0e55 [2021-01-27T18:03:26.536Z] ---> Running in 5f112727547e [2021-01-27T18:03:26.536Z] ---> Running in 1051bf8fe583 [2021-01-27T18:03:26.536Z] ---> Running in fc8fff8f47f8 [2021-01-27T18:03:26.536Z] Removing intermediate container 99e60ada0e55 [2021-01-27T18:03:26.536Z] ---> 53f2c61c11e0 [2021-01-27T18:03:26.536Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:03:26.536Z] ---> Running in ba5ed4fae431 [2021-01-27T18:03:26.536Z] Removing intermediate container fc8fff8f47f8 [2021-01-27T18:03:26.536Z] ---> 2a1bb17581e4 [2021-01-27T18:03:26.536Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:03:26.536Z] Removing intermediate container a7b4dfcdabdc [2021-01-27T18:03:26.536Z] ---> d9b10241fa8a [2021-01-27T18:03:26.536Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:03:26.536Z] Removing intermediate container 1051bf8fe583 [2021-01-27T18:03:26.536Z] ---> f0c81707a693 [2021-01-27T18:03:26.536Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:03:26.536Z] Removing intermediate container 5f112727547e [2021-01-27T18:03:26.536Z] ---> 2b1dacda8a76 [2021-01-27T18:03:26.536Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:03:26.536Z] ---> Running in 7bbb5f5fcccf [2021-01-27T18:03:26.536Z] ---> Running in 2dc1bdf9e14d [2021-01-27T18:03:26.536Z] ---> Running in 2765f141b0d9 [2021-01-27T18:03:26.536Z] ---> Running in dc38dba8463b [2021-01-27T18:03:26.536Z] Removing intermediate container ba5ed4fae431 [2021-01-27T18:03:26.536Z] ---> 739d0beac3cd [2021-01-27T18:03:26.536Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T18:03:26.536Z] ---> Running in 935df6724d5e [2021-01-27T18:03:26.536Z] Removing intermediate container 2765f141b0d9 [2021-01-27T18:03:26.536Z] ---> 19d78bf7a12c [2021-01-27T18:03:26.536Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T18:03:26.536Z] Removing intermediate container 7bbb5f5fcccf [2021-01-27T18:03:26.536Z] ---> 22d2768c329f [2021-01-27T18:03:26.536Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T18:03:26.536Z] ---> Running in 529c08e42796 [2021-01-27T18:03:26.536Z] ---> Running in 7b06571bc035 [2021-01-27T18:03:26.536Z] Removing intermediate container 2dc1bdf9e14d [2021-01-27T18:03:26.536Z] ---> 15ef69452fec [2021-01-27T18:03:26.536Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-27T18:03:26.536Z] Removing intermediate container dc38dba8463b [2021-01-27T18:03:26.536Z] ---> c981aa85ea59 [2021-01-27T18:03:26.536Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T18:03:26.536Z] ---> Running in dd62236a98f1 [2021-01-27T18:03:26.536Z] ---> Running in 51d88085337d [2021-01-27T18:03:26.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:03:26.667Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T18:03:26.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:03:26.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:03:26.927Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:26.927Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T18:03:26.927Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T18:03:26.927Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T18:03:26.927Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:26.927Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-27T18:03:26.927Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-27T18:03:27.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:03:27.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:03:27.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:03:27.188Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-27T18:03:27.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:27.188Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-27T18:03:27.449Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-27T18:03:27.678Z] OK: 217 MiB in 51 packages [2021-01-27T18:03:27.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:03:27.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:03:27.709Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-27T18:03:27.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:03:27.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:03:27.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:27.969Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T18:03:27.969Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T18:03:27.969Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-27T18:03:27.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:27.969Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-27T18:03:28.231Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-27T18:03:28.231Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-27T18:03:28.231Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:28.231Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-27T18:03:28.491Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-27T18:03:28.491Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-27T18:03:28.491Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:28.491Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-27T18:03:28.491Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-27T18:03:28.550Z] OK: 217 MiB in 51 packages [2021-01-27T18:03:28.550Z] OK: 217 MiB in 51 packages [2021-01-27T18:03:28.550Z] OK: 217 MiB in 51 packages [2021-01-27T18:03:28.751Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-27T18:03:28.751Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:28.751Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-27T18:03:28.751Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-27T18:03:28.825Z] OK: 217 MiB in 51 packages [2021-01-27T18:03:29.011Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-27T18:03:29.011Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:29.011Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-27T18:03:29.011Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-27T18:03:29.105Z] Removing intermediate container 935df6724d5e [2021-01-27T18:03:29.105Z] ---> e973f7c1a46e [2021-01-27T18:03:29.105Z] Step 6/23 : COPY go.mod . [2021-01-27T18:03:29.272Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-27T18:03:29.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T18:03:29.272Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-27T18:03:29.272Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-27T18:03:29.272Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-27T18:03:29.532Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-27T18:03:29.532Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-27T18:03:29.532Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-27T18:03:29.532Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-27T18:03:29.532Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-27T18:03:29.793Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-27T18:03:29.793Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-27T18:03:30.054Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-27T18:03:30.054Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-27T18:03:30.091Z] ---> f170851dd288 [2021-01-27T18:03:30.091Z] Step 7/23 : RUN go mod download [2021-01-27T18:03:30.091Z] Removing intermediate container 529c08e42796 [2021-01-27T18:03:30.091Z] ---> ed8126a6ccaa [2021-01-27T18:03:30.091Z] Step 6/22 : COPY go.mod . [2021-01-27T18:03:30.316Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-27T18:03:30.316Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-27T18:03:30.316Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-27T18:03:30.316Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-27T18:03:30.362Z] Removing intermediate container 7b06571bc035 [2021-01-27T18:03:30.362Z] ---> 26eddf021bcd [2021-01-27T18:03:30.362Z] Step 6/22 : COPY go.mod . [2021-01-27T18:03:30.362Z] ---> Running in 0a1312f6703a [2021-01-27T18:03:30.577Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-27T18:03:30.578Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-27T18:03:30.578Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-27T18:03:30.578Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-27T18:03:30.643Z] Removing intermediate container dd62236a98f1 [2021-01-27T18:03:30.643Z] ---> 8ccf3a1b31f4 [2021-01-27T18:03:30.643Z] Step 6/34 : COPY go.mod . [2021-01-27T18:03:30.838Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-27T18:03:30.838Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-27T18:03:30.838Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-27T18:03:30.838Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-27T18:03:30.923Z] Removing intermediate container 51d88085337d [2021-01-27T18:03:30.923Z] ---> 491fa3846fd0 [2021-01-27T18:03:30.923Z] Step 6/24 : COPY go.mod . [2021-01-27T18:03:31.099Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-27T18:03:31.099Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-27T18:03:31.204Z] ---> 789b267f625e [2021-01-27T18:03:31.204Z] Step 7/22 : RUN go mod download [2021-01-27T18:03:31.360Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-27T18:03:31.360Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-27T18:03:31.482Z] ---> 466376985d39 [2021-01-27T18:03:31.482Z] Step 7/22 : RUN go mod download [2021-01-27T18:03:31.482Z] ---> Running in 44d009bf3d15 [2021-01-27T18:03:31.760Z] ---> Running in a315fb00b8cb [2021-01-27T18:03:32.038Z] ---> 54d5ad6e0d7a [2021-01-27T18:03:32.038Z] Step 7/34 : RUN go mod download ---> 801a77035717 [2021-01-27T18:03:32.038Z] Step 7/24 : RUN go mod download [2021-01-27T18:03:32.038Z] [2021-01-27T18:03:32.307Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-27T18:03:32.307Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-27T18:03:32.307Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-27T18:03:32.307Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-27T18:03:32.312Z] ---> Running in 8027523a48eb [2021-01-27T18:03:32.312Z] ---> Running in db064e295ff5 [2021-01-27T18:03:32.567Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T18:03:32.567Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T18:03:33.512Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T18:03:33.512Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T18:03:33.512Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T18:03:33.512Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T18:03:33.773Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T18:03:33.773Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T18:03:33.773Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:33.773Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T18:03:34.034Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:34.034Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T18:03:34.034Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:34.034Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T18:03:34.295Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:34.295Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T18:03:34.945Z] Removing intermediate container 0a1312f6703a [2021-01-27T18:03:34.945Z] ---> 2f26cf140a53 [2021-01-27T18:03:34.945Z] Step 8/23 : COPY . . [2021-01-27T18:03:35.244Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:35.244Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T18:03:35.924Z] Removing intermediate container 44d009bf3d15 [2021-01-27T18:03:35.924Z] ---> 0b0d1daf8e8a [2021-01-27T18:03:35.924Z] Step 8/22 : COPY . . [2021-01-27T18:03:36.299Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:36.299Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T18:03:36.523Z] Removing intermediate container a315fb00b8cb [2021-01-27T18:03:36.523Z] ---> b39ba208a5da [2021-01-27T18:03:36.523Z] Step 8/22 : COPY . . [2021-01-27T18:03:36.910Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:36.910Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T18:03:37.121Z] Removing intermediate container db064e295ff5 [2021-01-27T18:03:37.121Z] ---> a36dc6f82fd5 [2021-01-27T18:03:37.121Z] Step 8/24 : COPY . . [2021-01-27T18:03:37.172Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:37.173Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T18:03:37.717Z] Removing intermediate container 8027523a48eb [2021-01-27T18:03:37.717Z] ---> f2ed792abb2b [2021-01-27T18:03:37.717Z] Step 8/34 : COPY . . [2021-01-27T18:03:38.153Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T18:03:38.153Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T18:03:38.153Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T18:03:38.153Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T18:03:38.414Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-27T18:03:38.414Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T18:03:38.676Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-27T18:03:38.676Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T18:03:38.676Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-27T18:03:38.676Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-27T18:03:38.936Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T18:03:38.936Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T18:03:38.936Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T18:03:38.936Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T18:03:39.197Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-27T18:03:39.197Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-27T18:03:39.197Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:39.458Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T18:03:39.458Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:39.458Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:39.458Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:39.458Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-27T18:03:39.458Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-27T18:03:39.458Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-27T18:03:39.719Z] [2021-01-27T18:03:39.719Z] Current default time zone: 'Etc/UTC' [2021-01-27T18:03:39.719Z] Local time is now: Wed Jan 27 18:03:39 UTC 2021. [2021-01-27T18:03:39.719Z] Universal Time is now: Wed Jan 27 18:03:39 UTC 2021. [2021-01-27T18:03:39.719Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-27T18:03:39.719Z] [2021-01-27T18:03:39.719Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-27T18:03:39.719Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:39.719Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-27T18:03:39.719Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-27T18:03:39.719Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-27T18:03:39.719Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-27T18:03:39.719Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-27T18:03:39.719Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-27T18:03:39.981Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-27T18:03:39.981Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-27T18:03:39.981Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:39.981Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-27T18:03:40.242Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T18:03:40.242Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-27T18:03:40.242Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:40.242Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-27T18:03:40.242Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-27T18:03:40.242Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-27T18:03:40.242Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-27T18:03:40.242Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-27T18:03:40.242Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-27T18:03:40.504Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-27T18:03:40.504Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-27T18:03:42.423Z] Updating certificates in /etc/ssl/certs... [2021-01-27T18:03:43.367Z] 22 added, 17 removed; done. [2021-01-27T18:03:43.367Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-27T18:03:43.367Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T18:03:43.367Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-27T18:03:43.368Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-27T18:03:43.631Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-27T18:03:43.631Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T18:03:43.631Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-27T18:03:43.631Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T18:03:43.631Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T18:03:43.631Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T18:03:43.631Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T18:03:43.631Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T18:03:43.893Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-27T18:03:43.893Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-27T18:03:43.893Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-27T18:03:43.893Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-27T18:03:43.893Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-27T18:03:43.893Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T18:03:44.154Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T18:03:44.154Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-27T18:03:44.154Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-27T18:03:44.154Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-27T18:03:44.154Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T18:03:44.415Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-27T18:03:44.415Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-27T18:03:44.415Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-27T18:03:44.415Z] Updating certificates in /etc/ssl/certs... [2021-01-27T18:03:45.359Z] 0 added, 0 removed; done. [2021-01-27T18:03:45.359Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-27T18:03:45.359Z] done. [2021-01-27T18:03:45.620Z] Reading package lists... [2021-01-27T18:03:45.620Z] Building dependency tree... [2021-01-27T18:03:45.620Z] Reading state information... [2021-01-27T18:03:45.880Z] The following NEW packages will be installed: [2021-01-27T18:03:45.880Z] apt-transport-https [2021-01-27T18:03:45.880Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T18:03:45.880Z] Need to get 1696 B of archives. [2021-01-27T18:03:45.880Z] After this operation, 153 kB of additional disk space will be used. [2021-01-27T18:03:45.880Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-27T18:03:46.141Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T18:03:46.141Z] Fetched 1696 B in 0s (23.0 kB/s) [2021-01-27T18:03:46.141Z] Selecting previously unselected package apt-transport-https. [2021-01-27T18:03:46.141Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-27T18:03:46.141Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-27T18:03:46.141Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-27T18:03:46.141Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-27T18:03:46.402Z] Waiting for network to be ready... [2021-01-27T18:03:52.986Z] 2021-01-27T18:03:49Z INFO Waiting for automatic snapd restart... [2021-01-27T18:03:52.986Z] snapd 2.48.2 from Canonical* installed [2021-01-27T18:03:53.570Z] "snapd" switched to the "latest/stable" channel [2021-01-27T18:03:53.570Z] [2021-01-27T18:03:56.138Z] core18 20201210 from Canonical* installed [2021-01-27T18:03:56.138Z] "core18" switched to the "latest/stable" channel [2021-01-27T18:03:56.138Z] [2021-01-27T18:03:59.460Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T18:03:59.460Z] "snapcraft" switched to the "latest/stable" channel [2021-01-27T18:03:59.460Z] [2021-01-27T18:04:03.694Z] 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-27T18:04:03.694Z] - README.md [2021-01-27T18:04:03.694Z] - snapcraft.yaml.orig [2021-01-27T18:04:03.694Z] [2021-01-27T18:04:03.694Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-27T18:04:04.534Z] ---> c50c2883a0a4 [2021-01-27T18:04:04.534Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T18:04:04.534Z] ---> a6a0b09918ce [2021-01-27T18:04:04.534Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T18:04:04.534Z] ---> 7c6267c60204 [2021-01-27T18:04:04.534Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T18:04:04.534Z] ---> a1ad98ecfa21 [2021-01-27T18:04:04.534Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T18:04:04.534Z] ---> 25737258ce03 [2021-01-27T18:04:04.534Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T18:04:04.534Z] ---> Running in 95aa1b268f99 [2021-01-27T18:04:04.534Z] ---> Running in bed678794191 [2021-01-27T18:04:04.534Z] ---> Running in 1fe4f9104d28 [2021-01-27T18:04:04.534Z] ---> Running in eb976318d250 [2021-01-27T18:04:04.534Z] ---> Running in 32e5ae77678e [2021-01-27T18:04:04.534Z] Removing intermediate container eb976318d250 [2021-01-27T18:04:04.534Z] ---> c8f55beffdbe [2021-01-27T18:04:04.534Z] 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-27T18:04:04.534Z] ---> Running in 5fb943db2dd1 [2021-01-27T18:04:04.534Z] 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-27T18:04:04.534Z] 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-27T18:04:04.534Z] 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-27T18:04:04.534Z] 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-27T18:04:04.808Z] 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-27T18:04:10.286Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T18:04:10.286Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T18:04:10.286Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T18:04:10.286Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T18:04:10.869Z] Reading package lists... [2021-01-27T18:04:11.452Z] 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-27T18:04:18.056Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T18:04:18.056Z] Reading package lists... [2021-01-27T18:04:18.056Z] Building dependency tree... [2021-01-27T18:04:18.056Z] Reading state information... [2021-01-27T18:04:18.056Z] Suggested packages: [2021-01-27T18:04:18.056Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-27T18:04:18.056Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-27T18:04:18.056Z] Recommended packages: [2021-01-27T18:04:18.056Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-27T18:04:18.056Z] The following NEW packages will be installed: [2021-01-27T18:04:18.056Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-27T18:04:18.056Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-27T18:04:18.056Z] pkg-config zip [2021-01-27T18:04:18.056Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T18:04:18.056Z] Need to get 7655 kB of archives. [2021-01-27T18:04:18.056Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-27T18:04:18.056Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-27T18:04:18.056Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-27T18:04:18.056Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-27T18:04:18.056Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-27T18:04:18.056Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-27T18:04:18.319Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-27T18:04:18.319Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-27T18:04:18.319Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-27T18:04:18.319Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-27T18:04:18.581Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-27T18:04:18.581Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-27T18:04:18.581Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-27T18:04:18.581Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-27T18:04:18.581Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-27T18:04:18.581Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-27T18:04:18.842Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T18:04:18.842Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-01-27T18:04:18.842Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-27T18:04:18.842Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-27T18:04:18.842Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-27T18:04:18.842Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-27T18:04:19.103Z] Selecting previously unselected package libpsl5:amd64. [2021-01-27T18:04:19.103Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-27T18:04:19.103Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-27T18:04:19.364Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-27T18:04:19.364Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-27T18:04:19.364Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-27T18:04:19.364Z] Selecting previously unselected package librtmp1:amd64. [2021-01-27T18:04:19.364Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-27T18:04:19.364Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-27T18:04:19.364Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-27T18:04:19.364Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-27T18:04:19.364Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-27T18:04:19.627Z] Selecting previously unselected package liberror-perl. [2021-01-27T18:04:19.627Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-27T18:04:19.627Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-27T18:04:19.627Z] Selecting previously unselected package git-man. [2021-01-27T18:04:19.627Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-27T18:04:19.627Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-27T18:04:19.887Z] Selecting previously unselected package git. [2021-01-27T18:04:19.887Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-27T18:04:19.887Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-27T18:04:20.830Z] Selecting previously unselected package libnorm1:amd64. [2021-01-27T18:04:20.830Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-27T18:04:20.830Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-27T18:04:20.830Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-27T18:04:20.830Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-27T18:04:20.830Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-27T18:04:20.830Z] Selecting previously unselected package libsodium23:amd64. [2021-01-27T18:04:21.091Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-27T18:04:21.091Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-27T18:04:21.091Z] Selecting previously unselected package libzmq5:amd64. [2021-01-27T18:04:21.091Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-27T18:04:21.091Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T18:04:21.091Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-27T18:04:21.091Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-27T18:04:21.091Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T18:04:21.352Z] Selecting previously unselected package pkg-config. [2021-01-27T18:04:21.352Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-27T18:04:21.352Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-27T18:04:21.352Z] Selecting previously unselected package zip. [2021-01-27T18:04:21.352Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-27T18:04:21.352Z] Unpacking zip (3.0-11build1) ... [2021-01-27T18:04:21.352Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-27T18:04:21.612Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-27T18:04:21.612Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-27T18:04:21.612Z] Setting up liberror-perl (0.17025-1) ... [2021-01-27T18:04:21.612Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-27T18:04:21.612Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-27T18:04:21.612Z] No schema files found: doing nothing. [2021-01-27T18:04:21.612Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-27T18:04:21.612Z] Setting up zip (3.0-11build1) ... [2021-01-27T18:04:21.612Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-27T18:04:21.612Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-27T18:04:21.873Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-27T18:04:21.873Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T18:04:21.873Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-27T18:04:21.873Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T18:04:21.873Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-27T18:04:22.134Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T18:04:28.725Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T18:04:28.725Z] git set to automatically installed. [2021-01-27T18:04:28.725Z] git-man set to automatically installed. [2021-01-27T18:04:28.725Z] libcurl3-gnutls set to automatically installed. [2021-01-27T18:04:28.725Z] liberror-perl set to automatically installed. [2021-01-27T18:04:28.725Z] libglib2.0-0 set to automatically installed. [2021-01-27T18:04:28.725Z] libnghttp2-14 set to automatically installed. [2021-01-27T18:04:28.725Z] libnorm1 set to automatically installed. [2021-01-27T18:04:28.725Z] libpgm-5.2-0 set to automatically installed. [2021-01-27T18:04:28.725Z] libpsl5 set to automatically installed. [2021-01-27T18:04:28.725Z] librtmp1 set to automatically installed. [2021-01-27T18:04:28.725Z] libsodium23 set to automatically installed. [2021-01-27T18:04:28.725Z] libzmq3-dev set to automatically installed. [2021-01-27T18:04:28.725Z] libzmq5 set to automatically installed. [2021-01-27T18:04:28.725Z] pkg-config set to automatically installed. [2021-01-27T18:04:28.726Z] zip set to automatically installed. [2021-01-27T18:04:31.273Z] snapd is not logged in, snap install commands will use sudo [2021-01-27T18:04:37.866Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T18:04:37.866Z] snap "core18" has no updates available [2021-01-27T18:04:39.260Z] Pulling config-common [2021-01-27T18:04:40.204Z] Pulling go-build-helper [2021-01-27T18:05:02.208Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-27T18:05:02.208Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-27T18:05:02.208Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-27T18:05:02.208Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-27T18:05:02.208Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-27T18:05:02.208Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-27T18:05:02.208Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-27T18:05:02.208Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-27T18:05:02.208Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-27T18:05:02.208Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-27T18:05:02.208Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-27T18:05:02.208Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-27T18:05:02.208Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-27T18:05:02.208Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-27T18:05:02.208Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-27T18:05:02.208Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-27T18:05:02.208Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-27T18:05:02.208Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-27T18:05:02.208Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-27T18:05:02.208Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-27T18:05:02.208Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-27T18:05:02.208Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-27T18:05:02.208Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-27T18:05:02.208Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-27T18:05:02.208Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-27T18:05:02.208Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-27T18:05:02.208Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-27T18:05:02.208Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-27T18:05:02.208Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-27T18:05:02.208Z] Fetched 279 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-27T18:05:02.208Z] Fetched 122 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-27T18:05:02.208Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-27T18:05:02.208Z] Fetched 8848 B in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-27T18:05:02.208Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-27T18:05:02.208Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-27T18:05:02.208Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-27T18:05:02.208Z] Fetched 214 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-27T18:05:02.208Z] Fetched 155 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-27T18:05:02.208Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-27T18:05:02.208Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-27T18:05:02.208Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-27T18:05:02.208Z] Fetched 499 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-27T18:05:02.208Z] Fetched 111 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-27T18:05:02.208Z] Fetched 240 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-27T18:05:02.208Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-27T18:05:02.208Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-27T18:05:02.208Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-27T18:05:02.208Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-27T18:05:02.208Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-27T18:05:02.208Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-27T18:05:02.208Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-27T18:05:02.208Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-27T18:05:02.208Z] Fetched 8720 B in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-27T18:05:02.208Z] Fetched 137 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-27T18:05:02.208Z] Fetched 119 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-27T18:05:02.208Z] Fetched 109 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-27T18:05:02.208Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-27T18:05:02.208Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-27T18:05:02.209Z] Fetched 645 kB in 0s (0 B/s) [2021-01-27T18:05:02.209Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-27T18:05:02.209Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-27T18:05:02.209Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-27T18:05:02.209Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-27T18:05:02.209Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-27T18:05:02.209Z] Fetched 368 kB in 0s (0 B/s) [2021-01-27T18:05:02.209Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-27T18:05:02.209Z] Fetched 187 kB in 0s (0 B/s) [2021-01-27T18:05:02.209Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-27T18:05:02.209Z] Fetched 175 kB in 0s (0 B/s) [2021-01-27T18:05:02.209Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-27T18:05:05.557Z] Fetched 206 kB in 0s (0 B/s) [2021-01-27T18:05:05.557Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-27T18:05:05.557Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-27T18:05:05.557Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-27T18:05:05.557Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-27T18:05:05.557Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-27T18:05:05.557Z] Fetched 159 kB in 0s (0 B/s) [2021-01-27T18:05:05.557Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-27T18:05:05.557Z] Fetched 107 kB in 0s (0 B/s) [2021-01-27T18:05:05.557Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-27T18:05:05.557Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-27T18:05:05.557Z] Pulling static-packages [2021-01-27T18:05:06.629Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-27T18:05:06.629Z] Skipping pull go-build-helper (already ran) [2021-01-27T18:05:06.629Z] Skipping pull static-packages (already ran) [2021-01-27T18:05:06.629Z] Building go-build-helper [2021-01-27T18:05:10.930Z] Building static-packages [2021-01-27T18:05:12.317Z] Staging go-build-helper [2021-01-27T18:05:13.258Z] Staging static-packages [2021-01-27T18:05:14.198Z] Pulling go115 [2021-01-27T18:05:15.140Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-27T18:05:15.140Z] Skipping pull go115 (already ran) [2021-01-27T18:05:15.140Z] Building go115 [2021-01-27T18:05:15.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T18:05:15.140Z] Dload Upload Total Spent Left Speed [2021-01-27T18:05:18.975Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.3M 0 0 24.3M 0 0:00:04 --:--:-- 0:00:04 24.3M 46 115M 46 53.6M 0 0 29.9M 0 0:00:03 0:00:01 0:00:02 29.8M 74 115M 74 85.9M 0 0 30.5M 0 0:00:03 0:00:02 0:00:01 30.5M 100 115M 100 115M 0 0 31.7M 0 0:00:03 0:00:03 --:--:-- 31.7M [2021-01-27T18:05:19.236Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-27T18:05:23.449Z] Staging go115 [2021-01-27T18:05:26.661Z] 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-27T18:05:26.938Z] 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-27T18:05:28.745Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T18:05:28.745Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T18:05:28.745Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T18:05:28.745Z] Fetched 0 B in 0s (0 B/s) [2021-01-27T18:05:28.745Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-27T18:05:28.745Z] Fetched 224 kB in 0s (0 B/s) [2021-01-27T18:05:28.745Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-27T18:05:28.745Z] Fetched 157 kB in 0s (0 B/s) [2021-01-27T18:05:28.745Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-27T18:05:28.745Z] Fetched 221 kB in 0s (0 B/s) [2021-01-27T18:05:28.745Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-27T18:05:28.745Z] Fetched 143 kB in 0s (0 B/s) [2021-01-27T18:05:28.745Z] Pulling edgex-go [2021-01-27T18:05:29.006Z] Pulling version [2021-01-27T18:05:29.948Z] Building config-common [2021-01-27T18:05:31.868Z] Skipping build go-build-helper (already ran) [2021-01-27T18:05:31.868Z] Skipping build static-packages (already ran) [2021-01-27T18:05:31.868Z] Skipping build go115 (already ran) [2021-01-27T18:05:32.129Z] Building edgex-go [2021-01-27T18:05:32.391Z] 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-27T18:05:33.778Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-27T18:05:33.778Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-27T18:05:33.778Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-27T18:05:33.778Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-27T18:05:33.778Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-27T18:05:33.778Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-27T18:05:33.778Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-27T18:05:33.778Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-27T18:05:33.778Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-27T18:05:33.778Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-27T18:05:33.778Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-27T18:05:33.778Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-27T18:05:33.778Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-27T18:05:33.778Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-27T18:05:33.778Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-27T18:05:34.050Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-27T18:05:34.050Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-27T18:05:34.050Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-27T18:05:34.050Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-27T18:05:34.050Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-27T18:05:34.050Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-27T18:05:34.050Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-27T18:05:34.050Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-27T18:05:34.050Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-27T18:05:34.050Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-27T18:05:34.050Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-27T18:05:34.050Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-27T18:05:34.050Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-27T18:05:34.050Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-27T18:05:34.050Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-27T18:05:34.050Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-27T18:05:34.050Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-27T18:05:34.051Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-27T18:05:34.051Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-27T18:05:34.051Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-27T18:05:34.051Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-27T18:05:34.326Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-27T18:05:34.326Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-27T18:05:34.591Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-27T18:05:34.591Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-27T18:05:35.256Z] Removing intermediate container 1fe4f9104d28 [2021-01-27T18:05:35.256Z] ---> ec1916905509 [2021-01-27T18:05:35.256Z] [2021-01-27T18:05:35.256Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T18:05:35.256Z] 3.12: Pulling from library/alpine [2021-01-27T18:05:37.268Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T18:05:37.268Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T18:05:37.268Z] ---> afeebe901d6b [2021-01-27T18:05:37.268Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T18:05:38.254Z] ---> Running in 9b94df49855b [2021-01-27T18:05:40.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:05:40.905Z] Removing intermediate container 32e5ae77678e [2021-01-27T18:05:40.905Z] ---> 3033a087637e [2021-01-27T18:05:40.905Z] [2021-01-27T18:05:40.905Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T18:05:40.905Z] ---> afeebe901d6b [2021-01-27T18:05:40.905Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T18:05:41.175Z] 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-27T18:05:41.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:05:41.464Z] ---> Running in 13ac93ba202e [2021-01-27T18:05:42.064Z] Removing intermediate container bed678794191 [2021-01-27T18:05:42.064Z] ---> 50a1e6e95f29 [2021-01-27T18:05:42.064Z] [2021-01-27T18:05:42.064Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T18:05:42.064Z] ---> afeebe901d6b [2021-01-27T18:05:42.064Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T18:05:42.064Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T18:05:42.064Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T18:05:42.064Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T18:05:42.064Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T18:05:42.064Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T18:05:42.064Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:05:42.341Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T18:05:42.341Z] ---> Running in 37f8150a38bb [2021-01-27T18:05:42.621Z] OK: 7 MiB in 19 packages [2021-01-27T18:05:43.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:05:43.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:05:44.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:05:44.744Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T18:05:44.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:05:44.744Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T18:05:44.744Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:05:45.039Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T18:05:45.328Z] Removing intermediate container 9b94df49855b [2021-01-27T18:05:45.328Z] ---> 5a2f16137d45 [2021-01-27T18:05:45.328Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T18:05:45.380Z] 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-27T18:05:45.634Z] OK: 6 MiB in 16 packages [2021-01-27T18:05:45.634Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T18:05:45.634Z] ---> Running in 1f86ed255be5 [2021-01-27T18:05:45.634Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:05:45.634Z] OK: 5 MiB in 15 packages [2021-01-27T18:05:46.288Z] Removing intermediate container 1f86ed255be5 [2021-01-27T18:05:46.288Z] ---> 7d52884910a8 [2021-01-27T18:05:46.288Z] Step 13/24 : WORKDIR / [2021-01-27T18:05:46.319Z] 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-27T18:05:46.608Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T18:05:46.608Z] + cd /tmp/build/dist/linux [2021-01-27T18:05:46.608Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T18:05:46.608Z] Cloning into '.'... [2021-01-27T18:05:46.894Z]  ---> Running in 95569a19de2d [2021-01-27T18:05:47.190Z] + go get github.com/robfig/glock [2021-01-27T18:05:47.260Z] 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-27T18:05:47.521Z] 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-27T18:05:47.521Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-27T18:05:47.781Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-27T18:05:47.781Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-27T18:05:47.781Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-27T18:05:48.180Z] Removing intermediate container 95569a19de2d [2021-01-27T18:05:48.180Z] ---> ce6a363ae823 [2021-01-27T18:05:48.180Z] 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-27T18:05:48.180Z] Removing intermediate container 37f8150a38bb [2021-01-27T18:05:48.180Z] ---> 760b31753b03 [2021-01-27T18:05:48.180Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T18:05:48.468Z] Removing intermediate container 13ac93ba202e [2021-01-27T18:05:48.468Z] ---> a9fb460ecb25 [2021-01-27T18:05:48.468Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T18:05:48.468Z] ---> Running in ea2b200744db [2021-01-27T18:05:48.743Z] ---> Running in 0dd0cfd43b73 [2021-01-27T18:05:49.019Z] ---> bf247e23d4c2 [2021-01-27T18:05:49.019Z] 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-27T18:05:49.164Z] 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-27T18:05:49.425Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-27T18:05:49.425Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-27T18:05:49.626Z] Removing intermediate container 0dd0cfd43b73 [2021-01-27T18:05:49.626Z] ---> 39b79679b453 [2021-01-27T18:05:49.626Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T18:05:49.626Z] Removing intermediate container ea2b200744db [2021-01-27T18:05:49.626Z] ---> e1df9e7a492e [2021-01-27T18:05:49.626Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T18:05:49.626Z] ---> Running in 9529e48f53fe [2021-01-27T18:05:49.626Z] ---> Running in f7ee27e53dfe [2021-01-27T18:05:50.630Z] Removing intermediate container 9529e48f53fe [2021-01-27T18:05:50.630Z] ---> 0c2a6317395a [2021-01-27T18:05:50.630Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T18:05:50.630Z] Removing intermediate container f7ee27e53dfe [2021-01-27T18:05:50.630Z] ---> db7d24fe86a0 [2021-01-27T18:05:50.630Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T18:05:50.630Z] ---> 227f758fb5c5 [2021-01-27T18:05:50.630Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T18:05:50.630Z] ---> Running in cfc8fb075579 [2021-01-27T18:05:50.630Z] ---> Running in c4e70be957d9 [2021-01-27T18:05:50.816Z] 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-27T18:05:51.234Z] Removing intermediate container c4e70be957d9 [2021-01-27T18:05:51.234Z] ---> aa2e93db1756 [2021-01-27T18:05:51.234Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T18:05:51.510Z] Removing intermediate container cfc8fb075579 [2021-01-27T18:05:51.510Z] ---> e9b449e2e970 [2021-01-27T18:05:51.510Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T18:05:51.762Z] 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-27T18:05:51.762Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-27T18:05:51.785Z] ---> 644537c90dfa [2021-01-27T18:05:51.786Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T18:05:52.787Z] ---> b913280b7f20 [2021-01-27T18:05:52.787Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T18:05:53.062Z] ---> 7071e4c27227 [2021-01-27T18:05:53.062Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T18:05:53.146Z] 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-27T18:05:53.717Z] 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-27T18:05:54.510Z] ---> fd0bf71110f0 [2021-01-27T18:05:54.510Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T18:05:54.660Z] 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-27T18:05:54.660Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-27T18:05:55.490Z] ---> fab09cde4280 [2021-01-27T18:05:55.490Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T18:05:55.603Z] 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-27T18:05:55.603Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-27T18:05:56.090Z] ---> b6cbeeea270b [2021-01-27T18:05:56.090Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T18:05:56.372Z] ---> 313ed7a3bc88 [2021-01-27T18:05:56.372Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T18:05:56.976Z] ---> af8d1ce714a8 [2021-01-27T18:05:56.976Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T18:05:57.265Z] ---> Running in 6dc75203e537 [2021-01-27T18:05:57.265Z] ---> c89b808afe35 [2021-01-27T18:05:57.265Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T18:05:57.548Z] ---> 7dd8b1bddb59 [2021-01-27T18:05:57.548Z] 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-27T18:05:57.548Z] ---> Running in 27b8fae58697 [2021-01-27T18:05:57.820Z] ---> Running in 19a6227eeb19 [2021-01-27T18:05:58.148Z] Building version [2021-01-27T18:05:58.421Z] Removing intermediate container 27b8fae58697 [2021-01-27T18:05:58.421Z] ---> bcad458d2384 [2021-01-27T18:05:58.421Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T18:05:58.421Z] Removing intermediate container 6dc75203e537 [2021-01-27T18:05:58.421Z] ---> 3449bf77b76a [2021-01-27T18:05:58.421Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T18:05:58.696Z] ---> Running in c47c3a8ab963 [2021-01-27T18:05:58.696Z] ---> Running in 6a45e2257966 [2021-01-27T18:05:59.692Z] Removing intermediate container 6a45e2257966 [2021-01-27T18:05:59.692Z] ---> a510e6834e4a [2021-01-27T18:05:59.692Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T18:05:59.692Z] Removing intermediate container c47c3a8ab963 [2021-01-27T18:05:59.692Z] ---> e809fccbda71 [2021-01-27T18:05:59.692Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T18:05:59.692Z] ---> Running in 2985f1063caf [2021-01-27T18:05:59.978Z] ---> Running in 359d29fe43b1 [2021-01-27T18:06:00.073Z] Staging config-common [2021-01-27T18:06:00.583Z] Removing intermediate container 359d29fe43b1 [2021-01-27T18:06:00.583Z] ---> 9c6afbb497f2 [2021-01-27T18:06:00.583Z] Step 21/22 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:06:00.583Z] Removing intermediate container 2985f1063caf [2021-01-27T18:06:00.583Z] ---> 94335c63f05f [2021-01-27T18:06:00.583Z] Step 21/22 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:06:00.868Z] ---> Running in 826c511ac839 [2021-01-27T18:06:00.868Z] ---> Running in 9fb9290d091c [2021-01-27T18:06:01.015Z] Skipping stage go-build-helper (already ran) [2021-01-27T18:06:01.015Z] Skipping stage static-packages (already ran) [2021-01-27T18:06:01.015Z] Skipping stage go115 (already ran) [2021-01-27T18:06:01.015Z] Staging edgex-go [2021-01-27T18:06:01.470Z] Removing intermediate container 19a6227eeb19 [2021-01-27T18:06:01.470Z] ---> b011e06dd777 [2021-01-27T18:06:01.470Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T18:06:01.749Z] ---> Running in 6a85e6f7b720 [2021-01-27T18:06:01.749Z] Removing intermediate container 9fb9290d091c [2021-01-27T18:06:01.750Z] ---> 31586d949456 [2021-01-27T18:06:01.750Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T18:06:01.965Z] Staging version [2021-01-27T18:06:02.025Z] Removing intermediate container 826c511ac839 [2021-01-27T18:06:02.025Z] ---> bbe3ad3f503b [2021-01-27T18:06:02.025Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T18:06:02.296Z] ---> Running in c4a356f04a79 [2021-01-27T18:06:02.296Z] ---> Running in 3d6610561a5c [2021-01-27T18:06:02.574Z] Removing intermediate container 6a85e6f7b720 [2021-01-27T18:06:02.574Z] ---> d6e646197bf6 [2021-01-27T18:06:02.574Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T18:06:02.848Z] ---> Running in 6ced0657707e [2021-01-27T18:06:02.906Z] Priming config-common [2021-01-27T18:06:03.124Z] Removing intermediate container c4a356f04a79 [2021-01-27T18:06:03.124Z] ---> f921ec2e1aa8 [2021-01-27T18:06:03.124Z] [2021-01-27T18:06:03.124Z] Removing intermediate container 3d6610561a5c [2021-01-27T18:06:03.124Z] ---> b77d63f0ecd0 [2021-01-27T18:06:03.124Z] [2021-01-27T18:06:03.731Z] Successfully built f921ec2e1aa8 [2021-01-27T18:06:03.731Z] Successfully built b77d63f0ecd0 [2021-01-27T18:06:03.850Z] Priming go-build-helper [2021-01-27T18:06:04.005Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-27T18:06:04.280Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-27T18:06:04.280Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-27T18:06:04.280Z] Building docker-security-proxy-setup-go [2021-01-27T18:06:04.280Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6ced0657707e [2021-01-27T18:06:04.280Z] ---> f80295e76a49 [2021-01-27T18:06:04.280Z] Step 23/24 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:06:04.795Z] Priming static-packages [2021-01-27T18:06:04.874Z] ---> Running in 8b65668ff50a [2021-01-27T18:06:05.869Z] Removing intermediate container 8b65668ff50a [2021-01-27T18:06:05.869Z] ---> f48a0c9b44df [2021-01-27T18:06:05.869Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T18:06:05.869Z] ---> Running in f9b67a10c6db [2021-01-27T18:06:06.142Z] Removing intermediate container 95aa1b268f99 [2021-01-27T18:06:06.142Z] ---> 1482ff40b423 [2021-01-27T18:06:06.142Z] [2021-01-27T18:06:06.142Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T18:06:06.142Z] ---> afeebe901d6b [2021-01-27T18:06:06.142Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T18:06:06.431Z] ---> Running in 193c30ad62f2 [2021-01-27T18:06:06.704Z] Removing intermediate container f9b67a10c6db [2021-01-27T18:06:06.704Z] ---> 2b8bbceed49d [2021-01-27T18:06:06.704Z] [2021-01-27T18:06:06.714Z] Priming go115 [2021-01-27T18:06:06.997Z] Successfully built 2b8bbceed49d [2021-01-27T18:06:07.320Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-27T18:06:07.320Z] Building docker-core-metadata-go [2021-01-27T18:06:07.608Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 193c30ad62f2 [2021-01-27T18:06:07.608Z] ---> eed592e5f61b [2021-01-27T18:06:07.608Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T18:06:07.676Z] Priming edgex-go [2021-01-27T18:06:07.884Z] ---> Running in 6152f68bf166 [2021-01-27T18:06:08.872Z] Removing intermediate container 6152f68bf166 [2021-01-27T18:06:08.872Z] ---> 90542deee879 [2021-01-27T18:06:08.872Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T18:06:09.058Z] Priming version [2021-01-27T18:06:09.470Z] + glock sync -n [2021-01-27T18:06:10.004Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-27T18:06:10.068Z]  ---> Running in fca923508a72 [Pipeline] } [2021-01-27T18:06:11.514Z] Removing intermediate container fca923508a72 [2021-01-27T18:06:11.514Z] ---> 839710f95604 [2021-01-27T18:06:11.514Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-27T18:06:12.953Z] ---> Running in 94f4155531cf [2021-01-27T18:06:16.343Z] Removing intermediate container 94f4155531cf [2021-01-27T18:06:16.343Z] ---> 20c68a70e9ed [2021-01-27T18:06:16.343Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T18:06:16.622Z] ---> Running in 7f9088a6dd5d [2021-01-27T18:06:16.902Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T18:06:16.902Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T18:06:16.902Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T18:06:17.514Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T18:06:17.514Z] + git describe '--abbrev=0' --tags [2021-01-27T18:06:17.514Z] + TAG=v0.6.1 [2021-01-27T18:06:17.514Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T18:06:17.514Z] + apk --print-arch [2021-01-27T18:06:17.514Z] + arch=aarch64 [2021-01-27T18:06:17.514Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-27T18:06:17.514Z] building [dockerize] for arm64 ... [2021-01-27T18:06:17.514Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-27T18:06:18.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:06:18.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:06:19.731Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T18:06:19.731Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T18:06:19.731Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T18:06:19.731Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T18:06:20.003Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T18:06:20.276Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T18:06:20.276Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:06:20.276Z] OK: 8 MiB in 20 packages [2021-01-27T18:06:22.916Z] Wed Jan 27 18:06:22 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T18:06:22.917Z] + date [2021-01-27T18:06:22.917Z] + echo 'Wed Jan 27 18:06:22 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T18:06:23.901Z] Removing intermediate container 7f9088a6dd5d [2021-01-27T18:06:23.901Z] ---> 1b0092c00368 [2021-01-27T18:06:23.901Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T18:06:25.349Z] ---> be6e46b94732 [2021-01-27T18:06:25.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T18:06:28.760Z] ---> 3ef4c49e94a6 [2021-01-27T18:06:28.760Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T18:06:31.411Z] ---> 65cba8316e0b [2021-01-27T18:06:31.411Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T18:06:31.683Z] ---> Running in ded098fe62cb [2021-01-27T18:06:33.136Z] Removing intermediate container ded098fe62cb [2021-01-27T18:06:33.136Z] ---> db19a1413779 [2021-01-27T18:06:33.136Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T18:06:33.410Z] ---> Running in 426e497c69fb [2021-01-27T18:06:34.400Z] Removing intermediate container 426e497c69fb [2021-01-27T18:06:34.400Z] ---> ce2d98bd1bfb [2021-01-27T18:06:34.400Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T18:06:35.009Z] ---> Running in 5b5fa1175d3f [2021-01-27T18:06:35.998Z] Removing intermediate container 5fb943db2dd1 [2021-01-27T18:06:35.998Z] ---> 4bfa12a10f50 [2021-01-27T18:06:35.998Z] 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-27T18:06:36.277Z] Removing intermediate container 5b5fa1175d3f [2021-01-27T18:06:36.277Z] ---> 9bdfd378d570 [2021-01-27T18:06:36.277Z] Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:06:36.556Z] ---> Running in f81a83d3a4e1 [2021-01-27T18:06:36.830Z] ---> Running in 8c006578e88b [2021-01-27T18:06:37.821Z] Removing intermediate container 8c006578e88b [2021-01-27T18:06:37.821Z] ---> 98be525a9685 [2021-01-27T18:06:37.821Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T18:06:38.422Z] ---> Running in 5613b0181a04 [2021-01-27T18:06:38.422Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-27T18:06:38.422Z] statically linked [2021-01-27T18:06:39.862Z] Removing intermediate container 5613b0181a04 [2021-01-27T18:06:39.862Z] ---> 55a102495228 [2021-01-27T18:06:39.862Z] [2021-01-27T18:06:40.460Z] Successfully built 55a102495228 [2021-01-27T18:06:40.460Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-27T18:06:40.460Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-01-27T18:06:41.440Z] Removing intermediate container f81a83d3a4e1 [2021-01-27T18:06:41.440Z] ---> 28c46378e4fd [2021-01-27T18:06:41.440Z] [2021-01-27T18:06:41.440Z] Step 12/34 : FROM alpine:3.12 [2021-01-27T18:06:41.440Z] ---> afeebe901d6b [2021-01-27T18:06:41.440Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T18:06:41.440Z] ---> Running in a588d6797b04 [2021-01-27T18:06:42.040Z] Removing intermediate container a588d6797b04 [2021-01-27T18:06:42.040Z] ---> ab53104e3409 [2021-01-27T18:06:42.040Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T18:06:42.318Z] ---> Running in 93928b15f89f [2021-01-27T18:06:44.302Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T18:06:44.302Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T18:06:44.302Z] ---> ff02f36f9d7d [2021-01-27T18:06:44.302Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T18:06:44.302Z] ---> Using cache [2021-01-27T18:06:44.302Z] ---> 2b1dacda8a76 [2021-01-27T18:06:44.302Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:06:44.302Z] ---> Using cache [2021-01-27T18:06:44.302Z] ---> 19d78bf7a12c [2021-01-27T18:06:44.302Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T18:06:44.302Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T18:06:44.302Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T18:06:44.302Z] ---> ff02f36f9d7d [2021-01-27T18:06:44.302Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T18:06:44.302Z] ---> Using cache [2021-01-27T18:06:44.302Z] ---> 2b1dacda8a76 [2021-01-27T18:06:44.302Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:06:44.302Z] ---> Using cache [2021-01-27T18:06:44.302Z] ---> 19d78bf7a12c [2021-01-27T18:06:44.302Z] Step 5/21 : RUN apk add --update --no-cache make gitfetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:06:44.302Z] [2021-01-27T18:06:44.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:06:44.911Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T18:06:44.911Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T18:06:44.911Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T18:06:45.191Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:06:45.191Z] OK: 6 MiB in 17 packages [2021-01-27T18:06:45.560Z] ---> Running in e7fdb15716f2 [2021-01-27T18:06:45.560Z] ---> Running in 38c61cc38487 [2021-01-27T18:06:46.270Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T18:06:46.573Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T18:06:46.573Z] ---> ff02f36f9d7d [2021-01-27T18:06:46.573Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T18:06:46.573Z] ---> Using cache [2021-01-27T18:06:46.573Z] ---> 2b1dacda8a76 [2021-01-27T18:06:46.573Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:06:46.573Z] ---> Using cache [2021-01-27T18:06:46.573Z] ---> 19d78bf7a12c [2021-01-27T18:06:46.573Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T18:06:46.896Z] ---> Running in cd453dae5fe4 [2021-01-27T18:06:48.372Z] Removing intermediate container 93928b15f89f [2021-01-27T18:06:48.372Z] ---> e2ac7be8c362 [2021-01-27T18:06:48.372Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T18:06:48.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:06:48.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:06:48.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:06:48.927Z] ---> Running in 4eae671a4fbb [2021-01-27T18:06:49.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:06:49.472Z] Removing intermediate container 4eae671a4fbb [2021-01-27T18:06:49.472Z] ---> a2c132578737 [2021-01-27T18:06:49.472Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T18:06:49.751Z] ---> Running in 8d92e64a5a97 [2021-01-27T18:06:49.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:06:49.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:06:50.026Z] OK: 217 MiB in 51 packages [2021-01-27T18:06:50.303Z] Removing intermediate container 8d92e64a5a97 [2021-01-27T18:06:50.303Z] ---> 5e32d96e62fe [2021-01-27T18:06:50.303Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T18:06:50.303Z] ---> Running in 5e12163b87ab [2021-01-27T18:06:50.581Z] OK: 217 MiB in 51 packages [2021-01-27T18:06:50.581Z] OK: 217 MiB in 51 packages [2021-01-27T18:06:52.570Z] Removing intermediate container 38c61cc38487 [2021-01-27T18:06:52.570Z] ---> 2612eeec71f5 [2021-01-27T18:06:52.570Z] Step 6/26 : COPY go.mod . [2021-01-27T18:06:53.180Z] Removing intermediate container cd453dae5fe4 [2021-01-27T18:06:53.180Z] ---> 6569feb415c8 [2021-01-27T18:06:53.180Z] Step 6/23 : COPY go.mod . [2021-01-27T18:06:53.180Z] Removing intermediate container e7fdb15716f2 [2021-01-27T18:06:53.180Z] ---> cfa6b8809a54 [2021-01-27T18:06:53.180Z] Step 6/21 : COPY go.mod . [2021-01-27T18:06:53.776Z] ---> 043e35173ff5 [2021-01-27T18:06:53.776Z] Step 7/26 : RUN go mod download [2021-01-27T18:06:54.388Z] ---> Running in 6bb3252f3d36 [2021-01-27T18:06:54.986Z] ---> 315480602fee [2021-01-27T18:06:54.986Z] Step 7/23 : RUN go mod download ---> 73e3f09ef602 [2021-01-27T18:06:54.986Z] Step 7/21 : RUN go mod download [2021-01-27T18:06:54.986Z] [2021-01-27T18:06:54.986Z] Removing intermediate container 5e12163b87ab [2021-01-27T18:06:54.986Z] ---> 79c6ed35b182 [2021-01-27T18:06:54.986Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T18:06:55.264Z] ---> Running in 33f265906602 [2021-01-27T18:06:55.264Z] ---> Running in 08998bf71cb9 [2021-01-27T18:06:55.264Z] ---> Running in 21c5e445b190 [2021-01-27T18:06:56.257Z] Removing intermediate container 08998bf71cb9 [2021-01-27T18:06:56.257Z] ---> e765c8aa0aa1 [2021-01-27T18:06:56.257Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T18:06:58.889Z] ---> d3b0665435e9 [2021-01-27T18:06:58.889Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T18:06:59.508Z] Removing intermediate container 6bb3252f3d36 [2021-01-27T18:06:59.508Z] ---> c7586aa28578 [2021-01-27T18:06:59.508Z] Step 8/26 : COPY . . [2021-01-27T18:07:00.498Z] ---> 8b7cc87f3d9f [2021-01-27T18:07:00.498Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T18:07:00.789Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T18:07:00.789Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T18:07:00.789Z] ---> ff02f36f9d7d [2021-01-27T18:07:00.789Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T18:07:00.789Z] ---> Using cache [2021-01-27T18:07:00.789Z] ---> 2b1dacda8a76 [2021-01-27T18:07:00.789Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T18:07:00.789Z] ---> Using cache [2021-01-27T18:07:00.789Z] ---> 19d78bf7a12c [2021-01-27T18:07:00.789Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T18:07:00.789Z] ---> Using cache [2021-01-27T18:07:00.789Z] ---> cfa6b8809a54 [2021-01-27T18:07:00.789Z] Step 6/23 : COPY go.mod . [2021-01-27T18:07:00.789Z] ---> Using cache [2021-01-27T18:07:00.789Z] ---> 73e3f09ef602 [2021-01-27T18:07:00.789Z] Step 7/23 : RUN go mod download [2021-01-27T18:07:01.397Z] ---> Running in 22712b02cfff [2021-01-27T18:07:01.397Z] ---> Running in ee55cb32f2e4 [2021-01-27T18:07:01.397Z] Removing intermediate container 33f265906602 [2021-01-27T18:07:01.397Z] Removing intermediate container 21c5e445b190 [2021-01-27T18:07:01.397Z] ---> d7b1978a953a [2021-01-27T18:07:01.397Z] Step 8/21 : COPY . . [2021-01-27T18:07:01.397Z] ---> 22d4285a5cf3 [2021-01-27T18:07:01.397Z] Step 8/23 : COPY . . [2021-01-27T18:07:11.575Z] Removing intermediate container 22712b02cfff [2021-01-27T18:07:11.575Z] ---> 11599e6cf739 [2021-01-27T18:07:11.575Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T18:07:11.575Z] Removing intermediate container ee55cb32f2e4 [2021-01-27T18:07:11.575Z] ---> 3db8c32b8a8e [2021-01-27T18:07:11.575Z] Step 8/23 : COPY . . [2021-01-27T18:07:12.170Z] ---> a5cef401cbed [2021-01-27T18:07:12.170Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T18:07:15.588Z] ---> b3eba11a17f9 [2021-01-27T18:07:15.588Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T18:07:18.246Z] ---> c8a194033cfc [2021-01-27T18:07:18.246Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T18:07:18.524Z] ---> f2ee40ffd317 [2021-01-27T18:07:18.524Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T18:07:19.165Z] ---> Running in c9ffd2725a53 [2021-01-27T18:07:20.615Z] ---> 5a44cff2bd77 [2021-01-27T18:07:20.615Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T18:07:20.615Z] ---> 734326a35f9b [2021-01-27T18:07:20.615Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T18:07:20.615Z] ---> a4bce91e585b [2021-01-27T18:07:20.615Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T18:07:20.892Z] ---> Running in d6c567ed728c [2021-01-27T18:07:20.892Z] ---> Running in 8d87ec19f04f [2021-01-27T18:07:21.496Z] 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-27T18:07:22.111Z] ---> 81982090dab0 [2021-01-27T18:07:22.111Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T18:07:23.136Z] 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-27T18:07:23.136Z] 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-27T18:07:23.136Z] ---> Running in d63f453d2cee [2021-01-27T18:07:24.597Z] Removing intermediate container d63f453d2cee [2021-01-27T18:07:24.597Z] ---> 39d57597679e [2021-01-27T18:07:24.597Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T18:07:26.609Z] ---> 15197c65919a [2021-01-27T18:07:26.609Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-27T18:07:28.082Z] ---> Running in ef0999f3ff30 [2021-01-27T18:07:33.566Z] Removing intermediate container ef0999f3ff30 [2021-01-27T18:07:33.566Z] ---> aa4d5a4cc567 [2021-01-27T18:07:33.566Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T18:07:33.566Z] ---> 16e07736457f [2021-01-27T18:07:33.566Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T18:07:33.566Z] ---> Running in 3d25df78fb95 [2021-01-27T18:07:33.566Z] ---> Running in 111197e9178c [2021-01-27T18:07:34.181Z] Removing intermediate container 3d25df78fb95 [2021-01-27T18:07:34.181Z] ---> 184feefc9ec2 [2021-01-27T18:07:34.181Z] Step 31/34 : CMD ["gate"] [2021-01-27T18:07:34.794Z] ---> Running in 66629d68a58f [2021-01-27T18:07:35.417Z] Removing intermediate container 66629d68a58f [2021-01-27T18:07:35.417Z] ---> 7fa8ebb07e1d [2021-01-27T18:07:35.417Z] Step 32/34 : LABEL arch=arm64 [2021-01-27T18:07:35.697Z] 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-27T18:07:36.314Z] ---> Running in 039adb084e4f [2021-01-27T18:07:36.937Z] Removing intermediate container 039adb084e4f [2021-01-27T18:07:36.937Z] ---> 05f22b747127 [2021-01-27T18:07:36.937Z] Step 33/34 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:07:37.544Z] ---> Running in f2c3c7758f87 [2021-01-27T18:07:38.151Z] Removing intermediate container f2c3c7758f87 [2021-01-27T18:07:38.446Z] ---> b548092a903d [2021-01-27T18:07:38.446Z] Step 34/34 : LABEL version=0.0.0 [2021-01-27T18:07:39.075Z] ---> Running in 6079dcbe55cc [2021-01-27T18:07:39.701Z] Removing intermediate container 6079dcbe55cc [2021-01-27T18:07:39.701Z] ---> b866234c6baf [2021-01-27T18:07:39.701Z] [2021-01-27T18:07:40.331Z] Successfully built b866234c6baf [2021-01-27T18:07:40.331Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-27T18:08:27.371Z]  Building docker-security-bootstrapper-go ... done 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-27T18:08:42.735Z] Removing intermediate container c9ffd2725a53 [2021-01-27T18:08:42.736Z] ---> bb4b686ab998 [2021-01-27T18:08:42.736Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T18:08:42.736Z] Removing intermediate container d6c567ed728c [2021-01-27T18:08:42.736Z] ---> 276d6846cf70 [2021-01-27T18:08:42.736Z] [2021-01-27T18:08:42.736Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T18:08:42.736Z] ---> afeebe901d6b [2021-01-27T18:08:42.736Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T18:08:42.736Z] ---> Running in badcdbd0d596 [2021-01-27T18:08:42.736Z] ---> Running in cfc3e4108c3c [2021-01-27T18:08:44.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:08:44.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:08:44.767Z] 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-27T18:08:45.371Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T18:08:45.371Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T18:08:45.371Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T18:08:45.371Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T18:08:45.371Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:08:45.371Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T18:08:45.996Z] OK: 7 MiB in 18 packages [2021-01-27T18:08:48.659Z] Removing intermediate container cfc3e4108c3c [2021-01-27T18:08:48.659Z] ---> 599c9bd1d00d [2021-01-27T18:08:48.659Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T18:08:48.659Z] ---> Running in 7c2f37993786 [2021-01-27T18:08:49.653Z] Removing intermediate container 7c2f37993786 [2021-01-27T18:08:49.653Z] ---> b6ad7e3351da [2021-01-27T18:08:49.653Z] Step 13/21 : WORKDIR /edgex [2021-01-27T18:08:49.653Z] ---> Running in 409c09ae4400 [2021-01-27T18:08:49.938Z] Removing intermediate container badcdbd0d596 [2021-01-27T18:08:49.938Z] ---> 870a116be378 [2021-01-27T18:08:49.938Z] [2021-01-27T18:08:49.938Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T18:08:50.234Z] 20.10.0: Pulling from library/docker [2021-01-27T18:08:51.683Z] Removing intermediate container 409c09ae4400 [2021-01-27T18:08:51.683Z] ---> d456150f0734 [2021-01-27T18:08:51.683Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T18:08:52.685Z] ---> 33d30e643b1a [2021-01-27T18:08:52.685Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T18:08:52.968Z] Removing intermediate container 111197e9178c [2021-01-27T18:08:52.968Z] ---> b70e46a50ef5 [2021-01-27T18:08:52.968Z] [2021-01-27T18:08:52.968Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T18:08:52.968Z] ---> afeebe901d6b [2021-01-27T18:08:52.968Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T18:08:52.968Z] ---> Using cache [2021-01-27T18:08:52.968Z] ---> 760b31753b03 [2021-01-27T18:08:52.968Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T18:08:52.968Z] ---> Using cache [2021-01-27T18:08:52.968Z] ---> e1df9e7a492e [2021-01-27T18:08:52.968Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T18:08:53.575Z] ---> Running in 4dbef36fca70 [2021-01-27T18:08:54.577Z] Removing intermediate container 4dbef36fca70 [2021-01-27T18:08:54.577Z] ---> 528c073aa04e [2021-01-27T18:08:54.577Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T18:08:55.184Z] ---> 52fcaca7f60c [2021-01-27T18:08:55.184Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T18:08:55.184Z] ---> Running in d05a3eb57633 [2021-01-27T18:08:56.180Z] Removing intermediate container d05a3eb57633 [2021-01-27T18:08:56.180Z] ---> 4edd4324c581 [2021-01-27T18:08:56.180Z] Step 15/23 : WORKDIR / [2021-01-27T18:08:57.177Z] ---> Running in 28fea7fd2be4 [2021-01-27T18:08:57.177Z] ---> 3639460f05c8 [2021-01-27T18:08:57.177Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T18:08:57.784Z] ---> Running in 819a9590b11a [2021-01-27T18:08:58.388Z] Removing intermediate container 28fea7fd2be4 [2021-01-27T18:08:58.388Z] ---> ed1add01650a [2021-01-27T18:08:58.388Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T18:08:58.662Z] Removing intermediate container 819a9590b11a [2021-01-27T18:08:58.662Z] ---> eabc24b9377c [2021-01-27T18:08:58.662Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T18:08:59.263Z] ---> Running in f1f2e57029cd [2021-01-27T18:08:59.263Z] Removing intermediate container 8d87ec19f04f [2021-01-27T18:08:59.263Z] ---> 5476855bcc80 [2021-01-27T18:08:59.263Z] [2021-01-27T18:08:59.263Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T18:08:59.263Z] ---> afeebe901d6b [2021-01-27T18:08:59.263Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T18:08:59.263Z] ---> Using cache [2021-01-27T18:08:59.263Z] ---> 760b31753b03 [2021-01-27T18:08:59.263Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T18:08:59.263Z] ---> Using cache [2021-01-27T18:08:59.263Z] ---> e1df9e7a492e [2021-01-27T18:08:59.263Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T18:08:59.548Z] ---> b47558fc26d0 [2021-01-27T18:08:59.548Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T18:08:59.823Z] ---> Running in c70a017fe611 [2021-01-27T18:09:00.102Z] Removing intermediate container f1f2e57029cd [2021-01-27T18:09:00.102Z] ---> f640e1558a19 [2021-01-27T18:09:00.102Z] Step 19/21 : LABEL arch=arm64 [2021-01-27T18:09:00.709Z] ---> Running in ef79bd990136 [2021-01-27T18:09:00.709Z] Removing intermediate container c70a017fe611 [2021-01-27T18:09:00.709Z] ---> d9d5be2a3024 [2021-01-27T18:09:00.709Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T18:09:01.318Z] ---> Running in 48c6737ae6bd [2021-01-27T18:09:01.596Z] ---> 5eda028a3e7b [2021-01-27T18:09:01.596Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T18:09:01.596Z] Removing intermediate container ef79bd990136 [2021-01-27T18:09:01.596Z] ---> 6e26dc56a0af [2021-01-27T18:09:01.596Z] Step 20/21 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:09:01.873Z] ---> Running in 807d970cf77e [2021-01-27T18:09:02.146Z] Removing intermediate container 48c6737ae6bd [2021-01-27T18:09:02.146Z] ---> 49058e923d1d [2021-01-27T18:09:02.146Z] Step 15/23 : WORKDIR / [2021-01-27T18:09:02.426Z] ---> Running in a4bf6f0a6f0a [2021-01-27T18:09:02.426Z] Removing intermediate container 807d970cf77e [2021-01-27T18:09:02.426Z] ---> b71e3e0907a0 [2021-01-27T18:09:02.426Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T18:09:02.426Z] ---> b56233244f6f [2021-01-27T18:09:02.426Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T18:09:02.703Z] ---> Running in f26b6e82af3d [2021-01-27T18:09:02.703Z] ---> Running in 994cc4bddede [2021-01-27T18:09:02.978Z] Removing intermediate container a4bf6f0a6f0a [2021-01-27T18:09:02.978Z] ---> 7723bf2624db [2021-01-27T18:09:02.978Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T18:09:02.978Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T18:09:02.978Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T18:09:02.978Z] ---> eeaf43b92773 [2021-01-27T18:09:02.978Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T18:09:03.254Z] ---> Running in 8025d419e7be [2021-01-27T18:09:03.537Z] Removing intermediate container 994cc4bddede [2021-01-27T18:09:03.537Z] ---> bde11ace7c37 [2021-01-27T18:09:03.537Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T18:09:03.537Z] Removing intermediate container f26b6e82af3d [2021-01-27T18:09:03.537Z] ---> 7c9dabf4a4c8 [2021-01-27T18:09:03.537Z] [2021-01-27T18:09:03.537Z] ---> Running in 5b8b4d020ac2 [2021-01-27T18:09:03.817Z] ---> 0af002ebad38 [2021-01-27T18:09:03.817Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T18:09:04.093Z] Successfully built 7c9dabf4a4c8 [2021-01-27T18:09:04.093Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-27T18:09:04.370Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5b8b4d020ac2 [2021-01-27T18:09:04.370Z] ---> 21ddac2082f4 [2021-01-27T18:09:04.370Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T18:09:04.652Z] ---> Running in 93c2cdafa602 [2021-01-27T18:09:04.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:09:04.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:09:05.209Z] Removing intermediate container 93c2cdafa602 [2021-01-27T18:09:05.209Z] ---> 10cbbdfde4c2 [2021-01-27T18:09:05.209Z] Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:09:05.209Z] ---> d4e167eee2c1 [2021-01-27T18:09:05.209Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T18:09:05.485Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T18:09:05.486Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T18:09:05.486Z] ---> Running in f0272f829b50 [2021-01-27T18:09:05.486Z] Executing bash-5.0.17-r0.post-install [2021-01-27T18:09:05.486Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:09:05.486Z] OK: 12 MiB in 22 packages [2021-01-27T18:09:06.094Z] Removing intermediate container f0272f829b50 [2021-01-27T18:09:06.094Z] ---> 78edf2f0ef22 [2021-01-27T18:09:06.094Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T18:09:06.371Z] ---> Running in a0ef50c3ea75 [2021-01-27T18:09:06.371Z] ---> cb8552411c8c [2021-01-27T18:09:06.371Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T18:09:06.371Z] ---> Running in fa0931496042 [2021-01-27T18:09:06.969Z] Removing intermediate container a0ef50c3ea75 [2021-01-27T18:09:06.969Z] ---> 7c201aedafb2 [2021-01-27T18:09:06.969Z] [2021-01-27T18:09:06.969Z] Removing intermediate container fa0931496042 [2021-01-27T18:09:06.969Z] ---> f1e87b67bb63 [2021-01-27T18:09:06.969Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T18:09:06.969Z] Removing intermediate container 8025d419e7be [2021-01-27T18:09:06.969Z] ---> 807dab7780f1 [2021-01-27T18:09:06.969Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T18:09:07.245Z] Successfully built 7c201aedafb2 [2021-01-27T18:09:07.245Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-27T18:09:07.245Z]  Building docker-core-command-go ... done  ---> Running in 0c57e582074a [2021-01-27T18:09:07.245Z] ---> Running in 9be53326e917 [2021-01-27T18:09:07.842Z] Removing intermediate container 0c57e582074a [2021-01-27T18:09:07.842Z] ---> 2a1fc295012d [2021-01-27T18:09:07.842Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T18:09:07.842Z] Removing intermediate container 9be53326e917 [2021-01-27T18:09:07.842Z] ---> 4051769a0320 [2021-01-27T18:09:07.842Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T18:09:07.842Z] ---> Running in 206e8378b16f [2021-01-27T18:09:08.119Z] ---> Running in 6ade8665bdea [2021-01-27T18:09:08.393Z] Removing intermediate container 206e8378b16f [2021-01-27T18:09:08.393Z] ---> 57c37a7b282a [2021-01-27T18:09:08.393Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T18:09:08.669Z] Removing intermediate container 6ade8665bdea [2021-01-27T18:09:08.669Z] ---> dda1d5b018ff [2021-01-27T18:09:08.669Z] Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:09:08.669Z] ---> Running in 9bf1ab68f827 [2021-01-27T18:09:08.669Z] ---> Running in 37f85797fc85 [2021-01-27T18:09:08.954Z] Removing intermediate container 9bf1ab68f827 [2021-01-27T18:09:08.955Z] ---> 3ff29687d38d [2021-01-27T18:09:08.955Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T18:09:09.238Z] Removing intermediate container 37f85797fc85 [2021-01-27T18:09:09.238Z] ---> 25aae667c026 [2021-01-27T18:09:09.238Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T18:09:09.238Z] ---> Running in 79607e4a2384 [2021-01-27T18:09:09.841Z] Removing intermediate container 79607e4a2384 [2021-01-27T18:09:09.841Z] ---> ddf083844128 [2021-01-27T18:09:09.841Z] [2021-01-27T18:09:10.127Z] ---> 7c494a15236e [2021-01-27T18:09:10.127Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T18:09:10.405Z] Successfully built ddf083844128 [2021-01-27T18:09:10.405Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-27T18:09:11.033Z]  Building docker-core-metadata-go ... done  ---> b00b2052b75a [2021-01-27T18:09:11.033Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T18:09:12.029Z] ---> 2dd5df2e2f50 [2021-01-27T18:09:12.029Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T18:09:12.029Z] ---> Running in ffa535bf838d [2021-01-27T18:09:13.014Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:09:13.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:09:13.560Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T18:09:13.832Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T18:09:13.832Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T18:09:13.832Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T18:09:13.832Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T18:09:13.832Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T18:09:13.832Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T18:09:15.799Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T18:09:15.799Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T18:09:15.799Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T18:09:15.799Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T18:09:15.799Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T18:09:15.799Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T18:09:15.799Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T18:09:15.799Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T18:09:15.799Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T18:09:15.799Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T18:09:15.799Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T18:09:15.799Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T18:09:15.799Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T18:09:15.799Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T18:09:15.799Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T18:09:16.072Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T18:09:16.072Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T18:09:16.072Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T18:09:16.072Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T18:09:16.072Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T18:09:16.072Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T18:09:16.072Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T18:09:16.072Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T18:09:16.072Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T18:09:16.072Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T18:09:16.347Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T18:09:16.347Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:09:16.347Z] OK: 71 MiB in 55 packages [2021-01-27T18:09:23.066Z] Removing intermediate container ffa535bf838d [2021-01-27T18:09:23.066Z] ---> 5e5d8122408c [2021-01-27T18:09:23.066Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T18:09:23.066Z] ---> Running in fa398577c649 [2021-01-27T18:09:28.453Z] Collecting docker-compose==1.23.2 [2021-01-27T18:09:28.453Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T18:09:29.039Z] Collecting PyYAML<4,>=3.10 [2021-01-27T18:09:29.039Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T18:09:32.407Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T18:09:32.407Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T18:09:33.837Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T18:09:33.837Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T18:09:35.804Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T18:09:35.804Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T18:09:37.231Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T18:09:37.231Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T18:09:37.820Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T18:09:37.820Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T18:09:38.411Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T18:09:38.411Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T18:09:38.683Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T18:09:38.683Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T18:09:40.655Z] 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-27T18:09:40.655Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T18:09:40.655Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T18:09:40.928Z] Collecting idna<2.8,>=2.5 [2021-01-27T18:09:40.928Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T18:09:41.203Z] 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-27T18:09:41.474Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T18:09:41.474Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T18:09:41.747Z] 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-27T18:09:42.016Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T18:09:42.016Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T18:09:42.016Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T18:09:42.016Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T18:09:42.016Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T18:09:42.016Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T18:09:43.001Z] Installing collected packages: PyYAML, texttable, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docopt, cached-property, docker-compose [2021-01-27T18:09:43.001Z] Running setup.py install for PyYAML: started [2021-01-27T18:09:44.988Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T18:09:44.988Z] Running setup.py install for texttable: started [2021-01-27T18:09:46.990Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T18:09:46.990Z] Running setup.py install for dockerpty: started [2021-01-27T18:09:48.411Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T18:09:49.005Z] Attempting uninstall: idna [2021-01-27T18:09:49.005Z] Found existing installation: idna 2.9 [2021-01-27T18:09:49.005Z] Uninstalling idna-2.9: [2021-01-27T18:09:49.005Z] Successfully uninstalled idna-2.9 [2021-01-27T18:09:49.593Z] Attempting uninstall: urllib3 [2021-01-27T18:09:49.593Z] Found existing installation: urllib3 1.25.9 [2021-01-27T18:09:49.593Z] Uninstalling urllib3-1.25.9: [2021-01-27T18:09:49.864Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T18:09:50.450Z] Attempting uninstall: requests [2021-01-27T18:09:50.450Z] Found existing installation: requests 2.23.0 [2021-01-27T18:09:50.450Z] Uninstalling requests-2.23.0: [2021-01-27T18:09:50.450Z] Successfully uninstalled requests-2.23.0 [2021-01-27T18:09:51.869Z] Running setup.py install for docopt: started [2021-01-27T18:09:53.829Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T18:09:54.418Z] 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-27T18:09:57.802Z] Removing intermediate container fa398577c649 [2021-01-27T18:09:57.802Z] ---> 7d92839b5833 [2021-01-27T18:09:57.802Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T18:09:57.802Z] ---> Running in bb25c5be02d2 [2021-01-27T18:09:59.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T18:09:59.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T18:09:59.821Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T18:09:59.821Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T18:09:59.821Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T18:09:59.821Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T18:09:59.821Z] OK: 71 MiB in 58 packages [2021-01-27T18:10:00.801Z] Removing intermediate container bb25c5be02d2 [2021-01-27T18:10:00.801Z] ---> b5fc094e3be9 [2021-01-27T18:10:00.802Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T18:10:01.074Z] ---> Running in 30c4968bb1f4 [2021-01-27T18:10:01.348Z] Removing intermediate container 30c4968bb1f4 [2021-01-27T18:10:01.348Z] ---> fba4f8f9dd5f [2021-01-27T18:10:01.348Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T18:10:01.620Z] ---> Running in 0e2f0e21f1a4 [2021-01-27T18:10:02.220Z] Removing intermediate container 0e2f0e21f1a4 [2021-01-27T18:10:02.220Z] ---> 9c1b9f4293ea [2021-01-27T18:10:02.220Z] Step 24/26 : LABEL arch=arm64 [2021-01-27T18:10:02.220Z] ---> Running in cdf8a7d542fe [2021-01-27T18:10:02.811Z] Removing intermediate container cdf8a7d542fe [2021-01-27T18:10:02.811Z] ---> 6cc5d46ccf1c [2021-01-27T18:10:02.811Z] Step 25/26 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [2021-01-27T18:10:02.811Z] ---> Running in 78cc66bf0143 [2021-01-27T18:10:03.402Z] Removing intermediate container 78cc66bf0143 [2021-01-27T18:10:03.402Z] ---> a7b434eee83d [2021-01-27T18:10:03.402Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T18:10:03.402Z] ---> Running in 1d53391b4ada [2021-01-27T18:10:03.999Z] Removing intermediate container 1d53391b4ada [2021-01-27T18:10:03.999Z] ---> f6ec8349c944 [2021-01-27T18:10:03.999Z] [2021-01-27T18:10:04.275Z] Successfully built f6ec8349c944 [2021-01-27T18:10:04.275Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-27T18:10:04.560Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-27T18:10:04.559Z] $ docker stop --time=1 369c503ec1770a5166885b04399525000b82cb8f4d16fedcaa451624345267db [2021-01-27T18:10:06.548Z] $ docker rm -f 369c503ec1770a5166885b04399525000b82cb8f4d16fedcaa451624345267db [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T18:10:07.302Z] + docker images [2021-01-27T18:10:07.302Z] + grep docker [2021-01-27T18:10:07.573Z] docker-sys-mgmt-agent-go-arm64 latest f6ec8349c944 4 seconds ago 300MB [2021-01-27T18:10:07.573Z] docker-core-metadata-go-arm64 latest ddf083844128 58 seconds ago 17.7MB [2021-01-27T18:10:07.573Z] docker-core-command-go-arm64 latest 7c201aedafb2 About a minute ago 15.4MB [2021-01-27T18:10:07.573Z] docker-security-proxy-setup-go-arm64 latest 7c9dabf4a4c8 About a minute ago 23.2MB [2021-01-27T18:10:07.573Z] docker-security-bootstrapper-go-arm64 latest b866234c6baf 2 minutes ago 31.9MB [2021-01-27T18:10:07.573Z] docker-core-data-go-arm64 latest 55a102495228 3 minutes ago 21MB [2021-01-27T18:10:07.573Z] docker-security-secretstore-setup-go-arm64 latest 2b8bbceed49d 4 minutes ago 23.4MB [2021-01-27T18:10:07.573Z] docker-support-scheduler-go-arm64 latest b77d63f0ecd0 4 minutes ago 15.5MB [2021-01-27T18:10:07.573Z] docker-support-notifications-go-arm64 latest f921ec2e1aa8 4 minutes ago 16MB [2021-01-27T18:10:07.573Z] 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-27T18:10:09.071Z] provisioning config files... [2021-01-27T18:10:09.081Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3665947807309912362tmp [Pipeline] { [Pipeline] sh [2021-01-27T18:10:09.457Z] + set +x [2021-01-27T18:10:09.457Z] + curl -s https://codecov.io/bash [2021-01-27T18:10:09.457Z] + bash -s -- [2021-01-27T18:10:09.725Z] [2021-01-27T18:10:09.725Z] _____ _ [2021-01-27T18:10:09.725Z] / ____| | | [2021-01-27T18:10:09.725Z] | | ___ __| | ___ ___ _____ __ [2021-01-27T18:10:09.725Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-27T18:10:09.725Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-27T18:10:09.725Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-27T18:10:09.725Z] Bash-20210115-cec3c92 [2021-01-27T18:10:09.725Z] [2021-01-27T18:10:09.725Z] [2021-01-27T18:10:09.725Z] ==> git version 2.24.3 found [2021-01-27T18:10:09.725Z] ==> 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-27T18:10:09.725Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-27T18:10:09.725Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-27T18:10:09.725Z] ==> Jenkins CI detected. [2021-01-27T18:10:09.990Z] project root: . [2021-01-27T18:10:09.990Z] --> token set from env [2021-01-27T18:10:09.990Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-27T18:10:09.990Z] ==> Running gcov in . (disable via -X gcov) [2021-01-27T18:10:09.990Z] ==> Python coveragepy not found [2021-01-27T18:10:09.990Z] ==> Searching for coverage reports in: [2021-01-27T18:10:09.990Z] + . [2021-01-27T18:10:09.990Z] -> Found 1 reports [2021-01-27T18:10:09.990Z] ==> Detecting git/mercurial file structure [2021-01-27T18:10:09.990Z] ==> Reading reports [2021-01-27T18:10:09.990Z] + ./coverage.out bytes=564700 [2021-01-27T18:10:09.990Z] ==> Appending adjustments [2021-01-27T18:10:09.990Z] https://docs.codecov.io/docs/fixing-reports [2021-01-27T18:10:13.300Z] + Found adjustments [2021-01-27T18:10:13.300Z] ==> Gzipping contents [2021-01-27T18:10:13.300Z] 84K /tmp/codecov.mX89e1.gz [2021-01-27T18:10:13.300Z] ==> Uploading reports [2021-01-27T18:10:13.300Z] url: https://codecov.io [2021-01-27T18:10:13.300Z] query: branch=PR-3091&commit=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3091%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3091&job=&cmd_args= [2021-01-27T18:10:13.300Z] -> Pinging Codecov [2021-01-27T18:10:13.300Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3091&commit=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3091%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3091&job=&cmd_args= [2021-01-27T18:10:16.612Z] -> Uploading to [2021-01-27T18:10:16.612Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3/ca63e237-29d0-4613-9fe2-64941b89df46.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T181015Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0307097d263b8bc2d38149a065bc578da561e30369b5fd38671ba96e3d4df82f [2021-01-27T18:10:16.612Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T18:10:16.612Z] Dload Upload Total Spent Left Speed [2021-01-27T18:10:16.612Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85463 0 0 100 85463 0 161k --:--:-- --:--:-- --:--:-- 162k [2021-01-27T18:10:16.612Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [Pipeline] } [2021-01-27T18:10:16.621Z] 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-27T18:10:18.522Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:10:19.512Z] ---> package-listing.sh [2021-01-27T18:10:19.512Z] ++ facter osfamily [2021-01-27T18:10:19.512Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T18:10:19.512Z] + OS_FAMILY=redhat [2021-01-27T18:10:19.512Z] + workspace=/w/workspace/edgex-go/2 [2021-01-27T18:10:19.512Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T18:10:19.512Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T18:10:19.512Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T18:10:19.512Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T18:10:19.512Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-27T18:10:19.512Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T18:10:19.512Z] + case "${OS_FAMILY}" in [2021-01-27T18:10:19.512Z] + rpm -qa [2021-01-27T18:10:19.512Z] + sort [2021-01-27T18:10:24.844Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T18:10:24.844Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T18:10:24.844Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T18:10:24.844Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-27T18:10:24.844Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-27T18:10:24.844Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-27T18:10:24.857Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T18:10:25.149Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:25.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T18:10:25.456Z] [2021-01-27T18:10:25.456Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T18:10:25.839Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T18:10:25.839Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T18:10:25.839Z] df20fa9351a1: Pulling fs layer [2021-01-27T18:10:25.839Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T18:10:25.839Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T18:10:25.839Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T18:10:25.839Z] 93b61091891f: Pulling fs layer [2021-01-27T18:10:25.839Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T18:10:25.839Z] 5e14af77c1be: Pulling fs layer [2021-01-27T18:10:25.839Z] 01666e4c0597: Pulling fs layer [2021-01-27T18:10:25.839Z] aa168da1d23b: Pulling fs layer [2021-01-27T18:10:25.839Z] 46f8f816bc3b: Waiting [2021-01-27T18:10:25.839Z] 93b61091891f: Waiting [2021-01-27T18:10:25.839Z] 5e14af77c1be: Waiting [2021-01-27T18:10:25.839Z] 01666e4c0597: Waiting [2021-01-27T18:10:25.839Z] 93b9cdb0e59b: Waiting [2021-01-27T18:10:25.839Z] aa168da1d23b: Waiting [2021-01-27T18:10:25.839Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T18:10:25.839Z] 36b3adc4ff6f: Download complete [2021-01-27T18:10:26.101Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T18:10:26.101Z] 46f8f816bc3b: Download complete [2021-01-27T18:10:26.101Z] df20fa9351a1: Verifying Checksum [2021-01-27T18:10:26.101Z] df20fa9351a1: Download complete [2021-01-27T18:10:26.101Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T18:10:26.102Z] 93b9cdb0e59b: Download complete [2021-01-27T18:10:26.102Z] 93b61091891f: Verifying Checksum [2021-01-27T18:10:26.102Z] 93b61091891f: Download complete [2021-01-27T18:10:26.102Z] 5e14af77c1be: Verifying Checksum [2021-01-27T18:10:26.102Z] 5e14af77c1be: Download complete [2021-01-27T18:10:26.102Z] 01666e4c0597: Verifying Checksum [2021-01-27T18:10:26.102Z] 01666e4c0597: Download complete [2021-01-27T18:10:26.366Z] df20fa9351a1: Pull complete [2021-01-27T18:10:26.630Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T18:10:26.630Z] 8ad3a11d3b57: Download complete [2021-01-27T18:10:26.630Z] 36b3adc4ff6f: Pull complete [2021-01-27T18:10:28.564Z] aa168da1d23b: Verifying Checksum [2021-01-27T18:10:28.564Z] aa168da1d23b: Download complete [2021-01-27T18:10:29.956Z] 8ad3a11d3b57: Pull complete [2021-01-27T18:10:30.218Z] 46f8f816bc3b: Pull complete [2021-01-27T18:10:30.481Z] 93b61091891f: Pull complete [2021-01-27T18:10:30.745Z] 93b9cdb0e59b: Pull complete [2021-01-27T18:10:30.745Z] 5e14af77c1be: Pull complete [2021-01-27T18:10:31.014Z] 01666e4c0597: Pull complete [2021-01-27T18:10:41.066Z] aa168da1d23b: Pull complete [2021-01-27T18:10:41.066Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T18:10:41.066Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T18:10:41.066Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T18:10:41.266Z] prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container [2021-01-27T18:10:41.314Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T18:10:46.646Z] $ docker top c2690524d94a1280d78bb1ee5c60debcac8886fca6274eda24b8dfa38f6cc8c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T18:10:47.206Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T18:10:47.502Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T18:10:47.797Z] + ls /var/log/sa-host [2021-01-27T18:10:47.797Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T18:10:47.797Z] file_magic: OK [2021-01-27T18:10:47.797Z] HZ: Using current value: 100 [2021-01-27T18:10:47.797Z] file_header: OK [2021-01-27T18:10:47.797Z] 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-27T18:10:47.797Z] Statistics: [2021-01-27T18:10:47.797Z] Hnuu...uuuununununu... [2021-01-27T18:10:47.797Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T18:10:47.797Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T18:10:47.797Z] file_magic: OK [2021-01-27T18:10:47.797Z] HZ: Using current value: 100 [2021-01-27T18:10:47.797Z] file_header: OK [2021-01-27T18:10:47.797Z] 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-27T18:10:47.797Z] Statistics: [2021-01-27T18:10:47.797Z] 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... [2021-01-27T18:10:47.797Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T18:10:47.990Z] provisioning config files... [2021-01-27T18:10:48.003Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6658997085590095754tmp [Pipeline] { [Pipeline] echo [2021-01-27T18:10:48.072Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:10:48.364Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T18:10:48.372Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T18:10:48.496Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:10:48.788Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T18:10:48.798Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:10:49.091Z] ---> sudo-logs.sh [2021-01-27T18:10:49.091Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T18:10:49.104Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:10:49.395Z] ---> job-cost.sh [2021-01-27T18:10:49.395Z] lf-activate-venv: SKIPPING [2021-01-27T18:10:49.395Z] INFO: No Stack... [2021-01-27T18:10:51.309Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T18:10:51.879Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T18:10:51.892Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T18:10:52.182Z] ---> logs-deploy.sh [2021-01-27T18:10:52.182Z] lf-activate-venv: SKIPPING [2021-01-27T18:10:52.182Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3091/2 [2021-01-27T18:10:52.182Z] INFO: archiving workspace using pattern(s): [2021-01-27T18:10:54.097Z] Archives upload complete. [2021-01-27T18:10:54.097Z] INFO: archiving logs to Nexus