Buildresult: linus/skiroot_defconfig/powerpc-gcc5 built on Sep 7 2023, 12:32
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Sep 7 2023, 12:32
Duration:
0:02:54.900669
Builder:
blade4b
Revision:
Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client (
7ba2090ca64ea1aa435744884124387db1fac70f)
Target:
linus/skiroot_defconfig/powerpc-gcc5
Branch:
linus
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
skiroot_defconfig
(
download
)
Log:
Download original
Possible warnings (7)
fs/btrfs/volumes.c:5245:34: warning: 'dev_offset' may be used uninitialized in this function [-Wmaybe-uninitialized] fs/btrfs/volumes.c:5246:33: warning: 'max_avail' may be used uninitialized in this function [-Wmaybe-uninitialized] fs/btrfs/extent_io.c:3019:19: warning: 'last_extent_end' may be used uninitialized in this function [-Wmaybe-uninitialized] cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-shift-negative-value'
Full Log
# git rev-parse -q --verify 7ba2090ca64ea1aa435744884124387db1fac70f^{commit} 7ba2090ca64ea1aa435744884124387db1fac70f already have revision, skipping fetch # git checkout -q -f -B kisskb 7ba2090ca64ea1aa435744884124387db1fac70f # git clean -qxdf # < git log -1 # commit 7ba2090ca64ea1aa435744884124387db1fac70f # Merge: 744a759492b5 ce0d5bd3a6c1 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Sep 6 12:10:15 2023 -0700 # # Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client # # Pull ceph updates from Ilya Dryomov: # "Mixed with some fixes and cleanups, this brings in reasonably complete # fscrypt support to CephFS! The list of things which don't work with # encryption should be fairly short, mostly around the edges: fallocate # (not supported well in CephFS to begin with), copy_file_range # (requires re-encryption), non-default striping patterns. # # This was a multi-year effort principally by Jeff Layton with # assistance from Xiubo Li, Luís Henriques and others, including several # dependant changes in the MDS, netfs helper library and fscrypt # framework itself" # # * tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client: (53 commits) # ceph: make num_fwd and num_retry to __u32 # ceph: make members in struct ceph_mds_request_args_ext a union # rbd: use list_for_each_entry() helper # libceph: do not include crypto/algapi.h # ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper # ceph: fix updating i_truncate_pagecache_size for fscrypt # ceph: wait for OSD requests' callbacks to finish when unmounting # ceph: drop messages from MDS when unmounting # ceph: update documentation regarding snapshot naming limitations # ceph: prevent snapshot creation in encrypted locked directories # ceph: add support for encrypted snapshot names # ceph: invalidate pages when doing direct/sync writes # ceph: plumb in decryption during reads # ceph: add encryption support to writepage and writepages # ceph: add read/modify/write to ceph_sync_write # ceph: align data in pages in ceph_sync_write # ceph: don't use special DIO path for encrypted inodes # ceph: add truncate size handling support for fscrypt # ceph: add object version support for sync read # libceph: allow ceph_osdc_new_request to accept a multi-op read # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 7ba2090ca64ea1aa435744884124387db1fac70f # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- skiroot_defconfig # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/fs/btrfs/volumes.c: In function 'gather_device_info': /kisskb/src/fs/btrfs/volumes.c:5245:34: warning: 'dev_offset' may be used uninitialized in this function [-Wmaybe-uninitialized] devices_info[ndevs].dev_offset = dev_offset; ^ /kisskb/src/fs/btrfs/volumes.c:5246:33: warning: 'max_avail' may be used uninitialized in this function [-Wmaybe-uninitialized] devices_info[ndevs].max_avail = max_avail; ^ /kisskb/src/fs/btrfs/extent_io.c: In function 'extent_fiemap': /kisskb/src/fs/btrfs/extent_io.c:3019:19: warning: 'last_extent_end' may be used uninitialized in this function [-Wmaybe-uninitialized] if (cache.cached && cache.offset + cache.len >= last_extent_end) { ^ /kisskb/src/fs/btrfs/extent_io.c: At top level: cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-shift-negative-value' /kisskb/src/fs/btrfs/volumes.c: At top level: cc1: warning: unrecognized command line option '-Wno-shift-negative-value' cc1: warning: unrecognized command line option '-Wno-shift-negative-value' Completed OK # rm -rf /kisskb/build/linus_skiroot_defconfig_powerpc-gcc5 # Build took: 0:02:54.900669
© Michael Ellerman 2006-2018.