Add exclude_devices to iostat (#133) #1013
runonce.yml
on: push
build-1-21
12s
build-1-22
7s
build-1-23
19s
AlmaLinux8-RPM-build
1m 5s
AlmaLinux9-RPM-build
55s
UBI-8-RPM-build
37s
UBI-9-RPM-build
30s
Ubuntu-jammy-build
59s
Ubuntu-noblenumbat-build
1m 2s
Annotations
19 errors and 1 warning
build-1-22:
collectors/diskstatMetric.go#L12
no required module provides package github.com/ClusterCockpit/cc-lib/ccMessage; to add it:
|
build-1-22
Process completed with exit code 2.
|
build-1-21:
collectors/diskstatMetric.go#L12
no required module provides package github.com/ClusterCockpit/cc-lib/ccMessage; to add it:
|
build-1-21
Process completed with exit code 2.
|
build-1-23:
collectors/collectorManager.go#L20
cannot use new(NetstatCollector) (value of type *NetstatCollector) as MetricCollector value in map literal: *NetstatCollector does not implement MetricCollector (wrong type for method Read)
|
build-1-23:
collectors/collectorManager.go#L27
cannot use new(IOstatCollector) (value of type *IOstatCollector) as MetricCollector value in map literal: *IOstatCollector does not implement MetricCollector (wrong type for method Read)
|
build-1-23:
collectors/collectorManager.go#L28
cannot use new(DiskstatCollector) (value of type *DiskstatCollector) as MetricCollector value in map literal: *DiskstatCollector does not implement MetricCollector (wrong type for method Read)
|
build-1-23:
collectors/collectorManager.go#L43
cannot use new(NfsIOStatCollector) (value of type *NfsIOStatCollector) as MetricCollector value in map literal: *NfsIOStatCollector does not implement MetricCollector (wrong type for method Read)
|
build-1-23
Process completed with exit code 2.
|
Ubuntu-jammy-build:
collectors/collectorManager.go#L20
cannot use new(NetstatCollector) (value of type *NetstatCollector) as MetricCollector value in map literal: *NetstatCollector does not implement MetricCollector (wrong type for method Read)
|
Ubuntu-jammy-build:
collectors/collectorManager.go#L27
cannot use new(IOstatCollector) (value of type *IOstatCollector) as MetricCollector value in map literal: *IOstatCollector does not implement MetricCollector (wrong type for method Read)
|
Ubuntu-jammy-build:
collectors/collectorManager.go#L28
cannot use new(DiskstatCollector) (value of type *DiskstatCollector) as MetricCollector value in map literal: *DiskstatCollector does not implement MetricCollector (wrong type for method Read)
|
Ubuntu-jammy-build:
collectors/collectorManager.go#L43
cannot use new(NfsIOStatCollector) (value of type *NfsIOStatCollector) as MetricCollector value in map literal: *NfsIOStatCollector does not implement MetricCollector (wrong type for method Read)
|
Ubuntu-jammy-build
Process completed with exit code 2.
|
Ubuntu-noblenumbat-build:
collectors/collectorManager.go#L20
cannot use new(NetstatCollector) (value of type *NetstatCollector) as MetricCollector value in map literal: *NetstatCollector does not implement MetricCollector (wrong type for method Read)
|
Ubuntu-noblenumbat-build:
collectors/collectorManager.go#L27
cannot use new(IOstatCollector) (value of type *IOstatCollector) as MetricCollector value in map literal: *IOstatCollector does not implement MetricCollector (wrong type for method Read)
|
Ubuntu-noblenumbat-build:
collectors/collectorManager.go#L28
cannot use new(DiskstatCollector) (value of type *DiskstatCollector) as MetricCollector value in map literal: *DiskstatCollector does not implement MetricCollector (wrong type for method Read)
|
Ubuntu-noblenumbat-build:
collectors/collectorManager.go#L43
cannot use new(NfsIOStatCollector) (value of type *NfsIOStatCollector) as MetricCollector value in map literal: *NfsIOStatCollector does not implement MetricCollector (wrong type for method Read)
|
Ubuntu-noblenumbat-build
Process completed with exit code 2.
|
build-1-21
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|