Fix printing of disk free space #1149
features.yml
on: pull_request
slug
11s
feature
/
test
1m 34s
feature
/
build
1m 20s
feature
/
docker
1m 17s
Annotations
17 errors and 5 warnings
feature / docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cd /build && export BUILD_VERSION=${VERSION} && export GITHUB_SHA=${GITHUB_SHA} && make build-linux" did not complete successfully: exit code: 2
|
feature / build:
core/utils/diskfree_nonwindows.go#L31
stat.Flags_ext undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Flags_ext)
|
feature / build:
core/utils/diskfree_nonwindows.go#L33
stat.Fssubtype undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Fssubtype)
|
feature / build:
core/utils/diskfree_nonwindows.go#L34
stat.Fstypename undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Fstypename)
|
feature / build:
core/utils/diskfree_nonwindows.go#L35
stat.Iosize undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Iosize)
|
feature / build:
core/utils/diskfree_nonwindows.go#L36
stat.Mntfromname undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Mntfromname)
|
feature / build:
core/utils/diskfree_nonwindows.go#L37
stat.Mntonname undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Mntonname)
|
feature / build:
core/utils/diskfree_nonwindows.go#L38
stat.Owner undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Owner)
|
feature / build
Process completed with exit code 2.
|
feature / test:
core/utils/diskfree_nonwindows.go#L31
stat.Flags_ext undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Flags_ext)
|
feature / test:
core/utils/diskfree_nonwindows.go#L33
stat.Fssubtype undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Fssubtype)
|
feature / test:
core/utils/diskfree_nonwindows.go#L34
stat.Fstypename undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Fstypename)
|
feature / test:
core/utils/diskfree_nonwindows.go#L35
stat.Iosize undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Iosize)
|
feature / test:
core/utils/diskfree_nonwindows.go#L36
stat.Mntfromname undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Mntfromname)
|
feature / test:
core/utils/diskfree_nonwindows.go#L37
stat.Mntonname undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Mntonname)
|
feature / test:
core/utils/diskfree_nonwindows.go#L38
stat.Owner undefined (type "golang.org/x/sys/unix".Statfs_t has no field or method Owner)
|
feature / test
Process completed with exit code 2.
|
slug
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
feature / version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
feature / docker
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
feature / build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
feature / test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|