Skip to content

Instantly share code, notes, and snippets.

@v1v
Created March 31, 2020 16:21
Show Gist options
  • Save v1v/031f2fded9bde3a3d7c967e8ac58f63e to your computer and use it in GitHub Desktop.
Save v1v/031f2fded9bde3a3d7c967e8ac58f63e to your computer and use it in GitHub Desktop.
beats-make-release output in darwin
2020-03-31 16:25:19 ⌚ |2.6.3| Victors-MacBook-Pro in ~/work/src/github.com/elastic/beats
± |master → origin ✓| → SNAPSHOT=true PLATFORMS=darwin GO111MODULE=on WORKSPACE=$(pwd) make release
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
Generating NOTICE
Get the licenses available from ./vendor
WARNING: No version information found for: gopkg.in/mgo.v2/bson
WARNING: No version information found for: gopkg.in/mgo.v2/internal/json
WARNING: No version information found for: honnef.co/go/tools/lint
WARNING: No version information found for: honnef.co/go/tools/ssa
WARNING: No version information found for: google.golang.org/api/internal/third_party/uritemplates
WARNING: No version information found for: github.com/klauspost/compress/snappy
WARNING: No version information found for: github.com/klauspost/compress/zstd/internal/xxhash
WARNING: No version information found for: github.com/aerospike/aerospike-client-go/pkg/bcrypt
WARNING: No version information found for: github.com/godror/godror/odpi
WARNING: No version information found for: github.com/vmware/govmomi/vim25/xml
Available at /Users/vmartinez/work/src/github.com/elastic/beats/NOTICE.txt
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
Generated fields.yml for libbeat to /Users/vmartinez/work/src/github.com/elastic/beats/libbeat/fields.yml
>> Building libbeat.yml for linux/amd64
>> Building libbeat.reference.yml for linux/amd64
Updating generated files for libbeat
if [ -d /Users/vmartinez/work/src/github.com/elastic/beats/libbeat/_meta/kibana ]; then \
cp -pr /Users/vmartinez/work/src/github.com/elastic/beats/libbeat/_meta/kibana/* /Users/vmartinez/work/src/github.com/elastic/beats/libbeat/_meta/kibana.generated ; \
fi
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
Generated fields.yml for auditbeat to /Users/vmartinez/work/src/github.com/elastic/beats/auditbeat/fields.yml
Generated fields.yml for auditbeat to /Users/vmartinez/work/src/github.com/elastic/beats/auditbeat/fields.yml
>> Building auditbeat.yml for linux/amd64
>> Building auditbeat.reference.yml for linux/amd64
>> Building auditbeat.docker.yml for linux/amd64
exec: go list -m
Generated fields.yml for auditbeat to /Users/vmartinez/work/src/github.com/elastic/beats/auditbeat/build/fields/fields.all.yml
WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
No fields files for module apache2
Generated fields.yml for filebeat to /Users/vmartinez/work/src/github.com/elastic/beats/filebeat/fields.yml
Generated fields.yml for filebeat to /Users/vmartinez/work/src/github.com/elastic/beats/filebeat/fields.yml
>> Building filebeat.yml for linux/amd64
>> Building filebeat.reference.yml for linux/amd64
>> Building filebeat.docker.yml for linux/amd64
exec: go list -m
Generated fields.yml for filebeat to /Users/vmartinez/work/src/github.com/elastic/beats/filebeat/build/fields/fields.all.yml
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
Generated fields.yml for heartbeat to /Users/vmartinez/work/src/github.com/elastic/beats/heartbeat/fields.yml
mage imports
exec: go list -m
cp: monitors/active/*/_meta/kibana/*: No such file or directory
make[1]: [kibana] Error 1 (ignored)
>> Building heartbeat.yml for linux/amd64
>> Building heartbeat.reference.yml for linux/amd64
>> Building heartbeat.docker.yml for linux/amd64
Updating generated files for heartbeat
mkdir -p include
go run ../dev-tools/cmd/asset/asset.go -license ASL2 -pkg include -in fields.yml -out include/fields.go heartbeat
if [ -d /Users/vmartinez/work/src/github.com/elastic/beats/heartbeat/_meta/kibana ]; then \
cp -pr /Users/vmartinez/work/src/github.com/elastic/beats/heartbeat/_meta/kibana/* /Users/vmartinez/work/src/github.com/elastic/beats/heartbeat/_meta/kibana.generated ; \
fi
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
Generated fields.yml for journalbeat to /Users/vmartinez/work/src/github.com/elastic/beats/journalbeat/fields.yml
>> Building journalbeat.yml for linux/amd64
>> Building journalbeat.reference.yml for linux/amd64
>> Building journalbeat.docker.yml for linux/amd64
Updating generated files for journalbeat
mkdir -p include
go run ../dev-tools/cmd/asset/asset.go -license ASL2 -pkg include -in fields.yml -out include/fields.go journalbeat
if [ -d /Users/vmartinez/work/src/github.com/elastic/beats/journalbeat/_meta/kibana ]; then \
cp -pr /Users/vmartinez/work/src/github.com/elastic/beats/journalbeat/_meta/kibana/* /Users/vmartinez/work/src/github.com/elastic/beats/journalbeat/_meta/kibana.generated ; \
fi
Makefile:84: warning: overriding commands for target `integration-tests'
../libbeat/scripts/Makefile:216: warning: ignoring old commands for target `integration-tests'
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
Generated fields.yml for metricbeat to /Users/vmartinez/work/src/github.com/elastic/beats/metricbeat/fields.yml
go run -mod=vendor ../metricbeat/scripts/assets/assets.go ../metricbeat/module
mkdir -p include/fields
go run -mod=vendor ../libbeat/scripts/cmd/global_fields/main.go -es_beats_path .. -beat_path /Users/vmartinez/work/src/github.com/elastic/beats/metricbeat | go run ../dev-tools/cmd/asset/asset.go -license ASL2 -out ./include/fields/fields.go -pkg include -priority asset.LibbeatFieldsPri ../libbeat/fields.yml metricbeat
mage CollectAll
Generated fields.yml for metricbeat to /Users/vmartinez/work/src/github.com/elastic/beats/metricbeat/build/fields/fields.all.yml
mage config
>> Building metricbeat.yml for linux/amd64
>> Building metricbeat.reference.yml for linux/amd64
>> Building metricbeat.docker.yml for linux/amd64
mage imports
exec: go list -m
exec: go list -m
>> Building metricbeat.yml for linux/amd64
>> Building metricbeat.reference.yml for linux/amd64
>> Building metricbeat.docker.yml for linux/amd64
Updating generated files for metricbeat
if [ -d /Users/vmartinez/work/src/github.com/elastic/beats/metricbeat/_meta/kibana ]; then \
cp -pr /Users/vmartinez/work/src/github.com/elastic/beats/metricbeat/_meta/kibana/* /Users/vmartinez/work/src/github.com/elastic/beats/metricbeat/_meta/kibana.generated ; \
fi
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
No fields files for module applayer
No fields files for module tcp
No fields files for module udp
Generated fields.yml for packetbeat to /Users/vmartinez/work/src/github.com/elastic/beats/packetbeat/fields.yml
Generated fields.yml for packetbeat to /Users/vmartinez/work/src/github.com/elastic/beats/packetbeat/fields.yml
>> Building packetbeat.yml for linux/amd64
>> Building packetbeat.reference.yml for linux/amd64
>> Building packetbeat.docker.yml for linux/amd64
exec: go list -m
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
>> update:moduleDocs: Collecting module documentation for security, sysmon.
>> Building winlogbeat.yml for windows/amd64
>> Building winlogbeat.reference.yml for windows/amd64
Generated fields.yml for winlogbeat to /Users/vmartinez/work/src/github.com/elastic/beats/winlogbeat/build/fields/fields.common.yml
Generated fields.yml for winlogbeat to /Users/vmartinez/work/src/github.com/elastic/beats/winlogbeat/build/fields/fields.yml
Generated fields.yml for winlogbeat to /Users/vmartinez/work/src/github.com/elastic/beats/winlogbeat/build/fields/fields.all.yml
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
>> Building functionbeat.yml for linux/amd64
>> Building functionbeat.reference.yml for linux/amd64
Generated fields.yml for functionbeat to /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/functionbeat/fields.yml
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
>> Building agent.yml for linux/amd64
>> Building agent.reference.yml for linux/amd64
>> Building agent.docker.yml for linux/amd64
>> Buildspec from spec/*.yml to pkg/agent/program/supported.go
>> BuildFleetCfg _meta/agent.fleet.yml to pkg/agent/application/configuration_embed.go
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
Generated fields.yml for auditbeat to /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/auditbeat/fields.yml
>> Building auditbeat.yml for linux/amd64
>> Building auditbeat.reference.yml for linux/amd64
>> Building auditbeat.docker.yml for linux/amd64
exec: go list -m
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
There is no Update for The Elastic Log Plugin
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
No fields files for module azureeventhub
No fields files for module cloudfoundry
No fields files for module googlepubsub
No fields files for module httpjson
No fields files for module o365audit
Generated fields.yml for filebeat to /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/filebeat/fields.yml
>> Building filebeat.yml for linux/amd64
>> Building filebeat.reference.yml for linux/amd64
>> Building filebeat.docker.yml for linux/amd64
exec: go list -m
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
Generated fields.yml for metricbeat to /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/metricbeat/fields.yml
>> Building metricbeat.yml for linux/amd64
>> Building metricbeat.reference.yml for linux/amd64
>> Building metricbeat.docker.yml for linux/amd64
exec: go list -m
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage update
>> update:moduleDocs: Collecting module documentation for security, sysmon.
>> Building winlogbeat.yml for windows/amd64
>> Building winlogbeat.reference.yml for windows/amd64
Generated fields.yml for winlogbeat to /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/winlogbeat/build/fields/fields.all.yml
Generated fields.yml for winlogbeat to /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/winlogbeat/build/fields/fields.yml
exec: go list -m
Makefile:12: warning: overriding commands for target `update'
../../libbeat/scripts/Makefile:358: warning: ignoring old commands for target `update'
Makefile:12: warning: overriding commands for target `fields'
../../libbeat/scripts/Makefile:349: warning: ignoring old commands for target `fields'
Makefile:12: warning: overriding commands for target `config'
../../libbeat/scripts/Makefile:353: warning: ignoring old commands for target `config'
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
Generating filebeat-kubernetes.yaml
Generating metricbeat-kubernetes.yaml
Generating auditbeat-kubernetes.yaml
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
Generated fields.yml for auditbeat to /Users/vmartinez/work/src/github.com/elastic/beats/auditbeat/fields.yml
Generated fields.yml for auditbeat to /Users/vmartinez/work/src/github.com/elastic/beats/auditbeat/fields.yml
>> Building auditbeat.yml for linux/amd64
>> Building auditbeat.reference.yml for linux/amd64
>> Building auditbeat.docker.yml for linux/amd64
exec: go list -m
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> Building build/package/auditbeat-oss-darwin-amd64.tar.gz/auditbeat.yml for darwin/amd64
>> Building build/package/auditbeat-oss-darwin-amd64.tar.gz/auditbeat.reference.yml for darwin/amd64
>> Building build/package/auditbeat-oss-darwin-amd64.dmg/auditbeat.reference.yml for darwin/amd64
>> Building build/package/auditbeat-oss-darwin-amd64.dmg/auditbeat.yml for darwin/amd64
>> package: Building auditbeat-oss type=dmg for platform=darwin/amd64
>> package: Building auditbeat-oss type=tar.gz for platform=darwin/amd64
>> Building MacOS Preference Pane (UP-TO-DATE)
>> Packaging MacOS Preference Pane (UP-TO-DATE)
>> Testing package contents
package ran for 1m41.639763895s
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
No fields files for module apache2
Generated fields.yml for filebeat to /Users/vmartinez/work/src/github.com/elastic/beats/filebeat/fields.yml
Generated fields.yml for filebeat to /Users/vmartinez/work/src/github.com/elastic/beats/filebeat/fields.yml
>> Building filebeat.yml for linux/amd64
>> Building filebeat.reference.yml for linux/amd64
>> Building filebeat.docker.yml for linux/amd64
exec: go list -m
Generated fields.yml for filebeat to /Users/vmartinez/work/src/github.com/elastic/beats/filebeat/build/fields/fields.all.yml
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> package: Building filebeat-oss type=dmg for platform=darwin/amd64
>> package: Building filebeat-oss type=tar.gz for platform=darwin/amd64
>> Building MacOS Preference Pane (UP-TO-DATE)
>> Packaging MacOS Preference Pane (UP-TO-DATE)
>> Testing package contents
package ran for 1m39.324122828s
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
Generated fields.yml for heartbeat to /Users/vmartinez/work/src/github.com/elastic/beats/heartbeat/fields.yml
exec: go list -m
cp: monitors/active/*/_meta/kibana/*: No such file or directory
make[2]: [kibana] Error 1 (ignored)
>> golangCrossBuild: Building for darwin/amd64
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> Building using: cmd='../../heartbeat/build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> package: Building heartbeat type=dmg for platform=darwin/amd64
>> package: Building heartbeat-oss type=dmg for platform=darwin/amd64
>> package: Building heartbeat type=tar.gz for platform=darwin/amd64
>> package: Building heartbeat-oss type=tar.gz for platform=darwin/amd64
>> Building MacOS Preference Pane (UP-TO-DATE)
>> Packaging MacOS Preference Pane (UP-TO-DATE)
>> Testing package contents
package ran for 2m47.706908996s
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
Generated fields.yml for journalbeat to /Users/vmartinez/work/src/github.com/elastic/beats/journalbeat/fields.yml
>> package: Skipping because the platform list is empty
>> Testing package contents
package ran for 18.481096376s
Makefile:84: warning: overriding commands for target `integration-tests'
../libbeat/scripts/Makefile:216: warning: ignoring old commands for target `integration-tests'
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
Makefile:84: warning: overriding commands for target `integration-tests'
../libbeat/scripts/Makefile:216: warning: ignoring old commands for target `integration-tests'
Generated fields.yml for metricbeat to /Users/vmartinez/work/src/github.com/elastic/beats/metricbeat/fields.yml
Generated fields.yml for metricbeat to /Users/vmartinez/work/src/github.com/elastic/beats/metricbeat/build/fields/fields.all.yml
exec: go list -m
exec: go list -m
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> package: Building metricbeat-oss type=dmg for platform=darwin/amd64
>> package: Building metricbeat-oss type=tar.gz for platform=darwin/amd64
>> Building MacOS Preference Pane (UP-TO-DATE)
>> Packaging MacOS Preference Pane (UP-TO-DATE)
>> Testing package contents
package ran for 2m55.332969969s
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
No fields files for module applayer
No fields files for module tcp
No fields files for module udp
Generated fields.yml for packetbeat to /Users/vmartinez/work/src/github.com/elastic/beats/packetbeat/fields.yml
Generated fields.yml for packetbeat to /Users/vmartinez/work/src/github.com/elastic/beats/packetbeat/fields.yml
>> Building packetbeat.yml for linux/amd64
>> Building packetbeat.reference.yml for linux/amd64
>> Building packetbeat.docker.yml for linux/amd64
exec: go list -m
>> golangCrossBuild: Building for darwin/amd64
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> Building using: cmd='../../packetbeat/build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
Updated 1 path from the index
Updated 0 paths from the index
>> Building build/package/packetbeat-oss-darwin-amd64.tar.gz/packetbeat.yml for darwin/amd64
>> Building build/package/packetbeat-oss-darwin-amd64.tar.gz/packetbeat.reference.yml for darwin/amd64
>> Building build/package/packetbeat-oss-darwin-amd64.dmg/packetbeat.yml for darwin/amd64
>> Building build/package/packetbeat-oss-darwin-amd64.dmg/packetbeat.reference.yml for darwin/amd64
>> Building build/package/packetbeat-darwin-amd64.tar.gz/packetbeat.yml for darwin/amd64
>> Building build/package/packetbeat-darwin-amd64.tar.gz/packetbeat.reference.yml for darwin/amd64
>> Building build/package/packetbeat-darwin-amd64.dmg/packetbeat.yml for darwin/amd64
>> Building build/package/packetbeat-darwin-amd64.dmg/packetbeat.reference.yml for darwin/amd64
>> package: Building packetbeat type=dmg for platform=darwin/amd64
>> package: Building packetbeat-oss type=tar.gz for platform=darwin/amd64
>> package: Building packetbeat type=tar.gz for platform=darwin/amd64
>> package: Building packetbeat-oss type=dmg for platform=darwin/amd64
>> Building MacOS Preference Pane (UP-TO-DATE)
>> Packaging MacOS Preference Pane (UP-TO-DATE)
>> Testing package contents
package ran for 2m58.080614818s
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
>> Building winlogbeat.yml for windows/amd64
>> Building winlogbeat.reference.yml for windows/amd64
>> update:moduleDocs: Collecting module documentation for security, sysmon.
Generated fields.yml for winlogbeat to /Users/vmartinez/work/src/github.com/elastic/beats/winlogbeat/build/fields/fields.yml
Generated fields.yml for winlogbeat to /Users/vmartinez/work/src/github.com/elastic/beats/winlogbeat/build/fields/fields.all.yml
Generated fields.yml for winlogbeat to /Users/vmartinez/work/src/github.com/elastic/beats/winlogbeat/build/fields/fields.common.yml
>> package: Skipping because the platform list is empty
>> Testing package contents
package ran for 2.857534501s
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage package
>> Building functionbeat.yml for linux/amd64
>> Building functionbeat.reference.yml for linux/amd64
Generated fields.yml for functionbeat to /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/functionbeat/fields.yml
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> golangCrossBuild: Building for linux/amd64
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='../../build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> Building using: cmd='../../build/mage-linux-amd64 golangCrossBuild', env=[CC=gcc, CXX=g++, GOARCH=amd64, GOARM=, GOOS=linux, PLATFORM_ID=linux-amd64]
>> package: Building functionbeat type=tar.gz for platform=darwin/amd64
>> Testing package contents
package ran for 4m12.645373787s
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage package
Package 'filebeat-8.0.0-darwin-x86_64.tar.gz' does not exist on path: /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/filebeat/build/distributions/filebeat-8.0.0-darwin-x86_64.tar.gz
No fields files for module azureeventhub
No fields files for module cloudfoundry
No fields files for module googlepubsub
No fields files for module httpjson
No fields files for module o365audit
Generated fields.yml for filebeat to /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/filebeat/fields.yml
>> Building filebeat.yml for linux/amd64
>> Building filebeat.reference.yml for linux/amd64
>> Building filebeat.docker.yml for linux/amd64
exec: go list -m
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> package: Building filebeat type=tar.gz for platform=darwin/amd64
>> Testing package contents
package ran for 1m53.569001761s
Package 'metricbeat-8.0.0-darwin-x86_64.tar.gz' does not exist on path: /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/metricbeat/build/distributions/metricbeat-8.0.0-darwin-x86_64.tar.gz
Generated fields.yml for metricbeat to /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/metricbeat/fields.yml
>> Building metricbeat.yml for linux/amd64
>> Building metricbeat.reference.yml for linux/amd64
>> Building metricbeat.docker.yml for linux/amd64
exec: go list -m
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> package: Building metricbeat type=tar.gz for platform=darwin/amd64
>> Testing package contents
package ran for 2m36.647304213s
>> Building agent.yml for linux/amd64
>> Building agent.reference.yml for linux/amd64
>> Building agent.docker.yml for linux/amd64
>> Buildspec from spec/*.yml to pkg/agent/program/supported.go
>> BuildFleetCfg _meta/agent.fleet.yml to pkg/agent/application/configuration_embed.go
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> package: Building agent type=dmg for platform=darwin/amd64
>> package: Building agent type=tar.gz for platform=darwin/amd64
>> Building MacOS Preference Pane (UP-TO-DATE)
>> Packaging MacOS Preference Pane (UP-TO-DATE)
package ran for 5m24.452396019s
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage package
Generated fields.yml for auditbeat to /Users/vmartinez/work/src/github.com/elastic/beats/x-pack/auditbeat/fields.yml
>> Building auditbeat.yml for linux/amd64
>> Building auditbeat.reference.yml for linux/amd64
>> Building auditbeat.docker.yml for linux/amd64
exec: go list -m
>> golangCrossBuild: Building for darwin/amd64
>> Building using: cmd='build/mage-linux-amd64 golangCrossBuild', env=[CC=o64-clang, CXX=o64-clang++, GOARCH=amd64, GOARM=, GOOS=darwin, PLATFORM_ID=darwin-amd64]
>> Building build/package/auditbeat-darwin-amd64.tar.gz/auditbeat.yml for darwin/amd64
>> Building build/package/auditbeat-darwin-amd64.tar.gz/auditbeat.reference.yml for darwin/amd64
>> Building build/package/auditbeat-darwin-amd64.dmg/auditbeat.yml for darwin/amd64
>> Building build/package/auditbeat-darwin-amd64.dmg/auditbeat.reference.yml for darwin/amd64
>> package: Building auditbeat type=dmg for platform=darwin/amd64
>> package: Building auditbeat type=tar.gz for platform=darwin/amd64
>> Building MacOS Preference Pane (UP-TO-DATE)
>> Packaging MacOS Preference Pane (UP-TO-DATE)
>> Testing package contents
package ran for 1m36.068800791s
Installing mage v1.9.0 from vendor dir.
go install -mod=vendor -ldflags="-X github.com/magefile/mage/mage.gitTag=v1.9.0" github.com/magefile/mage
/Users/vmartinez/.magefile cleaned
mage package
{"stream":"Step 1/3 : FROM alpine:3.7"}
{"stream":"\n"}
{"status":"Pulling from library/alpine","id":"3.7"}
{"status":"Pulling fs layer","progressDetail":{},"id":"5d20c808ce19"}
{"status":"Downloading","progressDetail":{"current":21904,"total":2107098},"progress":"[\u003e ] 21.9kB/2.107MB","id":"5d20c808ce19"}
{"status":"Downloading","progressDetail":{"current":874889,"total":2107098},"progress":"[====================\u003e ] 874.9kB/2.107MB","id":"5d20c808ce19"}
{"status":"Downloading","progressDetail":{"current":2054537,"total":2107098},"progress":"[================================================\u003e ] 2.055MB/2.107MB","id":"5d20c808ce19"}
{"status":"Verifying Checksum","progressDetail":{},"id":"5d20c808ce19"}
{"status":"Download complete","progressDetail":{},"id":"5d20c808ce19"}
{"status":"Extracting","progressDetail":{"current":32768,"total":2107098},"progress":"[\u003e ] 32.77kB/2.107MB","id":"5d20c808ce19"}
{"status":"Extracting","progressDetail":{"current":622592,"total":2107098},"progress":"[==============\u003e ] 622.6kB/2.107MB","id":"5d20c808ce19"}
{"status":"Extracting","progressDetail":{"current":2107098,"total":2107098},"progress":"[==================================================\u003e] 2.107MB/2.107MB","id":"5d20c808ce19"}
{"status":"Pull complete","progressDetail":{},"id":"5d20c808ce19"}
{"status":"Digest: sha256:8421d9a84432575381bfabd248f1eb56f3aa21d9d7cd2511583c68c9b7511d10"}
{"status":"Status: Downloaded newer image for alpine:3.7"}
{"stream":" ---\u003e 6d1ef012b567\n"}
{"stream":"Step 2/3 : RUN apk --no-cache add ca-certificates"}
{"stream":"\n"}
{"stream":" ---\u003e Running in e8bf577f1d5f\n"}
{"stream":"fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/main/x86_64/APKINDEX.tar.gz\n"}
{"stream":"fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/community/x86_64/APKINDEX.tar.gz\n"}
{"stream":"(1/1) Installing ca-certificates (20190108-r0)\n"}
{"stream":"Executing busybox-1.27.2-r11.trigger\n"}
{"stream":"Executing ca-certificates-20190108-r0.trigger\n"}
{"stream":"OK: 5 MiB in 14 packages\n"}
{"stream":" ---\u003e 3048efde2ea8\n"}
{"stream":"Step 3/3 : COPY build/plugin/dockerlogbeat /usr/bin/"}
{"stream":"\n"}
{"errorDetail":{"message":"COPY failed: stat /var/lib/docker/tmp/docker-builder054480850/build/plugin/dockerlogbeat: no such file or directory"},"error":"COPY failed: stat /var/lib/docker/tmp/docker-builder054480850/build/plugin/dockerlogbeat: no such file or directory"}
Error: error creating container: Error response from daemon: No such image: rootfsimage:latest
make[1]: *** [release] Error 1
make: *** [release] Error 1
2020-03-31 16:56:32 ⌚ |2.6.3| Victors-MacBook-Pro in ~/work/src/github.com/elastic/beats
± |master → origin ✓| →
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment