You are not logged in.

#1 2018-04-20 13:40:06

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

[SOLVED] drm/radeon kernel 4.16 error

Hello. As mentioned in the post title drm:radeon exception has occured durning usual desktop tasks:

kwi 20 15:18:15 testowy kernel: [drm:radeon_cs_packet_next_reloc [radeon]] *ERROR* Relocs at -1073723904 after relocations chunk end 40 !
kwi 20 15:18:15 testowy kernel: [drm] ib[591]=0xC0001000
kwi 20 15:18:15 testowy kernel: [drm] ib[592]=0xC0004600
kwi 20 15:18:15 testowy kernel: radeon 0000:01:00.0: bad SET_CONTEXT_REG 0x288A4
kwi 20 15:18:15 testowy kernel: [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !

Also coredump error log:

kwi 20 15:18:21 testowy systemd-coredump[2856]: Process 638 (Xorg) of user 0 dumped core.
                                                
                                                Stack trace of thread 638:
                                                #0  0x00007ff5ca004860 raise (libc.so.6)
                                                #1  0x00007ff5ca005ec9 abort (libc.so.6)
                                                #2  0x0000560a71d52cda OsAbort (Xorg)
                                                #3  0x0000560a71c2e664 ddxGiveUp (Xorg)
                                                #4  0x0000560a71d587d2 n/a (Xorg)
                                                #5  0x0000560a71d59615 FatalError (Xorg)
                                                #6  0x0000560a71d4fdce n/a (Xorg)
                                                #7  0x00007ff5ca398dd0 __restore_rt (libpthread.so.0)
                                                #8  0x00007ff5c4a9ec57 n/a (r600_dri.so)
                                                #9  0x00007ff5c4a9edd0 n/a (r600_dri.so)
                                                #10 0x00007ff5c4a9ef8b n/a (r600_dri.so)
                                                #11 0x00007ff5c4ae565c n/a (r600_dri.so)
                                                #12 0x00007ff5c4aabe78 n/a (r600_dri.so)
                                                #13 0x00007ff5c4a0be4c n/a (r600_dri.so)
                                                #14 0x00007ff5c4ecf320 n/a (r600_dri.so)
                                                #15 0x00007ff5c4f6638b n/a (r600_dri.so)
                                                #16 0x00007ff5c4f663f6 n/a (r600_dri.so)
                                                #17 0x00007ff5c65bd76f n/a (libglamoregl.so)
                                                #18 0x00007ff5c65bdc7f n/a (libglamoregl.so)
                                                #19 0x0000560a71cd1329 n/a (Xorg)
                                                #20 0x0000560a71cc6d1e n/a (Xorg)
                                                #21 0x0000560a71bea218 n/a (Xorg)
                                                #22 0x0000560a71bee260 n/a (Xorg)
                                                #23 0x00007ff5c9ff0f4a __libc_start_main (libc.so.6)
                                                #24 0x0000560a71bd7f0a _start (Xorg)
                                                
                                                Stack trace of thread 662:
                                                #0  0x00007ff5ca3943bd pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                #1  0x00007ff5c5089ca4 n/a (r600_dri.so)
                                                #2  0x00007ff5c5089998 n/a (r600_dri.so)
                                                #3  0x00007ff5ca38e08c start_thread (libpthread.so.0)
                                                #4  0x00007ff5ca0c5e7f __clone (libc.so.6)
                                                
                                                Stack trace of thread 663:
                                                #0  0x00007ff5ca3943bd pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                #1  0x00007ff5c5089ca4 n/a (r600_dri.so)
                                                #2  0x00007ff5c5089998 n/a (r600_dri.so)
                                                #3  0x00007ff5ca38e08c start_thread (libpthread.so.0)
                                                #4  0x00007ff5ca0c5e7f __clone (libc.so.6)
                                                
                                                Stack trace of thread 666:
                                                #0  0x00007ff5ca0c5fe6 epoll_pwait (libc.so.6)
                                                #1  0x0000560a71d50807 n/a (Xorg)
                                                #2  0x0000560a71d4df9e n/a (Xorg)
                                                #3  0x00007ff5ca38e08c start_thread (libpthread.so.0)
                                                #4  0x00007ff5ca0c5e7f __clone (libc.so.6)

Xorg.conf

Section "Device"
        Identifier  "Device"
        Driver      "radeon"
        Option "DRI" "3"
        Option "TearFree" "on"
        Option "AccelMethod" "glamor"
EndSection

This is not happening on lts kernel. Appreciate any help.

Last edited by Al.Piotrowicz (2019-10-04 14:36:48)

Offline

#2 2018-04-20 17:13:50

loqs
Member
Registered: 2014-03-06
Posts: 17,323

Re: [SOLVED] drm/radeon kernel 4.16 error

The kernel output looks the  same as from your previous thread https://bbs.archlinux.org/viewtopic.php?id=232672 which you marked solved.
Please post the full output of dmesg.  Also consider rebuilding mesa with debug symbols so the backtrace through r600_dri.so has meaningful content.

Online

#3 2018-04-20 18:46:10

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

As being quite a rookie if it comes to all of this fancy compilation&programming stuff, could you narrow me a bit how to recompile mesa the most easy way? Trying to build it with debug symbols using aur mesa-git package, but compilation takes forever in addition to llvm-libs-svn which it depends of.

Thank you for your help, regards.

Offline

#4 2018-04-20 18:50:50

loqs
Member
Registered: 2014-03-06
Posts: 17,323

Re: [SOLVED] drm/radeon kernel 4.16 error

Debug_-_Getting_Traces  you do not need to build llvm-lib-svn or mesa-git just modify the PKGBUILD for the mesa package.
It can still take a long time so you might want to just let it run overnight.

Last edited by loqs (2018-04-20 18:51:10)

Online

#5 2018-04-21 23:18:31

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: [SOLVED] drm/radeon kernel 4.16 error

For clarity :
does the bug appear only with stable mesa , aur mesa-git  or with both ?

as for llvm-libs-svn building taking a lot of time : there is an alternative, check the oldest one of my sticky comments on mesa-git aur page.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2018-04-22 10:23:07

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

Until now the bug has occured one single time on stable mesa. I still investigate an issue and will post full dmesg when it trigger again.

Thanks for the advice loqs, I recompile mesa with debug symbols now.

Oops. Unable to compile it. Maybe due to being a noob Im doing something wrong:

[1750/2396] Compiling C++ object 'src/gallium/drivers/swr/swrAVX@sha/rasterizer_memory_StoreTile_TileY2.cpp.o'.
ninja: build stopped: subcommand failed.
==> BŁĄD: Wystąpił błąd w build().

UPDATE: Bug has appeared again, posting full dmesg:

[    0.000000] Linux version 4.16.3-1-ARCH (builduser@heftig-2067) (gcc version 7.3.1 20180406 (GCC)) #1 SMP PREEMPT Thu Apr 19 09:17:56 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/root rw cryptdevice=/dev/test/root:root root=/dev/mapper/root quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bd94dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd94e000-0x00000000bd99afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd99b000-0x00000000bd9a3fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bd9a4000-0x00000000bd9a4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd9a5000-0x00000000bdadcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdadd000-0x00000000bdaedfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdaee000-0x00000000bdb02fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdb03000-0x00000000bdb04fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdb05000-0x00000000bdb0dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdb0e000-0x00000000bdb13fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdb14000-0x00000000bdb75fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdb76000-0x00000000bdd78fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdd79000-0x00000000bdefffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000023fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./M5A97 PRO, BIOS 1604 10/16/2012
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x240000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-EBFFF uncachable
[    0.000000]   EC000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000BDF00000 mask FFFFFFF00000 uncachable
[    0.000000]   3 base 0000BE000000 mask FFFFFE000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000240000000 aka 9216M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] total RAM covered: 3039M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 4  	lose cover RAM: 0G
[    0.000000] e820: update [mem 0xbdf00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbdf00 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x1ea64a000, 0x1ea64afff] PGTABLE
[    0.000000] BRK [0x1ea64b000, 0x1ea64bfff] PGTABLE
[    0.000000] BRK [0x1ea64c000, 0x1ea64cfff] PGTABLE
[    0.000000] BRK [0x1ea64d000, 0x1ea64dfff] PGTABLE
[    0.000000] BRK [0x1ea64e000, 0x1ea64efff] PGTABLE
[    0.000000] BRK [0x1ea64f000, 0x1ea64ffff] PGTABLE
[    0.000000] BRK [0x1ea650000, 0x1ea650fff] PGTABLE
[    0.000000] BRK [0x1ea651000, 0x1ea651fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36162000-0x370a8fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0450 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000BD99B068 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000BD9A2DF0 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20180105/tbfadt-658)
[    0.000000] ACPI: DSDT 0x00000000BD99B140 007CA9 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BDB0EF80 000040
[    0.000000] ACPI: APIC 0x00000000BD9A2EE8 00009E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000BD9A2F88 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x00000000BD9A2FC8 000038 (v01 ALASKA A M I    01072009 AMI  00000004)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x23fffb000-0x23fffdfff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000023fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bd94dfff]
[    0.000000]   node   0: [mem 0x00000000bdd79000-0x00000000bdefffff]
[    0.000000]   node   0: [mem 0x0000000100001000-0x000000023fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff]
[    0.000000] On node 0 totalpages: 2087536
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12076 pages used for memmap
[    0.000000]   DMA32 zone: 772821 pages, LIFO batch:31
[    0.000000]   Normal zone: 20480 pages used for memmap
[    0.000000]   Normal zone: 1310719 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 100 pages
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec20000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd94e000-0xbd99afff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd99b000-0xbd9a3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd9a4000-0xbd9a4fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd9a5000-0xbdadcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdadd000-0xbdaedfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdaee000-0xbdb02fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb03000-0xbdb04fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb05000-0xbdb0dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb0e000-0xbdb13fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb14000-0xbdb75fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb76000-0xbdd78fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdf00000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
[    0.000000] e820: [mem 0xbdf00000-0xfebfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2054895
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/root rw cryptdevice=/dev/test/root:root root=/dev/mapper/root quiet
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0xc648000000-0xc649ffffff] (32MB)
[    0.000000] Aperture beyond 4GB. Ignoring.
[    0.000000] AGP: Your BIOS doesn't leave an aperture memory hole
[    0.000000] AGP: Please enable the IOMMU option in the BIOS setup
[    0.000000] AGP: This costs you 64MB of RAM
[    0.000000] AGP: Mapping aperture over RAM [mem 0xb4000000-0xb7ffffff] (65536KB)
[    0.000000] PM: Registered nosave memory: [mem 0xb4000000-0xb7ffffff]
[    0.000000] Memory: 8047436K/8350144K available (10252K kernel code, 1263K rwdata, 3372K rodata, 1452K init, 632K bss, 302708K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] ftrace: allocating 31747 entries in 125 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 20736, nr_irqs: 1032, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: .
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.016666] tsc: Fast TSC calibration using PIT
[    0.019999] tsc: Detected 3812.806 MHz processor
[    0.019999] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6deb33b3ecd, max_idle_ns: 881590842311 ns
[    0.019999] Calibrating delay loop (skipped), value calculated using timer frequency.. 7628.34 BogoMIPS (lpj=12709353)
[    0.019999] pid_max: default: 32768 minimum: 301
[    0.019999] Security Framework initialized
[    0.019999] Yama: becoming mindful.
[    0.024560] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.025443] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.025484] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.025513] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.025702] CPU: Physical Processor ID: 0
[    0.025703] CPU: Processor Core ID: 0
[    0.025704] mce: CPU supports 6 MCE banks
[    0.025708] LVT offset 0 assigned for vector 0xf9
[    0.025711] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.025712] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[    0.025713] Spectre V2 : Mitigation: Full AMD retpoline
[    0.025714] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.026433] Freeing SMP alternatives memory: 24K
[    0.033333] smpboot: CPU0: AMD Phenom(tm) II X4 965 Processor (family: 0x10, model: 0x4, stepping: 0x3)
[    0.043347] Performance Events: AMD PMU driver.
[    0.043352] ... version:                0
[    0.043352] ... bit width:              48
[    0.043353] ... generic registers:      4
[    0.043353] ... value mask:             0000ffffffffffff
[    0.043354] ... max period:             00007fffffffffff
[    0.043354] ... fixed-purpose events:   0
[    0.043355] ... event mask:             000000000000000f
[    0.050009] Hierarchical SRCU implementation.
[    0.070084] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.076674] smp: Bringing up secondary CPUs ...
[    0.106688] x86: Booting SMP configuration:
[    0.106689] .... node  #0, CPUs:      #1 #2 #3
[    0.169204] smp: Brought up 1 node, 4 CPUs
[    0.169204] smpboot: Max logical packages: 2
[    0.169204] smpboot: Total of 4 processors activated (30514.38 BogoMIPS)
[    0.173679] devtmpfs: initialized
[    0.173679] x86/mm: Memory block size: 128MB
[    0.173976] PM: Registering ACPI NVS region [mem 0xbd94e000-0xbd99afff] (315392 bytes)
[    0.173976] PM: Registering ACPI NVS region [mem 0xbd9a4000-0xbd9a4fff] (4096 bytes)
[    0.173976] PM: Registering ACPI NVS region [mem 0xbdadd000-0xbdaedfff] (69632 bytes)
[    0.173976] PM: Registering ACPI NVS region [mem 0xbdb03000-0xbdb04fff] (8192 bytes)
[    0.173976] PM: Registering ACPI NVS region [mem 0xbdb0e000-0xbdb13fff] (24576 bytes)
[    0.173976] PM: Registering ACPI NVS region [mem 0xbdb76000-0xbdd78fff] (2109440 bytes)
[    0.173976] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.173976] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.173976] pinctrl core: initialized pinctrl subsystem
[    0.173976] RTC time: 10:11:40, date: 04/22/18
[    0.174632] NET: Registered protocol family 16
[    0.174767] cpuidle: using governor ladder
[    0.174767] cpuidle: using governor menu
[    0.174767] node 0 link 0: io port [c000, ffff]
[    0.174767] TOM: 00000000c0000000 aka 3072M
[    0.174767] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[    0.174767] node 0 link 0: mmio [c0000000, fef0ffff] ==> [c0000000, dfffffff] and [f0000000, fef0ffff]
[    0.174767] TOM2: 0000000240000000 aka 9216M
[    0.174767] bus: [bus 00-1f] on node 0 link 0
[    0.174767] bus: 00 [io  0x0000-0xffff]
[    0.174767] bus: 00 [mem 0xc0000000-0xdfffffff]
[    0.174767] bus: 00 [mem 0xf0000000-0xffffffff]
[    0.174767] bus: 00 [mem 0x240000000-0xfcffffffff]
[    0.174767] ACPI: bus type PCI registered
[    0.174767] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.174767] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.174767] PCI: not using MMCONFIG
[    0.174767] PCI: Using configuration type 1 for base access
[    0.174767] PCI: Using configuration type 1 for extended access
[    0.176714] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.176714] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.176749] ACPI: Added _OSI(Module Device)
[    0.176750] ACPI: Added _OSI(Processor Device)
[    0.176751] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.176751] ACPI: Added _OSI(Processor Aggregator Device)
[    0.176917] ACPI: Executed 2 blocks of module-level executable AML code
[    0.181345] ACPI: EC: EC started
[    0.181346] ACPI: EC: interrupt blocked
[    0.181353] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    0.181355] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.181356] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions
[    0.181356] ACPI: Interpreter enabled
[    0.181375] ACPI: (supports S0 S1 S3 S4 S5)
[    0.181376] ACPI: Using IOAPIC for interrupt routing
[    0.181532] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.181572] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.181583] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.181843] ACPI: Enabled 10 GPEs in block 00 to 1F
[    0.189121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.189126] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.189130] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.189311] PCI host bridge to bus 0000:00
[    0.189311] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.189311] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.189311] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.189311] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.189311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.189311] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.189311] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[    0.189311] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.189311] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    0.189311] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.189311] pci 0000:00:02.0: enabling Extended Tags
[    0.189311] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.189311] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[    0.189311] pci 0000:00:04.0: enabling Extended Tags
[    0.189311] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.189311] pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400
[    0.189311] pci 0000:00:06.0: enabling Extended Tags
[    0.189311] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.189311] pci 0000:00:07.0: [1002:5a1b] type 01 class 0x060400
[    0.189311] pci 0000:00:07.0: enabling Extended Tags
[    0.189311] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.189311] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.189311] pci 0000:00:11.0: reg 0x10: [io  0xf040-0xf047]
[    0.189311] pci 0000:00:11.0: reg 0x14: [io  0xf030-0xf033]
[    0.189311] pci 0000:00:11.0: reg 0x18: [io  0xf020-0xf027]
[    0.189311] pci 0000:00:11.0: reg 0x1c: [io  0xf010-0xf013]
[    0.189311] pci 0000:00:11.0: reg 0x20: [io  0xf000-0xf00f]
[    0.189311] pci 0000:00:11.0: reg 0x24: [mem 0xfeb0b000-0xfeb0b3ff]
[    0.189311] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.189311] pci 0000:00:12.0: reg 0x10: [mem 0xfeb0a000-0xfeb0afff]
[    0.189311] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.189311] pci 0000:00:12.2: reg 0x10: [mem 0xfeb09000-0xfeb090ff]
[    0.189311] pci 0000:00:12.2: supports D1 D2
[    0.189311] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.189311] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.189311] pci 0000:00:13.0: reg 0x10: [mem 0xfeb08000-0xfeb08fff]
[    0.189311] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.189311] pci 0000:00:13.2: reg 0x10: [mem 0xfeb07000-0xfeb070ff]
[    0.189311] pci 0000:00:13.2: supports D1 D2
[    0.189311] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.189311] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.189311] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.189311] pci 0000:00:14.2: reg 0x10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.189311] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.189311] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.189311] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.189311] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.189311] pci 0000:00:14.5: reg 0x10: [mem 0xfeb06000-0xfeb06fff]
[    0.189311] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.189311] pci 0000:00:16.0: reg 0x10: [mem 0xfeb05000-0xfeb05fff]
[    0.189311] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.189311] pci 0000:00:16.2: reg 0x10: [mem 0xfeb04000-0xfeb040ff]
[    0.189311] pci 0000:00:16.2: supports D1 D2
[    0.189311] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.189311] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    0.189311] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    0.189311] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    0.189311] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    0.189311] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    0.189311] pci 0000:01:00.0: [1002:6719] type 00 class 0x030000
[    0.189311] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.189311] pci 0000:01:00.0: reg 0x18: [mem 0xfea20000-0xfea3ffff 64bit]
[    0.189313] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.189322] pci 0000:01:00.0: reg 0x30: [mem 0xfea00000-0xfea1ffff pref]
[    0.189327] pci 0000:01:00.0: enabling Extended Tags
[    0.189358] pci 0000:01:00.0: supports D1 D2
[    0.189425] pci 0000:01:00.1: [1002:aa80] type 00 class 0x040300
[    0.189442] pci 0000:01:00.1: reg 0x10: [mem 0xfea40000-0xfea43fff 64bit]
[    0.189469] pci 0000:01:00.1: enabling Extended Tags
[    0.189499] pci 0000:01:00.1: supports D1 D2
[    0.200017] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.200020] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.200022] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.200024] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.200067] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.200085] pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.200102] pci 0000:02:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.200113] pci 0000:02:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.200177] pci 0000:02:00.0: supports D1 D2
[    0.200178] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.210019] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.210022] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.210025] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.210085] pci 0000:03:00.0: [197b:2362] type 00 class 0x010185
[    0.210115] pci 0000:03:00.0: reg 0x10: [io  0xc040-0xc047]
[    0.210124] pci 0000:03:00.0: reg 0x14: [io  0xc030-0xc033]
[    0.210133] pci 0000:03:00.0: reg 0x18: [io  0xc020-0xc027]
[    0.210142] pci 0000:03:00.0: reg 0x1c: [io  0xc010-0xc013]
[    0.210151] pci 0000:03:00.0: reg 0x20: [io  0xc000-0xc00f]
[    0.210160] pci 0000:03:00.0: reg 0x24: [mem 0xfe910000-0xfe9101ff]
[    0.210213] pci 0000:03:00.0: PME# supported from D3hot
[    0.220017] pci 0000:00:06.0: PCI bridge to [bus 03]
[    0.220020] pci 0000:00:06.0:   bridge window [io  0xc000-0xcfff]
[    0.220022] pci 0000:00:06.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.220066] pci 0000:04:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.220089] pci 0000:04:00.0: reg 0x10: [mem 0xfe800000-0xfe807fff 64bit]
[    0.220212] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.230016] pci 0000:00:07.0: PCI bridge to [bus 04]
[    0.230020] pci 0000:00:07.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.230084] pci 0000:00:14.4: PCI bridge to [bus 05] (subtractive decode)
[    0.230089] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.230090] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.230091] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    0.230092] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.230093] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.230094] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    0.230095] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
[    0.230456] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    0.230528] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    0.230603] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    0.230678] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 10 11 14 15) *0
[    0.230741] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[    0.230789] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[    0.230837] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    0.230885] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.233334] ACPI: EC: interrupt unblocked
[    0.233334] ACPI: EC: event unblocked
[    0.233334] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.233334] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.233345] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.233345] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.233346] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.233346] vgaarb: loaded
[    0.233462] EDAC MC: Ver: 3.0.0
[    0.233523] PCI: Using ACPI for IRQ routing
[    0.237514] PCI: pci_cache_line_size set to 64 bytes
[    0.237558] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.237559] e820: reserve RAM buffer [mem 0xbd94e000-0xbfffffff]
[    0.237560] e820: reserve RAM buffer [mem 0xbdf00000-0xbfffffff]
[    0.240001] NetLabel: Initializing
[    0.240001] NetLabel:  domain hash size = 128
[    0.240001] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.240001] NetLabel:  unlabeled traffic allowed by default
[    0.240057] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.240060] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.243334] clocksource: Switched to clocksource tsc-early
[    0.253413] VFS: Disk quotas dquot_6.6.0
[    0.253427] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.253484] pnp: PnP ACPI init
[    0.253597] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.253601] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.253856] system 00:01: [io  0x040b] has been reserved
[    0.253858] system 00:01: [io  0x04d6] has been reserved
[    0.253859] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.253860] system 00:01: [io  0x0c14] has been reserved
[    0.253861] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.253862] system 00:01: [io  0x0c52] has been reserved
[    0.253863] system 00:01: [io  0x0c6c] has been reserved
[    0.253864] system 00:01: [io  0x0c6f] has been reserved
[    0.253865] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.253866] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.253867] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.253868] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.253869] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.253870] system 00:01: [io  0x0800-0x089f] has been reserved
[    0.253871] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.253873] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.253874] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.253875] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.253877] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.253878] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.253879] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.253880] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.253881] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.253883] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.253884] system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
[    0.253887] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.254022] system 00:02: [io  0x0290-0x02af] has been reserved
[    0.254024] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.254050] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.254101] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.254103] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.254138] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.254174] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.254303] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.254398] system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.254401] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.254531] pnp: PnP ACPI: found 9 devices
[    0.260289] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.260310] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.260312] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.260314] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.260315] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.260318] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.260319] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.260321] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.260323] pci 0000:00:06.0: PCI bridge to [bus 03]
[    0.260325] pci 0000:00:06.0:   bridge window [io  0xc000-0xcfff]
[    0.260326] pci 0000:00:06.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.260329] pci 0000:00:07.0: PCI bridge to [bus 04]
[    0.260331] pci 0000:00:07.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.260334] pci 0000:00:14.4: PCI bridge to [bus 05]
[    0.260342] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.260343] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.260344] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.260345] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.260346] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.260347] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.260348] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
[    0.260350] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.260350] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.260351] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.260353] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.260354] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.260355] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    0.260356] pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.260357] pci_bus 0000:04: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.260358] pci_bus 0000:05: resource 4 [io  0x0000-0x03af window]
[    0.260359] pci_bus 0000:05: resource 5 [io  0x03e0-0x0cf7 window]
[    0.260360] pci_bus 0000:05: resource 6 [io  0x03b0-0x03df window]
[    0.260361] pci_bus 0000:05: resource 7 [io  0x0d00-0xffff window]
[    0.260362] pci_bus 0000:05: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.260363] pci_bus 0000:05: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.260364] pci_bus 0000:05: resource 10 [mem 0xc0000000-0xffffffff window]
[    0.260443] NET: Registered protocol family 2
[    0.260572] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.260606] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.260743] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.260965] TCP: Hash tables configured (established 65536 bind 65536)
[    0.261015] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.261052] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.261124] NET: Registered protocol family 1
[    1.356021] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.356133] PCI: CLS 64 bytes, default 64
[    1.356167] Unpacking initramfs...
[    1.537179] Freeing initrd memory: 15644K
[    1.537197] PCI-DMA: Disabling AGP.
[    1.537272] PCI-DMA: aperture base @ b4000000 size 65536 KB
[    1.537273] PCI-DMA: using GART IOMMU.
[    1.537274] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    1.539973] LVT offset 1 assigned for vector 0x400
[    1.539983] IBS: LVT offset 1 assigned
[    1.540087] perf: AMD IBS detected (0x0000001f)
[    1.540132] Scanning for low memory corruption every 60 seconds
[    1.540583] Initialise system trusted keyrings
[    1.540590] Key type blacklist registered
[    1.540652] workingset: timestamp_bits=44 max_order=21 bucket_order=0
[    1.541615] zbud: loaded
[    1.543162] Key type asymmetric registered
[    1.543163] Asymmetric key parser 'x509' registered
[    1.543184] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.543236] io scheduler noop registered
[    1.543237] io scheduler deadline registered
[    1.543270] io scheduler cfq registered (default)
[    1.543270] io scheduler mq-deadline registered
[    1.543271] io scheduler kyber registered
[    1.543276] io scheduler bfq registered
[    1.543737] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[    1.543738] vesafb: scrolling: redraw
[    1.543739] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    1.543750] vesafb: framebuffer at 0xc0000000, mapped to 0x000000004fbd8d2f, using 5824k, total 5824k
[    1.559255] Console: switching to colour frame buffer device 175x65
[    1.574584] fb0: VESA VGA frame buffer device
[    1.574640] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.574683] ACPI: Power Button [PWRB]
[    1.574738] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.574755] ACPI: Power Button [PWRF]
[    1.575217] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.576080] ledtrig-cpu: registered to indicate activity on CPUs
[    1.576250] NET: Registered protocol family 10
[    1.578924] Segment Routing with IPv6
[    1.578942] NET: Registered protocol family 17
[    1.579114] RAS: Correctable Errors collector initialized.
[    1.579149] microcode: CPU0: patch_level=0x010000c8
[    1.579153] microcode: CPU1: patch_level=0x010000c8
[    1.579165] microcode: CPU2: patch_level=0x010000c8
[    1.579169] microcode: CPU3: patch_level=0x010000c8
[    1.579198] microcode: Microcode Update Driver: v2.2.
[    1.579206] sched_clock: Marking stable (1579194938, 0)->(1803116669, -223921731)
[    1.579325] registered taskstats version 1
[    1.579330] Loading compiled-in X.509 certificates
[    1.579343] zswap: loaded using pool lzo/zbud
[    1.581688] Key type big_key registered
[    1.581884]   Magic number: 14:316:174
[    1.581919] acpi device:0a: hash matches
[    1.581939] hctosys: unable to open rtc device (rtc0)
[    1.583867] Freeing unused kernel memory: 1452K
[    1.583868] Write protecting the kernel read-only data: 16384k
[    1.584516] Freeing unused kernel memory: 2016K
[    1.586118] Freeing unused kernel memory: 724K
[    1.637187] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.637189] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.637337] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.641097] SCSI subsystem initialized
[    1.642624] ACPI: bus type USB registered
[    1.642640] usbcore: registered new interface driver usbfs
[    1.642648] usbcore: registered new interface driver hub
[    1.643122] usbcore: registered new device driver usb
[    1.643932] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.644220] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.644221] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    1.644389] ehci-pci: EHCI PCI platform driver
[    1.644539] QUIRK: Enable AMD PLL fix
[    1.644563] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.644569] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.644573] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.644580] ehci-pci 0000:00:12.2: debug port 1
[    1.644618] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
[    1.645857] libata version 3.00 loaded.
[    1.656642] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.656690] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.656691] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.656692] usb usb1: Product: EHCI Host Controller
[    1.656693] usb usb1: Manufacturer: Linux 4.16.3-1-ARCH ehci_hcd
[    1.656694] usb usb1: SerialNumber: 0000:00:12.2
[    1.656791] hub 1-0:1.0: USB hub found
[    1.656797] hub 1-0:1.0: 5 ports detected
[    1.656906] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.656911] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[    1.683884] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.717980] xhci_hcd 0000:04:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x00080000
[    1.718127] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.718128] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.718128] usb usb2: Product: xHCI Host Controller
[    1.718129] usb usb2: Manufacturer: Linux 4.16.3-1-ARCH xhci-hcd
[    1.718130] usb usb2: SerialNumber: 0000:04:00.0
[    1.718282] hub 2-0:1.0: USB hub found
[    1.718288] hub 2-0:1.0: 2 ports detected
[    1.718357] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.718360] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 3
[    1.718363] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.718370] ehci-pci 0000:00:13.2: debug port 1
[    1.718395] ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
[    1.718404] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.718406] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[    1.718424] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.718438] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.718440] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.718440] usb usb4: Product: xHCI Host Controller
[    1.718441] usb usb4: Manufacturer: Linux 4.16.3-1-ARCH xhci-hcd
[    1.718442] usb usb4: SerialNumber: 0000:04:00.0
[    1.718507] hub 4-0:1.0: USB hub found
[    1.718513] hub 4-0:1.0: 2 ports detected
[    1.729941] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.729975] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.729977] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.729977] usb usb3: Product: EHCI Host Controller
[    1.729978] usb usb3: Manufacturer: Linux 4.16.3-1-ARCH ehci_hcd
[    1.729979] usb usb3: SerialNumber: 0000:00:13.2
[    1.730076] hub 3-0:1.0: USB hub found
[    1.730081] hub 3-0:1.0: 5 ports detected
[    1.730204] ahci 0000:00:11.0: version 3.0
[    1.730354] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.730356] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    1.736611] scsi host0: ahci
[    1.736737] scsi host1: ahci
[    1.736815] scsi host2: ahci
[    1.743277] scsi host3: ahci
[    1.749944] scsi host4: ahci
[    1.756610] scsi host5: ahci
[    1.756660] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b100 irq 19
[    1.756661] ata2: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b180 irq 19
[    1.756663] ata3: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b200 irq 19
[    1.756664] ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b280 irq 19
[    1.756665] ata5: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b300 irq 19
[    1.756667] ata6: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b380 irq 19
[    1.756853] ahci 0000:03:00.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.756854] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.757119] ehci-pci 0000:00:16.2: EHCI Host Controller
[    1.757123] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
[    1.757125] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.757132] ehci-pci 0000:00:16.2: debug port 1
[    1.757156] ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
[    1.763276] scsi host6: ahci
[    1.769938] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    1.769961] scsi host7: ahci
[    1.770004] ata7: SATA max UDMA/133 abar m512@0xfe910000 port 0xfe910100 irq 32
[    1.770006] ata8: SATA max UDMA/133 abar m512@0xfe910000 port 0xfe910180 irq 32
[    1.770058] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.770060] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.770061] usb usb5: Product: EHCI Host Controller
[    1.770062] usb usb5: Manufacturer: Linux 4.16.3-1-ARCH ehci_hcd
[    1.770062] usb usb5: SerialNumber: 0000:00:16.2
[    1.770154] hub 5-0:1.0: USB hub found
[    1.770160] hub 5-0:1.0: 4 ports detected
[    1.770531] ohci-pci: OHCI PCI platform driver
[    1.770752] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.770757] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6
[    1.770777] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
[    1.830663] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.830664] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.830665] usb usb6: Product: OHCI PCI host controller
[    1.830666] usb usb6: Manufacturer: Linux 4.16.3-1-ARCH ohci_hcd
[    1.830667] usb usb6: SerialNumber: 0000:00:12.0
[    1.830798] hub 6-0:1.0: USB hub found
[    1.830805] hub 6-0:1.0: 5 ports detected
[    1.831003] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.831007] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
[    1.831027] ohci-pci 0000:00:13.0: irq 20, io mem 0xfeb08000
[    1.832518] tsc: Refined TSC clocksource calibration: 3812.709 MHz
[    1.832524] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6dea7cd2d8e, max_idle_ns: 881590972092 ns
[    1.832546] clocksource: Switched to clocksource tsc
[    1.890742] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.890743] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.890744] usb usb7: Product: OHCI PCI host controller
[    1.890745] usb usb7: Manufacturer: Linux 4.16.3-1-ARCH ohci_hcd
[    1.890745] usb usb7: SerialNumber: 0000:00:13.0
[    1.890840] hub 7-0:1.0: USB hub found
[    1.890846] hub 7-0:1.0: 5 ports detected
[    1.891030] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.891034] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
[    1.891048] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
[    1.934006] ata5: SATA link down (SStatus 0 SControl 300)
[    1.934044] ata8: SATA link down (SStatus 0 SControl 300)
[    1.936406] ata7: SATA link down (SStatus 0 SControl 300)
[    1.936490] ata4: SATA link down (SStatus 0 SControl 300)
[    1.950738] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.950740] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.950741] usb usb8: Product: OHCI PCI host controller
[    1.950741] usb usb8: Manufacturer: Linux 4.16.3-1-ARCH ohci_hcd
[    1.950742] usb usb8: SerialNumber: 0000:00:14.5
[    1.950838] hub 8-0:1.0: USB hub found
[    1.950844] hub 8-0:1.0: 2 ports detected
[    1.951010] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    1.951013] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
[    1.951033] ohci-pci 0000:00:16.0: irq 22, io mem 0xfeb05000
[    2.010737] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[    2.010738] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.010739] usb usb9: Product: OHCI PCI host controller
[    2.010740] usb usb9: Manufacturer: Linux 4.16.3-1-ARCH ohci_hcd
[    2.010741] usb usb9: SerialNumber: 0000:00:16.0
[    2.010834] hub 9-0:1.0: USB hub found
[    2.010840] hub 9-0:1.0: 4 ports detected
[    2.023011] device-mapper: uevent: version 1.0.3
[    2.023071] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.090050] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.090071] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.090093] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.090162] ata6.00: ATA-9: GOODRAM, SAFM22.3, max UDMA/133
[    2.090164] ata6.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.090257] ata6.00: configured for UDMA/133
[    2.093370] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.094405] ata3.00: ATA-8: WDC WD20EARS-00S8B1, 80.00A80, max UDMA/133
[    2.094406] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.096033] ata2.00: ATA-8: WDC WD20EARS-00S8B1, 80.00A80, max UDMA/133
[    2.096035] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.098788] ata3.00: configured for UDMA/133
[    2.098815] ata1.00: ATA-8: WDC WD20EARS-00S8B1, 80.00A80, max UDMA/133
[    2.098816] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.102035] ata2.00: configured for UDMA/133
[    2.104839] ata1.00: configured for UDMA/133
[    2.104989] scsi 0:0:0:0: Direct-Access     ATA      WDC WD20EARS-00S 0A80 PQ: 0 ANSI: 5
[    2.105251] scsi 1:0:0:0: Direct-Access     ATA      WDC WD20EARS-00S 0A80 PQ: 0 ANSI: 5
[    2.105462] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EARS-00S 0A80 PQ: 0 ANSI: 5
[    2.105646] scsi 5:0:0:0: Direct-Access     ATA      GOODRAM          22.3 PQ: 0 ANSI: 5
[    2.107120] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.107132] sd 0:0:0:0: [sda] Write Protect is off
[    2.107133] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.107150] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.107155] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.107164] sd 1:0:0:0: [sdb] Write Protect is off
[    2.107165] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.107183] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.107226] sd 5:0:0:0: [sdd] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    2.107234] sd 5:0:0:0: [sdd] Write Protect is off
[    2.107236] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.107256] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.107279] sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.107286] sd 2:0:0:0: [sdc] Write Protect is off
[    2.107287] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.107300] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.108899]  sdd: sdd1
[    2.109186] sd 5:0:0:0: [sdd] Attached SCSI disk
[    2.110874]  sda: sda1 sda2
[    2.111149] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.112564]  sdc: sdc1 sdc2 sdc3
[    2.112907] sd 2:0:0:0: [sdc] Attached SCSI disk
[    2.138131]  sdb: sdb1 sdb2
[    2.138473] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.186697] usb 6-5: new low-speed USB device number 2 using ohci-pci
[    2.373634] usb 6-5: New USB device found, idVendor=046d, idProduct=c062
[    2.373636] usb 6-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.373637] usb 6-5: Product: USB Laser Mouse
[    2.373638] usb 6-5: Manufacturer: Logitech
[    2.376822] hidraw: raw HID events driver (C) Jiri Kosina
[    2.383801] usbcore: registered new interface driver usbhid
[    2.383802] usbhid: USB HID core driver
[    2.384433] input: Logitech USB Laser Mouse as /devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.0/0003:046D:C062.0001/input/input3
[    2.384464] hid-generic 0003:046D:C062.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-0000:00:12.0-5/input0
[    2.813343] random: crng init done
[   18.646976] NET: Registered protocol family 38
[   18.650713] cryptd: max_cpu_qlen set to 1000
[   18.962589] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[   18.964024] XFS (dm-7): Mounting V4 Filesystem
[   19.154006] XFS (dm-7): Ending clean mount
[   20.861387] systemd[1]: systemd 238 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[   20.861485] systemd[1]: Detected architecture x86-64.
[   20.947927] systemd[1]: Set hostname to <testowy>.
[   22.969737] systemd[1]: Set up automount storage.automount.
[   22.969931] systemd[1]: Listening on LVM2 metadata daemon socket.
[   22.970139] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   22.970306] systemd[1]: Reached target Remote File Systems.
[   23.060591] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   23.060770] systemd[1]: Listening on udev Control Socket.
[   23.061381] systemd[1]: Created slice User and Session Slice.
[   23.478776] vhba: loading out-of-tree module taints kernel.
[   23.479167] scsi host8: vhba
[   24.266156] systemd-journald[352]: Received request to flush runtime journal from PID 1
[   30.146127] rtc_cmos 00:03: RTC can wake from S4
[   30.146231] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[   30.146253] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[   30.387060] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   30.387669] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   30.387675] piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
[   30.387794] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   30.712256] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   30.968374] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   30.968386] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[   30.968896] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0x00000000f5efc4bb, c8:60:00:16:8a:5c, XID 0c900800 IRQ 34
[   30.968897] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   31.441183] mousedev: PS/2 mouse device common for all mice
[   32.541451] Linux agpgart interface v0.103
[   32.746769] r8169 0000:02:00.0 enp2s0: renamed from eth0
[   33.006960] kvm: Nested Virtualization enabled
[   33.006963] kvm: Nested Paging enabled
[   33.079227] MCE: In-kernel MCE decoding enabled.
[   33.123385] EDAC amd64: Node 0: DRAM ECC disabled.
[   33.123386] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   33.385640] [drm] radeon kernel modesetting enabled.
[   33.385714] checking generic (c0000000 5b0000) vs hw (c0000000 10000000)
[   33.385715] fb: switching to radeondrmfb from VESA VGA
[   33.385739] Console: switching to colour dummy device 80x25
[   33.386027] [drm] initializing kernel modesetting (CAYMAN 0x1002:0x6719 0x1043:0x03BE 0x00).
[   33.386084] ATOM BIOS: 6719.13.10.0.9.AS01.U13
[   33.386135] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[   33.386136] radeon 0000:01:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[   33.386138] [drm] Detected VRAM RAM=2048M, BAR=256M
[   33.386139] [drm] RAM width 256bits DDR
[   33.386191] [TTM] Zone  kernel: Available graphics memory: 4066624 kiB
[   33.386191] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   33.386192] [TTM] Initializing pool allocator
[   33.386195] [TTM] Initializing DMA pool allocator
[   33.386211] [drm] radeon: 2048M of VRAM memory ready
[   33.386211] [drm] radeon: 1024M of GTT memory ready.
[   33.386216] [drm] Loading CAYMAN Microcode
[   33.628038] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   33.628040] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   33.628041] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   33.628042] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   33.628043] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
[   33.628044] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   33.628045] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   33.628046] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   33.628047] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   33.645930] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[   33.645974] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[   33.646009] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[   33.646045] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[   33.646085] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[   33.646122] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[   33.646158] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[   33.646196] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[   33.749773] [drm] Internal thermal controller with fan control
[   33.753091] [drm] radeon: dpm initialized
[   33.851366] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   33.852332] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   33.862928] [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[   33.863008] radeon 0000:01:00.0: WB enabled
[   33.863010] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0x000000003f02a778
[   33.863440] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0x0000000038911b86
[   33.863441] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0x0000000094095c9b
[   33.863442] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0x0000000022860ae6
[   33.863443] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0x0000000020a8eecd
[   33.863444] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0x000000009506d60a
[   33.863447] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   33.863448] [drm] Driver supports precise vblank timestamp query.
[   33.863449] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[   33.863484] radeon 0000:01:00.0: radeon: using MSI.
[   33.863507] [drm] radeon: irq initialized.
[   33.884494] [drm] ring test on 0 succeeded in 3 usecs
[   33.884501] [drm] ring test on 3 succeeded in 4 usecs
[   33.884507] [drm] ring test on 4 succeeded in 4 usecs
[   34.068961] [drm] ring test on 5 succeeded in 2 usecs
[   34.068967] [drm] UVD initialized successfully.
[   34.069087] [drm] ib test on ring 0 succeeded in 0 usecs
[   34.069143] [drm] ib test on ring 3 succeeded in 0 usecs
[   34.069197] [drm] ib test on ring 4 succeeded in 0 usecs
[   34.682996] Adding 1048572k swap on /dev/mapper/swap.  Priority:-2 extents:1 across:1048572k FS
[   34.746720] [drm] ib test on ring 5 succeeded
[   34.747373] [drm] Radeon Display Connectors
[   34.747374] [drm] Connector 0:
[   34.747374] [drm]   DP-1
[   34.747375] [drm]   HPD5
[   34.747376] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   34.747376] [drm]   Encoders:
[   34.747377] [drm]     DFP1: INTERNAL_UNIPHY2
[   34.747377] [drm] Connector 1:
[   34.747377] [drm]   DP-2
[   34.747378] [drm]   HPD6
[   34.747379] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[   34.747379] [drm]   Encoders:
[   34.747379] [drm]     DFP2: INTERNAL_UNIPHY1
[   34.747380] [drm] Connector 2:
[   34.747380] [drm]   DP-3
[   34.747380] [drm]   HPD4
[   34.747381] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   34.747381] [drm]   Encoders:
[   34.747382] [drm]     DFP3: INTERNAL_UNIPHY2
[   34.747382] [drm] Connector 3:
[   34.747382] [drm]   DP-4
[   34.747383] [drm]   HPD2
[   34.747383] [drm]   DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
[   34.747384] [drm]   Encoders:
[   34.747384] [drm]     DFP4: INTERNAL_UNIPHY
[   34.747384] [drm] Connector 4:
[   34.747385] [drm]   DVI-I-1
[   34.747385] [drm]   HPD1
[   34.747386] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[   34.747386] [drm]   Encoders:
[   34.747386] [drm]     DFP5: INTERNAL_UNIPHY1
[   34.747387] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   34.747387] [drm] Connector 5:
[   34.747388] [drm]   DVI-D-1
[   34.747388] [drm]   HPD3
[   34.747389] [drm]   DDC: 0x6480 0x6480 0x6484 0x6484 0x6488 0x6488 0x648c 0x648c
[   34.747389] [drm]   Encoders:
[   34.747389] [drm]     DFP6: INTERNAL_UNIPHY
[   34.892177] [drm] fb mappable at 0xC0363000
[   34.892178] [drm] vram apper at 0xC0000000
[   34.892179] [drm] size 8294400
[   34.892179] [drm] fb depth is 24
[   34.892180] [drm]    pitch is 7680
[   34.892241] fbcon: radeondrmfb (fb0) is primary device
[   34.922101] Console: switching to colour frame buffer device 240x67
[   34.926841] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[   34.955572] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[   34.955761] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   36.097968] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input13
[   37.721877] EXT4-fs (sdb1): mounting ext2 file system using the ext4 subsystem
[   37.757499] EXT4-fs (sdb1): mounted filesystem without journal. Opts: errors=remount-ro
[   61.985986] it87: Found IT8721F chip at 0x290, revision 1
[   65.051241] XFS (dm-9): Mounting V4 Filesystem
[   66.202200] XFS (dm-9): Ending clean mount
[   70.655460] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   70.908746] r8169 0000:02:00.0 enp2s0: link down
[   70.908749] r8169 0000:02:00.0 enp2s0: link down
[   70.908824] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   73.220138] r8169 0000:02:00.0 enp2s0: link up
[   73.220145] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[   81.983350] radeon_dp_aux_transfer_native: 326 callbacks suppressed
[   95.230646] fuse init (API version 7.26)
[  147.996667] radeon_dp_aux_transfer_native: 326 callbacks suppressed
[  153.000010] radeon_dp_aux_transfer_native: 914 callbacks suppressed
[  153.914862] XFS (dm-10): Mounting V4 Filesystem
[  154.577900] XFS (dm-10): Ending clean mount
[  194.337412] CPU feature 'AVX registers' is not supported.
[  194.408113] CPU feature 'AVX registers' is not supported.
[  311.867231] XFS (dm-13): Mounting V4 Filesystem
[  312.046694] XFS (dm-13): Ending clean mount
[  317.153406] XFS (dm-12): Mounting V5 Filesystem
[  317.340174] XFS (dm-12): Ending clean mount
[  323.028454] XFS (dm-11): Mounting V5 Filesystem
[  323.264974] XFS (dm-11): Ending clean mount
[  414.599961] radeon_dp_aux_transfer_native: 74 callbacks suppressed
[  799.179872] radeon_dp_aux_transfer_native: 158 callbacks suppressed
[ 1133.586491] radeon_dp_aux_transfer_native: 158 callbacks suppressed
[ 1551.436425] radeon_dp_aux_transfer_native: 158 callbacks suppressed
[ 1705.633037] radeon_dp_aux_transfer_native: 158 callbacks suppressed
[ 2015.359650] radeon_dp_aux_transfer_native: 158 callbacks suppressed
[ 4202.360478] [drm:radeon_cs_packet_next_reloc [radeon]] *ERROR* Relocs at -1073723904 after relocations chunk end 44 !
[ 4202.360483] [drm] ib[645]=0xC0001000
[ 4202.360483] [drm] ib[646]=0xC0004600
[ 4202.360485] radeon 0000:01:00.0: bad SET_CONTEXT_REG 0x2885C
[ 4202.360498] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
[ 4210.003290] Chrome_ChildThr[19368]: segfault at c ip 00007f8128bb5694 sp 00007f811e4fe750 error 4 in libxul.so[7f8127eff000+4413000]
[ 4210.096386] Chrome_~dThread[4495]: segfault at 0 ip 00007f9dab0e3aed sp 00007f9da5099b00 error 6 in libxul.so[7f9daacef000+4c14000]
[ 4210.111140] Chrome_~dThread[4585]: segfault at 0 ip 00007f4191422aed sp 00007f41825fe580 error 6 in libxul.so[7f419102e000+4c14000]
[ 4210.242554] radeon_dp_aux_transfer_native: 158 callbacks suppressed
[ 4224.312599] radeon_dp_aux_transfer_native: 326 callbacks suppressed

Again, while tried to compile on lts kernel:

[1744/2396] Compiling C++ object 'src/gallium/drivers/swr/swrAVX@sha/rasterizer_memory_StoreTile_TileY.cpp.o'.
ninja: build stopped: subcommand failed.
==> BŁĄD: Wystąpił błąd w build().

I modified makepkg.conf, cause wasnt sure how to modify PKGBUILD so left it untouched.

/etc/makepkg.conf

#
# /etc/makepkg.conf
#

#########################################################################
# SOURCE ACQUISITION
#########################################################################
#
#-- The download utilities that makepkg should use to acquire sources
#  Format: 'protocol::agent'
DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
          'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
          'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
          'rsync::/usr/bin/rsync --no-motd -z %u %o'
          'scp::/usr/bin/scp -C %u %o')

# Other common tools:
# /usr/bin/snarf
# /usr/bin/lftpget -c
# /usr/bin/wget

#-- The package required by makepkg to download VCS sources
#  Format: 'protocol::package'
VCSCLIENTS=('bzr::bzr'
            'git::git'
            'hg::mercurial'
            'svn::subversion')


#########################################################################
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
#
CARCH="x86_64"
CHOST="x86_64-unknown-linux-gnu"

#-- Compiler and Linker Flags
# -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor family
CPPFLAGS="-D_FORTIFY_SOURCE=2"
CFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fno-plt"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
#-- Make Flags: change this for DistCC/SMP systems
MAKEFLAGS="-j2"
#-- Debugging flags
DEBUG_CFLAGS="-g -fvar-tracking-assignments"
DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"

#########################################################################
# BUILD ENVIRONMENT
#########################################################################
#
# Defaults: BUILDENV=(!distcc color !ccache check !sign)
#  A negated environment option will do the opposite of the comments below.
#
#-- distcc:   Use the Distributed C/C++/ObjC compiler
#-- color:    Colorize output messages
#-- ccache:   Use ccache to cache compilation
#-- check:    Run the check() function if present in the PKGBUILD
#-- sign:     Generate PGP signature file
#
BUILDENV=(!distcc color !ccache check !sign)
#
#-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
#-- specify a space-delimited list of hosts running in the DistCC cluster.
#DISTCC_HOSTS=""
#
#-- Specify a directory for package building.
#BUILDDIR=/tmp/make

#########################################################################
# GLOBAL PACKAGE OPTIONS
#   These are default values for the options=() settings
#########################################################################
#
# Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug)
#  A negated option will do the opposite of the comments below.
#
#-- strip:      Strip symbols from binaries/libraries
#-- docs:       Save doc directories specified by DOC_DIRS
#-- libtool:    Leave libtool (.la) files in packages
#-- staticlibs: Leave static library (.a) files in packages
#-- emptydirs:  Leave empty directories in packages
#-- zipman:     Compress manual (man and info) pages in MAN_DIRS with gzip
#-- purge:      Remove files specified by PURGE_TARGETS
#-- upx:        Compress binary executable files using UPX
#-- optipng:    Optimize PNG images with optipng
#-- debug:      Add debugging flags as specified in DEBUG_* variables
#
OPTIONS=(!strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx debug)

#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5)
#-- Options to be used when stripping binaries. See `man strip' for details.
STRIP_BINARIES="--strip-all"
#-- Options to be used when stripping shared libraries. See `man strip' for details.
STRIP_SHARED="--strip-unneeded"
#-- Options to be used when stripping static libraries. See `man strip' for details.
STRIP_STATIC="--strip-debug"
#-- Manual (man and info) directories to compress (if zipman is specified)
MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
#-- Doc directories to remove (if !docs is specified)
DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
#-- Files to be removed from all packages (if purge is specified)
PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)

#########################################################################
# PACKAGE OUTPUT
#########################################################################
#
# Default: put built package and cached source in build directory
#
#-- Destination: specify a fixed directory where all packages will be placed
#PKGDEST=/home/packages
#-- Source cache: specify a fixed directory where source files will be cached
#SRCDEST=/home/sources
#-- Source packages: specify a fixed directory where all src packages will be placed
#SRCPKGDEST=/home/srcpackages
#-- Log files: specify a fixed directory where all log files will be placed
#LOGDEST=/home/makepkglogs
#-- Packager: name/email of the person or organization building packages
#PACKAGER="John Doe <john@doe.com>"
#-- Specify a key to use for package signing
#GPGKEY=""

#########################################################################
# COMPRESSION DEFAULTS
#########################################################################
#
COMPRESSGZ=(gzip -c -f -n)
COMPRESSBZ2=(bzip2 -c -f)
COMPRESSXZ=(xz -c -z -)
COMPRESSLRZ=(lrzip -q)
COMPRESSLZO=(lzop -q)
COMPRESSZ=(compress -c -f)

#########################################################################
# EXTENSION DEFAULTS
#########################################################################
#
# WARNING: Do NOT modify these variables unless you know what you are
#          doing.
#
PKGEXT='.pkg.tar.xz'
SRCEXT='.src.tar.gz'

# vim: set ft=sh ts=2 sw=2 et:

UPDATE: Tried to recompile mesa stable from arch repo again using i3-3217U based laptop, same problems, appreciate any help.

[1738/2396] Compiling C++ object 'src/gallium/drivers/swr/swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate2.cpp.o'.
FAILED: src/gallium/drivers/swr/swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate2.cpp.o 
c++  -Isrc/gallium/drivers/swr/swrAVX2@sha -Isrc/gallium/drivers/swr -I../mesa-18.0.1/src/gallium/drivers/swr -Isrc/gallium/drivers/swr/rasterizer -I../mesa-18.0.1/src/gallium/drivers/swr/rasterizer -I../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/archrast -Isrc/gallium/drivers/swr/rasterizer/jitter -I../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/jitter -Isrc/gallium/drivers/swr/rasterizer/core -I../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core -Isrc/gallium/drivers/swr/rasterizer/codegen -I../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/codegen -Isrc/gallium/drivers/swr/rasterizer/core/backends -I/usr/include -fdiagnostics-color=always -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O3 '-DVERSION="18.0.1"' -DPACKAGE_VERSION=VERSION '-DPACKAGE_BUGREPORT="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"' -DTEXTURE_FLOAT_ENABLED -DGLX_USE_TLS -DHAVE_ST_VDPAU -DHAVE_X11_PLATFORM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DHAVE_DRM_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DUSE_SSE41 -DUSE_GCC_ATOMIC_BUILTINS -DUSE_X86_64_ASM -DMAJOR_IN_SYSMACROS -DHAVE_SYS_SYSCTL_H -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_POSIX_MEMALIGN -DHAVE_TIMESPEC_GET -DHAVE_STRTOD_L -DHAVE_DLADDR -DHAVE_DL_ITERATE_PHDR -DHAVE_LIBDRM -DHAVE_ZLIB -DHAVE_PTHREAD -DHAVE_LLVM=0x0600 -DMESA_LLVM_VERSION_PATCH=0 -DUSE_LIBGLVND=1 -DHAVE_LIBUNWIND -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 -DHAVE_GALLIUM_EXTRA_HUD=1 -DHAVE_LIBSENSORS=1 -Wall -fno-math-errno -fno-trapping-math -Wno-non-virtual-dtor -march=native -O2 -fstack-protector-strong -fno-plt -g -fvar-tracking-assignments -g -fvar-tracking-assignments -D_FORTIFY_SOURCE=2 -fPIC -D__STDC_FORMAT_MACROS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -pthread -fvisibility=hidden -fno-strict-aliasing -march=core-avx2 -DKNOB_ARCH=KNOB_ARCH_AVX2 -MD -MQ 'src/gallium/drivers/swr/swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate2.cpp.o' -MF 'src/gallium/drivers/swr/swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate2.cpp.o.d' -o 'src/gallium/drivers/swr/swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate2.cpp.o' -c src/gallium/drivers/swr/rasterizer/core/backends/gen_BackendPixelRate2.cpp
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/immintrin.h:85:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/x86intrin.h:48,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/os.h:99,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/backend.h:31,
                 from src/gallium/drivers/swr/rasterizer/core/backends/gen_BackendPixelRate2.cpp:47:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/fmaintrin.h: In static member function ‘static SIMDImpl::SIMD256Impl::Float SIMDImpl::SIMD256Impl::AVX2Impl::fmadd_ps(const SIMDImpl::SIMD256Impl::Float&, const SIMDImpl::SIMD256Impl::Float&, const SIMDImpl::SIMD256Impl::Float&)’:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/fmaintrin.h:63:1: error: inlining failed in call to always_inline ‘__m256 _mm256_fmadd_ps(__m256, __m256, __m256)’: target specific option mismatch
 _mm256_fmadd_ps (__m256 __A, __m256 __B, __m256 __C)
 ^~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib.hpp:105:0,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdintrin.h:28,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/format_types.h:31,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/format_traits.h:32,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/multisample.h:30,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/backend.h:33,
                 from src/gallium/drivers/swr/rasterizer/core/backends/gen_BackendPixelRate2.cpp:47:
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx2.inl:92:35: note: called from here
     return _mm256_fmadd_ps(a, b, c);
                                   ^
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/immintrin.h:85:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/x86intrin.h:48,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/os.h:99,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/backend.h:31,
                 from src/gallium/drivers/swr/rasterizer/core/backends/gen_BackendPixelRate2.cpp:47:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/fmaintrin.h:63:1: error: inlining failed in call to always_inline ‘__m256 _mm256_fmadd_ps(__m256, __m256, __m256)’: target specific option mismatch
 _mm256_fmadd_ps (__m256 __A, __m256 __B, __m256 __C)
 ^~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib.hpp:105:0,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdintrin.h:28,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/format_types.h:31,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/format_traits.h:32,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/multisample.h:30,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/backend.h:33,
                 from src/gallium/drivers/swr/rasterizer/core/backends/gen_BackendPixelRate2.cpp:47:
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx2.inl:92:35: note: called from here
     return _mm256_fmadd_ps(a, b, c);
                                   ^
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/immintrin.h:85:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/x86intrin.h:48,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/os.h:99,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/backend.h:31,
                 from src/gallium/drivers/swr/rasterizer/core/backends/gen_BackendPixelRate2.cpp:47:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/fmaintrin.h:63:1: error: inlining failed in call to always_inline ‘__m256 _mm256_fmadd_ps(__m256, __m256, __m256)’: target specific option mismatch
 _mm256_fmadd_ps (__m256 __A, __m256 __B, __m256 __C)
 ^~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib.hpp:105:0,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdintrin.h:28,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/format_types.h:31,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/format_traits.h:32,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/multisample.h:30,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/backend.h:33,
                 from src/gallium/drivers/swr/rasterizer/core/backends/gen_BackendPixelRate2.cpp:47:
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx2.inl:92:35: note: called from here
     return _mm256_fmadd_ps(a, b, c);
                                   ^
[1743/2396] Compiling C++ object 'src/gallium/drivers/swr/swrAVX@sha/rasterizer_core_backend_sample.cpp.o'.
ninja: build stopped: subcommand failed.
==> BŁĄD: Wystąpił błąd w build().
    Przerywam...

Last edited by Al.Piotrowicz (2018-04-23 07:47:01)

Offline

#7 2018-04-23 09:56:06

loqs
Member
Registered: 2014-03-06
Posts: 17,323

Re: [SOLVED] drm/radeon kernel 4.16 error

You would add a line with "options=(debug !strip)" to the PKGBUILD eg

pkgbase=mesa
pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
pkgdesc="An open-source implementation of the OpenGL specification"
pkgver=18.0.1
pkgrel=1
arch=('x86_64')
options=(debug !strip)
makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto' 
             'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols'
             'elfutils' 'llvm' 'libomxil-bellagio' 'libclc' 'clang' 'libglvnd' 'libunwind' 'lm_sensors'
             'meson')

Online

#8 2018-04-23 18:15:44

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

Thanks for that advice loqs, I've already done it this way at my first recompliation attempt. Unfortunately my multiple efforts produced the errors posted above. Any suggestions are very welcome.

Offline

#9 2018-04-23 18:47:01

loqs
Member
Registered: 2014-03-06
Posts: 17,323

Re: [SOLVED] drm/radeon kernel 4.16 error

Can you try installing devtools then run `extra-x86_64-build` in the mesa package directory that will build mesa in a clean environment and works on this system for mesa-18.0.1-1

Online

#10 2018-04-23 18:55:42

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

Okay, sure I can. Could you tell me what am I doing wrong or just maybe direct me step by step. I'm cloning into single branch with git command here - https://git.archlinux.org/svntogit/packages.git branch packages/mesa and run makepkg from the build directory (../packages/repos/extra-x86_64/), tried from the trunk too, but doesnt seem to be any difference. Didnt try to use devtools, but will.

Offline

#11 2018-04-23 19:09:54

loqs
Member
Registered: 2014-03-06
Posts: 17,323

Re: [SOLVED] drm/radeon kernel 4.16 error

I do not recognise the error but I am working on the assumption there is something different between your system and the system the package was originally built in which is why I suggested devtools.

Online

#12 2018-04-24 19:21:13

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

Tried to make it in a chroot environment like you desired, but it failed again, beside that the error log and compilation output looks a bit different:

FAILED: src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_tilemgr.cpp.o 
c++ -Isrc/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha -Isrc/gallium/drivers/swr -I../mesa-18.0.1/src/gallium/drivers/swr -Isrc/gallium/drivers/swr/rasterizer/codegen -I../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/codegen -Isrc/gallium/drivers/swr/rasterizer/core -I../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core -Isrc/gallium/drivers/swr/rasterizer/jitter -I../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/jitter -I../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/archrast -Isrc/gallium/drivers/swr/rasterizer -I../mesa-18.0.1/src/gallium/drivers/swr/rasterizer -Isrc/gallium/drivers/swr/rasterizer/core/backends -I/usr/include -fdiagnostics-color=always -DNDEBUG -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O3 '-DVERSION="18.0.1"' -DPACKAGE_VERSION=VERSION '-DPACKAGE_BUGREPORT="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"' -DTEXTURE_FLOAT_ENABLED -DGLX_USE_TLS -DHAVE_ST_VDPAU -DHAVE_X11_PLATFORM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DHAVE_DRM_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DUSE_SSE41 -DUSE_GCC_ATOMIC_BUILTINS -DUSE_X86_64_ASM -DMAJOR_IN_SYSMACROS -DHAVE_SYS_SYSCTL_H -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_POSIX_MEMALIGN -DHAVE_TIMESPEC_GET -DHAVE_MEMFD_CREATE -DHAVE_STRTOD_L -DHAVE_DLADDR -DHAVE_DL_ITERATE_PHDR -DHAVE_LIBDRM -DHAVE_ZLIB -DHAVE_PTHREAD -DHAVE_LLVM=0x0600 -DMESA_LLVM_VERSION_PATCH=0 -DUSE_LIBGLVND=1 -DHAVE_LIBUNWIND -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 -DHAVE_GALLIUM_EXTRA_HUD=1 -DHAVE_LIBSENSORS=1 -Wall -fno-math-errno -fno-trapping-math -Wno-non-virtual-dtor -march=native -O2 -fstack-protector-strong -fno-plt -g -fvar-tracking-assignments -g -fvar-tracking-assignments -D_FORTIFY_SOURCE=2 -fPIC -D__STDC_LIMIT_MACROS -D_GNU_SOURCE -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS -pthread -fvisibility=hidden -fno-strict-aliasing -march=core-avx2 -DKNOB_ARCH=KNOB_ARCH_AVX2  -MD -MQ 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_tilemgr.cpp.o' -MF 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_tilemgr.cpp.o.d' -o 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_tilemgr.cpp.o' -c ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/tilemgr.cpp
In file included from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/intrin.h:30:0,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/utils.h:34,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/arena.h:38,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/fifo.hpp:32,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/tilemgr.cpp:31:
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib_types.hpp: In member function ‘SIMDImpl::SIMD256Impl::Float::operator __m256() const’:
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib_types.hpp:221:57: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi]
             SIMDINLINE SIMDCALL operator __m256() const { return v; }
                                                         ^
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib_types.hpp: In constructor ‘SIMDImpl::SIMD256Impl::Float::Float(__m256)’:
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib_types.hpp:214:24: note: The ABI for passing parameters with 32-byte alignment has changed in GCC 4.6
             SIMDINLINE Float(__m256 in) : v(in) {}
                        ^~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/immintrin.h:41:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/x86intrin.h:48,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/os.h:99,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/fifo.hpp:31,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/tilemgr.cpp:31:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/avxintrin.h: In static member function ‘static SIMDImpl::SIMD256Impl::Integer SIMDImpl::SIMD256Impl::AVXImpl::set1_epi8(char)’:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/avxintrin.h:1332:1: error: inlining failed in call to always_inline ‘__m256i _mm256_set1_epi8(char)’: target specific option mismatch
 _mm256_set1_epi8 (char __A)
 ^~~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib.hpp:95:0,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdintrin.h:28,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/format_types.h:31,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/format_traits.h:32,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/tilemgr.h:36,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/tilemgr.cpp:32:
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx.inl:635:30: note: called from here
     return _mm256_set1_epi8(i);
                              ^
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/immintrin.h:41:0,
                 from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/x86intrin.h:48,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/os.h:99,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/fifo.hpp:31,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/tilemgr.cpp:31:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/include/avxintrin.h:1332:1: error: inlining failed in call to always_inline ‘__m256i _mm256_set1_epi8(char)’: target specific option mismatch
 _mm256_set1_epi8 (char __A)
 ^~~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib.hpp:95:0,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdintrin.h:28,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/format_types.h:31,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/format_traits.h:32,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/tilemgr.h:36,
                 from ../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/core/tilemgr.cpp:32:
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx.inl:635:30: note: called from here
     return _mm256_set1_epi8(i);
                              ^
[1732/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_ClearTile.cpp.o'.
[1733/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_LoadTile_TileY.cpp.o'.
[1734/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_LoadTile_Linear.cpp.o'.
[1735/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_LoadTile_TileX.cpp.o'.
[1736/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_backend_sample.cpp.o'.
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /enigma/zrzut/chroot/user/build

UPDATE: Im terribly sorry, forgot to use attached script in the devtools package. It finally succeeded. Will post the results soon. Thanks once again.

Last edited by Al.Piotrowicz (2018-04-24 19:41:34)

Offline

#13 2018-04-24 19:26:55

loqs
Member
Registered: 2014-03-06
Posts: 17,323

Re: [SOLVED] drm/radeon kernel 4.16 error

Sorry no idea why its failing even in a chroot I had some warning messages but no errors.  Lone_Wolf any ideas?
Edit:
build steps,  PKGBUILD and build log from this system for comparison

$ git clone git://git.archlinux.org/svntogit/packages.git --single-branch --branch "packages/mesa"
$ cd packages/repos/extra-x86_64/ #add options=(!strip debug)
$ extra-x86_64-build
# $Id$
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: Andreas Radke <andyrtr@archlinux.org>

pkgbase=mesa
pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
pkgdesc="An open-source implementation of the OpenGL specification"
pkgver=18.0.1
pkgrel=1
arch=('x86_64')
makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto' 
             'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols'
             'elfutils' 'llvm' 'libomxil-bellagio' 'libclc' 'clang' 'libglvnd' 'libunwind' 'lm_sensors'
             'meson')
url="https://www.mesa3d.org/"
license=('custom')
options=(!strip debug)
source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
        "meson_get_version.py::https://cgit.freedesktop.org/mesa/mesa/plain/bin/meson_get_version.py?h=mesa-18.0.0"
        LICENSE
        0001-glvnd-fix-gl-dot-pc.patch
        0004-meson-Add-library-versions-to-swr-drivers.patch
        0005-meson-Version-libMesaOpenCL-like-autotools-does.patch)
sha512sums=('b0d610904b6f179a27b42aee5f479339e341926915cdc6adb08ac999a4a12539abc3776577e86af83e10381d9703ef1bca70bab81b43daf2c000622c9c3612d2'
            'SKIP'
            'cdc608d7b7de9e6eb6f1b2b4faef4864ac213d379b9dedc7c06e71726c2a1b88a0035d6ec50812a14ba4639e100158c6dff3a1d9456ab36c0a52988287c0d4bd'
            'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
            '75849eca72ca9d01c648d5ea4f6371f1b8737ca35b14be179e14c73cc51dca0739c333343cdc228a6d464135f4791bcdc21734e2debecd29d57023c8c088b028'
            '0f5da6e48885713c7ddef9e5715e178e0a499bcb622d7f19e15b9e4b4647331d7bf14829218b6ab80f17bae90fd95b8df6a0a81203d8081686805ca5329531ff'
            'd3c01f61a0a0cc2f01e66e0126ad8b6386d4a53c1dc1b3b134800e4cd25507e458bac860cbed10cf4b46b04e8d50aba233870587b89c058fffd57436b48289bf')
validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov <emil.l.velikov@gmail.com>
              '946D09B5E4C9845E63075FF1D961C596A7203456'  # Andres Gomez <tanty@igalia.com>
              'E3E8F480C52ADD73B278EE78E1ECBE07D7D70895') # Juan Antonio Suárez Romero (Igalia, S.L.) <jasuarez@igalia.com>"
 
prepare() {
  cd mesa-${pkgver}

  # glvnd support patches - from Fedora
  # non-upstreamed ones
  patch -Np1 -i ../0001-glvnd-fix-gl-dot-pc.patch

  # Upstreamed meson fixes
  patch -Np1 -i ../0004-meson-Add-library-versions-to-swr-drivers.patch
  patch -Np1 -i ../0005-meson-Version-libMesaOpenCL-like-autotools-does.patch

  # file missing from tarball
  cp ../meson_get_version.py bin/
}

build() {
  arch-meson mesa-$pkgver build \
    -D b_lto=false \
    -D b_ndebug=true \
    -D platforms=x11,wayland,drm,surfaceless \
    -D dri-drivers=i915,i965,r100,r200,nouveau \
    -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,swr \
    -D vulkan-drivers=amd,intel \
    -D swr-arches=avx,avx2 \
    -D dri3=true \
    -D egl=true \
    -D gallium-extra-hud=true \
    -D gallium-nine=true \
    -D gallium-omx=true \
    -D gallium-opencl=icd \
    -D gallium-va=true \
    -D gallium-vdpau=true \
    -D gallium-xa=true \
    -D gallium-xvmc=false \
    -D gbm=true \
    -D gles1=true \
    -D gles2=true \
    -D glvnd=true \
    -D glx=dri \
    -D libunwind=true \
    -D llvm=true \
    -D lmsensors=true \
    -D osmesa=gallium \
    -D shared-glapi=true \
    -D texture-float=true \
    -D valgrind=false

  # Print config
  meson configure build

  ninja -C build

  # fake installation to be seperated into packages
  # outside of fakeroot but mesa doesn't need to chown/mod
  DESTDIR="${srcdir}/fakeinstall" ninja -C build install
}

_install() {
  local src f dir
  for src; do
    f="${src#fakeinstall/}"
    dir="${pkgdir}/${f%/*}"
    install -m755 -d "${dir}"
    mv -v "${src}" "${dir}/"
  done
}

package_opencl-mesa() {
  pkgdesc="OpenCL support for AMD/ATI Radeon mesa drivers"
  depends=('expat' 'libdrm' 'libelf' 'libclc' 'clang')
  optdepends=('opencl-headers: headers necessary for OpenCL development')
  provides=('opencl-driver')

  _install fakeinstall/etc/OpenCL
  _install fakeinstall/usr/lib/lib*OpenCL*
  _install fakeinstall/usr/lib/gallium-pipe

  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
}

package_vulkan-intel() {
  pkgdesc="Intel's Vulkan mesa driver"
  depends=('wayland' 'libx11' 'libxshmfence' 'libdrm')
  provides=('vulkan-driver')

  _install fakeinstall/usr/share/vulkan/icd.d/intel_icd*.json
  _install fakeinstall/usr/lib/libvulkan_intel.so
  _install fakeinstall/usr/include/vulkan/vulkan_intel.h

  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
}

package_vulkan-radeon() {
  pkgdesc="Radeon's Vulkan mesa driver"
  depends=('wayland' 'libx11' 'libxshmfence' 'libelf' 'libdrm' 'llvm-libs')
  provides=('vulkan-driver')
 
  _install fakeinstall/usr/share/vulkan/icd.d/radeon_icd*.json
  _install fakeinstall/usr/lib/libvulkan_radeon.so

  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
}

package_libva-mesa-driver() {
  pkgdesc="VA-API implementation for gallium"
  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'libelf' 'libxshmfence')

  _install fakeinstall/usr/lib/dri/*_drv_video.so
   
  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
}

package_mesa-vdpau() {
  pkgdesc="Mesa VDPAU drivers"
  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'libelf' 'libxshmfence')

  _install fakeinstall/usr/lib/vdpau
   
  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
}

package_mesa() {
  depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf' 
           'libomxil-bellagio' 'libunwind' 'llvm-libs' 'lm_sensors' 'libglvnd')
  optdepends=('opengl-man-pages: for the OpenGL API man pages'
              'mesa-vdpau: for accelerated video playback'
              'libva-mesa-driver: for accelerated video playback')
  provides=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri' 'mesa-libgl' 'opengl-driver')
  conflicts=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri' 'mesa-libgl')
  replaces=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa-dri' 'mesa-libgl')
  backup=('etc/drirc')

  _install fakeinstall/etc/drirc
  _install fakeinstall/usr/share/glvnd/egl_vendor.d/50_mesa.json

  # ati-dri, nouveau-dri, intel-dri, svga-dri, swrast
  _install fakeinstall/usr/lib/dri/*_dri.so
   
  _install fakeinstall/usr/lib/bellagio
  _install fakeinstall/usr/lib/d3d
  _install fakeinstall/usr/lib/lib{gbm,glapi}.so*
  _install fakeinstall/usr/lib/libOSMesa.so*
  _install fakeinstall/usr/lib/libwayland*.so*
  _install fakeinstall/usr/lib/libxatracker.so*
  _install fakeinstall/usr/lib/libswrAVX*.so*

  # in libglvnd
  rm -v fakeinstall/usr/lib/libGLESv{1_CM,2}.so*
  
  # in vulkan-headers
  rm -rv fakeinstall/usr/include/vulkan

  _install fakeinstall/usr/include
  _install fakeinstall/usr/lib/pkgconfig

  # libglvnd support
  _install fakeinstall/usr/lib/libGLX_mesa.so*
  _install fakeinstall/usr/lib/libEGL_mesa.so*

  # indirect rendering
  ln -s /usr/lib/libGLX_mesa.so.0 "${pkgdir}/usr/lib/libGLX_indirect.so.0"

  # make sure there are no files left to install
  find fakeinstall -depth -print0 | xargs -0 rmdir

  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
}

mesa-18.0.1-1-x86_64-build.log

+ exec meson setup --prefix /usr --libdir /usr/lib --libexecdir /usr/lib --bindir /usr/bin --sbindir /usr/bin --includedir /usr/include --datadir /usr/share --mandir /usr/share/man --infodir /usr/share/info --localedir /usr/share/locale --sysconfdir /etc --localstatedir /var --sharedstatedir /var/lib --buildtype release --wrap-mode nofallback mesa-18.0.1 build -D b_lto=false -D b_ndebug=true -D platforms=x11,wayland,drm,surfaceless -D dri-drivers=i915,i965,r100,r200,nouveau -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,swr -D vulkan-drivers=amd,intel -D swr-arches=avx,avx2 -D dri3=true -D egl=true -D gallium-extra-hud=true -D gallium-nine=true -D gallium-omx=true -D gallium-opencl=icd -D gallium-va=true -D gallium-vdpau=true -D gallium-xa=true -D gallium-xvmc=false -D gbm=true -D gles1=true -D gles2=true -D glvnd=true -D glx=dri -D libunwind=true -D llvm=true -D lmsensors=true -D osmesa=gallium -D shared-glapi=true -D texture-float=true -D valgrind=false -D b_lto=true
The Meson build system
Version: 0.46.0
Source dir: /build/mesa/src/mesa-18.0.1
Build dir: /build/mesa/src/build
Build type: native build
Program python found: YES (/usr/bin/python)
Project name: mesa
Native C compiler: cc (gcc 7.3.1 "cc (GCC) 7.3.1 20180406")
Appending CFLAGS from environment: '-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -g -fvar-tracking-assignments -g -fvar-tracking-assignments'
Appending LDFLAGS from environment: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Appending CPPFLAGS from environment: '-D_FORTIFY_SOURCE=2'
Native C++ compiler: c++ (gcc 7.3.1 "c++ (GCC) 7.3.1 20180406")
Appending CXXFLAGS from environment: '-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -g -fvar-tracking-assignments -g -fvar-tracking-assignments'
Appending LDFLAGS from environment: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Appending CPPFLAGS from environment: '-D_FORTIFY_SOURCE=2'
Build machine cpu family: x86_64
Build machine cpu: x86_64
Message: WARNING: Floating-point texture enabled. Please consult docs/patents.txt and your lawyer before building mesa.
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Native dependency libdrm_intel found: YES 2.4.91
Program pkg-config found: YES (/usr/bin/pkg-config)
Native dependency vdpau found: YES 1.1.1
Native dependency libomxil-bellagio found: YES 0.9.3
Native dependency libva found: YES 1.1.0
Native dependency libclc found: YES 0.2.0
Program python2 found: YES (/usr/bin/python2)
Checking for function "bswap32": YES
Checking for function "bswap64": YES
Checking for function "clz": YES
Checking for function "clzll": YES
Checking for function "ctz": YES
Checking for function "expect": YES
Checking for function "ffs": YES
Checking for function "ffsll": YES
Checking for function "popcount": YES
Checking for function "popcountll": YES
Checking for function "unreachable": YES
Checking if "__attribute__((const))" compiles: YES
Checking if "__attribute__((flatten))" compiles: YES
Checking if "__attribute__((malloc))" compiles: YES
Checking if "__attribute__((pure))" compiles: YES
Checking if "__attribute__((unused))" compiles: YES
Checking if "__attribute__((warn_unused_result))" compiles: YES
Checking if "__attribute__((weak))" compiles: YES
Checking if "__attribute__((format(...)))" compiles: YES
Checking if "__attribute__((packed))" compiles: YES
Checking if "__attribute__((returns_nonnull))" compiles: YES
Checking if "__attribute__((visibility(...)))" compiles: YES
Checking if "__attribute__((alias(...)))" compiles: YES
Checking if "__attribute__((__noreturn__))" compiles: YES
Compiler for C supports arguments -Wall: YES
Compiler for C supports arguments -Werror=implicit-function-declaration: YES
Compiler for C supports arguments -Werror=missing-prototypes: YES
Compiler for C supports arguments -fno-math-errno: YES
Compiler for C supports arguments -fno-trapping-math: YES
Compiler for C supports arguments -Qunused-arguments: NO
Compiler for C supports arguments -fvisibility=hidden: YES
Compiler for C++ supports arguments -Wall: YES
Compiler for C++ supports arguments -fno-math-errno: YES
Compiler for C++ supports arguments -fno-trapping-math: YES
Compiler for C++ supports arguments -Qunused-arguments: NO
Compiler for C++ supports arguments -Wnon-virtual-dtor: YES
Compiler for C supports arguments -Woverride-init: YES
Compiler for C supports arguments -Winitializer-overrides: NO
Compiler for C++ supports arguments -fvisibility=hidden: YES
Compiler for C supports arguments -Werror=pointer-arith: YES
Compiler for C++ supports arguments -Werror=pointer-arith: YES
Compiler for C supports arguments -Werror=vla: YES
Compiler for C++ supports arguments -Werror=vla: YES
Checking if "GCC atomic builtins" compiles: YES
Checking if "GCC 64bit atomics" links: YES
Header <sys/sysmacros.h> has symbol "major": YES
Checking if "xlocale.h works" compiles: NO
Checking if "sys/sysctl.h works" compiles: YES
Checking if "linux/futex.h works" compiles: YES
Checking if "endian.h works" compiles: YES
Checking for function "strtof": YES
Checking for function "mkostemp": YES
Checking for function "posix_memalign": YES
Checking for function "timespec_get": YES
Checking for function "memfd_create": YES
WARNING: Passed invalid keyword argument "extra_args".
WARNING: This will become a hard error in the future.
Checking if "strtod has locale support" links: YES
Checking if "Bsymbolic" links: YES
Checking if "gc-sections" links: YES
Checking if "version-script" links: YES
Checking if "dynamic-list" links: YES
Checking for function "dlopen": NO
Library dl found: YES
Checking for function "dladdr": YES
Checking for function "dl_iterate_phdr": YES
Checking for function "clock_gettime": YES
Native dependency libdrm found: YES 2.4.91
Native dependency zlib found: YES 1.2.11
Dependency threads found: YES
Native dependency libelf found: YES 0.170
Native dependency expat found: YES 2.2.5
Library m found: YES
Native dependency libdrm_amdgpu found: YES 2.4.91
Native dependency libdrm_radeon found: YES 2.4.91
Native dependency libdrm_nouveau found: YES 2.4.91
Found llvm-config: /usr/bin/llvm-config (6.0.0)
Dependency LLVM found: YES
LLVM module all-targets found: YES
LLVM module amdgpu found: YES
LLVM module asmparser found: YES
LLVM module bitreader found: YES
LLVM module bitwriter found: YES
LLVM module coverage found: YES
LLVM module engine found: YES
LLVM module instrumentation found: YES
LLVM module ipo found: YES
LLVM module irreader found: YES
LLVM module linker found: YES
LLVM module lto found: YES
LLVM module mcdisassembler found: YES
LLVM module mcjit found: YES
LLVM module objcarcopts found: YES
LLVM module option found: YES
LLVM module profiledata found: YES
Native dependency libglvnd found: YES 1.0.0
Program bison found: YES (/usr/bin/bison)
Program flex found: YES (/usr/bin/flex)
Native dependency libunwind found: YES 1.2.1
Program wayland-scanner found: YES (/usr/bin/wayland-scanner)
Native dependency wayland-protocols found: YES 1.13
Native dependency wayland-client found: YES 1.14.0
Native dependency wayland-server found: YES 1.14.0
Native dependency x11 found: YES 1.6.5
Native dependency xext found: YES 1.3.3
Native dependency xdamage found: YES 1.1.4
Native dependency xfixes found: YES 5.0.3
Native dependency xcb-glx found: YES 1.13
Native dependency xxf86vm found: YES 1.1.4
Native dependency xcb found: YES 1.13
Native dependency x11-xcb found: YES 1.6.5
Native dependency xcb-dri2 found: YES 1.13
Native dependency xcb-dri3 found: YES 1.13
Native dependency xcb-present found: YES 1.13
Native dependency xcb-sync found: YES 1.13
Native dependency xshmfence found: YES 1.3
Native dependency dri2proto found: YES 2.8
Native dependency glproto found: YES 1.4.17
Native dependency xcb-xfixes found: YES 1.13
Library libsensors found: YES
Program touch found: YES (/usr/bin/touch)
meson.build:1220: WARNING: Trying to compare values of different types (DependencyHolder, list) using !=.
The result of this is undefined and will become a hard error in a future Meson release.
meson.build:1234: WARNING: Trying to compare values of different types (ExternalLibraryHolder, list) using !=.
The result of this is undefined and will become a hard error in a future Meson release.
Configuring radeon_icd.x86_64.json using configuration
Configuring dev_icd.json using configuration
Program /build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py found: YES (/build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py)
src/glx/meson.build:136: WARNING: Trying to compare values of different types (DependencyHolder, list) using !=.
The result of this is undefined and will become a hard error in a future Meson release.
Checking for function "mincore": YES
src/gallium/auxiliary/meson.build:342: WARNING: Trying to compare values of different types (DependencyHolder, list) using !=.
The result of this is undefined and will become a hard error in a future Meson release.
Compiler for C++ supports arguments -fno-strict-aliasing: YES
WARNING: Passed invalid keyword argument "prefix".
WARNING: This will become a hard error in the future.
WARNING: Passed invalid keyword argument "prefix".
WARNING: This will become a hard error in the future.
WARNING: Passed invalid keyword argument "prefix".
WARNING: This will become a hard error in the future.
Compiler for C++ supports arguments -target-cpu=sandybridge: NO
WARNING: Passed invalid keyword argument "prefix".
WARNING: This will become a hard error in the future.
WARNING: Passed invalid keyword argument "prefix".
WARNING: This will become a hard error in the future.
Compiler for C++ supports arguments -mavx: YES
First supported argument: -mavx
WARNING: Passed invalid keyword argument "prefix".
WARNING: This will become a hard error in the future.
WARNING: Passed invalid keyword argument "prefix".
WARNING: This will become a hard error in the future.
WARNING: Passed invalid keyword argument "prefix".
WARNING: This will become a hard error in the future.
Compiler for C++ supports arguments -target-cpu=haswell: NO
WARNING: Passed invalid keyword argument "prefix".
WARNING: This will become a hard error in the future.
WARNING: Passed invalid keyword argument "prefix".
WARNING: This will become a hard error in the future.
Compiler for C++ supports arguments -march=core-avx2: YES
First supported argument: -march=core-avx2
Configuring xa_tracker.h using configuration
Library clangCodeGen found: YES
Library clangFrontendTool found: YES
Library clangFrontend found: YES
Library clangDriver found: YES
Library clangSerialization found: YES
Library clangParse found: YES
Library clangSema found: YES
Library clangAnalysis found: YES
Library clangAST found: YES
Library clangEdit found: YES
Library clangLex found: YES
Library clangBasic found: YES
Configuring mesa.icd using configuration
Program /build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py found: YES (/build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py)
Program /build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py found: YES (/build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py)
Program /build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py found: YES (/build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py)
Build targets in project: 238
Found ninja-1.8.2 at /usr/bin/ninja
Core properties:
  Source dir /build/mesa/src/mesa-18.0.1
  Build dir  /build/mesa/src/build

Core options:

  Option          Current Value Possible Values                                  Description                   
  ------          ------------- ---------------                                  -----------                   
  buildtype       release       [plain, debug, debugoptimized, release, minsize] Build type to use.            
  warning_level   1             [1, 2, 3]                                        Compiler warning level to use.
  werror          false         [true, false]                                    Treat warnings as errors.     
  strip           false         [true, false]                                    Strip targets on install.     
  unity           off           [on, off, subprojects]                           Unity build.                  
  default_library shared        [shared, static, both]                           Default library type.         
  Option            Current Value Description                                                
  ------            ------------- -----------                                                
  backend_max_links 0             Maximum number of linker processes to run or 0 for no limit

Base options:
  Option      Current Value Possible Values                                               Description                                   
  ------      ------------- ---------------                                               -----------                                   
  b_asneeded  true          [true, false]                                                 Use -Wl,--as-needed when linking              
  b_colorout  always        [auto, always, never]                                         Use colored output                            
  b_coverage  false         [true, false]                                                 Enable coverage tracking.                     
  b_lto       false         [true, false]                                                 Use link time optimization                    
  b_lundef    true          [true, false]                                                 Use -Wl,--no-undefined when linking           
  b_ndebug    true          [true, false, if-release]                                     Disable asserts                               
  b_pch       true          [true, false]                                                 Use precompiled headers                       
  b_pgo       off           [off, generate, use]                                          Use profile guided optimization               
  b_sanitize  none          [none, address, thread, undefined, memory, address,undefined] Code sanitizer to use                         
  b_staticpic true          [true, false]                                                 Build static libraries as position independent

Compiler arguments:
  c_args ['-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-fno-plt', '-g', '-fvar-tracking-assignments', '-g', '-fvar-tracking-assignments', '-D_FORTIFY_SOURCE=2']
  cpp_args ['-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-fno-plt', '-g', '-fvar-tracking-assignments', '-g', '-fvar-tracking-assignments', '-D_FORTIFY_SOURCE=2']

Linker args:
  c_link_args ['-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-fno-plt', '-g', '-fvar-tracking-assignments', '-g', '-fvar-tracking-assignments', '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now']
  cpp_link_args ['-march=x86-64', '-mtune=generic', '-O2', '-pipe', '-fstack-protector-strong', '-fno-plt', '-g', '-fvar-tracking-assignments', '-g', '-fvar-tracking-assignments', '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now']

Compiler options:
  Option       Current Value Description                 
  ------       ------------- -----------                 
  cpp_std      c++11         C++ language standard to use
  cpp_debugstl false         STL debug mode              
  c_std        c99           C language standard to use  

Directories:
  Option         Current Value Description                             
  ------         ------------- -----------                             
  prefix         /usr          Installation prefix.                    
  libdir         lib           Library directory.                      
  libexecdir     lib           Library executable directory.           
  bindir         bin           Executable directory.                   
  sbindir        bin           System executable directory.            
  includedir     include       Header file directory.                  
  datadir        share         Data file directory.                    
  mandir         share/man     Manual page directory.                  
  infodir        share/info    Info page directory.                    
  localedir      share/locale  Locale data directory.                  
  sysconfdir     /etc          Sysconf data directory.                 
  localstatedir  /var          Localstate data directory.              
  sharedstatedir /var/lib      Architecture-independent data directory.

Project options:
  Option            Current Value                                    Possible Values                           Description                                                                                                                                                              
  ------            -------------                                    ---------------                           -----------                                                                                                                                                              
  asm               true                                             [true, false]                             Build assembly code if possible                                                                                                                                          
  build-tests       false                                            [true, false]                             Build unit tests. Currently this will build *all* unit tests, which may build more than expected.                                                                        
  d3d-drivers-path                                                                                             Location of D3D drivers. Default: $libdir/d3d                                                                                                                            
  dri-drivers       i915,i965,r100,r200,nouveau                                                                comma separated list of dri drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built                                  
  dri-drivers-path                                                                                             Location to install dri drivers. Default: $libdir/dri.                                                                                                                   
  dri-search-path                                                                                              Locations to search for dri drivers, passed as colon separated list. Default: dri-drivers-path.                                                                          
  dri3              true                                             [auto, true, false]                       enable support for dri3                                                                                                                                                  
  egl               true                                             [auto, true, false]                       Build support for EGL platform                                                                                                                                           
  gallium-drivers   r300,r600,radeonsi,nouveau,virgl,svga,swrast,swr                                           comma separated list of gallium drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built                              
  gallium-extra-hud true                                             [true, false]                             Enable HUD block/NIC I/O HUD status support                                                                                                                              
  gallium-nine      true                                             [true, false]                             build gallium "nine" Direct3D 9.x state tracker.                                                                                                                         
  gallium-omx       true                                             [auto, true, false]                       enable gallium omx bellagio state tracker.                                                                                                                               
  gallium-opencl    icd                                              [icd, standalone, disabled]               build gallium "clover" OpenCL state tracker.                                                                                                                             
  gallium-va        true                                             [auto, true, false]                       enable gallium va state tracker.                                                                                                                                         
  gallium-vdpau     true                                             [auto, true, false]                       enable gallium vdpau state tracker.                                                                                                                                      
  gallium-xa        true                                             [auto, true, false]                       enable gallium xa state tracker.                                                                                                                                         
  gallium-xvmc      false                                            [auto, true, false]                       enable gallium xvmc state tracker.                                                                                                                                       
  gbm               true                                             [auto, true, false]                       Build support for gbm platform                                                                                                                                           
  gles1             true                                             [true, false]                             Build support for OpenGL ES 1.x                                                                                                                                          
  gles2             true                                             [true, false]                             Build support for OpenGL ES 2.x and 3.x                                                                                                                                  
  glvnd             true                                             [true, false]                             Enable GLVND support.                                                                                                                                                    
  glx               dri                                              [auto, disabled, dri, xlib, gallium-xlib] Build support for GLX platform                                                                                                                                           
  libunwind         true                                             [auto, true, false]                       Use libunwind for stack-traces                                                                                                                                           
  llvm              true                                             [auto, true, false]                       Build with LLVM support.                                                                                                                                                 
  lmsensors         true                                             [auto, true, false]                       Enable HUD lmsensors support.                                                                                                                                            
  omx-libs-path                                                                                                path to put omx libraries. defaults to omx-bellagio pkg-config pluginsdir.                                                                                               
  opengl            true                                             [true, false]                             Build support for OpenGL (all versions)                                                                                                                                  
  osmesa            gallium                                          [none, classic, gallium]                  Build OSmesa.                                                                                                                                                            
  osmesa-bits       8                                                [8, 16, 32]                               Number of channel bits for OSMesa.                                                                                                                                       
  platforms         x11,wayland,drm,surfaceless                                                                comma separated list of window systems to support. If this is set to auto all platforms applicable to the OS will be enabled.                                            
  selinux           false                                            [true, false]                             Build an SELinux-aware Mesa                                                                                                                                              
  shader-cache      true                                             [true, false]                             Build with on-disk shader cache support                                                                                                                                  
  shared-glapi      true                                             [true, false]                             Whether to build a shared or static glapi                                                                                                                                
  swr-arches        avx,avx2                                                                                   Comma delemited swr architectures. choices : avx,avx2,knl,skx                                                                                                            
  texture-float     true                                             [true, false]                             Enable floating point textures and renderbuffers. This option may be patent encumbered, please read docs/patents.txt and consult with your lawyer before turning this on.
  va-libs-path                                                                                                 path to put va libraries. defaults to $libdir/dri.                                                                                                                       
  valgrind          false                                            [auto, true, false]                       Build with valgrind support                                                                                                                                              
  vdpau-libs-path                                                                                              path to put vdpau libraries. defaults to $libdir/vdpau.                                                                                                                  
  vulkan-drivers    amd,intel                                                                                  comma separated list of vulkan drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built                               
  vulkan-icd-dir                                                                                               Location relative to prefix to put vulkan icds on install. Default: $datadir/vulkan/icd.d                                                                                
  xvmc-libs-path                                                                                               path to put xvmc libraries. defaults to $libdir.                                                                                                                         

Testing options:
  Option    Current Value Possible Values Description                                  
  ------    ------------- --------------- -----------                                  
  stdsplit  true          [true, false]   Split stdout and stderr in test logs.        
  errorlogs true          [true, false]   Whether to print the logs from failing tests.
ninja: Entering directory `build'
[1/2396] Generating dummy_cpp with a custom command.
[2/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/bitscan.c.o'.
[3/2396] Generating git_sha1.h with a custom command.
[4/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/build_id.c.o'.
[5/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/crc32.c.o'.
[6/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/mesa-sha1.c.o'.
[7/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/half_float.c.o'.
[8/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/os_time.c.o'.
[9/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/rand_xor.c.o'.
[10/2396] Generating xmlpool_options.h with a meson_exe.py custom command.
[11/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/debug.c.o'.
[12/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/hash_table.c.o'.
[13/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/ralloc.c.o'.
[14/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/sha1_sha1.c.o'.
[15/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/slab.c.o'.
[16/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/u_atomic.c.o'.
[17/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/strtod.c.o'.
[18/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/string_buffer.c.o'.
[19/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/set.c.o'.
[20/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/disk_cache.c.o'.
[21/2396] Compiling C object 'src/util/src@util@@xmlconfig@sta/xmlconfig.c.o'.
[22/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/u_vector.c.o'.
[23/2396] Linking static target src/util/libxmlconfig.a.
[24/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/u_queue.c.o'.
[25/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/register_allocate.c.o'.
[26/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/rgtc.c.o'.
[27/2396] Generating enums.c with a meson_exe.py custom command.
[28/2396] Generating indirect.c with a meson_exe.py custom command.
[29/2396] Generating marshal_generated.c with a meson_exe.py custom command.
[30/2396] Generating api_exec.c with a meson_exe.py custom command.
[31/2396] Generating glapi_mapi_tmp.h with a meson_exe.py custom command.
[32/2396] Generating nir_opcodes.h with a meson_exe.py custom command.
[33/2396] Generating indirect.h with a meson_exe.py custom command.
[34/2396] Compiling C object 'src/mapi/glapi/src@mapi@glapi@@glapi_static@sta/.._entry.c.o'.
[35/2396] Linking static target src/mapi/glapi/libglapi_static.a.
[36/2396] Generating nir_opcodes.c with a meson_exe.py custom command.
[37/2396] Generating indirect_init.c with a meson_exe.py custom command.
[38/2396] Generating ir_expression_operation.h with a meson_exe.py custom command.
[39/2396] Generating nir_opt_algebraic.c with a meson_exe.py custom command.
[40/2396] Compiling C object 'src/compiler/src@compiler@@compiler@sta/shader_enums.c.o'.
[41/2396] Generating nir_constant_expressions.c with a meson_exe.py custom command.
[42/2396] Generating nir_builder_opcodes.h with a meson_exe.py custom command.
[43/2396] Compiling C object 'src/compiler/src@compiler@@compiler@sta/blob.c.o'.
[44/2396] Generating spirv_info.c with a custom command.
[45/2396] Generating vtn_gather_types.c with a custom command.
[46/2396] Generating indirect_size.c with a meson_exe.py custom command.
[47/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/meson-generated_.._spirv_info.c.o'.
[48/2396] Compiling C++ object 'src/compiler/src@compiler@@compiler@sta/nir_types.cpp.o'.
[49/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_drawpixels.c.o'.
[50/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/meson-generated_.._nir_opcodes.c.o'.
[51/2396] Generating indirect_size.h with a meson_exe.py custom command.
[52/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/meson-generated_.._vtn_gather_types.c.o'.
[53/2396] Generating shared_glapi_mapi_tmp.h with a meson_exe.py custom command.
[54/2396] Compiling C object 'src/mapi/shared-glapi/src@mapi@shared-glapi@@glapi@sha/.._table.c.o'.
[55/2396] Generating es2_glapi_mapi_tmp.h with a meson_exe.py custom command.
[56/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_clone.c.o'.
[57/2396] Compiling C object 'src/mapi/shared-glapi/src@mapi@shared-glapi@@glapi@sha/.._mapi_glapi.c.o'.
[58/2396] Generating es1_glapi_mapi_tmp.h with a meson_exe.py custom command.
[59/2396] Compiling C object 'src/mapi/shared-glapi/src@mapi@shared-glapi@@glapi@sha/.._u_execmem.c.o'.
[60/2396] Compiling C object 'src/mapi/shared-glapi/src@mapi@shared-glapi@@glapi@sha/.._u_current.c.o'.
[61/2396] Compiling C object 'src/mapi/shared-glapi/src@mapi@shared-glapi@@glapi@sha/.._stub.c.o'.
[62/2396] Compiling C object 'src/mapi/es1api/src@mapi@es1api@@GLESv1_CM@sha/.._entry.c.o'.
[63/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_control_flow.c.o'.
[64/2396] Compiling C object 'src/mapi/es2api/src@mapi@es2api@@GLESv2@sha/.._entry.c.o'.
[65/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir.c.o'.
[66/2396] Compiling C object 'src/mapi/shared-glapi/src@mapi@shared-glapi@@glapi@sha/.._entry.c.o'.
[67/2396] Compiling C++ object 'src/compiler/src@compiler@@compiler@sta/glsl_types.cpp.o'.
[68/2396] Linking static target src/compiler/libcompiler.a.
[69/2396] Linking target src/mapi/shared-glapi/libglapi.so.0.0.0.
[70/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/meson-generated_.._nir_opt_algebraic.c.o'.
[71/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_liveness.c.o'.
[72/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_dominance.c.o'.
[73/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_linking_helpers.c.o'.
[74/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_gs_count_vertices.c.o'.
[75/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_from_ssa.c.o'.
[76/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_gather_info.c.o'.
[77/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_inline_functions.c.o'.
[78/2396] Generating symbol file 'src/mapi/shared-glapi/src@mapi@shared-glapi@@glapi@sha/libglapi.so.0.0.0.symbols'.
[79/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_intrinsics.c.o'.
[80/2396] Linking target src/mapi/es2api/libGLESv2.so.2.0.0.
[81/2396] Linking target src/mapi/es1api/libGLESv1_CM.so.1.0.0.
[82/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_clip_cull_distance_arrays.c.o'.
[83/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_instr_set.c.o'.
[84/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_constant_initializers.c.o'.
[85/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_loop_analyze.c.o'.
[86/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_64bit_packing.c.o'.
[87/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_atomics.c.o'.
[88/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_atomics_to_ssbo.c.o'.
[89/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_passthrough_edgeflags.c.o'.
[90/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_bitmap.c.o'.
[91/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_alpha_test.c.o'.
[92/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_clamp_color_outputs.c.o'.
[93/2396] Generating wayland-drm-server-protocol.h with a custom command.
[94/2396] Generating format_srgb with a meson_exe.py custom command.
[95/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_patch_vertices.c.o'.
[96/2396] Compiling C object 'src/util/src@util@@mesa_util@sta/meson-generated_.._format_srgb.c.o'.
[97/2396] Linking static target src/util/libmesa_util.a.
[98/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_global_vars_to_local.c.o'.
[99/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_clip.c.o'.
[100/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_load_const_to_scalar.c.o'.
[101/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_locals_to_regs.c.o'.
[102/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_gs_intrinsics.c.o'.
[103/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_alu_to_scalar.c.o'.
[104/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_indirect_derefs.c.o'.
[105/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_io_to_temporaries.c.o'.
[106/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_io_arrays_to_elements.c.o'.
[107/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_var_copies.c.o'.
[108/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_io_types.c.o'.
[109/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/meson-generated_.._nir_constant_expressions.c.o'.
[110/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_vec_to_movs.c.o'.
[111/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_io.c.o'.
[112/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_phis_to_scalar.c.o'.
[113/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_regs_to_ssa.c.o'.
[114/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_samplers_as_deref.c.o'.
[115/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_returns.c.o'.
[116/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_to_source_mods.c.o'.
[117/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_io_to_scalar.c.o'.
[118/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_samplers.c.o'.
[119/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_two_sided_color.c.o'.
[120/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_uniforms_to_ubo.c.o'.
[121/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_idiv.c.o'.
[122/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_wpos_center.c.o'.
[123/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_metadata.c.o'.
[124/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_move_vec_src_uses_to_dest.c.o'.
[125/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_vars_to_ssa.c.o'.
[126/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_system_values.c.o'.
[127/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_conditional_discard.c.o'.
[128/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_constant_folding.c.o'.
[129/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_normalize_cubemap_coords.c.o'.
[130/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_subgroups.c.o'.
[131/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_copy_propagate.c.o'.
[132/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_cse.c.o'.
[133/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_intrinsics.c.o'.
[134/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_dce.c.o'.
[135/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_copy_prop_vars.c.o'.
[136/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_dead_cf.c.o'.
[137/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_wpos_ytransform.c.o'.
[138/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_loop_unroll.c.o'.
[139/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_global_to_local.c.o'.
[140/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_if.c.o'.
[141/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_double_ops.c.o'.
[142/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_gcm.c.o'.
[143/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_move_comparisons.c.o'.
[144/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_peephole_select.c.o'.
[145/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_phi_builder.c.o'.
[146/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_trivial_continues.c.o'.
[147/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_int64.c.o'.
[148/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_propagate_invariant.c.o'.
[149/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_undef.c.o'.
[150/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_remove_dead_variables.c.o'.
[151/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_opt_remove_phis.c.o'.
[152/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_repair_ssa.c.o'.
[153/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_lower_tex.c.o'.
[154/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_split_var_copies.c.o'.
[155/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_validate.c.o'.
[156/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_print.c.o'.
[157/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_to_lcssa.c.o'.
[158/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_sweep.c.o'.
[159/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_search.c.o'.
[160/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_worklist.c.o'.
[161/2396] Generating glcpp-lex.c with a custom command.
[162/2396] Generating glsl_lexer_cpp with a custom command.
[163/2396] Generating glcpp-parse.[ch] with a custom command.
[164/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/nir_serialize.c.o'.
[165/2396] Generating glsl_parser with a custom command.
[166/2396] Compiling C object 'src/compiler/glsl/glcpp/src@compiler@glsl@glcpp@@glcpp@sta/pp.c.o'.
[167/2396] Generating ir_expression_operation_strings.h with a meson_exe.py custom command.
[168/2396] Generating ir_expression_operation_constant.h with a meson_exe.py custom command.
[169/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_compiler.c.o'.
[170/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_noise.cpp.o'.
[171/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_dead_control_flow.cpp.o'.
[172/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/.._spirv_vtn_cfg.c.o'.
[173/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ast_array_index.cpp.o'.
[174/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ast_expr.cpp.o'.
[175/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/.._spirv_vtn_alu.c.o'.
[176/2396] Compiling C object 'src/compiler/glsl/glcpp/src@compiler@glsl@glcpp@@glcpp@sta/meson-generated_.._glcpp-parse.c.o'.
[177/2396] Compiling C object 'src/compiler/glsl/glcpp/src@compiler@glsl@glcpp@@glcpp@sta/meson-generated_.._glcpp-lex.c.o'.
[178/2396] Linking static target src/compiler/glsl/glcpp/libglcpp.a.
[179/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/.._spirv_vtn_variables.c.o'.
[180/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/.._spirv_spirv_to_nir.c.o'.
../mesa-18.0.1/src/compiler/spirv/spirv_to_nir.c: In function ‘vtn_handle_body_instruction’:
../mesa-18.0.1/src/compiler/spirv/spirv_to_nir.c:2793:59: warning: ‘srcs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    nir_alu_instr *vec = create_vec(b, num_components, srcs[0]->bit_size);
                                                       ~~~~^~~
[181/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ast_type.cpp.o'.
[182/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_validate.cpp.o'.
[183/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_reader.cpp.o'.
[184/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_set_program_inouts.cpp.o'.
[185/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/builtin_types.cpp.o'.
[186/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ast_function.cpp.o'.
[187/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/glsl_symbol_table.cpp.o'.
[188/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/meson-generated_.._glsl_parser.cpp.o'.
[189/2396] Compiling C object 'src/compiler/nir/src@compiler@nir@@nir@sta/.._spirv_vtn_glsl450.c.o'.
[190/2396] Linking static target src/compiler/nir/libnir.a.
[191/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/hir_field_selection.cpp.o'.
[192/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_array_refcount.cpp.o'.
[193/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/builtin_variables.cpp.o'.
[194/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_basic_block.cpp.o'.
[195/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_builder.cpp.o'.
[196/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/glsl_parser_extras.cpp.o'.
[197/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_expression_flattening.cpp.o'.
[198/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_clone.cpp.o'.
[199/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_equals.cpp.o'.
[200/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ast_to_hir.cpp.o'.
[201/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_function_can_inline.cpp.o'.
[202/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/generate_ir.cpp.o'.
[203/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_function.cpp.o'.
[204/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_function_detect_recursion.cpp.o'.
[205/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_hierarchical_visitor.cpp.o'.
[206/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_hv_accept.cpp.o'.
[207/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_rvalue_visitor.cpp.o'.
[208/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_compile_clip.c.o'.
[209/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir.cpp.o'.
[210/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_print_visitor.cpp.o'.
[211/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_vec_index_to_cond_assign.cpp.o'.
[212/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_offset_array.cpp.o'.
[213/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_vec_index_to_swizzle.cpp.o'.
[214/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_variable_refcount.cpp.o'.
[215/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_compile_sf.c.o'.
[216/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/ir_constant_expression.cpp.o'.
[217/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/link_functions.cpp.o'.
[218/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/link_atomics.cpp.o'.
[219/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/link_interface_blocks.cpp.o'.
[220/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/link_uniform_block_active_visitor.cpp.o'.
[221/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/glsl_to_nir.cpp.o'.
[222/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/link_uniform_initializers.cpp.o'.
[223/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/loop_analysis.cpp.o'.
[224/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/link_uniform_blocks.cpp.o'.
[225/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/loop_unroll.cpp.o'.
[226/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/link_uniforms.cpp.o'.
[227/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/meson-generated_.._glsl_lexer.cpp.o'.
[228/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_buffer_access.cpp.o'.
[229/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_blend_equation_advanced.cpp.o'.
[230/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_const_arrays_to_uniforms.cpp.o'.
[231/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_discard.cpp.o'.
[232/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_discard_flow.cpp.o'.
[233/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_cs_derived.cpp.o'.
[234/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_if_to_cond_assign.cpp.o'.
[235/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_distance.cpp.o'.
[236/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_int64.cpp.o'.
[237/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/link_varyings.cpp.o'.
[238/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_mat_op_to_vec.cpp.o'.
[239/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_named_interface_blocks.cpp.o'.
[240/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/linker.cpp.o'.
[241/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_jumps.cpp.o'.
[242/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_subroutine.cpp.o'.
[243/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_packed_varyings.cpp.o'.
[244/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/builtin_functions.cpp.o'.
[245/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_vs_visitor.cpp.o'.
[246/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_texture_projection.cpp.o'.
[247/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_tess_level.cpp.o'.
[248/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_packing_builtins.cpp.o'.
[249/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_constant_propagation.cpp.o'.
[250/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_reg_allocate.cpp.o'.
[251/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_constant_variable.cpp.o'.
[252/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_vector.cpp.o'.
[253/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_vector_derefs.cpp.o'.
[254/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_vector_insert.cpp.o'.
[255/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_vertex_id.cpp.o'.
[256/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_tcs.cpp.o'.
[257/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_instructions.cpp.o'.
[258/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_surface_builder.cpp.o'.
[259/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_output_reads.cpp.o'.
[260/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_conditional_discard.cpp.o'.
[261/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_constant_folding.cpp.o'.
[262/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_dead_functions.cpp.o'.
[263/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_dead_code_local.cpp.o'.
[264/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_array_splitting.cpp.o'.
[265/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_visitor.cpp.o'.
[266/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_shared_reference.cpp.o'.
[267/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_variable_index_to_cond_assign.cpp.o'.
[268/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_dead_builtin_variables.cpp.o'.
[269/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_algebraic.cpp.o'.
[270/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_dead_code.cpp.o'.
[271/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_copy_propagation_elements.cpp.o'.
[272/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_flatten_nested_if_blocks.cpp.o'.
[273/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_copy_propagation.cpp.o'.
[274/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_function_inlining.cpp.o'.
[275/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/lower_ubo_reference.cpp.o'.
[276/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_flip_matrices.cpp.o'.
[277/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_redundant_jumps.cpp.o'.
[278/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_if_simplification.cpp.o'.
[279/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_swizzle.cpp.o'.
[280/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/string_to_uint_map.cpp.o'.
[281/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_structure_splitting.cpp.o'.
[282/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_minmax.cpp.o'.
[283/2396] Generating wayland-drm-protocol.c with a custom command.
[284/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_tree_grafting.cpp.o'.
[285/2396] Generating wayland-drm-client-protocol.h with a custom command.
[286/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_rebalance_tree.cpp.o'.
[287/2396] Compiling C object 'src/egl/wayland/wayland-drm/src@egl@wayland@wayland-drm@@wayland_drm@sta/meson-generated_.._wayland-drm-protocol.c.o'.
[288/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/propagate_invariance.cpp.o'.
[289/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_vectorize.cpp.o'.
[290/2396] Compiling C object 'src/vulkan/wsi/src@vulkan@wsi@@vulkan_wsi@sta/meson-generated_.._.._.._egl_wayland_wayland-drm_wayland-drm-protocol.c.o'.
[291/2396] Generating vk_enum_to_str with a custom command.
[292/2396] Compiling C object 'src/egl/wayland/wayland-drm/src@egl@wayland@wayland-drm@@wayland_drm@sta/wayland-drm.c.o'.
[293/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/opt_dead_builtin_varyings.cpp.o'.
[294/2396] Linking static target src/egl/wayland/wayland-drm/libwayland_drm.a.
[295/2396] Compiling C object 'src/vulkan/util/src@vulkan@util@@vulkan_util@sta/vk_util.c.o'.
[296/2396] Compiling C object 'src/vulkan/util/src@vulkan@util@@vulkan_util@sta/vk_debug_report.c.o'.
[297/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/s_expression.cpp.o'.
[298/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/addrinterface.cpp.o'.
../mesa-18.0.1/src/amd/addrlib/addrinterface.cpp: In function ‘int ElemGetExportNorm(ADDR_HANDLE, const ELEM_GETEXPORTNORM_INPUT*)’:
../mesa-18.0.1/src/amd/addrlib/addrinterface.cpp:835:23: warning: variable ‘returnCode’ set but not used [-Wunused-but-set-variable]
     ADDR_E_RETURNCODE returnCode = ADDR_OK;
                       ^~~~~~~~~~
[299/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/shader_cache.cpp.o'.
[300/2396] Compiling C object 'src/vulkan/wsi/src@vulkan@wsi@@vulkan_wsi@sta/wsi_common_wayland.c.o'.
[301/2396] Compiling C object 'src/vulkan/wsi/src@vulkan@wsi@@vulkan_wsi@sta/wsi_common.c.o'.
[302/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/core_addrlib.cpp.o'.
[303/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/core_addrobject.cpp.o'.
[304/2396] Compiling C object 'src/vulkan/util/src@vulkan@util@@vulkan_util@sta/meson-generated_.._vk_enum_to_str.c.o'.
[305/2396] Linking static target src/vulkan/util/libvulkan_util.a.
[306/2396] Compiling C object 'src/vulkan/wsi/src@vulkan@wsi@@vulkan_wsi@sta/wsi_common_x11.c.o'.
[307/2396] Compiling C++ object 'src/compiler/glsl/src@compiler@glsl@@glsl@sta/serialize.cpp.o'.
[308/2396] Linking static target src/vulkan/wsi/libvulkan_wsi.a.
[309/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/core_addrelemlib.cpp.o'.
[310/2396] Linking static target src/compiler/glsl/libglsl.a.
[311/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/core_addrlib2.cpp.o'.
[312/2396] Generating radv_extensions.c with a custom command.
[313/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/gfx9_coord.cpp.o'.
[314/2396] Generating radv_entrypoints.[ch] with a custom command.
[315/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/r800_ciaddrlib.cpp.o'.
[316/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/core_addrlib1.cpp.o'.
[317/2396] Generating vk_format_table.c with a meson_exe.py custom command.
[318/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/r800_egbaddrlib.cpp.o'.
../mesa-18.0.1/src/amd/addrlib/r800/egbaddrlib.cpp: In member function ‘int Addr::V1::EgBasedLib::SanityCheckMacroTiled(ADDR_TILEINFO*) const’:
../mesa-18.0.1/src/amd/addrlib/r800/egbaddrlib.cpp:980:13: warning: unused variable ‘numPipes’ [-Wunused-variable]
     UINT_32 numPipes    = HwlGetPipes(pTileInfo);
             ^~~~~~~~
../mesa-18.0.1/src/amd/addrlib/r800/egbaddrlib.cpp: In member function ‘virtual long long unsigned int Addr::V1::EgBasedLib::HwlGetSizeAdjustmentMicroTiled(unsigned int, unsigned int, ADDR_SURFACE_FLAGS, unsigned int, unsigned int, unsigned int, unsigned int*, unsigned int*) const’:
../mesa-18.0.1/src/amd/addrlib/r800/egbaddrlib.cpp:4109:13: warning: variable ‘physicalSliceSize’ set but not used [-Wunused-but-set-variable]
     UINT_64 physicalSliceSize;
             ^~~~~~~~~~~~~~~~~
[319/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/meson-generated_.._vk_format_table.c.o'.
[320/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/meson-generated_.._radv_entrypoints.c.o'.
[321/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/winsys_amdgpu_radv_amdgpu_bo.c.o'.
[322/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/r800_siaddrlib.cpp.o'.
[323/2396] Generating genX_xml.h with a meson_exe.py custom command.
[324/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/winsys_amdgpu_radv_amdgpu_surface.c.o'.
[325/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/meson-generated_.._radv_extensions.c.o'.
[326/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/winsys_amdgpu_radv_amdgpu_winsys.c.o'.
[327/2396] Compiling C object 'src/intel/blorp/src@intel@blorp@@blorp@sta/blorp_clear.c.o'.
[328/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/winsys_amdgpu_radv_amdgpu_cs.c.o'.
[329/2396] Compiling C++ object 'src/amd/addrlib/src@amd@addrlib@@addrlib@sta/gfx9_gfx9addrlib.cpp.o'.
../mesa-18.0.1/src/amd/addrlib/gfx9/gfx9addrlib.cpp: In member function ‘virtual ADDR_E_RETURNCODE Addr::V2::Gfx9Lib::HwlComputeBlock256Equation(AddrResourceType, AddrSwizzleMode, unsigned int, ADDR_EQUATION*) const’:
../mesa-18.0.1/src/amd/addrlib/gfx9/gfx9addrlib.cpp:2386:15: warning: variable ‘microBlockDim’ set but not used [-Wunused-but-set-variable]
         Dim2d microBlockDim = Block256_2d[elementBytesLog2];
               ^~~~~~~~~~~~~
../mesa-18.0.1/src/amd/addrlib/gfx9/gfx9addrlib.cpp: In member function ‘ADDR_E_RETURNCODE Addr::V2::Gfx9Lib::ComputeStereoInfo(const ADDR2_COMPUTE_SURFACE_INFO_INPUT*, ADDR2_COMPUTE_SURFACE_INFO_OUTPUT*, unsigned int*) const’:
../mesa-18.0.1/src/amd/addrlib/gfx9/gfx9addrlib.cpp:3781:34: warning: unused variable ‘pEqToCheck’ [-Wunused-variable]
             const ADDR_EQUATION *pEqToCheck        = &m_equationTable[eqIndex];
                                  ^~~~~~~~~~
[330/2396] Linking static target src/amd/addrlib/libaddrlib.a.
[331/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_debug.c.o'.
[332/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_descriptor_set.c.o'.
[333/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_formats.c.o'.
[334/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_image.c.o'.
[335/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta.c.o'.
[336/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_buffer.c.o'.
[337/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_clear.c.o'.
[338/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_decompress.c.o'.
[339/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_blit.c.o'.
[340/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_copy.c.o'.
[341/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_blit2d.c.o'.
[342/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_device.c.o'.
[343/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_cmd_buffer.c.o'.
[344/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_fast_clear.c.o'.
[345/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_pass.c.o'.
[346/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_resolve.c.o'.
[347/2396] Generating sid_tables_h with a meson_exe.py custom command.
[348/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_pipeline_cache.c.o'.
[349/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_util.c.o'.
[350/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_resolve_fs.c.o'.
[351/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_shader.c.o'.
[352/2396] Compiling C object 'src/amd/common/src@amd@common@@amd_common@sta/ac_binary.c.o'.
[353/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_wsi.c.o'.
[354/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_bufimage.c.o'.
[355/2396] Compiling C object 'src/amd/common/src@amd@common@@amd_common@sta/ac_llvm_util.c.o'.
[356/2396] Compiling C object 'src/amd/common/src@amd@common@@amd_common@sta/ac_shader_util.c.o'.
[357/2396] Compiling C object 'src/amd/common/src@amd@common@@amd_common@sta/ac_shader_info.c.o'.
[358/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_meta_resolve_cs.c.o'.
[359/2396] Compiling C object 'src/amd/common/src@amd@common@@amd_common@sta/ac_gpu_info.c.o'.
[360/2396] Compiling C object 'src/amd/common/src@amd@common@@amd_common@sta/ac_debug.c.o'.
[361/2396] Compiling C object 'src/amd/common/src@amd@common@@amd_common@sta/ac_llvm_build.c.o'.
[362/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_wsi_x11.c.o'.
[363/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_pipeline.c.o'.
[364/2396] Compiling C object 'src/amd/common/src@amd@common@@amd_common@sta/ac_surface.c.o'.
[365/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_wsi_wayland.c.o'.
[366/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/si_cmd_buffer.c.o'.
[367/2396] Compiling C object 'src/intel/blorp/src@intel@blorp@@blorp@sta/blorp.c.o'.
[368/2396] Generating gen45_pack.h with a meson_exe.py custom command.
[369/2396] Generating gen4_pack.h with a meson_exe.py custom command.
[370/2396] Generating gen6_pack.h with a meson_exe.py custom command.
[371/2396] Generating gen5_pack.h with a meson_exe.py custom command.
[372/2396] Generating gen7_pack.h with a meson_exe.py custom command.
[373/2396] Compiling C object 'src/intel/common/src@intel@common@@intel_common@sta/gen_debug.c.o'.
[374/2396] Generating genX_bits.h with a custom command.
[375/2396] Generating gen75_pack.h with a meson_exe.py custom command.
[376/2396] Generating gen8_pack.h with a meson_exe.py custom command.
[377/2396] Compiling C object 'src/intel/isl/src@intel@isl@@isl@sta/isl_drm.c.o'.
[378/2396] Compiling C object 'src/intel/common/src@intel@common@@intel_common@sta/gen_l3_config.c.o'.
[379/2396] Generating gen9_pack.h with a meson_exe.py custom command.
[380/2396] Generating gen10_pack.h with a meson_exe.py custom command.
[381/2396] Compiling C object 'src/intel/common/src@intel@common@@intel_common@sta/intel_log.c.o'.
[382/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen40@sta/isl_gen4.c.o'.
[383/2396] Compiling C object 'src/intel/common/src@intel@common@@intel_common@sta/gen_urb_config.c.o'.
[384/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen40@sta/isl_emit_depth_stencil.c.o'.
[385/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen40@sta/isl_surface_state.c.o'.
[386/2396] Linking static target src/intel/isl/liblibisl_gen40.a.
[387/2396] Compiling C object 'src/amd/vulkan/src@amd@vulkan@@vulkan_radeon@sha/radv_query.c.o'.
[388/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen50@sta/isl_emit_depth_stencil.c.o'.
[389/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen60@sta/isl_gen6.c.o'.
[390/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen50@sta/isl_surface_state.c.o'.
[391/2396] Linking static target src/intel/isl/liblibisl_gen50.a.
[392/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen70@sta/isl_emit_depth_stencil.c.o'.
[393/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen60@sta/isl_emit_depth_stencil.c.o'.
[394/2396] Compiling C object 'src/intel/common/src@intel@common@@intel_common@sta/gen_device_info.c.o'.
[395/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen70@sta/isl_gen7.c.o'.
[396/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen60@sta/isl_surface_state.c.o'.
[397/2396] Linking static target src/intel/isl/liblibisl_gen60.a.
[398/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen75@sta/isl_emit_depth_stencil.c.o'.
[399/2396] Compiling C object 'src/intel/isl/src@intel@isl@@isl@sta/isl.c.o'.
[400/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen70@sta/isl_surface_state.c.o'.
[401/2396] Linking static target src/intel/isl/liblibisl_gen70.a.
[402/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen80@sta/isl_gen8.c.o'.
[403/2396] Compiling C object 'src/intel/common/src@intel@common@@intel_common@sta/gen_decoder.c.o'.
../mesa-18.0.1/src/intel/common/gen_decoder.c: In function ‘gen_spec_load’:
../mesa-18.0.1/src/intel/common/gen_decoder.c:531:47: warning: variable ‘total_length’ set but not used [-Wunused-but-set-variable]
    uint32_t text_offset = 0, text_length = 0, total_length;
                                               ^~~~~~~~~~~~
[404/2396] Linking static target src/intel/common/libintel_common.a.
[405/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen90@sta/isl_gen9.c.o'.
[406/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen80@sta/isl_emit_depth_stencil.c.o'.
[407/2396] Compiling C object 'src/amd/common/src@amd@common@@amd_common@sta/ac_nir_to_llvm.c.o'.
[408/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen90@sta/isl_emit_depth_stencil.c.o'.
[409/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen75@sta/isl_surface_state.c.o'.
[410/2396] Generating isl_format_layout.c with a custom command.
[411/2396] Linking static target src/intel/isl/liblibisl_gen75.a.
[412/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen80@sta/isl_surface_state.c.o'.
[413/2396] Compiling C object 'src/intel/isl/src@intel@isl@@isl@sta/meson-generated_.._isl_format_layout.c.o'.
[414/2396] Compiling C object 'src/intel/isl/src@intel@isl@@isl@sta/isl_format.c.o'.
[415/2396] Linking static target src/intel/isl/liblibisl_gen80.a.
[416/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen100@sta/isl_emit_depth_stencil.c.o'.
[417/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen90@sta/isl_surface_state.c.o'.
[418/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen80@sta/genX_blorp_exec.c.o'.
[419/2396] Compiling C object 'src/intel/isl/src@intel@isl@@libisl_gen100@sta/isl_surface_state.c.o'.
[420/2396] Linking static target src/intel/isl/liblibisl_gen90.a.
[421/2396] Linking static target src/intel/isl/liblibisl_gen100.a.
[422/2396] Generating brw_nir_trig_workarounds.c with a meson_exe.py custom command.
[423/2396] Compiling C object 'src/intel/isl/src@intel@isl@@isl@sta/isl_storage_image.c.o'.
[424/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_clip_point.c.o'.
[425/2396] Linking static target src/intel/isl/libisl.a.
[426/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/meson-generated_.._brw_nir_trig_workarounds.c.o'.
[427/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_eu_util.c.o'.
[428/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_eu_compact.c.o'.
[429/2396] Compiling C object 'src/intel/blorp/src@intel@blorp@@blorp@sta/blorp_blit.c.o'.
[430/2396] Linking static target src/intel/blorp/libblorp.a.
[431/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_cfg.cpp.o'.
[432/2396] Compiling C++ object 'src/amd/common/src@amd@common@@amd_common@sta/ac_llvm_helper.cpp.o'.
[433/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_disasm_info.c.o'.
[434/2396] Linking static target src/amd/common/libamd_common.a.
[435/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_disasm.c.o'.
[436/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_clip_line.c.o'.
[437/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_eu.c.o'.
[438/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_clip_util.c.o'.
[439/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_clip_tri.c.o'.
[440/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_clip_unfilled.c.o'.
[441/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_cmod_propagation.cpp.o'.
[442/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_eu_emit.c.o'.
[443/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_bank_conflicts.cpp.o'.
[444/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_combine_constants.cpp.o'.
[445/2396] Linking target src/amd/vulkan/libvulkan_radeon.so.
[446/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_eu_validate.c.o'.
[447/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_cse.cpp.o'.
[448/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_register_coalesce.cpp.o'.
[449/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_reg_allocate.cpp.o'.
[450/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_dead_code_eliminate.cpp.o'.
[451/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_live_variables.cpp.o'.
[452/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_copy_propagation.cpp.o'.
[453/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_lower_conversions.cpp.o'.
[454/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_lower_pack.cpp.o'.
[455/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_interpolation_map.c.o'.
[456/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_saturate_propagation.cpp.o'.
[457/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_sel_peephole.cpp.o'.
[458/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_packed_float.c.o'.
[459/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_validate.cpp.o'.
[460/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_nir.c.o'.
[461/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_nir_analyze_boolean_resolves.c.o'.
[462/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_generator.cpp.o'.
[463/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_predicated_break.cpp.o'.
[464/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_nir_analyze_ubo_ranges.c.o'.
[465/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_reg_type.c.o'.
[466/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_nir_lower_cs_intrinsics.c.o'.
[467/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_nir_opt_peephole_ffma.c.o'.
[468/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_surface_builder.cpp.o'.
[469/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_nir_attribute_workarounds.c.o'.
[470/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_dead_code_eliminate.cpp.o'.
[471/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_shader.cpp.o'.
[472/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_nir_tcs_workarounds.c.o'.
[473/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_cmod_propagation.cpp.o'.
[474/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_visitor.cpp.o'.
[475/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_gs_visitor.cpp.o'.
[476/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_copy_propagation.cpp.o'.
[477/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_schedule_instructions.cpp.o'.
[478/2396] Compiling C object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vue_map.c.o'.
[479/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_cse.cpp.o'.
[480/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs.cpp.o'.
../mesa-18.0.1/src/intel/compiler/brw_fs.cpp: In member function ‘void fs_visitor::emit_repclear_shader()’:
../mesa-18.0.1/src/intel/compiler/brw_fs.cpp:3092:15: warning: ‘write’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    write->eot = true;
    ~~~~~~~~~~~^~~~~~
[481/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_gs_nir.cpp.o'.
[482/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_live_variables.cpp.o'.
[483/2396] Generating anv_extensions.c with a custom command.
[484/2396] Generating intel_icd with a custom command.
[485/2396] Generating anv_entrypoints.[ch] with a custom command.
[486/2396] Generating anv_extensions.h with a custom command.
[487/2396] Generating block_entrypoints with a custom command.
[488/2396] Generating dev_icd with a custom command.
[489/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_wm_iz.cpp.o'.
[490/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_tes.cpp.o'.
[491/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_generator.cpp.o'.
[492/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_fs_nir.cpp.o'.
[493/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_allocator.c.o'.
[494/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/gen6_gs_visitor.cpp.o'.
[495/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen100@sta/genX_state.c.o'.
[496/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen100@sta/genX_gpu_memcpy.c.o'.
[497/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen100@sta/genX_query.c.o'.
[498/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4.cpp.o'.
[499/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen70@sta/genX_state.c.o'.
[500/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen100@sta/genX_pipeline.c.o'.
[501/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen70@sta/genX_query.c.o'.
[502/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen70@sta/genX_blorp_exec.c.o'.
In file included from ../mesa-18.0.1/src/intel/genxml/genX_pack.h:40:0,
                 from ../mesa-18.0.1/src/intel/blorp/blorp_genX_exec.h:111,
                 from ../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c:35:
../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c: In function ‘gen7_blorp_exec’:
src/intel/genxml/gen7_pack.h:1729:10: warning: ‘bind_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    dw[1] =
    ~~~~~~^
       __gen_offset(values->PointertoPSBindingTable, 5, 15);
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c:35:0:
../mesa-18.0.1/src/intel/blorp/blorp_genX_exec.h:1355:13: note: ‘bind_offset’ was declared here
    uint32_t bind_offset, surface_offsets[2];
             ^~~~~~~~~~~
[503/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen70@sta/genX_gpu_memcpy.c.o'.
[504/2396] Compiling C++ object 'src/intel/compiler/src@intel@compiler@@intel_compiler@sta/brw_vec4_nir.cpp.o'.
[505/2396] Linking static target src/intel/compiler/libintel_compiler.a.
[506/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen70@sta/gen7_cmd_buffer.c.o'.
[507/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen75@sta/genX_gpu_memcpy.c.o'.
[508/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen70@sta/genX_pipeline.c.o'.
[509/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen75@sta/genX_state.c.o'.
[510/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen75@sta/genX_query.c.o'.
[511/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen75@sta/gen7_cmd_buffer.c.o'.
[512/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen70@sta/genX_cmd_buffer.c.o'.
[513/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen75@sta/genX_blorp_exec.c.o'.
In file included from ../mesa-18.0.1/src/intel/genxml/genX_pack.h:42:0,
                 from ../mesa-18.0.1/src/intel/blorp/blorp_genX_exec.h:111,
                 from ../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c:35:
../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c: In function ‘gen75_blorp_exec’:
src/intel/genxml/gen75_pack.h:2106:10: warning: ‘bind_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    dw[1] =
    ~~~~~~^
       __gen_offset(values->PointertoPSBindingTable, 5, 15);
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c:35:0:
../mesa-18.0.1/src/intel/blorp/blorp_genX_exec.h:1355:13: note: ‘bind_offset’ was declared here
    uint32_t bind_offset, surface_offsets[2];
             ^~~~~~~~~~~
[514/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen80@sta/genX_gpu_memcpy.c.o'.
[515/2396] Linking static target src/intel/vulkan/liblibanv_gen70.a.
[516/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen75@sta/genX_pipeline.c.o'.
[517/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen75@sta/genX_cmd_buffer.c.o'.
[518/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen80@sta/genX_blorp_exec.c.o'.
In file included from ../mesa-18.0.1/src/intel/genxml/genX_pack.h:44:0,
                 from ../mesa-18.0.1/src/intel/blorp/blorp_genX_exec.h:111,
                 from ../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c:35:
../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c: In function ‘gen8_blorp_exec’:
src/intel/genxml/gen8_pack.h:2202:10: warning: ‘bind_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    dw[1] =
    ~~~~~~^
       __gen_offset(values->PointertoPSBindingTable, 5, 15);
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c:35:0:
../mesa-18.0.1/src/intel/blorp/blorp_genX_exec.h:1355:13: note: ‘bind_offset’ was declared here
    uint32_t bind_offset, surface_offsets[2];
             ^~~~~~~~~~~
[519/2396] Linking static target src/intel/vulkan/liblibanv_gen75.a.
[520/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen80@sta/genX_query.c.o'.
[521/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen90@sta/genX_gpu_memcpy.c.o'.
[522/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen80@sta/genX_state.c.o'.
[523/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen80@sta/gen8_cmd_buffer.c.o'.
[524/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen80@sta/genX_pipeline.c.o'.
[525/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen90@sta/genX_state.c.o'.
[526/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen90@sta/genX_blorp_exec.c.o'.
In file included from ../mesa-18.0.1/src/intel/genxml/genX_pack.h:46:0,
                 from ../mesa-18.0.1/src/intel/blorp/blorp_genX_exec.h:111,
                 from ../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c:35:
../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c: In function ‘gen9_blorp_exec’:
src/intel/genxml/gen9_pack.h:2289:10: warning: ‘bind_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    dw[1] =
    ~~~~~~^
       __gen_offset(values->PointertoPSBindingTable, 5, 15);
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c:35:0:
../mesa-18.0.1/src/intel/blorp/blorp_genX_exec.h:1355:13: note: ‘bind_offset’ was declared here
    uint32_t bind_offset, surface_offsets[2];
             ^~~~~~~~~~~
[527/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen80@sta/genX_cmd_buffer.c.o'.
[528/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen90@sta/genX_query.c.o'.
[529/2396] Linking static target src/intel/vulkan/liblibanv_gen80.a.
[530/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen90@sta/gen8_cmd_buffer.c.o'.
[531/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen100@sta/gen8_cmd_buffer.c.o'.
[532/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/meson-generated_.._anv_extensions.c.o'.
[533/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen90@sta/genX_pipeline.c.o'.
[534/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen100@sta/genX_blorp_exec.c.o'.
In file included from ../mesa-18.0.1/src/intel/genxml/genX_pack.h:48:0,
                 from ../mesa-18.0.1/src/intel/blorp/blorp_genX_exec.h:111,
                 from ../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c:35:
../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c: In function ‘gen10_blorp_exec’:
src/intel/genxml/gen10_pack.h:2363:10: warning: ‘bind_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    dw[1] =
    ~~~~~~^
       __gen_offset(values->PointertoPSBindingTable, 5, 15);
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/intel/vulkan/genX_blorp_exec.c:35:0:
../mesa-18.0.1/src/intel/blorp/blorp_genX_exec.h:1355:13: note: ‘bind_offset’ was declared here
    uint32_t bind_offset, surface_offsets[2];
             ^~~~~~~~~~~
[535/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_batch_chain.c.o'.
[536/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_cmd_buffer.c.o'.
[537/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_dump.c.o'.
[538/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_descriptor_set.c.o'.
[539/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_blorp.c.o'.
../mesa-18.0.1/src/intel/vulkan/anv_blorp.c: In function ‘anv_CmdResolveImage’:
../mesa-18.0.1/src/intel/vulkan/anv_blorp.c:1410:10: warning: unused variable ‘dst_mask’ [-Wunused-variable]
          dst_mask = pRegions[r].dstSubresource.aspectMask;
          ^~~~~~~~
../mesa-18.0.1/src/intel/vulkan/anv_blorp.c:1409:26: warning: unused variable ‘src_mask’ [-Wunused-variable]
       VkImageAspectFlags src_mask = pRegions[r].srcSubresource.aspectMask,
                          ^~~~~~~~
[540/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen100@sta/genX_cmd_buffer.c.o'.
[541/2396] Linking static target src/intel/vulkan/liblibanv_gen100.a.
[542/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@libanv_gen90@sta/genX_cmd_buffer.c.o'.
[543/2396] Linking static target src/intel/vulkan/liblibanv_gen90.a.
[544/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_formats.c.o'.
[545/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/meson-generated_.._anv_entrypoints.c.o'.
[546/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_intel.c.o'.
[547/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_nir_lower_push_constants.c.o'.
[548/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_device.c.o'.
[549/2396] Generating format_info.h with a meson_exe.py custom command.
[550/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_image.c.o'.
[551/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_nir_lower_input_attachments.c.o'.
[552/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_nir_apply_pipeline_layout.c.o'.
[553/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_pass.c.o'.
[554/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_util.c.o'.
[555/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_pipeline.c.o'.
[556/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_pipeline_cache.c.o'.
[557/2396] Generating mesa_lex with a custom command.
[558/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_wsi.c.o'.
[559/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_nir_lower_multiview.c.o'.
[560/2396] Compiling C object 'src/mesa/src@mesa@@mesa_sse41@sta/main_sse_minmax.c.o'.
[561/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_wsi_wayland.c.o'.
[562/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_wsi_x11.c.o'.
[563/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_queue.c.o'.
../mesa-18.0.1/src/intel/vulkan/anv_queue.c: In function ‘anv_wait_for_bo_fences’:
../mesa-18.0.1/src/intel/vulkan/anv_queue.c:529:8: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
    int ret;
        ^~~
[564/2396] Generating program_parse_tab.[ch] with a custom command.
[565/2396] Generating format_fallback.c with a custom command.
[566/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@vulkan_intel@sha/anv_gem.c.o'.
[567/2396] Compiling C object 'src/mesa/src@mesa@@gen_matypes@exe/x86_gen_matypes.c.o'.
[568/2396] Compiling C object 'src/mesa/src@mesa@@mesa_sse41@sta/main_streaming-load-memcpy.c.o'.
[569/2396] Linking target src/mesa/gen_matypes.
[570/2396] Generating format_unpack.c with a meson_exe.py custom command.
[571/2396] Linking static target src/mesa/libmesa_sse41.a.
[572/2396] Generating format_pack.c with a meson_exe.py custom command.
[573/2396] Compiling C object 'src/gallium/drivers/rbug/src@gallium@drivers@rbug@@rbug@sta/rbug_screen.c.o'.
[574/2396] Compiling C object 'src/intel/vulkan/src@intel@vulkan@@anv_common@sta/anv_nir_lower_ycbcr_textures.c.o'.
[575/2396] Linking static target src/intel/vulkan/libanv_common.a.
[576/2396] Compiling C object 'src/gallium/winsys/sw/null/src@gallium@winsys@sw@null@@ws_null@sta/null_sw_winsys.c.o'.
[577/2396] Linking static target src/gallium/winsys/sw/null/libws_null.a.
[578/2396] Compiling C object 'src/gallium/drivers/trace/src@gallium@drivers@trace@@trace@sta/tr_texture.c.o'.
[579/2396] Compiling C object 'src/gallium/drivers/rbug/src@gallium@drivers@rbug@@rbug@sta/rbug_objects.c.o'.
[580/2396] Compiling C object 'src/gallium/winsys/sw/kms-dri/src@gallium@winsys@sw@kms-dri@@swkmsdri@sta/kms_dri_sw_winsys.c.o'.
[581/2396] Linking static target src/gallium/winsys/sw/kms-dri/libswkmsdri.a.
[582/2396] Generating matypes.h with a meson_exe.py custom command.
[583/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_bufmgr_pool.c.o'.
[584/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_bufmgr_cache.c.o'.
[585/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_bufmgr_ondemand.c.o'.
[586/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_bufmgr_mm.c.o'.
[587/2396] Compiling C object 'src/mesa/drivers/dri/common/src@mesa@drivers@dri@common@@megadriver_stub@sta/megadriver_stub.c.o'.
[588/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_bufmgr_slab.c.o'.
[589/2396] Generating get_hash.h with a meson_exe.py custom command.
[590/2396] Compiling C object 'src/mesa/drivers/dri/common/src@mesa@drivers@dri@common@@dricommon@sta/utils.c.o'.
[591/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/r600_perfcounter.c.o'.
[592/2396] Compiling C object 'src/mesa/drivers/dri/common/src@mesa@drivers@dri@common@@dricommon@sta/dri_util.c.o'.
[593/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/r600_pipe_common.c.o'.
[594/2396] Linking static target src/mesa/drivers/dri/common/libdricommon.a.
[595/2396] Compiling C object 'src/gallium/winsys/amdgpu/drm/src@gallium@winsys@amdgpu@drm@@amdgpuwinsys@sta/amdgpu_surface.c.o'.
[596/2396] Linking target src/intel/vulkan/libvulkan_intel.so.
[597/2396] Linking static target src/mesa/drivers/dri/common/libmegadriver_stub.a.
[598/2396] Generating marshal_generated.h with a meson_exe.py custom command.
[599/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/r600_query.c.o'.
[600/2396] Compiling C object 'src/gallium/winsys/amdgpu/drm/src@gallium@winsys@amdgpu@drm@@amdgpuwinsys@sta/amdgpu_winsys.c.o'.
[601/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i830_context.c.o'.
[602/2396] Generating dispatch.h with a meson_exe.py custom command.
[603/2396] Generating remap_helper.h with a meson_exe.py custom command.
[604/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i830_vtbl.c.o'.
[605/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i915_tex_layout.c.o'.
[606/2396] Compiling C object 'src/gallium/winsys/amdgpu/drm/src@gallium@winsys@amdgpu@drm@@amdgpuwinsys@sta/amdgpu_cs.c.o'.
[607/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i830_state.c.o'.
[608/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i830_texblend.c.o'.
[609/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i830_texstate.c.o'.
[610/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i915_texstate.c.o'.
[611/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_shared.c.o'.
[612/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/r600_texture.c.o'.
[613/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_state.c.o'.
[614/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i915_vtbl.c.o'.
[615/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_cache.c.o'.
[616/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_stencil.c.o'.
[617/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/x86-64_xform4.S.o'.
[618/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_hint.c.o'.
[619/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texstorage.c.o'.
[620/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texstore.c.o'.
[621/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_classic@sta/main_shader_query.cpp.o'.
[622/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_array.c.o'.
[623/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_histogram.c.o'.
[624/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texstate.c.o'.
[625/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_parameter_layout.c.o'.
[626/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_print.c.o'.
[627/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atifs_to_tgsi.c.o'.
[628/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_program.c.o'.
[629/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._.._mapi_glapi_gen_enums.c.o'.
[630/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._format_fallback.c.o'.
[631/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._program_program_parse.tab.c.o'.
[632/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._program_lex.yy.c.o'.
[633/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_cache.c.o'.
[634/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_arbprogparse.c.o'.
[635/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_instruction.c.o'.
[636/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_opt_constant_fold.c.o'.
[637/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._program_lex.yy.c.o'.
[638/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_execute.c.o'.
[639/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_noise.c.o'.
[640/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_classic@sta/program_ir_to_mesa.cpp.o'.
[641/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_barrier.c.o'.
[642/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_parameter.c.o'.
[643/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_api_validate.c.o'.
[644/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_program_parse_extra.c.o'.
[645/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_optimize.c.o'.
[646/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_symbol_table.c.o'.
[647/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_arrayobj.c.o'.
[648/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_programopt.c.o'.
[649/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_statevars.c.o'.
[650/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_arbprogram.c.o'.
[651/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._format_unpack.c.o'.
[652/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_accum.c.o'.
[653/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/program_prog_to_nir.c.o'.
[654/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_bbox.c.o'.
[655/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_fog.c.o'.
[656/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_atifragshader.c.o'.
[657/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_api_arrayelt.c.o'.
[658/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_blit.c.o'.
[659/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_blend.c.o'.
[660/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_buffers.c.o'.
[661/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_clear.c.o'.
[662/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_clip.c.o'.
[663/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_api_loopback.c.o'.
[664/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_attrib.c.o'.
[665/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_compute.c.o'.
[666/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_colortab.c.o'.
[667/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_condrender.c.o'.
[668/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_convolve.c.o'.
[669/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_cpuinfo.c.o'.
[670/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._.._mapi_glapi_gen_api_exec.c.o'.
[671/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_depth.c.o'.
[672/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_copyimage.c.o'.
[673/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_debug.c.o'.
[674/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_context.c.o'.
[675/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_drawtex.c.o'.
[676/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_drawpix.c.o'.
[677/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_errors.c.o'.
[678/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_execmem.c.o'.
[679/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_debug_output.c.o'.
[680/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._format_pack.c.o'.
[681/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_extensions_table.c.o'.
[682/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_bufferobj.c.o'.
[683/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_eval.c.o'.
[684/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_extensions.c.o'.
[685/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_externalobjects.c.o'.
[686/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_enable.c.o'.
[687/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_feedback.c.o'.
[688/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_formatquery.c.o'.
[689/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_framebuffer.c.o'.
[690/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_classic@sta/main_ff_fragment_shader.cpp.o'.
[691/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_formats.c.o'.
[692/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_fbobject.c.o'.
[693/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_api_validate.c.o'.
[694/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_arbprogram.c.o'.
[695/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_getstring.c.o'.
[696/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_genmipmap.c.o'.
[697/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_arrayobj.c.o'.
[698/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_ffvertex_prog.c.o'.
[699/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_teximage.c.o'.
[700/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_glspirv.c.o'.
[701/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_glthread.c.o'.
[702/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_querymatrix.c.o'.
[703/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_hash.c.o'.
[704/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_glformats.c.o'.
[705/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_program_resource.c.o'.
[706/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_imports.c.o'.
[707/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_get.c.o'.
[708/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_image.c.o'.
[709/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_mm.c.o'.
[710/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_lines.c.o'.
[711/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_light.c.o'.
[712/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_matrix.c.o'.
[713/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_multisample.c.o'.
[714/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_marshal.c.o'.
[715/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_objectlabel.c.o'.
[716/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_objectpurge.c.o'.
[717/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_pbo.c.o'.
[718/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_performance_monitor.c.o'.
[719/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_performance_query.c.o'.
[720/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_pixelstore.c.o'.
[721/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_pack.c.o'.
[722/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_pixeltransfer.c.o'.
[723/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_polygon.c.o'.
[724/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_pipelineobj.c.o'.
[725/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_pixel.c.o'.
[726/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_points.c.o'.
[727/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_program_binary.c.o'.
[728/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_querymatrix.c.o'.
[729/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_program_resource.c.o'.
[730/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_renderbuffer.c.o'.
[731/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_remap.c.o'.
[732/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_queryobj.c.o'.
[733/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_rastpos.c.o'.
[734/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_readpix.c.o'.
[735/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_robustness.c.o'.
[736/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_scissor.c.o'.
[737/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_mipmap.c.o'.
[738/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_dlist.c.o'.
[739/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_shaderimage.c.o'.
[740/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_shaderobj.c.o'.
[741/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texcompress_cpal.c.o'.
[742/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texcompress.c.o'.
[743/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_syncobj.c.o'.
[744/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_samplerobj.c.o'.
[745/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texcompress_bptc.c.o'.
[746/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texcompress_etc.c.o'.
[747/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texcompress_rgtc.c.o'.
[748/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texcompress_fxt1.c.o'.
[749/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texenv.c.o'.
[750/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_shaderapi.c.o'.
[751/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texformat.c.o'.
[752/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texgen.c.o'.
[753/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texcompress_s3tc.c.o'.
[754/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texobj.c.o'.
[755/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texgetimage.c.o'.
[756/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texturebindless.c.o'.
[757/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_textureview.c.o'.
[758/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_texparam.c.o'.
[759/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_api_arrayelt.c.o'.
[760/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_version.c.o'.
[761/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_vdpau.c.o'.
[762/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_viewport.c.o'.
[763/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_transformfeedback.c.o'.
[764/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_api_loopback.c.o'.
[765/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_classic@sta/main_uniform_query.cpp.o'.
[766/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_es1_conversion.c.o'.
[767/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/math_m_debug_clip.c.o'.
[768/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/math_m_debug_xform.c.o'.
[769/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/math_m_debug_norm.c.o'.
[770/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_varray.c.o'.
[771/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/math_m_eval.c.o'.
[772/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_uniforms.c.o'.
[773/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_vtxfmt.c.o'.
[774/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/math_m_matrix.c.o'.
[775/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/math_m_vector.c.o'.
[776/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_exec.c.o'.
[777/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_context.c.o'.
[778/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_minmax_index.c.o'.
[779/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_exec_draw.c.o'.
[780/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_primitive_restart.c.o'.
[781/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_exec_eval.c.o'.
[782/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_noop.c.o'.
[783/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_rebase.c.o'.
[784/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_save.c.o'.
[785/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/math_m_translate.c.o'.
[786/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_save_draw.c.o'.
[787/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_exec_array.c.o'.
[788/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_split.c.o'.
[789/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_save_loopback.c.o'.
[790/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/x86-64_xform4.S.o'.
[791/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/x86_common_x86.c.o'.
[792/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_split_copy.c.o'.
[793/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_split_inplace.c.o'.
[794/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_context.c.o'.
[795/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_pipeline.c.o'.
[796/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vb_fog.c.o'.
[797/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_draw.c.o'.
[798/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vb_normals.c.o'.
[799/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vb_points.c.o'.
[800/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/math_m_xform.c.o'.
[801/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vb_program.c.o'.
[802/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vb_texmat.c.o'.
[803/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vb_light.c.o'.
[804/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vb_texgen.c.o'.
[805/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vb_vertex.c.o'.
[806/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vertex.c.o'.
[807/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vertex_sse.c.o'.
[808/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vp_build.c.o'.
[809/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_aaline.c.o'.
[810/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vertex_generic.c.o'.
[811/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_bitmap.c.o'.
[812/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_alpha.c.o'.
[813/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_aatriangle.c.o'.
[814/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_atifragshader.c.o'.
[815/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_blend.c.o'.
[816/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/tnl_t_vb_render.c.o'.
[817/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_context.c.o'.
[818/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_save_api.c.o'.
[819/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/vbo_vbo_exec_api.c.o'.
[820/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_clear.c.o'.
[821/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_copypix.c.o'.
[822/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_blit.c.o'.
[823/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_feedback.c.o'.
[824/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_fragprog.c.o'.
[825/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_logic.c.o'.
[826/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_depth.c.o'.
[827/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_masking.c.o'.
[828/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_drawpix.c.o'.
[829/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_fog.c.o'.
[830/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_lines.c.o'.
[831/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_renderbuffer.c.o'.
[832/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_points.c.o'.
[833/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_texrender.c.o'.
[834/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_stencil.c.o'.
[835/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_texture.c.o'.
[836/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_texcombine.c.o'.
[837/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_setup_ss_context.c.o'.
[838/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_span.c.o'.
[839/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_zoom.c.o'.
[840/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/drivers_common_driverfuncs.c.o'.
[841/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/x86_x86_xform.c.o'.
[842/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/drivers_common_meta_blit.c.o'.
[843/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/drivers_common_meta_generate_mipmap.c.o'.
[844/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/x86_rtasm_x86sse.c.o'.
[845/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_texfetch.c.o'.
[846/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/sparc_sparc.c.o'.
[847/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/x86_sse.c.o'.
[848/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/x86_3dnow.c.o'.
[849/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_setup_ss_triangle.c.o'.
[850/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_texfilter.c.o'.
[851/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/x86-64_x86-64.c.o'.
[852/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._format_fallback.c.o'.
[853/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_instruction.c.o'.
[854/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/drivers_common_meta.c.o'.
[855/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_execute.c.o'.
[856/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_arbprogparse.c.o'.
[857/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._program_program_parse.tab.c.o'.
[858/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._.._mapi_glapi_gen_enums.c.o'.
[859/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_noise.c.o'.
[860/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_opt_constant_fold.c.o'.
[861/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_gallium@sta/program_ir_to_mesa.cpp.o'.
[862/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_optimize.c.o'.
[863/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_parameter.c.o'.
[864/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_parameter_layout.c.o'.
[865/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/swrast_s_triangle.c.o'.
[866/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_program.c.o'.
[867/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_print.c.o'.
[868/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_program_parse_extra.c.o'.
[869/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_programopt.c.o'.
[870/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._format_unpack.c.o'.
[871/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_symbol_table.c.o'.
[872/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_statevars.c.o'.
[873/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_accum.c.o'.
[874/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_atifragshader.c.o'.
[875/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_barrier.c.o'.
[876/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_bbox.c.o'.
[877/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/program_prog_to_nir.c.o'.
[878/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_blit.c.o'.
[879/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_attrib.c.o'.
[880/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_blend.c.o'.
[881/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_clip.c.o'.
[882/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_buffers.c.o'.
[883/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_clear.c.o'.
[884/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_colortab.c.o'.
[885/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_compute.c.o'.
[886/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_condrender.c.o'.
[887/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_cpuinfo.c.o'.
[888/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_copyimage.c.o'.
[889/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_convolve.c.o'.
[890/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_debug.c.o'.
[891/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_context.c.o'.
[892/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_depth.c.o'.
[893/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._format_pack.c.o'.
[894/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_bufferobj.c.o'.
[895/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_debug_output.c.o'.
[896/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_drawtex.c.o'.
[897/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_errors.c.o'.
[898/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._.._mapi_glapi_gen_api_exec.c.o'.
[899/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_execmem.c.o'.
[900/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_drawpix.c.o'.
[901/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_extensions_table.c.o'.
[902/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_externalobjects.c.o'.
[903/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_eval.c.o'.
[904/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_extensions.c.o'.
[905/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_enable.c.o'.
[906/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_feedback.c.o'.
[907/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_fog.c.o'.
[908/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_formatquery.c.o'.
[909/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_formats.c.o'.
[910/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_gallium@sta/main_ff_fragment_shader.cpp.o'.
[911/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_fbobject.c.o'.
[912/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_framebuffer.c.o'.
[913/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_genmipmap.c.o'.
[914/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_getstring.c.o'.
[915/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_glspirv.c.o'.
[916/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_glthread.c.o'.
[917/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_ffvertex_prog.c.o'.
[918/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_hash.c.o'.
[919/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_hint.c.o'.
[920/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_get.c.o'.
[921/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_glformats.c.o'.
[922/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_histogram.c.o'.
[923/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_imports.c.o'.
[924/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_lines.c.o'.
[925/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_image.c.o'.
[926/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_light.c.o'.
[927/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_mm.c.o'.
[928/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_matrix.c.o'.
[929/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_multisample.c.o'.
[930/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_marshal.c.o'.
[931/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_objectlabel.c.o'.
[932/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_objectpurge.c.o'.
[933/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_dlist.c.o'.
[934/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_pbo.c.o'.
[935/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_performance_monitor.c.o'.
[936/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_performance_query.c.o'.
[937/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_pixelstore.c.o'.
[938/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_pipelineobj.c.o'.
[939/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_pixeltransfer.c.o'.
[940/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_pack.c.o'.
[941/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_points.c.o'.
[942/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_pixel.c.o'.
[943/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_program_binary.c.o'.
[944/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_polygon.c.o'.
[945/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_renderbuffer.c.o'.
[946/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_remap.c.o'.
[947/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_mipmap.c.o'.
[948/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_queryobj.c.o'.
[949/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_readpix.c.o'.
[950/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_rastpos.c.o'.
[951/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_scissor.c.o'.
[952/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_robustness.c.o'.
[953/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_shaderimage.c.o'.
[954/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_shaderobj.c.o'.
[955/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_shared.c.o'.
[956/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_state.c.o'.
[957/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_samplerobj.c.o'.
[958/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_stencil.c.o'.
[959/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_syncobj.c.o'.
[960/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texcompress_cpal.c.o'.
[961/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texcompress.c.o'.
[962/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_gallium@sta/main_shader_query.cpp.o'.
[963/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_shaderapi.c.o'.
[964/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texcompress_rgtc.c.o'.
[965/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texcompress_bptc.c.o'.
[966/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texcompress_etc.c.o'.
[967/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texformat.c.o'.
[968/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texenv.c.o'.
[969/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texcompress_fxt1.c.o'.
[970/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texgen.c.o'.
[971/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texcompress_s3tc.c.o'.
[972/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texgetimage.c.o'.
[973/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texobj.c.o'.
[974/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texparam.c.o'.
[975/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texstate.c.o'.
[976/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texstorage.c.o'.
[977/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_teximage.c.o'.
[978/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texturebindless.c.o'.
[979/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_texstore.c.o'.
[980/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_textureview.c.o'.
[981/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_vdpau.c.o'.
[982/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_version.c.o'.
[983/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_transformfeedback.c.o'.
[984/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_gallium@sta/main_uniform_query.cpp.o'.
[985/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_viewport.c.o'.
[986/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/math_m_debug_clip.c.o'.
[987/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_uniforms.c.o'.
[988/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_vtxfmt.c.o'.
[989/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_es1_conversion.c.o'.
[990/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/math_m_debug_norm.c.o'.
[991/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/math_m_debug_xform.c.o'.
[992/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/math_m_eval.c.o'.
[993/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/math_m_vector.c.o'.
[994/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_varray.c.o'.
[995/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_context.c.o'.
[996/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/math_m_matrix.c.o'.
[997/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_exec.c.o'.
[998/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_exec_draw.c.o'.
[999/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_exec_array.c.o'.
[1000/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_exec_eval.c.o'.
[1001/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_minmax_index.c.o'.
[1002/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_noop.c.o'.
[1003/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_primitive_restart.c.o'.
[1004/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_rebase.c.o'.
[1005/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/math_m_translate.c.o'.
[1006/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_save.c.o'.
[1007/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_save_draw.c.o'.
[1008/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_split.c.o'.
[1009/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_format_utils.c.o'.
[1010/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_save_loopback.c.o'.
[1011/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_split_copy.c.o'.
[1012/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/x86_common_x86.c.o'.
[1013/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_split_inplace.c.o'.
[1014/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_atomicbuf.c.o'.
[1015/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_blend.c.o'.
[1016/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom.c.o'.
[1017/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_clip.c.o'.
[1018/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_constbuf.c.o'.
[1019/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_depth.c.o'.
[1020/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_framebuffer.c.o'.
[1021/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_msaa.c.o'.
[1022/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_image.c.o'.
[1023/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_pixeltransfer.c.o'.
[1024/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_rasterizer.c.o'.
[1025/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_sampler.c.o'.
[1026/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_stipple.c.o'.
[1027/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_shader.c.o'.
[1028/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_scissor.c.o'.
[1029/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_storagebuf.c.o'.
[1030/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_tess.c.o'.
[1031/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_bitmap_shader.c.o'.
[1032/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_texture.c.o'.
[1033/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_atom_viewport.c.o'.
[1034/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_blit.c.o'.
[1035/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_bitmap.c.o'.
[1036/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_clear.c.o'.
[1037/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_bufferobjects.c.o'.
[1038/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_compute.c.o'.
[1039/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_drawpixels_shader.c.o'.
[1040/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_condrender.c.o'.
[1041/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_copyimage.c.o'.
[1042/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_save_api.c.o'.
[1043/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_drawtex.c.o'.
[1044/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_eglimage.c.o'.
[1045/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_drawpixels.c.o'.
[1046/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_feedback.c.o'.
[1047/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_flush.c.o'.
[1048/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_fbo.c.o'.
[1049/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/vbo_vbo_exec_api.c.o'.
[1050/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_msaa.c.o'.
[1051/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_memoryobjects.c.o'.
[1052/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_rasterpos.c.o'.
[1053/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_queryobj.c.o'.
[1054/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_perfmon.c.o'.
[1055/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_program.c.o'.
[1056/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_strings.c.o'.
[1057/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_syncobj.c.o'.
[1058/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_texturebarrier.c.o'.
[1059/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_readpixels.c.o'.
[1060/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_copytex.c.o'.
[1061/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_viewport.c.o'.
[1062/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_debug.c.o'.
[1063/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_xformfb.c.o'.
[1064/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_context.c.o'.
[1065/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_draw_feedback.c.o'.
[1066/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_draw.c.o'.
[1067/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_extensions.c.o'.
[1068/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_gen_mipmap.c.o'.
[1069/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_format.c.o'.
[1070/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_glsl_types.cpp.o'.
[1071/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_cb_texture.c.o'.
[1072/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_glsl_to_tgsi_private.cpp.o'.
[1073/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_glsl_to_nir.cpp.o'.
[1074/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_nir_lower_builtin.c.o'.
[1075/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_nir_lower_tex_src_plane.c.o'.
[1076/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_manager.c.o'.
[1077/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_glsl_to_tgsi_temprename.cpp.o'.
[1078/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_scissor.c.o'.
[1079/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_shader_cache.c.o'.
[1080/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_sampler_view.c.o'.
[1081/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_program.c.o'.
[1082/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_tgsi_lower_yuv.c.o'.
[1083/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_pbo.c.o'.
[1084/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_texture.c.o'.
[1085/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_batchbuffer.c.o'.
[1086/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_mesa_to_tgsi.c.o'.
[1087/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_vdpau.c.o'.
[1088/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i915_debug_fp.c.o'.
[1089/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i915_program.c.o'.
[1090/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i915_context.c.o'.
[1091/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i915_state.c.o'.
[1092/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_clear.c.o'.
[1093/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_buffers.c.o'.
[1094/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_buffer_objects.c.o'.
[1095/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_blit.c.o'.
[1096/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/i915_fragprog.c.o'.
[1097/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_context.c.o'.
[1098/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_pixel.c.o'.
[1099/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_extensions.c.o'.
[1100/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_pixel_copy.c.o'.
[1101/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_fbo.c.o'.
[1102/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_mipmap_tree.c.o'.
[1103/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_state.c.o'.
[1104/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_pixel_bitmap.c.o'.
[1105/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_pixel_read.c.o'.
[1106/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_regions.c.o'.
[1107/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_pixel_draw.c.o'.
[1108/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_screen.c.o'.
[1109/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_tex_subimage.c.o'.
[1110/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_tex_layout.c.o'.
[1111/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_render.c.o'.
[1112/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_tex_copy.c.o'.
[1113/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_tex.c.o'.
[1114/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_syncobj.c.o'.
[1115/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_tex_validate.c.o'.
[1116/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_tex_image.c.o'.
[1117/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen40@sta/genX_blorp_exec.c.o'.
[1118/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen45@sta/genX_blorp_exec.c.o'.
[1119/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen50@sta/genX_blorp_exec.c.o'.
[1120/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen40@sta/genX_state_upload.c.o'.
[1121/2396] Linking static target src/mesa/drivers/dri/i965/liblibi965_gen40.a.
[1122/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen45@sta/genX_state_upload.c.o'.
[1123/2396] Compiling C++ object 'src/mesa/src@mesa@@mesa_gallium@sta/state_tracker_st_glsl_to_tgsi.cpp.o'.
[1124/2396] Linking static target src/mesa/drivers/dri/i965/liblibi965_gen45.a.
[1125/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen50@sta/genX_state_upload.c.o'.
[1126/2396] Linking static target src/mesa/drivers/dri/i965/liblibi965_gen50.a.
[1127/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen60@sta/genX_blorp_exec.c.o'.
[1128/2396] Generating brw_oa_hsw with a custom command.
[1129/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen70@sta/genX_blorp_exec.c.o'.
[1130/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen75@sta/genX_blorp_exec.c.o'.
[1131/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen60@sta/genX_state_upload.c.o'.
[1132/2396] Linking static target src/mesa/drivers/dri/i965/liblibi965_gen60.a.
[1133/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen90@sta/genX_blorp_exec.c.o'.
[1134/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen70@sta/genX_state_upload.c.o'.
[1135/2396] Linking static target src/mesa/drivers/dri/i965/liblibi965_gen70.a.
[1136/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen100@sta/genX_state_upload.c.o'.
[1137/2396] Generating brw_oa_bdw with a custom command.
[1138/2396] Generating brw_oa_chv with a custom command.
[1139/2396] Generating brw_oa_sklgt3 with a custom command.
[1140/2396] Generating brw_oa_sklgt2 with a custom command.
[1141/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen75@sta/genX_state_upload.c.o'.
[1142/2396] Linking static target src/mesa/drivers/dri/i965/liblibi965_gen75.a.
[1143/2396] Generating brw_oa_sklgt4 with a custom command.
[1144/2396] Generating brw_oa_bxt with a custom command.
[1145/2396] Generating brw_oa_kblgt2 with a custom command.
[1146/2396] Generating brw_oa_kblgt3 with a custom command.
[1147/2396] Generating brw_oa_glk with a custom command.
[1148/2396] Generating brw_oa_cflgt2 with a custom command.
[1149/2396] Generating brw_oa_cflgt3 with a custom command.
[1150/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen80@sta/genX_state_upload.c.o'.
[1151/2396] Linking static target src/mesa/drivers/dri/i965/liblibi965_gen80.a.
[1152/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen100@sta/genX_blorp_exec.c.o'.
[1153/2396] Linking static target src/mesa/drivers/dri/i965/liblibi965_gen100.a.
[1154/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_pixel_read.c.o'.
[1155/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_buffer_objects.c.o'.
[1156/2396] Compiling C object 'src/mesa/drivers/dri/i915/src@mesa@drivers@dri@i915@@i915@sta/intel_tris.c.o'.
[1157/2396] Linking static target src/mesa/drivers/dri/i915/libi915.a.
[1158/2396] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated.c.o'.
[1159/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@libi965_gen90@sta/genX_state_upload.c.o'.
[1160/2396] Linking static target src/mesa/libmesa_classic.a.
[1161/2396] Linking static target src/mesa/drivers/dri/i965/liblibi965_gen90.a.
[1162/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_hsw.c.o'.
[1163/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_sklgt4.c.o'.
[1164/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_sklgt3.c.o'.
[1165/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_format_utils.c.o'.
[1166/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_chv.c.o'.
[1167/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_compute.c.o'.
[1168/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_bxt.c.o'.
[1169/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_conditional_render.c.o'.
[1170/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_clear.c.o'.
[1171/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_context.c.o'.
[1172/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_sklgt2.c.o'.
[1173/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_binding_tables.c.o'.
[1174/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_clip.c.o'.
[1175/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_cflgt2.c.o'.
[1176/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_blorp.c.o'.
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_blorp.c: In function ‘brw_blorp_clear_depth_stencil’:
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_blorp.c:1444:4: warning: ‘num_layers’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    blorp_clear_depth_stencil(&batch, &depth_surf, &stencil_surf,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              level, start_layer, num_layers,
                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              x0, y0, x1, y1,
                              ~~~~~~~~~~~~~~~
                              (mask & BUFFER_BIT_DEPTH), ctx->Depth.Clear,
                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                              stencil_mask, ctx->Stencil.Clear);
                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_blorp.c:1444:4: warning: ‘start_layer’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_blorp.c:1444:4: warning: ‘level’ may be used uninitialized in this function [-Wmaybe-uninitialized]
[1177/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_bufmgr.c.o'.
[1178/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_draw.c.o'.
[1179/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_ff_gs.c.o'.
[1180/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_kblgt2.c.o'.
[1181/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_cs.c.o'.
[1182/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_ff_gs_emit.c.o'.
[1183/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_curbe.c.o'.
[1184/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_formatquery.c.o'.
[1185/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_gs.c.o'.
[1186/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_disk_cache.c.o'.
[1187/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_misc_state.c.o'.
[1188/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_draw_upload.c.o'.
[1189/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_meta_util.c.o'.
[1190/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_gs_surface_state.c.o'.
[1191/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_object_purgeable.c.o'.
[1192/2396] Compiling C++ object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_nir_uniforms.cpp.o'.
[1193/2396] Compiling C++ object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_link.cpp.o'.
[1194/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_vs_surface_state.c.o'.
[1195/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_util.c.o'.
[1196/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_pipe_control.c.o'.
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_pipe_control.c: In function ‘gen7_emit_vs_workaround_flush’:
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_pipe_control.c:311:34: warning: unused variable ‘devinfo’ [-Wunused-variable]
    const struct gen_device_info *devinfo = &brw->screen->devinfo;
                                  ^~~~~~~
[1197/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_vs.c.o'.
[1198/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_performance_query.c.o'.
[1199/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_queryobj.c.o'.
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c: In function ‘brw_queryobj_get_results’:
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c:137:34: warning: unused variable ‘devinfo’ [-Wunused-variable]
    const struct gen_device_info *devinfo = &brw->screen->devinfo;
                                  ^~~~~~~
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c: In function ‘brw_begin_query’:
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c:264:34: warning: unused variable ‘devinfo’ [-Wunused-variable]
    const struct gen_device_info *devinfo = &brw->screen->devinfo;
                                  ^~~~~~~
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c: In function ‘brw_end_query’:
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c:336:34: warning: unused variable ‘devinfo’ [-Wunused-variable]
    const struct gen_device_info *devinfo = &brw->screen->devinfo;
                                  ^~~~~~~
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c: In function ‘brw_wait_query’:
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c:390:34: warning: unused variable ‘devinfo’ [-Wunused-variable]
    const struct gen_device_info *devinfo = &brw_context(ctx)->screen->devinfo;
                                  ^~~~~~~
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c: In function ‘brw_check_query’:
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c:408:34: warning: unused variable ‘devinfo’ [-Wunused-variable]
    const struct gen_device_info *devinfo = &brw->screen->devinfo;
                                  ^~~~~~~
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c: In function ‘ensure_bo_has_space’:
../mesa-18.0.1/src/mesa/drivers/dri/i965/brw_queryobj.c:438:34: warning: unused variable ‘devinfo’ [-Wunused-variable]
    const struct gen_device_info *devinfo = &brw->screen->devinfo;
                                  ^~~~~~~
[1200/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_reset.c.o'.
[1201/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_program_cache.c.o'.
[1202/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_glk.c.o'.
[1203/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_primitive_restart.c.o'.
[1204/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_program_binary.c.o'.
[1205/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_program.c.o'.
[1206/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_bdw.c.o'.
[1207/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_sf.c.o'.
[1208/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_surface_formats.c.o'.
[1209/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_kblgt3.c.o'.
[1210/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_state_upload.c.o'.
[1211/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_sync.c.o'.
[1212/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_tcs_surface_state.c.o'.
[1213/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_urb.c.o'.
[1214/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_tes_surface_state.c.o'.
[1215/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_tes.c.o'.
[1216/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_tcs.c.o'.
[1217/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen7_l3_state.c.o'.
[1218/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen6_sol.c.o'.
[1219/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen6_clip_state.c.o'.
[1220/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen6_depth_state.c.o'.
[1221/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen6_constant_state.c.o'.
[1222/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen6_multisample_state.c.o'.
[1223/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen6_queryobj.c.o'.
[1224/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_wm_surface_state.c.o'.
[1225/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen6_sampler_state.c.o'.
[1226/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/brw_wm.c.o'.
[1227/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen6_urb.c.o'.
[1228/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen7_misc_state.c.o'.
[1229/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen7_sol_state.c.o'.
[1230/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_buffers.c.o'.
[1231/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/hsw_sol.c.o'.
[1232/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen7_urb.c.o'.
[1233/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen8_depth_state.c.o'.
[1234/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/gen8_multisample_state.c.o'.
[1235/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/meson-generated_.._brw_oa_cflgt3.c.o'.
[1236/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_fbo.c.o'.
[1237/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/hsw_queryobj.c.o'.
[1238/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_batchbuffer.c.o'.
[1239/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_buffer_objects.c.o'.
[1240/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_copy_image.c.o'.
[1241/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_blit.c.o'.
[1242/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_extensions.c.o'.
[1243/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_tex_validate.c.o'.
[1244/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_mipmap_tree.c.o'.
[1245/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_pixel_draw.c.o'.
[1246/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_pixel.c.o'.
[1247/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_pixel_bitmap.c.o'.
[1248/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_tex_image.c.o'.
[1249/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_pixel_read.c.o'.
[1250/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_pixel_copy.c.o'.
[1251/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_state.c.o'.
[1252/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_tex_copy.c.o'.
[1253/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_tex.c.o'.
[1254/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_upload.c.o'.
[1255/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_fog.c.o'.
[1256/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_fbo.c.o'.
[1257/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_screen.c.o'.
[1258/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_common_context.c.o'.
[1259/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_mipmap_tree.c.o'.
[1260/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_debug.c.o'.
[1261/2396] Compiling C object 'src/mesa/drivers/dri/i965/src@mesa@drivers@dri@i965@@i965@sta/intel_tiled_memcpy.c.o'.
[1262/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_ioctl.c.o'.
[1263/2396] Linking static target src/mesa/drivers/dri/i965/libi965.a.
[1264/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_queryobj.c.o'.
[1265/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_dma.c.o'.
[1266/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_span.c.o'.
[1267/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_tex_copy.c.o'.
[1268/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_common.c.o'.
[1269/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_texture.c.o'.
[1270/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_tile.c.o'.
[1271/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_screen.c.o'.
[1272/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_context.c.o'.
[1273/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_blit.c.o'.
[1274/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_maos.c.o'.
[1275/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_sanity.c.o'.
[1276/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_tex.c.o'.
[1277/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_texstate.c.o'.
[1278/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_common.c.o'.
[1279/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_common_context.c.o'.
[1280/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_buffer_objects.c.o'.
[1281/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_context.c.o'.
[1282/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_tcl.c.o'.
[1283/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_fragshader.c.o'.
[1284/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_ioctl.c.o'.
[1285/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_state.c.o'.
[1286/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_state_init.c.o'.
[1287/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_blit.c.o'.
[1288/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_fog.c.o'.
[1289/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_tile.c.o'.
[1290/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_debug.c.o'.
[1291/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_pixel_read.c.o'.
[1292/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_dma.c.o'.
[1293/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_mipmap_tree.c.o'.
[1294/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_queryobj.c.o'.
[1295/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_tex_copy.c.o'.
[1296/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_texture.c.o'.
[1297/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_fbo.c.o'.
[1298/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_span.c.o'.
[1299/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_cmdbuf.c.o'.
[1300/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_maos.c.o'.
[1301/2396] Compiling C object 'src/mesa/drivers/dri/radeon/src@mesa@drivers@dri@radeon@@r100@sta/radeon_swtcl.c.o'.
[1302/2396] Linking static target src/mesa/drivers/dri/radeon/libr100.a.
[1303/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_sanity.c.o'.
[1304/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/radeon_screen.c.o'.
[1305/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_bufferobj.c.o'.
[1306/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_tcl.c.o'.
[1307/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_tex.c.o'.
[1308/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_array.c.o'.
[1309/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_state.c.o'.
[1310/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_texstate.c.o'.
[1311/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_state_init.c.o'.
[1312/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_fbo.c.o'.
[1313/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_context.c.o'.
[1314/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_driver.c.o'.
[1315/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_scratch.c.o'.
[1316/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_span.c.o'.
[1317/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_vertprog.c.o'.
[1318/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_surface.c.o'.
[1319/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_screen.c.o'.
[1320/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_state.c.o'.
[1321/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv04_context.c.o'.
[1322/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv04_render.c.o'.
[1323/2396] Compiling C object 'src/mesa/drivers/dri/r200/src@mesa@drivers@dri@r200@@r200@sta/r200_swtcl.c.o'.
[1324/2396] Compiling C object 'src/loader/src@loader@@loader_dri3_helper@sta/loader_dri3_helper.c.o'.
[1325/2396] Linking static target src/mesa/drivers/dri/r200/libr200.a.
[1326/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv04_state_frag.c.o'.
[1327/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv04_state_fb.c.o'.
[1328/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv04_state_raster.c.o'.
[1329/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nouveau_texture.c.o'.
[1330/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv04_state_tex.c.o'.
[1331/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv10_state_fb.c.o'.
[1332/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv10_state_polygon.c.o'.
[1333/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv04_surface.c.o'.
[1334/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv10_state_frag.c.o'.
[1335/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv10_state_raster.c.o'.
[1336/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv10_context.c.o'.
[1337/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv10_render.c.o'.
[1338/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv20_state_fb.c.o'.
[1339/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv10_state_tex.c.o'.
[1340/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv20_state_polygon.c.o'.
[1341/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv20_state_frag.c.o'.
[1342/2396] Compiling C++ object 'src/mesa/drivers/dri/src@mesa@drivers@dri@@mesa_dri_drivers@sha/meson-generated_.._.._.._.._.._dummy.cpp.o'.
[1343/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv10_state_tnl.c.o'.
[1344/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv20_state_raster.c.o'.
[1345/2396] Compiling C object 'src/loader/src@loader@@loader@sta/pci_id_driver_map.c.o'.
[1346/2396] Linking static target src/loader/libloader_dri3_helper.a.
[1347/2396] Compiling C object 'src/gallium/targets/pipe-loader/src@gallium@targets@pipe-loader@@pipe_vmwgfx@sha/pipe_vmwgfx.c.o'.
[1348/2396] Compiling C object 'src/loader/src@loader@@loader@sta/loader.c.o'.
../mesa-18.0.1/src/loader/loader.c: In function ‘drm_construct_id_path_tag.isra.0’:
../mesa-18.0.1/src/loader/loader.c:122:67: warning: ‘%1u’ directive output may be truncated writing between 1 and 3 bytes into a region of size 2 [-Wformat-truncation=]
         snprintf(tag, PCI_ID_PATH_TAG_LENGTH, "pci-%04x_%02x_%02x_%1u",
                                                                   ^~~
../mesa-18.0.1/src/loader/loader.c:122:47: note: directive argument in the range [0, 255]
         snprintf(tag, PCI_ID_PATH_TAG_LENGTH, "pci-%04x_%02x_%02x_%1u",
                                               ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/loader/loader.c:33:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 17 and 19 bytes into a destination of size 17
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1349/2396] Linking static target src/loader/libloader.a.
[1350/2396] Compiling C object 'src/glx/src@glx@@glx@sta/meson-generated_.._.._mapi_glapi_gen_indirect_size.c.o'.
[1351/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv20_state_tex.c.o'.
[1352/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv20_context.c.o'.
[1353/2396] Generating dummy_c with a custom command.
[1354/2396] Compiling C object 'src/glx/src@glx@@glx@sta/clientattrib.c.o'.
[1355/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv20_render.c.o'.
[1356/2396] Compiling C object 'src/mesa/drivers/dri/nouveau/src@mesa@drivers@dri@nouveau@@nouveau_vieux@sta/nv20_state_tnl.c.o'.
[1357/2396] Compiling C object 'src/glx/src@glx@@glx@sta/clientinfo.c.o'.
[1358/2396] Linking static target src/mesa/drivers/dri/nouveau/libnouveau_vieux.a.
[1359/2396] Compiling C object 'src/glx/src@glx@@glx@sta/glxconfig.c.o'.
[1360/2396] Compiling C object 'src/glx/src@glx@@glx@sta/create_context.c.o'.
[1361/2396] Compiling C object 'src/glx/src@glx@@glx@sta/eval.c.o'.
[1362/2396] Compiling C object 'src/glx/src@glx@@glx@sta/glxcurrent.c.o'.
[1363/2396] Compiling C object 'src/glx/src@glx@@glx@sta/compsize.c.o'.
[1364/2396] Compiling C object 'src/glx/src@glx@@glx@sta/glx_error.c.o'.
[1365/2396] Compiling C object 'src/glx/src@glx@@glx@sta/meson-generated_.._.._mapi_glapi_gen_indirect_init.c.o'.
[1366/2396] Compiling C object 'src/glx/src@glx@@glx@sta/glxhash.c.o'.
[1367/2396] Compiling C object 'src/glx/src@glx@@glx@sta/glx_query.c.o'.
[1368/2396] Compiling C object 'src/glx/src@glx@@glx@sta/glxextensions.c.o'.
[1369/2396] Compiling C object 'src/glx/src@glx@@glx@sta/glx_pbuffer.c.o'.
[1370/2396] Compiling C object 'src/glx/src@glx@@glx@sta/glxext.c.o'.
[1371/2396] Compiling C object 'src/glx/src@glx@@glx@sta/indirect_glx.c.o'.
[1372/2396] Compiling C object 'src/glx/src@glx@@glx@sta/indirect_transpose_matrix.c.o'.
[1373/2396] Compiling C object 'src/glx/src@glx@@glx@sta/indirect_vertex_program.c.o'.
[1374/2396] Compiling C object 'src/glx/src@glx@@glx@sta/indirect_texture_compression.c.o'.
[1375/2396] Compiling C object 'src/glx/src@glx@@glx@sta/indirect_window_pos.c.o'.
[1376/2396] Compiling C object 'src/glx/src@glx@@glx@sta/glxcmds.c.o'.
[1377/2396] Compiling C object 'src/glx/src@glx@@glx@sta/query_renderer.c.o'.
[1378/2396] Compiling C object 'src/glx/src@glx@@glx@sta/renderpix.c.o'.
[1379/2396] Compiling C object 'src/glx/src@glx@@glx@sta/render2.c.o'.
[1380/2396] Compiling C object 'src/glx/src@glx@@glx@sta/pixel.c.o'.
[1381/2396] Compiling C object 'src/glx/src@glx@@glx@sta/pixelstore.c.o'.
[1382/2396] Compiling C object 'src/glx/src@glx@@glx@sta/indirect_vertex_array.c.o'.
[1383/2396] Compiling C object 'src/glx/src@glx@@glx@sta/vertarr.c.o'.
[1384/2396] Compiling C object 'src/glx/src@glx@@glx@sta/singlepix.c.o'.
[1385/2396] Compiling C object 'src/glx/src@glx@@glx@sta/single2.c.o'.
[1386/2396] Compiling C object 'src/glx/src@glx@@glx@sta/dri_common_interop.c.o'.
[1387/2396] Compiling C object 'src/glx/src@glx@@glx@sta/xfont.c.o'.
[1388/2396] Compiling C object 'src/glx/src@glx@@glx@sta/dri_common_query_renderer.c.o'.
[1389/2396] Compiling C object 'src/glx/src@glx@@glx@sta/dri_common.c.o'.
[1390/2396] Compiling C object 'src/glx/src@glx@@glx@sta/drisw_glx.c.o'.
[1391/2396] Compiling C object 'src/glx/src@glx@@glx@sta/dri2.c.o'.
[1392/2396] Compiling C object 'src/glx/src@glx@@GLX_mesa@sha/meson-generated_.._dummy.c.o'.
[1393/2396] Compiling C object 'src/glx/src@glx@@glx@sta/dri_glx.c.o'.
[1394/2396] Compiling C object 'src/glx/src@glx@@glx@sta/glxglvnd.c.o'.
../mesa-18.0.1/src/glx/glxglvnd.c: In function ‘__glXGLVNDGetDispatchAddress’:
../mesa-18.0.1/src/glx/glxglvnd.c:44:34: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     return __glXDispatchFunctions[internalIndex];
            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
[1395/2396] Compiling C object 'src/glx/src@glx@@glx@sta/XF86dri.c.o'.
[1396/2396] Generating linux-dmabuf-unstable-v1-protocol.c with a custom command.
[1397/2396] Generating linux-dmabuf-unstable-v1-client-protocol.h with a custom command.
[1398/2396] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated.c.o'.
[1399/2396] Compiling C object 'src/gbm/src@gbm@@gbm@sha/main_backend.c.o'.
[1400/2396] Compiling C object 'src/glx/src@glx@@glx@sta/g_glxglvnddispatchfuncs.c.o'.
../mesa-18.0.1/src/glx/g_glxglvnddispatchfuncs.c: In function ‘dispatch_ChooseFBConfigSGIX’:
../mesa-18.0.1/src/glx/g_glxglvnddispatchfuncs.c:146:47: warning: passing argument 3 of ‘pChooseFBConfigSGIX’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     ret = (*pChooseFBConfigSGIX)(dpy, screen, attrib_list, nelements);
                                               ^~~~~~~~~~~
../mesa-18.0.1/src/glx/g_glxglvnddispatchfuncs.c:146:47: note: expected ‘int *’ but argument is of type ‘const int *’
../mesa-18.0.1/src/glx/g_glxglvnddispatchfuncs.c: In function ‘dispatch_CreateGLXPbufferSGIX’:
../mesa-18.0.1/src/glx/g_glxglvnddispatchfuncs.c:237:64: warning: passing argument 5 of ‘pCreateGLXPbufferSGIX’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
     ret = (*pCreateGLXPbufferSGIX)(dpy, config, width, height, attrib_list);
                                                                ^~~~~~~~~~~
../mesa-18.0.1/src/glx/g_glxglvnddispatchfuncs.c:237:64: note: expected ‘int *’ but argument is of type ‘const int *’
[1401/2396] Compiling C object 'src/gbm/src@gbm@@gbm@sha/main_gbm.c.o'.
[1402/2396] Compiling C object 'src/glx/src@glx@@glx@sta/meson-generated_.._.._mapi_glapi_gen_indirect.c.o'.
In file included from /usr/include/string.h:494:0,
                 from /usr/include/X11/Xfuncs.h:46,
                 from /usr/include/X11/Xlibint.h:335,
                 from ../mesa-18.0.1/src/glx/glxclient.h:41,
                 from src/mapi/glapi/gen/indirect.h:52,
                 from src/mapi/glapi/gen/indirect.c:30:
In function ‘memcpy’,
    inlined from ‘__indirect_glPrioritizeTextures’ at src/mapi/glapi/gen/indirect.c:4497:1:
/usr/include/bits/string_fortified.h:34:10: warning: ‘__builtin_memcpy’: specified size 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
   return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1403/2396] Compiling C object 'src/glx/src@glx@@glx@sta/dri3_glx.c.o'.
[1404/2396] Compiling C object 'src/egl/wayland/wayland-egl/src@egl@wayland@wayland-egl@@wayland-egl@sha/wayland-egl.c.o'.
[1405/2396] Linking static target src/mesa/libmesa_gallium.a.
[1406/2396] Compiling C object 'src/glx/src@glx@@glx@sta/dri2_glx.c.o'.
[1407/2396] Linking target src/egl/wayland/wayland-egl/libwayland-egl.so.1.0.0.
[1408/2396] Linking static target src/glx/libglx.a.
[1409/2396] Generating u_unfilled_gen.c with a meson_exe.py custom command.
[1410/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl_stub@sta/vl_vl_stubs.c.o'.
[1411/2396] Linking target src/glx/libGLX_mesa.so.0.0.0.
[1412/2396] Generating u_indices_gen.c with a meson_exe.py custom command.
[1413/2396] Generating g_egldispatchstubs.c with a meson_exe.py custom command.
[1414/2396] Generating g_egldispatchstubs.h with a meson_exe.py custom command.
[1415/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/cso_cache_cso_cache.c.o'.
[1416/2396] Compiling C object 'src/gbm/src@gbm@@gbm@sha/backends_dri_gbm_dri.c.o'.
[1417/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/meson-generated_.._linux-dmabuf-unstable-v1-protocol.c.o'.
[1418/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/cso_cache_cso_hash.c.o'.
[1419/2396] Linking target src/gbm/libgbm.so.1.0.0.
[1420/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglimage.c.o'.
[1421/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt_fetch.c.o'.
[1422/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_egllog.c.o'.
[1423/2396] Generating u_format_table.c with a meson_exe.py custom command.
[1424/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_egldriver.c.o'.
[1425/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglarray.c.o'.
[1426/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglsurface.c.o'.
[1427/2396] Linking target src/mesa/drivers/dri/libmesa_dri_drivers.so.
[1428/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/meson-generated_.._g_egldispatchstubs.c.o'.
[1429/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglcurrent.c.o'.
[1430/2396] Generating symbol file 'src/gbm/src@gbm@@gbm@sha/libgbm.so.1.0.0.symbols'.
[1431/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglcontext.c.o'.
[1432/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglglobals.c.o'.
[1433/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_egldisplay.c.o'.
[1434/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglfallbacks.c.o'.
[1435/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglconfig.c.o'.
[1436/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/cso_cache_cso_context.c.o'.
[1437/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglsync.c.o'.
[1438/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/meson-generated_.._u_unfilled_gen.c.o'.
[1439/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglglvnd.c.o'.
[1440/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_egldispatchstubs.c.o'.
[1441/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/drivers_dri2_platform_x11_dri3.c.o'.
[1442/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/drivers_dri2_platform_surfaceless.c.o'.
[1443/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/drivers_dri2_platform_drm.c.o'.
[1444/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_wide_point.c.o'.
[1445/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_wide_line.c.o'.
[1446/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_fs.c.o'.
[1447/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/drivers_dri2_platform_x11.c.o'.
[1448/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_cull.c.o'.
[1449/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/drivers_dri2_platform_wayland.c.o'.
[1450/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_clip.c.o'.
[1451/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_context.c.o'.
[1452/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_aaline.c.o'.
[1453/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/main_eglapi.c.o'.
[1454/2396] Compiling C object 'src/egl/src@egl@@EGL_mesa@sha/drivers_dri2_egl_dri2.c.o'.
[1455/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_aapoint.c.o'.
[1456/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_offset.c.o'.
[1457/2396] Linking target src/egl/libEGL_mesa.so.0.0.0.
[1458/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_flatshade.c.o'.
[1459/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_stipple.c.o'.
[1460/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_pstipple.c.o'.
[1461/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe.c.o'.
[1462/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_unfilled.c.o'.
[1463/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_util.c.o'.
[1464/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_twoside.c.o'.
[1465/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_gs.c.o'.
[1466/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_vbuf.c.o'.
[1467/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pipe_validate.c.o'.
[1468/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt_fetch_emit.c.o'.
[1469/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt_fetch_shade_emit.c.o'.
[1470/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_vertex.c.o'.
[1471/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_prim_assembler.c.o'.
[1472/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt_fetch_shade_pipeline.c.o'.
[1473/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt_emit.c.o'.
[1474/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt.c.o'.
[1475/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt_util.c.o'.
[1476/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_vs.c.o'.
[1477/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/hud_hud_cpu.c.o'.
[1478/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/hud_hud_nic.c.o'.
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_nic.c: In function ‘hud_get_num_nics.part.1’:
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_nic.c:357:60: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 241 [-Wformat-truncation=]
       snprintf(basename, sizeof(basename), "/sys/class/net/%s", dp->d_name);
                                                            ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_nic.c:35:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 16 and 271 bytes into a destination of size 256
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_nic.c:384:26: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 113 [-Wformat-truncation=]
          "/sys/class/net/%s/statistics/tx_bytes", dp->d_name);
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_nic.c:35:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 36 and 291 bytes into a destination of size 128
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_nic.c:399:29: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 113 [-Wformat-truncation=]
             "/sys/class/net/%s/statistics/tx_bytes", dp->d_name);
                             ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_nic.c:35:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 36 and 291 bytes into a destination of size 128
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_nic.c:413:48: warning: ‘%s’ directive output may be truncated writing up to 63 bytes into a region of size between 46 and 53 [-Wformat-truncation=]
       snprintf(line, sizeof(line), "    nic-%s-%s",
                                                ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_nic.c:35:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 12 and 82 bytes into a destination of size 64
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1479/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_vs_exec.c.o'.
[1480/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_vs_variant.c.o'.
[1481/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/hud_font.c.o'.
[1482/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/os_os_misc.c.o'.
[1483/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/indices_u_primconvert.c.o'.
[1484/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt_so_emit.c.o'.
[1485/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/hud_hud_diskstat.c.o'.
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_diskstat.c: In function ‘hud_get_num_disks.part.0’:
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_diskstat.c:272:56: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 245 [-Wformat-truncation=]
       snprintf(basename, sizeof(basename), "/sys/block/%s", dp->d_name);
                                                        ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_diskstat.c:35:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 12 and 267 bytes into a destination of size 256
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_diskstat.c:299:37: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 63 [-Wformat-truncation=]
          snprintf(p, sizeof(p), "%s/%s/stat", basename, dpart->d_name);
                                     ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_diskstat.c:35:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output 7 or more bytes (assuming 262) into a destination of size 64
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_diskstat.c:316:56: warning: ‘%s’ directive output may be truncated writing up to 63 bytes into a region of size between 9 and 16 [-Wformat-truncation=]
          snprintf(line, sizeof(line), "    diskstat-%s-%s",
                                                        ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_diskstat.c:35:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 17 and 87 bytes into a destination of size 32
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1486/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/hud_hud_context.c.o'.
[1487/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/hud_hud_cpufreq.c.o'.
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_cpufreq.c: In function ‘hud_get_num_cpufreq.part.1’:
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_cpufreq.c:218:69: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 232 [-Wformat-truncation=]
       snprintf(basename, sizeof(basename), "/sys/devices/system/cpu/%s", dp->d_name);
                                                                     ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_cpufreq.c:36:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 25 and 280 bytes into a destination of size 256
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1488/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/os_os_process.c.o'.
[1489/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt_post_vs.c.o'.
[1490/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/hud_hud_sensors_temp.c.o'.
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c: In function ‘create_object’:
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:261:47: warning: ‘%s’ directive output may be truncated writing up to 127 bytes into a region of size between 0 and 63 [-Wformat-truncation=]
    snprintf(sti->name, sizeof(sti->name), "%s.%s", sti->chipname,
                                               ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:32:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 2 and 192 bytes into a destination of size 64
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c: In function ‘hud_get_num_sensors.part.1’:
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:351:63: warning: ‘%s’ directive output may be truncated writing up to 63 bytes into a region of size 44 [-Wformat-truncation=]
             snprintf(line, sizeof(line), "    sensors_temp_cu-%s", sti->name);
                                                               ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:32:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 21 and 84 bytes into a destination of size 64
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:354:63: warning: ‘%s’ directive output may be truncated writing up to 63 bytes into a region of size 44 [-Wformat-truncation=]
             snprintf(line, sizeof(line), "    sensors_temp_cr-%s", sti->name);
                                                               ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:32:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 21 and 84 bytes into a destination of size 64
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:357:63: warning: ‘%s’ directive output may be truncated writing up to 63 bytes into a region of size 44 [-Wformat-truncation=]
             snprintf(line, sizeof(line), "    sensors_volt_cu-%s", sti->name);
                                                               ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:32:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 21 and 84 bytes into a destination of size 64
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:360:63: warning: ‘%s’ directive output may be truncated writing up to 63 bytes into a region of size 44 [-Wformat-truncation=]
             snprintf(line, sizeof(line), "    sensors_curr_cu-%s", sti->name);
                                                               ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:32:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 21 and 84 bytes into a destination of size 64
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:363:62: warning: ‘%s’ directive output may be truncated writing up to 63 bytes into a region of size 45 [-Wformat-truncation=]
             snprintf(line, sizeof(line), "    sensors_pow_cu-%s", sti->name);
                                                              ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:32:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 20 and 83 bytes into a destination of size 64
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c: In function ‘hud_sensors_temp_graph_install’:
../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:219:48: warning: ‘%s’ directive output may be truncated writing up to 127 bytes into a region of size between 120 and 126 [-Wformat-truncation=]
    snprintf(gr->name, sizeof(gr->name), "%.6s..%s (%s)",
                                                ^~
In file included from /usr/include/stdio.h:862:0,
                 from ../mesa-18.0.1/src/gallium/include/pipe/p_context.h:35,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_private.h:31,
                 from ../mesa-18.0.1/src/gallium/auxiliary/hud/hud_sensors_temp.c:32:
/usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 9 and 144 bytes into a destination of size 128
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1491/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/hud_hud_fps.c.o'.
[1492/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/postprocess_pp_program.c.o'.
[1493/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/hud_hud_driver_query.c.o'.
[1494/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/postprocess_pp_celshade.c.o'.
[1495/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_bufmgr_alt.c.o'.
[1496/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_buffer_malloc.c.o'.
[1497/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_buffer_fenced.c.o'.
[1498/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/postprocess_pp_run.c.o'.
[1499/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_bufmgr_debug.c.o'.
[1500/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/postprocess_pp_colors.c.o'.
[1501/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_validate.c.o'.
[1502/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_slab.c.o'.
[1503/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/rbug_rbug_connection.c.o'.
[1504/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/pipebuffer_pb_cache.c.o'.
[1505/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/rbug_rbug_context.c.o'.
[1506/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/postprocess_pp_init.c.o'.
[1507/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/rbug_rbug_demarshal.c.o'.
[1508/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/rbug_rbug_core.c.o'.
[1509/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/rtasm_rtasm_cpu.c.o'.
[1510/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/rbug_rbug_shader.c.o'.
[1511/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt_vsplit.c.o'.
[1512/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_aa_point.c.o'.
[1513/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/rbug_rbug_texture.c.o'.
[1514/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/rtasm_rtasm_execmem.c.o'.
[1515/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/postprocess_pp_mlaa.c.o'.
[1516/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_from_mesa.c.o'.
[1517/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_parse.c.o'.
[1518/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_build.c.o'.
[1519/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_emulate.c.o'.
[1520/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_iterate.c.o'.
[1521/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_info.c.o'.
[1522/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_dump.c.o'.
[1523/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_point_sprite.c.o'.
[1524/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_sanity.c.o'.
[1525/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/rtasm_rtasm_x86sse.c.o'.
[1526/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_strings.c.o'.
[1527/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_two_side.c.o'.
[1528/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_scan.c.o'.
[1529/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_transform.c.o'.
[1530/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/translate_translate_generic.c.o'.
[1531/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/translate_translate.c.o'.
[1532/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/translate_translate_cache.c.o'.
[1533/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_async_debug.c.o'.
[1534/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_debug_flush.c.o'.
[1535/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_util.c.o'.
[1536/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_lowering.c.o'.
[1537/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_debug_image.c.o'.
[1538/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_bitmask.c.o'.
[1539/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/translate_translate_sse.c.o'.
[1540/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_cache.c.o'.
[1541/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_cpu_detect.c.o'.
[1542/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_debug_refcnt.c.o'.
[1543/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_debug_memory.c.o'.
[1544/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_blit.c.o'.
[1545/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_debug.c.o'.
[1546/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_debug_describe.c.o'.
[1547/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_debug_stack.c.o'.
[1548/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_draw.c.o'.
[1549/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_debug_symbol.c.o'.
[1550/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_dl.c.o'.
[1551/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_text.c.o'.
[1552/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_format.c.o'.
[1553/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_hash_table.c.o'.
[1554/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_ureg.c.o'.
[1555/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_dump_defines.c.o'.
[1556/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_draw_quad.c.o'.
[1557/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_helpers.c.o'.
[1558/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_dump_state.c.o'.
[1559/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_format_etc.c.o'.
[1560/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_blitter.c.o'.
[1561/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_framebuffer.c.o'.
[1562/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_format_latc.c.o'.
[1563/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/tgsi_tgsi_exec.c.o'.
[1564/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_format_zs.c.o'.
[1565/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_gen_mipmap.c.o'.
[1566/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_idalloc.c.o'.
[1567/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_format_rgtc.c.o'.
[1568/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_format_tests.c.o'.
[1569/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_index_modify.c.o'.
[1570/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_format_other.c.o'.
[1571/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_handle_table.c.o'.
[1572/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_linear.c.o'.
[1573/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_log.c.o'.
[1574/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_pstipple.c.o'.
[1575/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_math.c.o'.
[1576/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_mm.c.o'.
[1577/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_ringbuffer.c.o'.
[1578/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_resource.c.o'.
[1579/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_network.c.o'.
[1580/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_texture.c.o'.
[1581/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_sampler.c.o'.
[1582/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_prim_restart.c.o'.
[1583/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/meson-generated_.._u_indices_gen.c.o'.
[1584/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_format_yuv.c.o'.
[1585/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_suballoc.c.o'.
[1586/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_surfaces.c.o'.
[1587/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_arit_overflow.c.o'.
[1588/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_assert.c.o'.
[1589/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_tile.c.o'.
[1590/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_surface.c.o'.
[1591/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_tests.c.o'.
[1592/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_transfer.c.o'.
[1593/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_transfer_helper.c.o'.
[1594/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_upload_mgr.c.o'.
[1595/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/renderonly_renderonly.c.o'.
[1596/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_const.c.o'.
[1597/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_bitarit.c.o'.
[1598/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_format_yuv.c.o'.
[1599/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_format_s3tc.c.o'.
[1600/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_conv.c.o'.
[1601/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_vbuf.c.o'.
[1602/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_gather.c.o'.
[1603/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_init.c.o'.
[1604/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_simple_shaders.c.o'.
[1605/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_format_aos_array.c.o'.
[1606/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_flow.c.o'.
[1607/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_format.c.o'.
[1608/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_format_cached.c.o'.
[1609/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_format_float.c.o'.
[1610/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_format_aos.c.o'.
[1611/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_format_srgb.c.o'.
[1612/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/util_u_threaded_context.c.o'.
[1613/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_arit.c.o'.
[1614/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_format_soa.c.o'.
[1615/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_tgsi_aos.c.o'.
[1616/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_logic.c.o'.
[1617/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_intr.c.o'.
[1618/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_printf.c.o'.
[1619/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_quad.c.o'.
[1620/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_sample.c.o'.
../mesa-18.0.1/src/gallium/auxiliary/gallivm/lp_bld_sample.c: In function ‘lp_build_rho’:
../mesa-18.0.1/src/gallium/auxiliary/gallivm/lp_bld_sample.c:315:14: warning: ‘ddmax[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
          rho = ddmax[0];
          ~~~~^~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/gallivm/lp_bld_sample.c:305:21: warning: ‘ddx[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
          rho_xvec = lp_build_add(coord_bld, ddx[0], ddx[1]);
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/gallivm/lp_bld_sample.c:305:21: warning: ‘ddx[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
../mesa-18.0.1/src/gallium/auxiliary/gallivm/lp_bld_sample.c:306:21: warning: ‘ddy[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
          rho_yvec = lp_build_add(coord_bld, ddy[0], ddy[1]);
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/auxiliary/gallivm/lp_bld_sample.c:306:21: warning: ‘ddy[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
[1621/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_struct.c.o'.
[1622/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_pack.c.o'.
[1623/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_tgsi_info.c.o'.
[1624/2396] Linking static target src/gallium/auxiliary/libgalliumvl_stub.a.
[1625/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_sample_aos.c.o'.
[1626/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_tgsi.c.o'.
[1627/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/nir_tgsi_to_nir.c.o'.
[1628/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_swizzle.c.o'.
[1629/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_llvm_sample.c.o'.
[1630/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_type.c.o'.
[1631/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_pt_fetch_shade_pipeline_llvm.c.o'.
[1632/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_bicubic_filter.c.o'.
[1633/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_sample_soa.c.o'.
[1634/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_vs_llvm.c.o'.
[1635/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_tgsi_action.c.o'.
[1636/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_matrix_filter.c.o'.
[1637/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_median_filter.c.o'.
[1638/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_deint_filter.c.o'.
[1639/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_vertex_buffers.c.o'.
[1640/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_csc.c.o'.
[1641/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/draw_draw_llvm.c.o'.
[1642/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvlwinsys@sta/vl_vl_winsys_drm.c.o'.
[1643/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_decoder.c.o'.
[1644/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_mpeg12_decoder.c.o'.
[1645/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_tgsi_soa.c.o'.
[1646/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvlwinsys@sta/vl_vl_winsys_dri.c.o'.
[1647/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_video_buffer.c.o'.
[1648/2396] Compiling C object 'src/gallium/auxiliary/pipe-loader/src@gallium@auxiliary@pipe-loader@@pipe_loader_static@sta/pipe_loader.c.o'.
[1649/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvlwinsys@sta/vl_vl_winsys_dri3.c.o'.
[1650/2396] Compiling C object 'src/gallium/auxiliary/pipe-loader/src@gallium@auxiliary@pipe-loader@@pipe_loader_static@sta/pipe_loader_sw.c.o'.
[1651/2396] Linking static target src/gallium/auxiliary/libgalliumvlwinsys.a.
[1652/2396] Compiling C object 'src/gallium/auxiliary/pipe-loader/src@gallium@auxiliary@pipe-loader@@pipe_loader_static@sta/pipe_loader_drm.c.o'.
[1653/2396] Linking static target src/gallium/auxiliary/pipe-loader/libpipe_loader_static.a.
[1654/2396] Compiling C object 'src/gallium/auxiliary/pipe-loader/src@gallium@auxiliary@pipe-loader@@pipe_loader_dynamic@sta/pipe_loader.c.o'.
[1655/2396] Compiling C++ object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_debug.cpp.o'.
[1656/2396] Compiling C object 'src/gallium/auxiliary/pipe-loader/src@gallium@auxiliary@pipe-loader@@pipe_loader_dynamic@sta/pipe_loader_sw.c.o'.
[1657/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_zscan.c.o'.
[1658/2396] Compiling C object 'src/gallium/auxiliary/pipe-loader/src@gallium@auxiliary@pipe-loader@@pipe_loader_dynamic@sta/pipe_loader_drm.c.o'.
[1659/2396] Linking static target src/gallium/auxiliary/pipe-loader/libpipe_loader_dynamic.a.
[1660/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_compositor.c.o'.
[1661/2396] Compiling C object 'src/gallium/drivers/ddebug/src@gallium@drivers@ddebug@@ddebug@sta/dd_screen.c.o'.
[1662/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_idct.c.o'.
[1663/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_mc.c.o'.
[1664/2396] Compiling C object 'src/gallium/drivers/noop/src@gallium@drivers@noop@@noop@sta/noop_state.c.o'.
[1665/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@galliumvl@sta/vl_vl_mpeg12_bitstream.c.o'.
[1666/2396] Linking static target src/gallium/auxiliary/libgalliumvl.a.
[1667/2396] Compiling C object 'src/gallium/drivers/noop/src@gallium@drivers@noop@@noop@sta/noop_pipe.c.o'.
[1668/2396] Linking static target src/gallium/drivers/noop/libnoop.a.
[1669/2396] Compiling C object 'src/gallium/drivers/trace/src@gallium@drivers@trace@@trace@sta/tr_screen.c.o'.
[1670/2396] Generating gen_builder.hpp with a custom command.
[1671/2396] Compiling C object 'src/gallium/drivers/rbug/src@gallium@drivers@rbug@@rbug@sta/rbug_core.c.o'.
[1672/2396] Compiling C object 'src/gallium/drivers/rbug/src@gallium@drivers@rbug@@rbug@sta/rbug_context.c.o'.
[1673/2396] Compiling C object 'src/gallium/drivers/trace/src@gallium@drivers@trace@@trace@sta/tr_dump.c.o'.
[1674/2396] Linking static target src/gallium/drivers/rbug/librbug.a.
[1675/2396] Generating gen_builder_x86.hpp with a custom command.
[1676/2396] Compiling C object 'src/gallium/drivers/ddebug/src@gallium@drivers@ddebug@@ddebug@sta/dd_context.c.o'.
[1677/2396] Generating gen_knobs.cpp with a custom command.
[1678/2396] Compiling C object 'src/gallium/drivers/trace/src@gallium@drivers@trace@@trace@sta/tr_dump_state.c.o'.
[1679/2396] Compiling C object 'src/gallium/winsys/sw/dri/src@gallium@winsys@sw@dri@@swdri@sta/dri_sw_winsys.c.o'.
[1680/2396] Compiling C object 'src/gallium/winsys/sw/wrapper/src@gallium@winsys@sw@wrapper@@wsw@sta/wrapper_sw_winsys.c.o'.
[1681/2396] Generating gen_knobs.h with a custom command.
[1682/2396] Linking static target src/gallium/winsys/sw/dri/libswdri.a.
[1683/2396] Generating gen_state_llvm.h with a custom command.
[1684/2396] Generating gen_swr_context_llvm.h with a custom command.
[1685/2396] Linking static target src/gallium/winsys/sw/wrapper/libwsw.a.
[1686/2396] Generating gen_ar_eventhandler.hpp with a custom command.
[1687/2396] Generating gen_ar_event.hpp with a custom command.
[1688/2396] Generating gen_ar_eventhandlerfile.hpp with a custom command.
[1689/2396] Generating gen_ar_event.cpp with a custom command.
[1690/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_fence.c.o'.
[1691/2396] Generating gen_backend_pixel with a custom command.
[1692/2396] Generating gen_backend_raster with a custom command.
[1693/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_draw_arrays.c.o'.
[1694/2396] Compiling C object 'src/gallium/drivers/trace/src@gallium@drivers@trace@@trace@sta/tr_context.c.o'.
[1695/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_compute.c.o'.
[1696/2396] Linking static target src/gallium/drivers/trace/libtrace.a.
[1697/2396] Compiling C object 'src/gallium/drivers/ddebug/src@gallium@drivers@ddebug@@ddebug@sta/dd_draw.c.o'.
[1698/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_clear.c.o'.
[1699/2396] Linking static target src/gallium/drivers/ddebug/libddebug.a.
[1700/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_buffer.c.o'.
[1701/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_context.c.o'.
[1702/2396] Compiling C object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/meson-generated_.._u_format_table.c.o'.
[1703/2396] Compiling C++ object 'src/gallium/auxiliary/src@gallium@auxiliary@@gallium@sta/gallivm_lp_bld_misc.cpp.o'.
[1704/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/meson-generated_.._rasterizer_codegen_gen_ar_event.cpp.o'.
[1705/2396] Linking static target src/gallium/auxiliary/libgallium.a.
[1706/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/meson-generated_.._rasterizer_codegen_gen_knobs.cpp.o'.
[1707/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_archrast_archrast.cpp.o'.
[1708/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_api.cpp.o'.
[1709/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_backend.cpp.o'.
[1710/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_common_formats.cpp.o'.
[1711/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_common_os.cpp.o'.
[1712/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_common_swr_assert.cpp.o'.
[1713/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_common_rdtsc_buckets.cpp.o'.
[1714/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate0.cpp.o'.
[1715/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_binner.cpp.o'.
[1716/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate3.cpp.o'.
[1717/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate1.cpp.o'.
[1718/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate2.cpp.o'.
[1719/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_backend_clear.cpp.o'.
[1720/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_rasterizer.cpp.o'.
[1721/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_backend_singlesample.cpp.o'.
[1722/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_rdtsc_core.cpp.o'.
[1723/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_clip.cpp.o'.
[1724/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_pa_avx.cpp.o'.
[1725/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_frontend.cpp.o'.
[1726/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_StoreTile.cpp.o'.
[1727/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_threads.cpp.o'.
[1728/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_tilemgr.cpp.o'.
[1729/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_LoadTile.cpp.o'.
[1730/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/meson-generated_.._rasterizer_core_backends_gen_rasterizer0.cpp.o'.
[1731/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/meson-generated_.._rasterizer_core_backends_gen_rasterizer2.cpp.o'.
[1732/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_StoreTile_TileW.cpp.o'.
[1733/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_ClearTile.cpp.o'.
[1734/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/meson-generated_.._rasterizer_core_backends_gen_rasterizer1.cpp.o'.
[1735/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_LoadTile_TileY.cpp.o'.
[1736/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/meson-generated_.._rasterizer_core_backends_gen_rasterizer3.cpp.o'.
[1737/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_LoadTile_Linear.cpp.o'.
[1738/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_LoadTile_TileX.cpp.o'.
[1739/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_StoreTile_TileX2.cpp.o'.
[1740/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/meson-generated_.._rasterizer_codegen_gen_ar_event.cpp.o'.
[1741/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_StoreTile_TileX.cpp.o'.
[1742/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/meson-generated_.._rasterizer_codegen_gen_knobs.cpp.o'.
[1743/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_StoreTile_Linear2.cpp.o'.
[1744/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate2.cpp.o'.
[1745/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_StoreTile_Linear.cpp.o'.
[1746/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate1.cpp.o'.
[1747/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate0.cpp.o'.
[1748/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_common_formats.cpp.o'.
[1749/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_StoreTile_TileY2.cpp.o'.
[1750/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_threads.cpp.o'.
[1751/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_common_swr_assert.cpp.o'.
[1752/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_common_os.cpp.o'.
[1753/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_common_rdtsc_buckets.cpp.o'.
[1754/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_memory_StoreTile_TileY.cpp.o'.
[1755/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_archrast_archrast.cpp.o'.
[1756/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_api.cpp.o'.
[1757/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_backend.cpp.o'.
[1758/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate3.cpp.o'.
[1759/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_backend_clear.cpp.o'.
[1760/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_binner.cpp.o'.
[1761/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX@sha/rasterizer_core_backend_sample.cpp.o'.
[1762/2396] Linking target src/gallium/drivers/swr/libswrAVX.so.0.0.0.
[1763/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_clip.cpp.o'.
[1764/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_frontend.cpp.o'.
[1765/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_rdtsc_core.cpp.o'.
[1766/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_rasterizer.cpp.o'.
[1767/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_tilemgr.cpp.o'.
[1768/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_pa_avx.cpp.o'.
[1769/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_rasterizer0.cpp.o'.
[1770/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_backend_singlesample.cpp.o'.
[1771/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_LoadTile.cpp.o'.
[1772/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_StoreTile.cpp.o'.
[1773/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_rasterizer1.cpp.o'.
[1774/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_ClearTile.cpp.o'.
[1775/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_rasterizer2.cpp.o'.
[1776/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/meson-generated_.._rasterizer_core_backends_gen_rasterizer3.cpp.o'.
[1777/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_StoreTile_TileW.cpp.o'.
[1778/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_LoadTile_Linear.cpp.o'.
[1779/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_LoadTile_TileY.cpp.o'.
[1780/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_StoreTile_Linear2.cpp.o'.
[1781/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_LoadTile_TileX.cpp.o'.
[1782/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/meson-generated_.._rasterizer_codegen_gen_ar_event.cpp.o'.
[1783/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/meson-generated_.._rasterizer_codegen_gen_knobs.cpp.o'.
[1784/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_StoreTile_TileX2.cpp.o'.
[1785/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_StoreTile_TileX.cpp.o'.
[1786/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_StoreTile_Linear.cpp.o'.
[1787/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_StoreTile_TileY2.cpp.o'.
[1788/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_memory_StoreTile_TileY.cpp.o'.
[1789/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_scratch.cpp.o'.
[1790/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_context.cpp.o'.
[1791/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_tex_sample.cpp.o'.
[1792/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate3.cpp.o'.
[1793/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate2.cpp.o'.
[1794/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_state.cpp.o'.
[1795/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_loader.cpp.o'.
[1796/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_clear.cpp.o'.
[1797/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate0.cpp.o'.
[1798/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@swrAVX2@sha/rasterizer_core_backend_sample.cpp.o'.
[1799/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_draw.cpp.o'.
[1800/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/meson-generated_.._rasterizer_core_backends_gen_BackendPixelRate1.cpp.o'.
[1801/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_fence.cpp.o'.
[1802/2396] Linking target src/gallium/drivers/swr/libswrAVX2.so.0.0.0.
[1803/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_fence_work.cpp.o'.
[1804/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_screen.cpp.o'.
[1805/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_query.cpp.o'.
[1806/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/rasterizer_jitter_builder.cpp.o'.
[1807/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/rasterizer_jitter_builder_misc.cpp.o'.
[1808/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/swr_shader.cpp.o'.
[1809/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/rasterizer_common_formats.cpp.o'.
[1810/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/rasterizer_jitter_blend_jit.cpp.o'.
[1811/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/rasterizer_common_os.cpp.o'.
[1812/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/meson-generated_.._rasterizer_core_backends_gen_rasterizer0.cpp.o'.
[1813/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_quad_fs.c.o'.
[1814/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_quad_pipe.c.o'.
[1815/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_quad_stipple.c.o'.
[1816/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/rasterizer_common_swr_assert.cpp.o'.
[1817/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_flush.c.o'.
[1818/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/rasterizer_jitter_JitManager.cpp.o'.
[1819/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_fs_exec.c.o'.
[1820/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_quad_depth_test.c.o'.
[1821/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_query.c.o'.
[1822/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_prim_vbuf.c.o'.
[1823/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/rasterizer_jitter_fetch_jit.cpp.o'.
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp: In member function ‘llvm::Function* FetchJit::Create(const FETCH_COMPILE_STATE&)’:
../mesa-18.0.1/src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp:317:26: warning: ‘vIndices2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         JitGatherVertices(fetchState, streams, vIndices2, GEP(pVtxOut, C(1)), true);
         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1824/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/rasterizer_common_rdtsc_buckets.cpp.o'.
[1825/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_image.c.o'.
[1826/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_screen.c.o'.
[1827/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_state_blend.c.o'.
[1828/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_bld_interp.c.o'.
[1829/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_bld_depth.c.o'.
[1830/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_state_clip.c.o'.
[1831/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_state_image.c.o'.
[1832/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_state_derived.c.o'.
[1833/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_state_rasterizer.c.o'.
[1834/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_quad_blend.c.o'.
[1835/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_state_sampler.c.o'.
[1836/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_state_so.c.o'.
[1837/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_state_surface.c.o'.
[1838/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_state_shader.c.o'.
[1839/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_state_vertex.c.o'.
[1840/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_setup.c.o'.
[1841/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_surface.c.o'.
[1842/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/meson-generated_.._rasterizer_core_backends_gen_rasterizer1.cpp.o'.
[1843/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_bld_alpha.c.o'.
[1844/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_tex_tile_cache.c.o'.
[1845/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_texture.c.o'.
[1846/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_bld_blend.c.o'.
[1847/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_bld_blend_logicop.c.o'.
[1848/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_tile_cache.c.o'.
[1849/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_bld_blend_aos.c.o'.
[1850/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_so.c.o'.
[1851/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_surface.c.o'.
[1852/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_vs.c.o'.
[1853/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_vertex.c.o'.
[1854/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_clear.c.o'.
[1855/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_setup.c.o'.
[1856/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_flush.c.o'.
[1857/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_memory.c.o'.
[1858/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_context.c.o'.
[1859/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_fence.c.o'.
[1860/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_draw_arrays.c.o'.
[1861/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_jit.c.o'.
[1862/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_perf.c.o'.
[1863/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_scene_queue.c.o'.
[1864/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_query.c.o'.
[1865/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_rast_debug.c.o'.
[1866/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_rast.c.o'.
[1867/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_screen.c.o'.
[1868/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_scene.c.o'.
[1869/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_setup_point.c.o'.
[1870/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_setup_line.c.o'.
[1871/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_blend.c.o'.
[1872/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_setup_tri.c.o'.
[1873/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_setup_vbuf.c.o'.
[1874/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_clip.c.o'.
[1875/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_derived.c.o'.
[1876/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_gs.c.o'.
[1877/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_setup.c.o'.
[1878/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_rasterizer.c.o'.
[1879/2396] Compiling C object 'src/gallium/winsys/radeon/drm/src@gallium@winsys@radeon@drm@@radeonwinsys@sta/radeon_drm_surface.c.o'.
[1880/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_sampler.c.o'.
[1881/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_surface.c.o'.
[1882/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_tex_sample.c.o'.
[1883/2396] Compiling C object 'src/gallium/drivers/softpipe/src@gallium@drivers@softpipe@@softpipe@sta/sp_tex_sample.c.o'.
[1884/2396] Linking static target src/gallium/drivers/softpipe/libsoftpipe.a.
[1885/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_texture.c.o'.
[1886/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_rast_tri.c.o'.
[1887/2396] Compiling C object 'src/gallium/winsys/radeon/drm/src@gallium@winsys@radeon@drm@@radeonwinsys@sta/radeon_drm_cs.c.o'.
[1888/2396] Compiling C object 'src/gallium/winsys/radeon/drm/src@gallium@winsys@radeon@drm@@radeonwinsys@sta/radeon_drm_winsys.c.o'.
[1889/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_chipset.c.o'.
[1890/2396] Compiling C object 'src/gallium/winsys/radeon/drm/src@gallium@winsys@radeon@drm@@radeonwinsys@sta/radeon_drm_bo.c.o'.
[1891/2396] Linking static target src/gallium/winsys/radeon/drm/libradeonwinsys.a.
[1892/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_flush.c.o'.
[1893/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_query.c.o'.
[1894/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_debug.c.o'.
[1895/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_context.c.o'.
[1896/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_render_stencilref.c.o'.
[1897/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_blit.c.o'.
[1898/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_emit.c.o'.
[1899/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_hyperz.c.o'.
[1900/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_fs.c.o'.
[1901/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_render.c.o'.
[1902/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_texture.c.o'.
[1903/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_render_translate.c.o'.
[1904/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_resource.c.o'.
[1905/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_texture_desc.c.o'.
[1906/2396] Compiling C object 'src/gallium/drivers/llvmpipe/src@gallium@drivers@llvmpipe@@llvmpipe@sta/lp_state_fs.c.o'.
[1907/2396] Linking static target src/gallium/drivers/llvmpipe/libllvmpipe.a.
[1908/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_screen_buffer.c.o'.
[1909/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_screen.c.o'.
[1910/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_r300_fragprog_emit.c.o'.
[1911/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_r300_fragprog_swizzle.c.o'.
[1912/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_r300_fragprog.c.o'.
[1913/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_r3xx_fragprog.c.o'.
[1914/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_memory_pool.c.o'.
[1915/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_vs.c.o'.
[1916/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_tgsi_to_rc.c.o'.
[1917/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_transfer.c.o'.
[1918/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_state_derived.c.o'.
[1919/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_r3xx_vertprog_dump.c.o'.
[1920/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_vs_draw.c.o'.
[1921/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_emulate_branches.c.o'.
[1922/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_r500_fragprog.c.o'.
[1923/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_code.c.o'.
[1924/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_dataflow_swizzles.c.o'.
[1925/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_dataflow_deadcode.c.o'.
[1926/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_r500_fragprog_emit.c.o'.
[1927/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_compiler.c.o'.
[1928/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_list.c.o'.
[1929/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_inline_literals.c.o'.
[1930/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/r300_state.c.o'.
[1931/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_emulate_loops.c.o'.
[1932/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_dataflow.c.o'.
[1933/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_compiler_util.c.o'.
[1934/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_r3xx_vertprog.c.o'.
[1935/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_opcodes.c.o'.
[1936/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_program.c.o'.
[1937/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_pair_translate.c.o'.
[1938/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_pair_dead_sources.c.o'.
[1939/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_program_pair.c.o'.
[1940/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_program_print.c.o'.
[1941/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_program_tex.c.o'.
[1942/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_rename_regs.c.o'.
[1943/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_remove_constants.c.o'.
[1944/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_optimize.c.o'.
[1945/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_vert_fc.c.o'.
[1946/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_pair_schedule.c.o'.
[1947/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_pair_regalloc.c.o'.
[1948/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_program_alu.c.o'.
[1949/2396] Compiling C object 'src/gallium/drivers/r300/src@gallium@drivers@r300@@r300@sta/compiler_radeon_variable.c.o'.
[1950/2396] Linking static target src/gallium/drivers/r300/libr300.a.
[1951/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/r600_gpu_load.c.o'.
[1952/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/radeon_vcn_enc.c.o'.
[1953/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/r600_buffer_common.c.o'.
[1954/2396] Generating egd_tables.h with a meson_exe.py custom command.
[1955/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/radeon_vce_40_2_2.c.o'.
[1956/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/radeon_vcn_dec.c.o'.
[1957/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/radeon_vce_50.c.o'.
[1958/2396] Compiling C object 'src/gallium/winsys/amdgpu/drm/src@gallium@winsys@amdgpu@drm@@amdgpuwinsys@sta/amdgpu_bo.c.o'.
[1959/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/radeon_vcn_enc_1_2.c.o'.
[1960/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/rasterizer_jitter_streamout_jit.cpp.o'.
[1961/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/eg_asm.c.o'.
[1962/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/evergreen_hw_context.c.o'.
[1963/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/evergreen_compute.c.o'.
[1964/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/radeon_uvd.c.o'.
[1965/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/compute_memory_pool.c.o'.
[1966/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/eg_debug.c.o'.
[1967/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_pipe.c.o'.
[1968/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_isa.c.o'.
[1969/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_hw_context.c.o'.
[1970/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_gpu_load.c.o'.
In file included from ../mesa-18.0.1/src/util/u_queue.h:41:0,
                 from ../mesa-18.0.1/src/gallium/auxiliary/util/u_threaded_context.h:187,
                 from ../mesa-18.0.1/src/gallium/drivers/r600/r600_pipe_common.h:48,
                 from ../mesa-18.0.1/src/gallium/drivers/r600/r600_gpu_load.c:37:
../mesa-18.0.1/src/gallium/drivers/r600/r600_gpu_load.c: In function ‘r600_gpu_load_thread’:
../mesa-18.0.1/src/util/os_time.h:82:7: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
    if (start <= end)
       ^
[1971/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_blit.c.o'.
[1972/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_asm.c.o'.
[1973/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_perfcounter.c.o'.
[1974/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/meson-generated_.._rasterizer_core_backends_gen_rasterizer2.cpp.o'.
[1975/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_pipe_common.c.o'.
[1976/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_uvd.c.o'.
[1977/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r700_asm.c.o'.
[1978/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/cayman_msaa.c.o'.
[1979/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_state.c.o'.
[1980/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_buffer_common.c.o'.
[1981/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/radeon_video.c.o'.
[1982/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/evergreen_state.c.o'.
[1983/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_query.c.o'.
[1984/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_streamout.c.o'.
[1985/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_test_dma.c.o'.
[1986/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_viewport.c.o'.
[1987/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_bc_decoder.cpp.o'.
[1988/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_texture.c.o'.
[1989/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/radeon_vce.c.o'.
[1990/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_state_common.c.o'.
[1991/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/radeon_uvd.c.o'.
[1992/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_context.cpp.o'.
[1993/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_def_use.cpp.o'.
[1994/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_bc_builder.cpp.o'.
[1995/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_dump.cpp.o'.
[1996/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_dce_cleanup.cpp.o'.
[1997/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_bc_finalize.cpp.o'.
[1998/2396] Compiling C object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/r600_shader.c.o'.
[1999/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_bc_dump.cpp.o'.
[2000/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_peephole.cpp.o'.
[2001/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_bc_parser.cpp.o'.
[2002/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_ra_checker.cpp.o'.
[2003/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_psi_ops.cpp.o'.
[2004/2396] Linking static target src/gallium/winsys/amdgpu/drm/libamdgpuwinsys.a.
[2005/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_expr.cpp.o'.
[2006/2396] Compiling C++ object 'src/gallium/drivers/swr/src@gallium@drivers@swr@@mesaswr@sta/meson-generated_.._rasterizer_core_backends_gen_rasterizer3.cpp.o'.
[2007/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_if_conversion.cpp.o'.
[2008/2396] Linking static target src/gallium/drivers/swr/libmesaswr.a.
[2009/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_gvn.cpp.o'.
[2010/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_gcm.cpp.o'.
[2011/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_liveness.cpp.o'.
[2012/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_pass.cpp.o'.
[2013/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_core.cpp.o'.
[2014/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_ir.cpp.o'.
[2015/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/radeon_vce_52.c.o'.
[2016/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/radeon_video.c.o'.
[2017/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nouveau_heap.c.o'.
[2018/2396] Compiling C object 'src/gallium/drivers/radeon/src@gallium@drivers@radeon@@radeon@sta/radeon_vce.c.o'.
[2019/2396] Linking static target src/gallium/drivers/radeon/libradeon.a.
[2020/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nouveau_fence.c.o'.
[2021/2396] Generating si_driinfo.h with a meson_exe.py custom command.
[2022/2396] Compiling C object 'src/gallium/winsys/nouveau/drm/src@gallium@winsys@nouveau@drm@@nouveauwinsys@sta/nouveau_drm_winsys.c.o'.
[2023/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nouveau_buffer.c.o'.
[2024/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nouveau_vp3_video_bsp.c.o'.
[2025/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_ra_init.cpp.o'.
[2026/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/cik_sdma.c.o'.
[2027/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_state_binning.c.o'.
[2028/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_ra_coalesce.cpp.o'.
[2029/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_compute.c.o'.
[2030/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_blit.c.o'.
[2031/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_state_draw.c.o'.
[2032/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_clear.c.o'.
[2033/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_cp_dma.c.o'.
[2034/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_dma.c.o'.
[2035/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_valtable.cpp.o'.
[2036/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_fence.c.o'.
[2037/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_debug.c.o'.
[2038/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_get.c.o'.
[2039/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_ssa_builder.cpp.o'.
[2040/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_hw_context.c.o'.
[2041/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_pm4.c.o'.
[2042/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_perfcounter.c.o'.
[2043/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_pipe.c.o'.
[2044/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_shader_nir.c.o'.
../mesa-18.0.1/src/gallium/drivers/radeonsi/si_shader_nir.c: In function ‘si_nir_scan_shader’:
../mesa-18.0.1/src/gallium/drivers/radeonsi/si_shader_nir.c:205:12: warning: unused variable ‘attrib_count’ [-Wunused-variable]
   unsigned attrib_count = glsl_count_attribute_slots(variable->type,
            ^~~~~~~~~~~~
../mesa-18.0.1/src/gallium/drivers/radeonsi/si_shader_nir.c: In function ‘si_nir_build_llvm’:
../mesa-18.0.1/src/gallium/drivers/radeonsi/si_shader_nir.c:652:13: warning: unused variable ‘attrib_count’ [-Wunused-variable]
    unsigned attrib_count = glsl_count_attribute_slots(variable->type,
             ^~~~~~~~~~~~
[2045/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_shader_tgsi_alu.c.o'.
[2046/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_shader.cpp.o'.
[2047/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_descriptors.c.o'.
[2048/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_state_msaa.c.o'.
[2049/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_state_viewport.c.o'.
[2050/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_shader_tgsi_setup.c.o'.
[2051/2396] Linking static target src/gallium/winsys/nouveau/drm/libnouveauwinsys.a.
[2052/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_state_streamout.c.o'.
[2053/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_shader_tgsi_mem.c.o'.
[2054/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_uvd.c.o'.
[2055/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nouveau_vp3_video.c.o'.
[2056/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nouveau_screen.c.o'.
[2057/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nouveau_mm.c.o'.
[2058/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_test_dma.c.o'.
[2059/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_fence.c.o'.
[2060/2396] Compiling C++ object 'src/gallium/drivers/r600/src@gallium@drivers@r600@@r600@sta/sb_sb_sched.cpp.o'.
[2061/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_buffer.c.o'.
[2062/2396] Linking static target src/gallium/drivers/r600/libr600.a.
[2063/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/pb_buffer_simple_fenced.c.o'.
[2064/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_context.c.o'.
[2065/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nouveau_vp3_video_vp.c.o'.
[2066/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_clear.c.o'.
[2067/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_format.c.o'.
[2068/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_context.c.o'.
[2069/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nouveau_video.c.o'.
[2070/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_state_shaders.c.o'.
[2071/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_fragprog.c.o'.
[2072/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_fragtex.c.o'.
[2073/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_draw.c.o'.
[2074/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_resource.c.o'.
[2075/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_query.c.o'.
[2076/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_push.c.o'.
[2077/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_screen.c.o'.
[2078/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_state.c.o'.
[2079/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_miptree.c.o'.
[2080/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_texture.c.o'.
[2081/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv40_verttex.c.o'.
[2082/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_state_validate.c.o'.
[2083/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_vertprog.c.o'.
[2084/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_vbo.c.o'.
[2085/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_formats.c.o'.
[2086/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nv30_transfer.c.o'.
[2087/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_compute.c.o'.
[2088/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_context.c.o'.
[2089/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_shader.c.o'.
[2090/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_miptree.c.o'.
[2091/2396] Compiling C object 'src/gallium/drivers/radeonsi/src@gallium@drivers@radeonsi@@radeonsi@sta/si_state.c.o'.
[2092/2396] Linking static target src/gallium/drivers/radeonsi/libradeonsi.a.
[2093/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_query.c.o'.
[2094/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_push.c.o'.
[2095/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_program.c.o'.
[2096/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_query_hw_metric.c.o'.
[2097/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_resource.c.o'.
[2098/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_query_hw_sm.c.o'.
[2099/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_query_hw.c.o'.
[2100/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_screen.c.o'.
[2101/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_tex.c.o'.
[2102/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_shader_state.c.o'.
[2103/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_state_validate.c.o'.
[2104/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_transfer.c.o'.
[2105/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv84_video_bsp.c.o'.
[2106/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv98_video_bsp.c.o'.
[2107/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_state.c.o'.
[2108/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv98_video.c.o'.
[2109/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv84_video.c.o'.
[2110/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_vbo.c.o'.
[2111/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv98_video_ppp.c.o'.
[2112/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv84_video_vp.c.o'.
[2113/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv98_video_vp.c.o'.
[2114/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nvfx_vertprog.c.o'.
[2115/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv50_nv50_surface.c.o'.
[2116/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nv30_nvfx_fragprog.c.o'.
[2117/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_graph.cpp.o'.
[2118/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_bb.cpp.o'.
[2119/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_print.cpp.o'.
[2120/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_build_util.cpp.o'.
[2121/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_target.cpp.o'.
[2122/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_emit_nv50.cpp.o'.
[2123/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_target_nv50.cpp.o'.
[2124/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_ssa.cpp.o'.
[2125/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_util.cpp.o'.
[2126/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir.cpp.o'.
[2127/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_lowering_nv50.cpp.o'.
[2128/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_target_gm107.cpp.o'.
[2129/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_lowering_gm107.cpp.o'.
[2130/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_compute.c.o'.
[2131/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_ra.cpp.o'.
[2132/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_formats.c.o'.
[2133/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_target_nvc0.cpp.o'.
[2134/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_peephole.cpp.o'.
[2135/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_miptree.c.o'.
[2136/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_query.c.o'.
[2137/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_context.c.o'.
[2138/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_query_hw.c.o'.
[2139/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_program.c.o'.
[2140/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_query_hw_metric.c.o'.
[2141/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_query_sw.c.o'.
[2142/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_resource.c.o'.
[2143/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_query_hw_sm.c.o'.
[2144/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_shader_state.c.o'.
[2145/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_emit_gk110.cpp.o'.
[2146/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_screen.c.o'.
[2147/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_state_validate.c.o'.
[2148/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_emit_nvc0.cpp.o'.
[2149/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_state.c.o'.
[2150/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_transfer.c.o'.
[2151/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_video_bsp.c.o'.
[2152/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_video_ppp.c.o'.
[2153/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_video.c.o'.
[2154/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_vbo.c.o'.
[2155/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_vbo_translate.c.o'.
[2156/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_video_vp.c.o'.
[2157/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_tex.c.o'.
[2158/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_screen.c.o'.
[2159/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_screen_dri.c.o'.
[2160/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_surface.c.o'.
[2161/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_screen_ioctl.c.o'.
[2162/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_screen_pools.c.o'.
[2163/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_screen_svga.c.o'.
[2164/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nvc0_surface.c.o'.
[2165/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_emit_gm107.cpp.o'.
[2166/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_shader.c.o'.
[2167/2396] Compiling C object 'src/gallium/winsys/svga/drm/src@gallium@winsys@svga@drm@@svgadrm@sta/vmw_query.c.o'.
[2168/2396] Compiling C object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/nvc0_nve4_compute.c.o'.
[2169/2396] Linking static target src/gallium/winsys/svga/drm/libsvgadrm.a.
[2170/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_from_tgsi.cpp.o'.
[2171/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_flush.c.o'.
[2172/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_context.c.o'.
[2173/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_draw.c.o'.
[2174/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_fs.c.o'.
[2175/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_link.c.o'.
[2176/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_constants.c.o'.
[2177/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_msg.c.o'.
[2178/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_draw_elements.c.o'.
[2179/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_cmd_vgpu10.c.o'.
[2180/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_cmd.c.o'.
[2181/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_clear.c.o'.
[2182/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_format.c.o'.
[2183/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_draw_arrays.c.o'.
[2184/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_blend.c.o'.
[2185/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_depthstencil.c.o'.
[2186/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_gs.c.o'.
[2187/2396] Compiling C++ object 'src/gallium/drivers/nouveau/src@gallium@drivers@nouveau@@nouveau@sta/codegen_nv50_ir_lowering_nvc0.cpp.o'.
[2188/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_streamout.c.o'.
[2189/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_draw.c.o'.
[2190/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_blit.c.o'.
[2191/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_rasterizer.c.o'.
[2192/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_sampler.c.o'.
[2193/2396] Linking static target src/gallium/drivers/nouveau/libnouveau.a.
[2194/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_misc.c.o'.
[2195/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_vertex.c.o'.
[2196/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_resource.c.o'.
[2197/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_vs.c.o'.
[2198/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_pipe_query.c.o'.
[2199/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_sampler_view.c.o'.
[2200/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_screen.c.o'.
[2201/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_resource_buffer.c.o'.
[2202/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_framebuffer.c.o'.
[2203/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_gs.c.o'.
[2204/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_constants.c.o'.
[2205/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_screen_cache.c.o'.
[2206/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_resource_buffer_upload.c.o'.
[2207/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_fs.c.o'.
[2208/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_tgsi_transform.c.o'.
[2209/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state.c.o'.
[2210/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_resource_texture.c.o'.
[2211/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_shader.c.o'.
[2212/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_need_swtnl.c.o'.
[2213/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_vdecl.c.o'.
[2214/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_tss.c.o'.
[2215/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_vs.c.o'.
[2216/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_swtnl_state.c.o'.
[2217/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_tgsi.c.o'.
[2218/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_swtnl_draw.c.o'.
[2219/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_rss.c.o'.
[2220/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_state_sampler.c.o'.
[2221/2396] Compiling C object 'src/gallium/winsys/virgl/vtest/src@gallium@winsys@virgl@vtest@@virglvtest@sta/virgl_vtest_socket.c.o'.
../mesa-18.0.1/src/gallium/winsys/virgl/vtest/virgl_vtest_socket.c: In function ‘virgl_vtest_busy_wait’:
../mesa-18.0.1/src/gallium/winsys/virgl/vtest/virgl_vtest_socket.c:279:8: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
    int ret;
        ^~~
[2222/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_swtnl_backend.c.o'.
[2223/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svgadump_svga_shader_op.c.o'.
[2224/2396] Compiling C object 'src/gallium/winsys/virgl/vtest/src@gallium@winsys@virgl@vtest@@virglvtest@sta/virgl_vtest_winsys.c.o'.
[2225/2396] Linking static target src/gallium/winsys/virgl/vtest/libvirglvtest.a.
[2226/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svgadump_svga_shader_dump.c.o'.
[2227/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_surface.c.o'.
[2228/2396] Compiling C object 'src/gallium/winsys/virgl/drm/src@gallium@winsys@virgl@drm@@virgldrm@sta/virgl_drm_winsys.c.o'.
[2229/2396] Linking static target src/gallium/winsys/virgl/drm/libvirgldrm.a.
[2230/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_tgsi_decl_sm30.c.o'.
[2231/2396] Compiling C object 'src/gallium/drivers/virgl/src@gallium@drivers@virgl@@virgl@sta/virgl_buffer.c.o'.
[2232/2396] Compiling C object 'src/gallium/drivers/virgl/src@gallium@drivers@virgl@@virgl@sta/virgl_query.c.o'.
[2233/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/bitmap.c.o'.
[2234/2396] Compiling C object 'src/gallium/drivers/virgl/src@gallium@drivers@virgl@@virgl@sta/virgl_context.c.o'.
[2235/2396] Compiling C object 'src/gallium/drivers/virgl/src@gallium@drivers@virgl@@virgl@sta/virgl_streamout.c.o'.
[2236/2396] Compiling C object 'src/gallium/drivers/virgl/src@gallium@drivers@virgl@@virgl@sta/virgl_resource.c.o'.
[2237/2396] Compiling C object 'src/gallium/drivers/virgl/src@gallium@drivers@virgl@@virgl@sta/virgl_screen.c.o'.
[2238/2396] Compiling C object 'src/gallium/drivers/virgl/src@gallium@drivers@virgl@@virgl@sta/virgl_texture.c.o'.
[2239/2396] Compiling C object 'src/gallium/drivers/virgl/src@gallium@drivers@virgl@@virgl@sta/virgl_tgsi.c.o'.
[2240/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/display.c.o'.
[2241/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/decode.c.o'.
../mesa-18.0.1/src/gallium/state_trackers/vdpau/decode.c: In function ‘vlVdpDecoderRender’:
../mesa-18.0.1/src/gallium/state_trackers/vdpau/decode.c:530:18: warning: ‘vlc.end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    struct vl_vlc vlc;
                  ^~~
In file included from ../mesa-18.0.1/src/gallium/state_trackers/vdpau/decode.c:33:0:
../mesa-18.0.1/src/gallium/auxiliary/vl/vl_vlc.h:152:27: warning: ‘vlc.data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
          uint64_t value = *(const uint32_t*)vlc->data;
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/vdpau/decode.c:530:18: note: ‘vlc.data’ was declared here
    struct vl_vlc vlc;
                  ^~~
[2242/2396] Compiling C object 'src/gallium/state_trackers/xa/src@gallium@state_trackers@xa@@xa_st@sta/xa_composite.c.o'.
[2243/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/context.c.o'.
[2244/2396] Compiling C object 'src/gallium/state_trackers/xa/src@gallium@state_trackers@xa@@xa_st@sta/xa_context.c.o'.
[2245/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/ftab.c.o'.
[2246/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svgadump_svga_dump.c.o'.
[2247/2396] Compiling C object 'src/gallium/drivers/virgl/src@gallium@drivers@virgl@@virgl@sta/virgl_encode.c.o'.
[2248/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/device.c.o'.
[2249/2396] Linking static target src/gallium/drivers/virgl/libvirgl.a.
[2250/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/preemption.c.o'.
[2251/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/htab.c.o'.
[2252/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/presentation.c.o'.
[2253/2396] Compiling C object 'src/gallium/state_trackers/omx_bellagio/src@gallium@state_trackers@omx_bellagio@@omx_st@sta/entrypoint.c.o'.
[2254/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/query.c.o'.
[2255/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/mixer.c.o'.
[2256/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/surface.c.o'.
[2257/2396] Compiling C object 'src/gallium/state_trackers/vdpau/src@gallium@state_trackers@vdpau@@vdpau_st@sta/output.c.o'.
[2258/2396] Linking static target src/gallium/state_trackers/vdpau/libvdpau_st.a.
[2259/2396] Compiling C object 'src/gallium/state_trackers/omx_bellagio/src@gallium@state_trackers@omx_bellagio@@omx_st@sta/vid_dec.c.o'.
[2260/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/buffer.c.o'.
[2261/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/config.c.o'.
[2262/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_tgsi_insn.c.o'.
[2263/2396] Compiling C object 'src/gallium/state_trackers/omx_bellagio/src@gallium@state_trackers@omx_bellagio@@omx_st@sta/vid_dec_mpeg12.c.o'.
[2264/2396] Compiling C object 'src/gallium/state_trackers/omx_bellagio/src@gallium@state_trackers@omx_bellagio@@omx_st@sta/vid_enc.c.o'.
[2265/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/picture_mpeg12.c.o'.
[2266/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/picture_mpeg4.c.o'.
[2267/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/picture_vc1.c.o'.
[2268/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/picture.c.o'.
[2269/2396] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_tgsi_vgpu10.c.o'.
[2270/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/picture_hevc.c.o'.
[2271/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/picture_h264.c.o'.
[2272/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/image.c.o'.
[2273/2396] Linking static target src/gallium/drivers/svga/libsvga.a.
[2274/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/picture_mjpeg.c.o'.
[2275/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/postproc.c.o'.
[2276/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/authenticatedchannel9.c.o'.
[2277/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/subpicture.c.o'.
[2278/2396] Compiling C object 'src/gallium/state_trackers/xa/src@gallium@state_trackers@xa@@xa_st@sta/xa_yuv.c.o'.
[2279/2396] Compiling C object 'src/gallium/state_trackers/xa/src@gallium@state_trackers@xa@@xa_st@sta/xa_renderer.c.o'.
[2280/2396] Compiling C object 'src/gallium/state_trackers/xa/src@gallium@state_trackers@xa@@xa_st@sta/xa_tracker.c.o'.
[2281/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/cryptosession9.c.o'.
[2282/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/buffer9.c.o'.
[2283/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/basetexture9.c.o'.
[2284/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/device9video.c.o'.
[2285/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/guid.c.o'.
[2286/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/device9ex.c.o'.
[2287/2396] Compiling C object 'src/gallium/state_trackers/va/src@gallium@state_trackers@va@@va_st@sta/surface.c.o'.
[2288/2396] Linking static target src/gallium/state_trackers/va/libva_st.a.
[2289/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/cubetexture9.c.o'.
[2290/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/indexbuffer9.c.o'.
[2291/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_debug.c.o'.
[2292/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/iunknown.c.o'.
[2293/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/adapter9.c.o'.
[2294/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_buffer_upload.c.o'.
[2295/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nineexoverlayextension.c.o'.
[2296/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_dump.c.o'.
[2297/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_helpers.c.o'.
[2298/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_quirk.c.o'.
[2299/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/surface9.c.o'.
[2300/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_pipe.c.o'.
[2301/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/swapchain9.c.o'.
[2302/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_queue.c.o'.
[2303/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/pixelshader9.c.o'.
[2304/2396] Compiling C object 'src/gallium/state_trackers/omx_bellagio/src@gallium@state_trackers@omx_bellagio@@omx_st@sta/vid_dec_h264.c.o'.
[2305/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/query9.c.o'.
[2306/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/resource9.c.o'.
[2307/2396] Compiling C object 'src/gallium/state_trackers/omx_bellagio/src@gallium@state_trackers@omx_bellagio@@omx_st@sta/vid_dec_h265.c.o'.
[2308/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_lock.c.o'.
[2309/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/swapchain9ex.c.o'.
[2310/2396] Linking static target src/gallium/state_trackers/omx_bellagio/libomx_st.a.
[2311/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/device9.c.o'.
[2312/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/threadpool.c.o'.
[2313/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/vertexbuffer9.c.o'.
[2314/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/texture9.c.o'.
[2315/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/vertexdeclaration9.c.o'.
[2316/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/stateblock9.c.o'.
[2317/2396] Compiling C object 'src/gallium/targets/pipe-loader/src@gallium@targets@pipe-loader@@pipe_nouveau@sha/pipe_nouveau.c.o'.
[2318/2396] Compiling C object 'src/gallium/targets/pipe-loader/src@gallium@targets@pipe-loader@@pipe_r300@sha/pipe_r300.c.o'.
[2319/2396] Compiling C object 'src/gallium/targets/pipe-loader/src@gallium@targets@pipe-loader@@pipe_radeonsi@sha/pipe_radeonsi.c.o'.
[2320/2396] Compiling C object 'src/gallium/state_trackers/xa/src@gallium@state_trackers@xa@@xa_st@sta/xa_tgsi.c.o'.
[2321/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/vertexshader9.c.o'.
[2322/2396] Linking static target src/gallium/state_trackers/xa/libxa_st.a.
[2323/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/volumetexture9.c.o'.
[2324/2396] Compiling C object 'src/gallium/targets/pipe-loader/src@gallium@targets@pipe-loader@@pipe_r600@sha/pipe_r600.c.o'.
[2325/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/volume9.c.o'.
[2326/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_state.c.o'.
[2327/2396] Compiling C object 'src/gallium/targets/pipe-loader/src@gallium@targets@pipe-loader@@pipe_swrast@sha/pipe_swrast.c.o'.
[2328/2396] Linking target src/gallium/targets/pipe-loader/pipe_r600.so.
[2329/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@cltgsi@sta/tgsi_compiler.cpp.o'.
[2330/2396] Linking static target src/gallium/state_trackers/clover/libcltgsi.a.
[2331/2396] Linking target src/gallium/targets/pipe-loader/pipe_vmwgfx.so.
[2332/2396] Linking target src/gallium/targets/pipe-loader/pipe_r300.so.
[2333/2396] Linking target src/gallium/targets/pipe-loader/pipe_nouveau.so.
[2334/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_shader.c.o'.
[2335/2396] Linking target src/gallium/targets/pipe-loader/pipe_radeonsi.so.
[2336/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_dispatch.cpp.o'.
[2337/2396] Linking target src/gallium/targets/pipe-loader/pipe_swrast.so.
[2338/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_interop.cpp.o'.
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/api/interop.cpp:24:0:
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:124:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_queued() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:125:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_submit() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:126:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_start() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:127:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_end() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:142:20: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       lazy<cl_ulong> _time_queued, _time_submit, _time_start, _time_end;
                    ^
[2339/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_device.cpp.o'.
[2340/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_context.cpp.o'.
[2341/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_platform.cpp.o'.
[2342/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_event.cpp.o'.
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/api/event.cpp:24:0:
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:124:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_queued() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:125:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_submit() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:126:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_start() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:127:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_end() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:142:20: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       lazy<cl_ulong> _time_queued, _time_submit, _time_start, _time_end;
                    ^
../mesa-18.0.1/src/gallium/state_trackers/clover/api/event.cpp: In function ‘cl_int clGetEventProfilingInfo(cl_event, cl_profiling_info, size_t, void*, size_t*)’:
../mesa-18.0.1/src/gallium/state_trackers/clover/api/event.cpp:287:23: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
 } catch (lazy<cl_ulong>::undefined_error &e) {
                       ^
[2343/2396] Compiling C object 'src/gallium/state_trackers/nine/src@gallium@state_trackers@nine@@nine_st@sta/nine_ff.c.o'.
[2344/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_memory.cpp.o'.
[2345/2396] Linking static target src/gallium/state_trackers/nine/libnine_st.a.
[2346/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_queue.cpp.o'.
[2347/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_sampler.cpp.o'.
[2348/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_context.cpp.o'.
[2349/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_device.cpp.o'.
[2350/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_kernel.cpp.o'.
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/api/kernel.cpp:25:0:
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:124:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_queued() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:125:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_submit() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:126:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_start() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:127:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_end() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:142:20: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       lazy<cl_ulong> _time_queued, _time_submit, _time_start, _time_end;
                    ^
[2351/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clllvm@sta/llvm_codegen_bitcode.cpp.o'.
[2352/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_format.cpp.o'.
[2353/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_event.cpp.o'.
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.cpp:23:0:
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:124:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_queued() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:125:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_submit() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:126:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_start() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:127:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_end() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:142:20: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       lazy<cl_ulong> _time_queued, _time_submit, _time_start, _time_end;
                    ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.cpp:180:20: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
 const lazy<cl_ulong> &
                    ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.cpp:185:20: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
 const lazy<cl_ulong> &
                    ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.cpp:190:20: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
 const lazy<cl_ulong> &
                    ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.cpp:195:20: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
 const lazy<cl_ulong> &
                    ^
[2354/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clllvm@sta/llvm_codegen_native.cpp.o'.
[2355/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_memory.cpp.o'.
[2356/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clllvm@sta/llvm_codegen_common.cpp.o'.
[2357/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_platform.cpp.o'.
[2358/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_module.cpp.o'.
[2359/2396] Compiling C object 'src/gallium/state_trackers/dri/src@gallium@state_trackers@dri@@dri@sta/dri_context.c.o'.
[2360/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_queue.cpp.o'.
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/core/queue.cpp:24:0:
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:124:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_queued() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:125:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_submit() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:126:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_start() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:127:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_end() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:142:20: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       lazy<cl_ulong> _time_queued, _time_submit, _time_start, _time_end;
                    ^
[2361/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_sampler.cpp.o'.
[2362/2396] Compiling C object 'src/gallium/state_trackers/dri/src@gallium@state_trackers@dri@@dri@sta/dri_drawable.c.o'.
[2363/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_timestamp.cpp.o'.
[2364/2396] Compiling C object 'src/gallium/state_trackers/dri/src@gallium@state_trackers@dri@@dri@sta/dri_helpers.c.o'.
[2365/2396] Compiling C object 'src/gallium/state_trackers/dri/src@gallium@state_trackers@dri@@dri@sta/dri_query_renderer.c.o'.
[2366/2396] Compiling C object 'src/gallium/targets/dri/src@gallium@targets@dri@@gallium_dri@sha/target.c.o'.
[2367/2396] Compiling C object 'src/gallium/targets/vdpau/src@gallium@targets@vdpau@@vdpau_gallium@sha/target.c.o'.
[2368/2396] Compiling C object 'src/gallium/state_trackers/dri/src@gallium@state_trackers@dri@@dri@sta/dri_screen.c.o'.
[2369/2396] Compiling C object 'src/gallium/targets/xa/src@gallium@targets@xa@@xatracker@sha/target.c.o'.
[2370/2396] Compiling C object 'src/gallium/state_trackers/dri/src@gallium@state_trackers@dri@@dri@sta/drisw.c.o'.
[2371/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_kernel.cpp.o'.
../mesa-18.0.1/src/gallium/state_trackers/clover/core/kernel.cpp: In member function ‘void* clover::kernel::exec_context::bind(clover::intrusive_ptr<clover::command_queue>, const std::vector<long unsigned int>&)’:
../mesa-18.0.1/src/gallium/state_trackers/clover/core/kernel.cpp:193:29: warning: ignoring attributes on template argument ‘cl_uint {aka unsigned int}’ [-Wignored-attributes]
          std::vector<cl_uint> image_size{
                             ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/kernel.cpp:208:29: warning: ignoring attributes on template argument ‘cl_uint {aka unsigned int}’ [-Wignored-attributes]
          std::vector<cl_uint> image_format{
                             ^
[2372/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_transfer.cpp.o'.
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/api/transfer.cpp:26:0:
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:124:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_queued() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:125:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_submit() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:126:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_start() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:127:26: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       const lazy<cl_ulong> &time_end() const;
                          ^
../mesa-18.0.1/src/gallium/state_trackers/clover/core/event.hpp:142:20: warning: ignoring attributes on template argument ‘cl_ulong {aka long unsigned int}’ [-Wignored-attributes]
       lazy<cl_ulong> _time_queued, _time_submit, _time_start, _time_end;
                    ^
[2373/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_resource.cpp.o'.
[2374/2396] Compiling C object 'src/gallium/targets/va/src@gallium@targets@va@@gallium_drv_video@sha/target.c.o'.
[2375/2396] Compiling C object 'src/gallium/targets/osmesa/src@gallium@targets@osmesa@@OSMesa@sha/target.c.o'.
[2376/2396] Compiling C object 'src/gallium/targets/omx-bellagio/src@gallium@targets@omx-bellagio@@omx_mesa@sha/target.c.o'.
[2377/2396] Compiling C object 'src/gallium/state_trackers/osmesa/src@gallium@state_trackers@osmesa@@osmesa_st@sta/osmesa.c.o'.
[2378/2396] Linking static target src/gallium/state_trackers/osmesa/libosmesa_st.a.
[2379/2396] Compiling C object 'src/gallium/state_trackers/dri/src@gallium@state_trackers@dri@@dri@sta/dri2.c.o'.
[2380/2396] Linking static target src/gallium/state_trackers/dri/libdri.a.
[2381/2396] Compiling C object 'src/gallium/targets/d3dadapter9/src@gallium@targets@d3dadapter9@@d3dadapter9@sha/description.c.o'.
[2382/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_program.cpp.o'.
../mesa-18.0.1/src/gallium/state_trackers/clover/api/program.cpp: In function ‘_cl_program* clCreateProgramWithBinary(cl_context, cl_uint, _cl_device_id* const*, const size_t*, const unsigned char**, cl_int*, cl_int*)’:
../mesa-18.0.1/src/gallium/state_trackers/clover/api/program.cpp:94:34: warning: ignoring attributes on template argument ‘cl_int {aka int}’ [-Wignored-attributes]
    std::vector<std::pair<cl_int, module>> result = map(
                                  ^~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/api/program.cpp:95:71: warning: ignoring attributes on template argument ‘cl_int {aka int}’ [-Wignored-attributes]
       [](const unsigned char *p, size_t l) -> std::pair<cl_int, module> {
                                                                       ^
[2383/2396] Compiling C object 'src/gallium/targets/d3dadapter9/src@gallium@targets@d3dadapter9@@d3dadapter9@sha/getproc.c.o'.
[2384/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/core_program.cpp.o'.
[2385/2396] Linking static target src/gallium/state_trackers/clover/libclover.a.
[2386/2396] Compiling C object 'src/gallium/targets/d3dadapter9/src@gallium@targets@d3dadapter9@@d3dadapter9@sha/drm.c.o'.
[2387/2396] Linking target src/gallium/targets/xa/libxatracker.so.2.3.0.
[2388/2396] Linking target src/gallium/targets/omx-bellagio/libomx_mesa.so.
[2389/2396] Linking target src/gallium/targets/va/libgallium_drv_video.so.
[2390/2396] Linking target src/gallium/targets/vdpau/libvdpau_gallium.so.
[2391/2396] Linking target src/gallium/targets/osmesa/libOSMesa.so.8.0.0.
[2392/2396] Linking target src/gallium/targets/d3dadapter9/d3dadapter9.so.1.0.0.
[2393/2396] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clllvm@sta/llvm_invocation.cpp.o'.
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp: In instantiation of ‘clover::adaptor_range<F, Os>::adaptor_range(G&&, Rs&& ...) [with G = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Rs = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}; F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:374:60:   required from ‘clover::adaptor_range<F, Rs ...> clover::map(F&&, Rs&& ...) [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Rs = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’
../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:109:52:   required from here
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:245:7: warning: mangled name for ‘clover::adaptor_range<F, Os>::adaptor_range(G&&, Rs&& ...) [with G = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Rs = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}; F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       adaptor_range(G &&f, Rs &&... os) :
       ^~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:245:7: warning: mangled name for ‘clover::adaptor_range<F, Os>::adaptor_range(G&&, Rs&& ...) [with G = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Rs = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}; F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp: In instantiation of ‘static std::vector<S> clover::range_store_traits<T, std::vector<S> >::create(const R&) [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; T = const char*; S = const char*]’:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:174:43:   required from ‘clover::detail::basic_range<R, I, CI>::operator V() const [with V = std::vector<const char*>; <template-parameter-2-2> = void; R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’
../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:109:52:   required from here
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:43:13: warning: mangled name for ‘constexpr clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >::iterator_adaptor(clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >&&)’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       class iterator_adaptor {
             ^~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:43:13: warning: mangled name for ‘constexpr clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >::iterator_adaptor(clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >&&)’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:48:38: note: synthesized method ‘constexpr clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >::iterator_adaptor(clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >&&)’ first required here 
          return { r.begin(), r.end() };
                                      ^
In file included from /usr/include/c++/7.3.1/vector:64:0,
                 from /usr/include/llvm/ADT/ArrayRef.h:26,
                 from /usr/include/llvm/IR/Metadata.h:19,
                 from /usr/include/llvm/IR/TrackingMDRef.h:17,
                 from /usr/include/llvm/IR/DebugLoc.h:18,
                 from /usr/include/llvm/IR/DiagnosticInfo.h:23,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:28:
/usr/include/c++/7.3.1/bits/stl_vector.h:411:2: note:   initializing argument 1 of ‘std::vector<_Tp, _Alloc>::vector(_InputIterator, _InputIterator, const allocator_type&) [with _InputIterator = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; <template-parameter-2-2> = void; _Tp = const char*; _Alloc = std::allocator<const char*>; std::vector<_Tp, _Alloc>::allocator_type = std::allocator<const char*>]’
  vector(_InputIterator __first, _InputIterator __last,
  ^~~~~~
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp: In instantiation of ‘clover::detail::iterator_adaptor<F, Is>::iterator_adaptor(F, std::tuple<_Elements ...>&&) [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:267:47:   required from ‘typename clover::adaptor_range<F, Os>::super::const_iterator clover::adaptor_range<F, Os>::begin() const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}; typename clover::adaptor_range<F, Os>::super::const_iterator = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:48:38:   required from ‘static std::vector<S> clover::range_store_traits<T, std::vector<S> >::create(const R&) [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; T = const char*; S = const char*]’
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:174:43:   required from ‘clover::detail::basic_range<R, I, CI>::operator V() const [with V = std::vector<const char*>; <template-parameter-2-2> = void; R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’
../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:109:52:   required from here
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:56:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>::iterator_adaptor(F, std::tuple<_Elements ...>&&) [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          iterator_adaptor(F f, std::tuple<Is...> &&its) :
          ^~~~~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:56:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>::iterator_adaptor(F, std::tuple<_Elements ...>&&) [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:28:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:29,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/tuple.hpp:65:16: warning: mangled name for ‘static clover::tuple::detail::_apply<F, T, clover::tuple::integral_sequence<Is ...> >::value_type clover::tuple::detail::_apply<F, T, clover::tuple::integral_sequence<Is ...> >::eval(F&&, T&&) [with F = const std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>&; T = std::tuple<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>; int ...Is = {0}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
                eval(F &&f, T &&t) {
                ^~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/tuple.hpp:77:7: warning: mangled name for ‘typename clover::tuple::detail::_apply<F, T>::value_type clover::tuple::apply(F&&, T&&) [with F = const std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>&; T = std::tuple<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       apply(F &&f, T &&t) {
       ^~~~~
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:61:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>::reference clover::detail::iterator_adaptor<F, Is>::operator*() const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator*() const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:66:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>& clover::detail::iterator_adaptor<F, Is>::operator++() [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator++() {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:84:10: warning: mangled name for ‘bool clover::detail::iterator_adaptor<F, Is>::operator!=(const clover::detail::iterator_adaptor<F, Is>&) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator!=(const iterator_adaptor &jt) const {
          ^~~~~~~~
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:277:7: warning: mangled name for ‘typename clover::adaptor_range<F, Os>::super::size_type clover::adaptor_range<F, Os>::size() const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       size() const {
       ^~~~
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:56:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>::iterator_adaptor(F, std::tuple<_Elements ...>&&) [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          iterator_adaptor(F f, std::tuple<Is...> &&its) :
          ^~~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:271:7: warning: mangled name for ‘typename clover::adaptor_range<F, Os>::super::const_iterator clover::adaptor_range<F, Os>::end() const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       end() const {
       ^~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:266:7: warning: mangled name for ‘typename clover::adaptor_range<F, Os>::super::const_iterator clover::adaptor_range<F, Os>::begin() const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       begin() const {
       ^~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:47:7: warning: mangled name for ‘static std::vector<S> clover::range_store_traits<T, std::vector<S> >::create(const R&) [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; T = const char*; S = const char*]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       create(const R &r) {
       ^~~~~~
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:43:13: warning: mangled name for ‘constexpr clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >::iterator_adaptor(clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >&&)’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       class iterator_adaptor {
             ^~~~~~~~~~~~~~~~
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:245:7: warning: mangled name for ‘clover::adaptor_range<F, Os>::adaptor_range(G&&, Rs&& ...) [with G = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Rs = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}; F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       adaptor_range(G &&f, Rs &&... os) :
       ^~~~~~~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:173:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::operator V() const [with V = std::vector<const char*>; <template-parameter-2-2> = void; R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator V() const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:373:4: warning: mangled name for ‘clover::adaptor_range<F, Rs ...> clover::map(F&&, Rs&& ...) [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Rs = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
    map(F &&f, Rs &&... rs) {
    ^~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:260:7: warning: mangled name for ‘typename clover::adaptor_range<F, Os>::super::iterator clover::adaptor_range<F, Os>::end() [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       end() {
       ^~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:255:7: warning: mangled name for ‘typename clover::adaptor_range<F, Os>::super::iterator clover::adaptor_range<F, Os>::begin() [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       begin() {
       ^~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:250:7: warning: mangled name for ‘bool clover::adaptor_range<F, Os>::operator==(const clover::adaptor_range<F, Os>&) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Os = {const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
       operator==(const adaptor_range &r) const {
       ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:162:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::const_reference clover::detail::basic_range<R, I, CI>::operator[](clover::detail::basic_range<R, I, CI>::size_type) const [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator[](size_type i) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:157:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::reference clover::detail::basic_range<R, I, CI>::operator[](clover::detail::basic_range<R, I, CI>::size_type) [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator[](size_type i) {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:149:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::const_reference clover::detail::basic_range<R, I, CI>::at(clover::detail::basic_range<R, I, CI>::size_type) const [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          at(size_type i) const {
          ^~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:141:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::reference clover::detail::basic_range<R, I, CI>::at(clover::detail::basic_range<R, I, CI>::size_type) [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          at(size_type i) {
          ^~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:136:10: warning: mangled name for ‘bool clover::detail::basic_range<R, I, CI>::empty() const [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          empty() const {
          ^~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:131:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::reference clover::detail::basic_range<R, I, CI>::back() [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          back() {
          ^~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:126:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::reference clover::detail::basic_range<R, I, CI>::front() [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          front() {
          ^~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:121:10: warning: mangled name for ‘std::reverse_iterator<_IteratorR> clover::detail::basic_range<R, I, CI>::rend() [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          rend() {
          ^~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:116:10: warning: mangled name for ‘std::reverse_iterator<_IteratorR> clover::detail::basic_range<R, I, CI>::rbegin() [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          rbegin() {
          ^~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:111:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::const_iterator clover::detail::basic_range<R, I, CI>::end() const [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          end() const {
          ^~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:106:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::const_iterator clover::detail::basic_range<R, I, CI>::begin() const [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          begin() const {
          ^~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:101:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::iterator clover::detail::basic_range<R, I, CI>::end() [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          end() {
          ^~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:96:10: warning: mangled name for ‘clover::detail::basic_range<R, I, CI>::iterator clover::detail::basic_range<R, I, CI>::begin() [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          begin() {
          ^~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:91:10: warning: mangled name for ‘bool clover::detail::basic_range<R, I, CI>::operator!=(const clover::detail::basic_range<R, I, CI>&) const [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator!=(const basic_range &r) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:86:10: warning: mangled name for ‘bool clover::detail::basic_range<R, I, CI>::operator==(const clover::detail::basic_range<R, I, CI>&) const [with R = clover::adaptor_range<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, const std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&>; I = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >; CI = clover::detail::iterator_adaptor<std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>, __gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > >]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator==(const basic_range &r) const {
          ^~~~~~~~
In file included from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/range.hpp:29:0,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/util/algorithm.hpp:29,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/compat.hpp:37,
                 from ../mesa-18.0.1/src/gallium/state_trackers/clover/llvm/invocation.cpp:50:
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:158:10: warning: mangled name for ‘bool clover::detail::iterator_adaptor<F, Is>::operator<=(clover::detail::iterator_adaptor<F, Is>&) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator<=(iterator_adaptor &jt) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:153:10: warning: mangled name for ‘bool clover::detail::iterator_adaptor<F, Is>::operator>=(clover::detail::iterator_adaptor<F, Is>&) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator>=(iterator_adaptor &jt) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:148:10: warning: mangled name for ‘bool clover::detail::iterator_adaptor<F, Is>::operator>(clover::detail::iterator_adaptor<F, Is>&) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator>(iterator_adaptor &jt) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:143:10: warning: mangled name for ‘bool clover::detail::iterator_adaptor<F, Is>::operator<(clover::detail::iterator_adaptor<F, Is>&) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator<(iterator_adaptor &jt) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:138:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>::reference clover::detail::iterator_adaptor<F, Is>::operator[](clover::detail::iterator_adaptor<F, Is>::difference_type) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator[](difference_type n) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:133:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>::difference_type clover::detail::iterator_adaptor<F, Is>::operator-(const clover::detail::iterator_adaptor<F, Is>&) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator-(const iterator_adaptor &jt) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:126:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is> clover::detail::iterator_adaptor<F, Is>::operator-(clover::detail::iterator_adaptor<F, Is>::difference_type) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator-(difference_type n) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:119:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is> clover::detail::iterator_adaptor<F, Is>::operator+(clover::detail::iterator_adaptor<F, Is>::difference_type) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator+(difference_type n) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:113:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>& clover::detail::iterator_adaptor<F, Is>::operator-=(clover::detail::iterator_adaptor<F, Is>::difference_type) [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator-=(difference_type n) {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:107:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>& clover::detail::iterator_adaptor<F, Is>::operator+=(clover::detail::iterator_adaptor<F, Is>::difference_type) [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator+=(difference_type n) {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:100:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is> clover::detail::iterator_adaptor<F, Is>::operator--(int) [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator--(int) {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:94:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>& clover::detail::iterator_adaptor<F, Is>::operator--() [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator--() {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:89:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>::pointer clover::detail::iterator_adaptor<F, Is>::operator->() const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator->() const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:79:10: warning: mangled name for ‘bool clover::detail::iterator_adaptor<F, Is>::operator==(const clover::detail::iterator_adaptor<F, Is>&) const [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator==(const iterator_adaptor &jt) const {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:72:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is> clover::detail::iterator_adaptor<F, Is>::operator++(int) [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          operator++(int) {
          ^~~~~~~~
../mesa-18.0.1/src/gallium/state_trackers/clover/util/adaptor.hpp:53:10: warning: mangled name for ‘clover::detail::iterator_adaptor<F, Is>::iterator_adaptor() [with F = std::_Mem_fn<const char* (std::__cxx11::basic_string<char>::*)() const noexcept>; Is = {__gnu_cxx::__normal_iterator<const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >}]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
          iterator_adaptor() {
          ^~~~~~~~~~~~~~~~
[2394/2396] Linking static target src/gallium/state_trackers/clover/libclllvm.a.
[2395/2396] Linking target src/gallium/targets/dri/libgallium_dri.so.
[2396/2396] Linking target src/gallium/targets/opencl/libMesaOpenCL.so.1.0.0.
ninja: Entering directory `build'
[1/36] Generating git_sha1.h with a custom command.
[2/36] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._format_fallback.c.o'.
[3/36] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_version.c.o'.
[4/36] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._.._mapi_glapi_gen_enums.c.o'.
[5/36] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/main_context.c.o'.
[6/36] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._format_fallback.c.o'.
[7/36] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._program_lex.yy.c.o'.
[8/36] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._program_program_parse.tab.c.o'.
[9/36] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._program_lex.yy.c.o'.
[10/36] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._.._mapi_glapi_gen_enums.c.o'.
[11/36] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._program_program_parse.tab.c.o'.
[12/36] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._format_unpack.c.o'.
[13/36] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_version.c.o'.
[14/36] Compiling C object 'src/gallium/drivers/svga/src@gallium@drivers@svga@@svga@sta/svga_screen.c.o'.
[15/36] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/main_context.c.o'.
[16/36] Linking static target src/gallium/drivers/svga/libsvga.a.
[17/36] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._format_unpack.c.o'.
[18/36] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_platform.cpp.o'.
[19/36] Linking target src/gallium/targets/pipe-loader/pipe_vmwgfx.so.
[20/36] Linking target src/gallium/targets/xa/libxatracker.so.2.3.0.
[21/36] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._format_pack.c.o'.
[22/36] Compiling C++ object 'src/gallium/state_trackers/clover/src@gallium@state_trackers@clover@@clover@sta/api_device.cpp.o'.
[23/36] Linking static target src/gallium/state_trackers/clover/libclover.a.
[24/36] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._.._mapi_glapi_gen_api_exec.c.o'.
[25/36] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._.._mapi_glapi_gen_api_exec.c.o'.
[26/36] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._format_pack.c.o'.
[27/36] Linking target src/gallium/targets/opencl/libMesaOpenCL.so.1.0.0.
[28/36] Linking target src/gallium/targets/d3dadapter9/d3dadapter9.so.1.0.0.
[29/36] Compiling C object 'src/mesa/src@mesa@@mesa_gallium@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated.c.o'.
[30/36] Linking static target src/mesa/libmesa_gallium.a.
[31/36] Compiling C object 'src/mesa/src@mesa@@mesa_classic@sta/meson-generated_.._.._mapi_glapi_gen_marshal_generated.c.o'.
[32/36] Linking static target src/mesa/libmesa_classic.a.
[33/36] Linking target src/mesa/drivers/dri/libmesa_dri_drivers.so.
[34/36] Linking target src/gallium/targets/osmesa/libOSMesa.so.8.0.0.
[35/36] Linking target src/gallium/targets/dri/libgallium_dri.so.
[35/36] Installing files.
installing /build/mesa/src/build/src/mesa/drivers/dri/libmesa_dri_drivers.so to /build/mesa/src/fakeinstall/usr/lib/dri/i915_dri.so
installing /build/mesa/src/build/src/mesa/drivers/dri/libmesa_dri_drivers.so to /build/mesa/src/fakeinstall/usr/lib/dri/i965_dri.so
installing /build/mesa/src/build/src/mesa/drivers/dri/libmesa_dri_drivers.so to /build/mesa/src/fakeinstall/usr/lib/dri/radeon_dri.so
installing /build/mesa/src/build/src/mesa/drivers/dri/libmesa_dri_drivers.so to /build/mesa/src/fakeinstall/usr/lib/dri/r200_dri.so
installing /build/mesa/src/build/src/mesa/drivers/dri/libmesa_dri_drivers.so to /build/mesa/src/fakeinstall/usr/lib/dri/nouveau_vieux_dri.so
installing /build/mesa/src/build/src/gallium/targets/dri/libgallium_dri.so to /build/mesa/src/fakeinstall/usr/lib/dri/radeonsi_dri.so
installing /build/mesa/src/build/src/gallium/targets/dri/libgallium_dri.so to /build/mesa/src/fakeinstall/usr/lib/dri/nouveau_dri.so
installing /build/mesa/src/build/src/gallium/targets/dri/libgallium_dri.so to /build/mesa/src/fakeinstall/usr/lib/dri/swrast_dri.so
installing /build/mesa/src/build/src/gallium/targets/dri/libgallium_dri.so to /build/mesa/src/fakeinstall/usr/lib/dri/kms_swrast_dri.so
installing /build/mesa/src/build/src/gallium/targets/dri/libgallium_dri.so to /build/mesa/src/fakeinstall/usr/lib/dri/r300_dri.so
installing /build/mesa/src/build/src/gallium/targets/dri/libgallium_dri.so to /build/mesa/src/fakeinstall/usr/lib/dri/r600_dri.so
installing /build/mesa/src/build/src/gallium/targets/dri/libgallium_dri.so to /build/mesa/src/fakeinstall/usr/lib/dri/vmwgfx_dri.so
installing /build/mesa/src/build/src/gallium/targets/dri/libgallium_dri.so to /build/mesa/src/fakeinstall/usr/lib/dri/virtio_gpu_dri.so
installing /build/mesa/src/build/src/gallium/targets/vdpau/libvdpau_gallium.so to /build/mesa/src/fakeinstall/usr/lib/vdpau/libvdpau_r300.so.1.0.0
installing /build/mesa/src/build/src/gallium/targets/vdpau/libvdpau_gallium.so to /build/mesa/src/fakeinstall/usr/lib/vdpau/libvdpau_r600.so.1.0.0
installing /build/mesa/src/build/src/gallium/targets/vdpau/libvdpau_gallium.so to /build/mesa/src/fakeinstall/usr/lib/vdpau/libvdpau_radeonsi.so.1.0.0
installing /build/mesa/src/build/src/gallium/targets/vdpau/libvdpau_gallium.so to /build/mesa/src/fakeinstall/usr/lib/vdpau/libvdpau_nouveau.so.1.0.0
installing /build/mesa/src/build/src/gallium/targets/va/libgallium_drv_video.so to /build/mesa/src/fakeinstall/usr/lib/dri/r600_drv_video.so
installing /build/mesa/src/build/src/gallium/targets/va/libgallium_drv_video.so to /build/mesa/src/fakeinstall/usr/lib/dri/radeonsi_drv_video.so
installing /build/mesa/src/build/src/gallium/targets/va/libgallium_drv_video.so to /build/mesa/src/fakeinstall/usr/lib/dri/nouveau_drv_video.so
Installing src/mapi/shared-glapi/libglapi.so.0.0.0 to /build/mesa/src/fakeinstall/usr/lib/libglapi.so.0.0.0
Installing src/mapi/es1api/libGLESv1_CM.so.1.0.0 to /build/mesa/src/fakeinstall/usr/lib/libGLESv1_CM.so.1.0.0
Installing src/mapi/es2api/libGLESv2.so.2.0.0 to /build/mesa/src/fakeinstall/usr/lib/libGLESv2.so.2.0.0
Installing src/amd/vulkan/libvulkan_radeon.so to /build/mesa/src/fakeinstall/usr/lib/libvulkan_radeon.so
Installing src/intel/vulkan/intel_icd.x86_64.json to /build/mesa/src/fakeinstall/usr/share/vulkan/icd.d/intel_icd.x86_64.json
Installing src/intel/vulkan/libvulkan_intel.so to /build/mesa/src/fakeinstall/usr/lib/libvulkan_intel.so
Installing src/glx/libGLX_mesa.so.0.0.0 to /build/mesa/src/fakeinstall/usr/lib/libGLX_mesa.so.0.0.0
Installing src/gbm/libgbm.so.1.0.0 to /build/mesa/src/fakeinstall/usr/lib/libgbm.so.1.0.0
Installing src/egl/libEGL_mesa.so.0.0.0 to /build/mesa/src/fakeinstall/usr/lib/libEGL_mesa.so.0.0.0
Installing src/egl/wayland/wayland-egl/libwayland-egl.so.1.0.0 to /build/mesa/src/fakeinstall/usr/lib/libwayland-egl.so.1.0.0
Installing src/gallium/drivers/swr/libswrAVX.so.0.0.0 to /build/mesa/src/fakeinstall/usr/lib/libswrAVX.so.0.0.0
Installing src/gallium/drivers/swr/libswrAVX2.so.0.0.0 to /build/mesa/src/fakeinstall/usr/lib/libswrAVX2.so.0.0.0
Installing src/gallium/targets/pipe-loader/pipe_nouveau.so to /build/mesa/src/fakeinstall/usr/lib/gallium-pipe/pipe_nouveau.so
Installing src/gallium/targets/pipe-loader/pipe_r300.so to /build/mesa/src/fakeinstall/usr/lib/gallium-pipe/pipe_r300.so
Installing src/gallium/targets/pipe-loader/pipe_r600.so to /build/mesa/src/fakeinstall/usr/lib/gallium-pipe/pipe_r600.so
Installing src/gallium/targets/pipe-loader/pipe_radeonsi.so to /build/mesa/src/fakeinstall/usr/lib/gallium-pipe/pipe_radeonsi.so
Installing src/gallium/targets/pipe-loader/pipe_vmwgfx.so to /build/mesa/src/fakeinstall/usr/lib/gallium-pipe/pipe_vmwgfx.so
Installing src/gallium/targets/pipe-loader/pipe_swrast.so to /build/mesa/src/fakeinstall/usr/lib/gallium-pipe/pipe_swrast.so
Installing src/gallium/targets/opencl/libMesaOpenCL.so.1.0.0 to /build/mesa/src/fakeinstall/usr/lib/libMesaOpenCL.so.1.0.0
Installing src/gallium/targets/osmesa/libOSMesa.so.8.0.0 to /build/mesa/src/fakeinstall/usr/lib/libOSMesa.so.8.0.0
Installing src/gallium/targets/omx-bellagio/libomx_mesa.so to /build/mesa/src/fakeinstall/usr/lib/bellagio/libomx_mesa.so
Installing src/gallium/targets/va/libgallium_drv_video.so to /build/mesa/src/fakeinstall/usr/lib/dri/libgallium_drv_video.so
Installing src/gallium/targets/xa/libxatracker.so.2.3.0 to /build/mesa/src/fakeinstall/usr/lib/libxatracker.so.2.3.0
Installing src/gallium/targets/d3dadapter9/d3dadapter9.so.1.0.0 to /build/mesa/src/fakeinstall/usr/lib/d3d/d3dadapter9.so.1.0.0
Installing egl.h to /build/mesa/src/fakeinstall/usr/include/GLES
Installing gl.h to /build/mesa/src/fakeinstall/usr/include/GLES
Installing glext.h to /build/mesa/src/fakeinstall/usr/include/GLES
Installing glplatform.h to /build/mesa/src/fakeinstall/usr/include/GLES
Installing gl2.h to /build/mesa/src/fakeinstall/usr/include/GLES2
Installing gl2ext.h to /build/mesa/src/fakeinstall/usr/include/GLES2
Installing gl2platform.h to /build/mesa/src/fakeinstall/usr/include/GLES2
Installing gl3.h to /build/mesa/src/fakeinstall/usr/include/GLES3
Installing gl31.h to /build/mesa/src/fakeinstall/usr/include/GLES3
Installing gl32.h to /build/mesa/src/fakeinstall/usr/include/GLES3
Installing gl3ext.h to /build/mesa/src/fakeinstall/usr/include/GLES3
Installing gl3platform.h to /build/mesa/src/fakeinstall/usr/include/GLES3
Installing khrplatform.h to /build/mesa/src/fakeinstall/usr/include/KHR
Installing gl.h to /build/mesa/src/fakeinstall/usr/include/GL
Installing glext.h to /build/mesa/src/fakeinstall/usr/include/GL
Installing glcorearb.h to /build/mesa/src/fakeinstall/usr/include/GL
Installing gl_mangle.h to /build/mesa/src/fakeinstall/usr/include/GL
Installing glx.h to /build/mesa/src/fakeinstall/usr/include/GL
Installing glxext.h to /build/mesa/src/fakeinstall/usr/include/GL
Installing glx_mangle.h to /build/mesa/src/fakeinstall/usr/include/GL
Installing osmesa.h to /build/mesa/src/fakeinstall/usr/include/GL
Installing eglext.h to /build/mesa/src/fakeinstall/usr/include/EGL
Installing egl.h to /build/mesa/src/fakeinstall/usr/include/EGL
Installing eglextchromium.h to /build/mesa/src/fakeinstall/usr/include/EGL
Installing eglmesaext.h to /build/mesa/src/fakeinstall/usr/include/EGL
Installing eglplatform.h to /build/mesa/src/fakeinstall/usr/include/EGL
Installing dri_interface.h to /build/mesa/src/fakeinstall/usr/include/GL/internal
Installing d3dadapter9.h to /build/mesa/src/fakeinstall/usr/include/d3dadapter
Installing drm.h to /build/mesa/src/fakeinstall/usr/include/d3dadapter
Installing present.h to /build/mesa/src/fakeinstall/usr/include/d3dadapter
Installing vulkan_intel.h to /build/mesa/src/fakeinstall/usr/include/vulkan
Installing gbm.h to /build/mesa/src/fakeinstall/usr/include/
Installing xa_composite.h to /build/mesa/src/fakeinstall/usr/include/
Installing xa_context.h to /build/mesa/src/fakeinstall/usr/include/
Installing /build/mesa/src/mesa-18.0.1/src/util/drirc to /build/mesa/src/fakeinstall/etc
Installing /build/mesa/src/build/meson-private/glesv1_cm.pc to /build/mesa/src/fakeinstall/usr/lib/pkgconfig
Installing /build/mesa/src/build/meson-private/glesv2.pc to /build/mesa/src/fakeinstall/usr/lib/pkgconfig
Installing /build/mesa/src/build/src/amd/vulkan/radeon_icd.x86_64.json to /build/mesa/src/fakeinstall/usr/share/vulkan/icd.d
Installing /build/mesa/src/build/meson-private/dri.pc to /build/mesa/src/fakeinstall/usr/lib/pkgconfig
Installing /build/mesa/src/build/meson-private/gbm.pc to /build/mesa/src/fakeinstall/usr/lib/pkgconfig
Installing /build/mesa/src/mesa-18.0.1/src/egl/main/50_mesa.json to /build/mesa/src/fakeinstall/usr/share/glvnd/egl_vendor.d
Installing /build/mesa/src/build/meson-private/egl.pc to /build/mesa/src/fakeinstall/usr/lib/pkgconfig
Installing /build/mesa/src/build/meson-private/wayland-egl.pc to /build/mesa/src/fakeinstall/usr/lib/pkgconfig
Installing /build/mesa/src/build/src/gallium/state_trackers/xa/xa_tracker.h to /build/mesa/src/fakeinstall/usr/include
Installing /build/mesa/src/build/src/gallium/targets/opencl/mesa.icd to /build/mesa/src/fakeinstall/etc/OpenCL/vendors
Installing /build/mesa/src/build/meson-private/osmesa.pc to /build/mesa/src/fakeinstall/usr/lib/pkgconfig
Installing /build/mesa/src/build/meson-private/xatracker.pc to /build/mesa/src/fakeinstall/usr/lib/pkgconfig
Installing /build/mesa/src/build/meson-private/d3d.pc to /build/mesa/src/fakeinstall/usr/lib/pkgconfig
Installing /build/mesa/src/build/meson-private/gl.pc to /build/mesa/src/fakeinstall/usr/lib/pkgconfig
Running custom install script '/build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py /build/mesa/src/build/src/mesa/drivers/dri/libmesa_dri_drivers.so lib/dri i915_dri.so i965_dri.so radeon_dri.so r200_dri.so nouveau_vieux_dri.so'
Running custom install script '/build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py /build/mesa/src/build/src/gallium/targets/dri/libgallium_dri.so lib/dri radeonsi_dri.so nouveau_dri.so swrast_dri.so kms_swrast_dri.so r300_dri.so r600_dri.so vmwgfx_dri.so virtio_gpu_dri.so'
Running custom install script '/build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py /build/mesa/src/build/src/gallium/targets/vdpau/libvdpau_gallium.so lib/vdpau libvdpau_r300.so.1.0.0 libvdpau_r600.so.1.0.0 libvdpau_radeonsi.so.1.0.0 libvdpau_nouveau.so.1.0.0'
Running custom install script '/build/mesa/src/mesa-18.0.1/bin/install_megadrivers.py /build/mesa/src/build/src/gallium/targets/va/libgallium_drv_video.so lib/dri r600_drv_video.so radeonsi_drv_video.so nouveau_drv_video.so'

Last edited by loqs (2018-04-24 19:52:52)

Online

#14 2018-04-24 20:04:16

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

Last rookie question until now: Should I install only mesa package or all of them which been installed on my system - "mesa-18.0.1-1-x86_64.pkg.tar.xz libva-mesa-driver-18.0.1-1-x86_64.pkg.tar.xz opencl-mesa-18.0.1-1-x86_64.pkg.tar.xz" ? I'd install only the main mesa one, but after my "put the fun back into" I think its worth asking.

Offline

#15 2018-04-24 20:15:41

loqs
Member
Registered: 2014-03-06
Posts: 17,323

Re: [SOLVED] drm/radeon kernel 4.16 error

Looking at the backtrace only r600 as provided by mesa was included in it but installing the other packages if you have them already installed on your system should not do any harm or even change the install reason.

Online

#16 2018-05-02 08:46:19

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

However I've succeeded with the recompilation issue and successfully installed 3 recompilled mesa packages ( mesa-18.0.1-1-x86_64.pkg.tar.xz libva-mesa-driver-18.0.1-1-x86_64.pkg.tar.xz opencl-mesa-18.0.1-1-x86_64.pkg.tar.xz ), I cannot observe crashes anymore. I think the most relevant update since crashes have stopped is:

[2018-04-24 19:57] [ALPM] upgraded glibc (2.26-11 -> 2.27-2)
[2018-04-24 19:57] [ALPM] upgraded binutils (2.29.1-3 -> 2.30-3)
[2018-04-24 19:57] [ALPM] upgraded gcc-libs (7.3.1+20180312-2 -> 7.3.1+20180406-1)
[2018-04-24 19:57] [ALPM] upgraded gcc (7.3.1+20180312-2 -> 7.3.1+20180406-1)
[2018-04-24 19:57] [ALPM] installed libnsl (1.2.0-1)
[2018-04-24 19:57] [ALPM] upgraded pam (1.3.0-1 -> 1.3.0-2)
[2018-04-24 19:57] [ALPM] upgraded graphviz (2.40.1-10 -> 2.40.1-11)
[2018-04-24 19:57] [ALPM] upgraded lib32-glibc (2.26-11 -> 2.27-2)
[2018-04-24 19:57] [ALPM] upgraded lib32-gcc-libs (7.3.1+20180312-2 -> 7.3.1+20180406-1)
[2018-04-24 19:57] [ALPM] upgraded lib32-libldap (2.4.45-1 -> 2.4.46-1)
[2018-04-24 19:57] [ALPM] upgraded libuv (1.20.0-1 -> 1.20.1-1)
[2018-04-24 19:57] [ALPM] upgraded libwbclient (4.7.6-1 -> 4.8.0-2)
[2018-04-24 19:57] [ALPM] upgraded python (3.6.5-1 -> 3.6.5-2)
[2018-04-24 19:58] [ALPM] upgraded meson (0.45.1-1 -> 0.46.0-1)
[2018-04-24 19:58] [ALPM] upgraded perl-uri (1.73-1 -> 1.74-1)
[2018-04-24 19:58] [ALPM] upgraded php (7.2.4-1 -> 7.2.5-1)
[2018-04-24 19:58] [ALPM] upgraded php-apache (7.2.4-1 -> 7.2.5-1)
[2018-04-24 19:58] [ALPM] upgraded php-gd (7.2.4-1 -> 7.2.5-1)
[2018-04-24 19:58] [ALPM] upgraded postfix (3.3.0-2 -> 3.3.0-3)
[2018-04-24 19:58] [ALPM] installed graphicsmagick (1.3.28-2)
[2018-04-24 19:58] [ALPM] upgraded psiconv (0.9.9-5 -> 0.9.9-6)
[2018-04-24 19:58] [ALPM] upgraded python2 (2.7.14-2 -> 2.7.14-3)
[2018-04-24 19:58] [ALPM] upgraded python2-sphinx (1.7.2-1 -> 1.7.3-1)
[2018-04-24 19:58] [ALPM] upgraded qt5-declarative (5.10.1-3 -> 5.10.1-4)
[2018-04-24 19:58] [ALPM] upgraded smbclient (4.7.6-1 -> 4.8.0-2)

Im almost completely sure its due to the glibc latest upgrade, but Im too much noob to fully aquire the technical details regarding the particular change in glibc, which made my issue go away - https://abi-laboratory.pro/tracker/chan … 7/log.html

Thanks for all your help guys.

UPDATE: It happened again, as usual tried to trigger it by executing multiple web browsers and media players, the window switch has triggered it:

full dmesg:

[    0.000000] Linux version 4.16.5-1-ARCH (builduser@heftig-11182) (gcc version 7.3.1 20180406 (GCC)) #1 SMP PREEMPT Thu Apr 26 16:53:40 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/root rw cryptdevice=/dev/test/root:root root=/dev/mapper/root quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bd94dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd94e000-0x00000000bd99afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd99b000-0x00000000bd9a3fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bd9a4000-0x00000000bd9a4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd9a5000-0x00000000bdadcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdadd000-0x00000000bdaedfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdaee000-0x00000000bdb02fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdb03000-0x00000000bdb04fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdb05000-0x00000000bdb0dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdb0e000-0x00000000bdb13fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdb14000-0x00000000bdb75fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdb76000-0x00000000bdd78fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdd79000-0x00000000bdefffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000023fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./M5A97 PRO, BIOS 1604 10/16/2012
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x240000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-EBFFF uncachable
[    0.000000]   EC000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000BDF00000 mask FFFFFFF00000 uncachable
[    0.000000]   3 base 0000BE000000 mask FFFFFE000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000240000000 aka 9216M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] total RAM covered: 3039M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 4  	lose cover RAM: 0G
[    0.000000] e820: update [mem 0xbdf00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbdf00 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x18164f000, 0x18164ffff] PGTABLE
[    0.000000] BRK [0x181650000, 0x181650fff] PGTABLE
[    0.000000] BRK [0x181651000, 0x181651fff] PGTABLE
[    0.000000] BRK [0x181652000, 0x181652fff] PGTABLE
[    0.000000] BRK [0x181653000, 0x181653fff] PGTABLE
[    0.000000] BRK [0x181654000, 0x181654fff] PGTABLE
[    0.000000] BRK [0x181655000, 0x181655fff] PGTABLE
[    0.000000] BRK [0x181656000, 0x181656fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x360f6000-0x37072fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0450 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000BD99B068 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000BD9A2DF0 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20180105/tbfadt-658)
[    0.000000] ACPI: DSDT 0x00000000BD99B140 007CA9 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BDB0EF80 000040
[    0.000000] ACPI: APIC 0x00000000BD9A2EE8 00009E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000BD9A2F88 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x00000000BD9A2FC8 000038 (v01 ALASKA A M I    01072009 AMI  00000004)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x23fffa000-0x23fffdfff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000023fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bd94dfff]
[    0.000000]   node   0: [mem 0x00000000bdd79000-0x00000000bdefffff]
[    0.000000]   node   0: [mem 0x0000000100001000-0x000000023fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff]
[    0.000000] On node 0 totalpages: 2087536
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12076 pages used for memmap
[    0.000000]   DMA32 zone: 772821 pages, LIFO batch:31
[    0.000000]   Normal zone: 20480 pages used for memmap
[    0.000000]   Normal zone: 1310719 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 100 pages
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec20000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd94e000-0xbd99afff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd99b000-0xbd9a3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd9a4000-0xbd9a4fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd9a5000-0xbdadcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdadd000-0xbdaedfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdaee000-0xbdb02fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb03000-0xbdb04fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb05000-0xbdb0dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb0e000-0xbdb13fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb14000-0xbdb75fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdb76000-0xbdd78fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdf00000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
[    0.000000] e820: [mem 0xbdf00000-0xfebfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x96/0x4dc with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2054895
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/root rw cryptdevice=/dev/test/root:root root=/dev/mapper/root quiet
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0xc648000000-0xc649ffffff] (32MB)
[    0.000000] Aperture beyond 4GB. Ignoring.
[    0.000000] AGP: Your BIOS doesn't leave an aperture memory hole
[    0.000000] AGP: Please enable the IOMMU option in the BIOS setup
[    0.000000] AGP: This costs you 64MB of RAM
[    0.000000] AGP: Mapping aperture over RAM [mem 0xb4000000-0xb7ffffff] (65536KB)
[    0.000000] PM: Registered nosave memory: [mem 0xb4000000-0xb7ffffff]
[    0.000000] Memory: 8047196K/8350144K available (10252K kernel code, 1264K rwdata, 3372K rodata, 1464K init, 640K bss, 302948K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] ftrace: allocating 31750 entries in 125 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.000000] 	RCU priority boosting: priority 1 delay 500 ms.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 20736, nr_irqs: 1032, preallocated irqs: 16
[    0.000000] 	Offload RCU callbacks from CPUs: .
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180105
[    0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.016666] tsc: Fast TSC calibration using PIT
[    0.019999] tsc: Detected 3812.785 MHz processor
[    0.019999] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6deb0d5b3e7, max_idle_ns: 881591101898 ns
[    0.019999] Calibrating delay loop (skipped), value calculated using timer frequency.. 7628.30 BogoMIPS (lpj=12709283)
[    0.019999] pid_max: default: 32768 minimum: 301
[    0.019999] Security Framework initialized
[    0.019999] Yama: becoming mindful.
[    0.024558] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.025445] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.025485] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.025513] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.025701] CPU: Physical Processor ID: 0
[    0.025702] CPU: Processor Core ID: 0
[    0.025703] mce: CPU supports 6 MCE banks
[    0.025707] LVT offset 0 assigned for vector 0xf9
[    0.025710] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.025711] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[    0.025712] Spectre V2 : Mitigation: Full AMD retpoline
[    0.025713] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.025815] Freeing SMP alternatives memory: 24K
[    0.029999] smpboot: CPU0: AMD Phenom(tm) II X4 965 Processor (family: 0x10, model: 0x4, stepping: 0x3)
[    0.040014] Performance Events: AMD PMU driver.
[    0.040018] ... version:                0
[    0.040019] ... bit width:              48
[    0.040019] ... generic registers:      4
[    0.040019] ... value mask:             0000ffffffffffff
[    0.040020] ... max period:             00007fffffffffff
[    0.040020] ... fixed-purpose events:   0
[    0.040021] ... event mask:             000000000000000f
[    0.046675] Hierarchical SRCU implementation.
[    0.066751] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.073341] smp: Bringing up secondary CPUs ...
[    0.103356] x86: Booting SMP configuration:
[    0.103357] .... node  #0, CPUs:      #1 #2 #3
[    0.165871] smp: Brought up 1 node, 4 CPUs
[    0.165871] smpboot: Max logical packages: 2
[    0.165871] smpboot: Total of 4 processors activated (30514.20 BogoMIPS)
[    0.170341] devtmpfs: initialized
[    0.170341] x86/mm: Memory block size: 128MB
[    0.170627] PM: Registering ACPI NVS region [mem 0xbd94e000-0xbd99afff] (315392 bytes)
[    0.170627] PM: Registering ACPI NVS region [mem 0xbd9a4000-0xbd9a4fff] (4096 bytes)
[    0.170627] PM: Registering ACPI NVS region [mem 0xbdadd000-0xbdaedfff] (69632 bytes)
[    0.170627] PM: Registering ACPI NVS region [mem 0xbdb03000-0xbdb04fff] (8192 bytes)
[    0.170627] PM: Registering ACPI NVS region [mem 0xbdb0e000-0xbdb13fff] (24576 bytes)
[    0.170627] PM: Registering ACPI NVS region [mem 0xbdb76000-0xbdd78fff] (2109440 bytes)
[    0.170627] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.170627] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.170627] pinctrl core: initialized pinctrl subsystem
[    0.170627] RTC time:  8:04:06, date: 05/02/18
[    0.171297] NET: Registered protocol family 16
[    0.171432] cpuidle: using governor ladder
[    0.171432] cpuidle: using governor menu
[    0.171432] node 0 link 0: io port [c000, ffff]
[    0.171432] TOM: 00000000c0000000 aka 3072M
[    0.171432] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[    0.171432] node 0 link 0: mmio [c0000000, fef0ffff] ==> [c0000000, dfffffff] and [f0000000, fef0ffff]
[    0.171432] TOM2: 0000000240000000 aka 9216M
[    0.171432] bus: [bus 00-1f] on node 0 link 0
[    0.171432] bus: 00 [io  0x0000-0xffff]
[    0.171432] bus: 00 [mem 0xc0000000-0xdfffffff]
[    0.171432] bus: 00 [mem 0xf0000000-0xffffffff]
[    0.171432] bus: 00 [mem 0x240000000-0xfcffffffff]
[    0.171432] ACPI: bus type PCI registered
[    0.171432] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.171432] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.171432] PCI: not using MMCONFIG
[    0.171432] PCI: Using configuration type 1 for base access
[    0.171432] PCI: Using configuration type 1 for extended access
[    0.173379] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.173379] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.173427] ACPI: Added _OSI(Module Device)
[    0.173428] ACPI: Added _OSI(Processor Device)
[    0.173429] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.173430] ACPI: Added _OSI(Processor Aggregator Device)
[    0.173600] ACPI: Executed 2 blocks of module-level executable AML code
[    0.177991] ACPI: EC: EC started
[    0.177992] ACPI: EC: interrupt blocked
[    0.178000] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    0.178002] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.178003] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions
[    0.178003] ACPI: Interpreter enabled
[    0.178022] ACPI: (supports S0 S1 S3 S4 S5)
[    0.178023] ACPI: Using IOAPIC for interrupt routing
[    0.178181] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.178223] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.178234] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.178497] ACPI: Enabled 10 GPEs in block 00 to 1F
[    0.187267] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.187272] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.187276] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.187645] PCI host bridge to bus 0000:00
[    0.187646] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.187648] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.187649] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.187649] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.187651] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.187652] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.187653] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[    0.187654] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.187662] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    0.187772] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.187786] pci 0000:00:02.0: enabling Extended Tags
[    0.187804] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.187880] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[    0.187894] pci 0000:00:04.0: enabling Extended Tags
[    0.187911] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.187986] pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400
[    0.187999] pci 0000:00:06.0: enabling Extended Tags
[    0.188015] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.188089] pci 0000:00:07.0: [1002:5a1b] type 01 class 0x060400
[    0.188103] pci 0000:00:07.0: enabling Extended Tags
[    0.188119] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.188202] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.188217] pci 0000:00:11.0: reg 0x10: [io  0xf040-0xf047]
[    0.188224] pci 0000:00:11.0: reg 0x14: [io  0xf030-0xf033]
[    0.188230] pci 0000:00:11.0: reg 0x18: [io  0xf020-0xf027]
[    0.188236] pci 0000:00:11.0: reg 0x1c: [io  0xf010-0xf013]
[    0.188242] pci 0000:00:11.0: reg 0x20: [io  0xf000-0xf00f]
[    0.188249] pci 0000:00:11.0: reg 0x24: [mem 0xfeb0b000-0xfeb0b3ff]
[    0.188343] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.188355] pci 0000:00:12.0: reg 0x10: [mem 0xfeb0a000-0xfeb0afff]
[    0.188466] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.188481] pci 0000:00:12.2: reg 0x10: [mem 0xfeb09000-0xfeb090ff]
[    0.188536] pci 0000:00:12.2: supports D1 D2
[    0.188537] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.188613] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.188625] pci 0000:00:13.0: reg 0x10: [mem 0xfeb08000-0xfeb08fff]
[    0.188738] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.188752] pci 0000:00:13.2: reg 0x10: [mem 0xfeb07000-0xfeb070ff]
[    0.188808] pci 0000:00:13.2: supports D1 D2
[    0.188808] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.188884] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.188999] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.189016] pci 0000:00:14.2: reg 0x10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.189062] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.189132] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.189248] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.189344] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.189356] pci 0000:00:14.5: reg 0x10: [mem 0xfeb06000-0xfeb06fff]
[    0.189466] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.189478] pci 0000:00:16.0: reg 0x10: [mem 0xfeb05000-0xfeb05fff]
[    0.189591] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.189605] pci 0000:00:16.2: reg 0x10: [mem 0xfeb04000-0xfeb040ff]
[    0.189693] pci 0000:00:16.2: supports D1 D2
[    0.189694] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.189768] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    0.189836] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    0.189903] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    0.189969] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    0.190044] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    0.190143] pci 0000:01:00.0: [1002:6719] type 00 class 0x030000
[    0.190160] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.190168] pci 0000:01:00.0: reg 0x18: [mem 0xfea20000-0xfea3ffff 64bit]
[    0.190174] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.190184] pci 0000:01:00.0: reg 0x30: [mem 0xfea00000-0xfea1ffff pref]
[    0.190188] pci 0000:01:00.0: enabling Extended Tags
[    0.190219] pci 0000:01:00.0: supports D1 D2
[    0.190258] pci 0000:01:00.1: [1002:aa80] type 00 class 0x040300
[    0.190275] pci 0000:01:00.1: reg 0x10: [mem 0xfea40000-0xfea43fff 64bit]
[    0.190302] pci 0000:01:00.1: enabling Extended Tags
[    0.190332] pci 0000:01:00.1: supports D1 D2
[    0.200017] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.200020] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.200022] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.200024] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.200067] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.200086] pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.200103] pci 0000:02:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.200114] pci 0000:02:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.200179] pci 0000:02:00.0: supports D1 D2
[    0.200179] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.210019] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.210022] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.210025] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.210087] pci 0000:03:00.0: [197b:2362] type 00 class 0x010185
[    0.210117] pci 0000:03:00.0: reg 0x10: [io  0xc040-0xc047]
[    0.210126] pci 0000:03:00.0: reg 0x14: [io  0xc030-0xc033]
[    0.210135] pci 0000:03:00.0: reg 0x18: [io  0xc020-0xc027]
[    0.210144] pci 0000:03:00.0: reg 0x1c: [io  0xc010-0xc013]
[    0.210153] pci 0000:03:00.0: reg 0x20: [io  0xc000-0xc00f]
[    0.210162] pci 0000:03:00.0: reg 0x24: [mem 0xfe910000-0xfe9101ff]
[    0.210215] pci 0000:03:00.0: PME# supported from D3hot
[    0.220018] pci 0000:00:06.0: PCI bridge to [bus 03]
[    0.220021] pci 0000:00:06.0:   bridge window [io  0xc000-0xcfff]
[    0.220022] pci 0000:00:06.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.220067] pci 0000:04:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.220090] pci 0000:04:00.0: reg 0x10: [mem 0xfe800000-0xfe807fff 64bit]
[    0.220181] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.230016] pci 0000:00:07.0: PCI bridge to [bus 04]
[    0.230020] pci 0000:00:07.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.230084] pci 0000:00:14.4: PCI bridge to [bus 05] (subtractive decode)
[    0.230090] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.230091] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.230092] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    0.230093] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.230094] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.230095] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    0.230096] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
[    0.230451] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    0.230523] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    0.230597] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    0.230671] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 10 11 14 15) *0
[    0.230732] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[    0.230779] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[    0.230827] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    0.230874] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.233337] ACPI: EC: interrupt unblocked
[    0.233337] ACPI: EC: event unblocked
[    0.233337] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.233337] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.233346] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.233346] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.233346] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.233346] vgaarb: loaded
[    0.233464] EDAC MC: Ver: 3.0.0
[    0.233525] PCI: Using ACPI for IRQ routing
[    0.237532] PCI: pci_cache_line_size set to 64 bytes
[    0.237576] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.237578] e820: reserve RAM buffer [mem 0xbd94e000-0xbfffffff]
[    0.237579] e820: reserve RAM buffer [mem 0xbdf00000-0xbfffffff]
[    0.240003] NetLabel: Initializing
[    0.240003] NetLabel:  domain hash size = 128
[    0.240003] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.240003] NetLabel:  unlabeled traffic allowed by default
[    0.240035] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.240039] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.242092] clocksource: Switched to clocksource tsc-early
[    0.250110] VFS: Disk quotas dquot_6.6.0
[    0.250125] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.250184] pnp: PnP ACPI init
[    0.250296] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.250300] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.250560] system 00:01: [io  0x040b] has been reserved
[    0.250562] system 00:01: [io  0x04d6] has been reserved
[    0.250563] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.250564] system 00:01: [io  0x0c14] has been reserved
[    0.250565] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.250566] system 00:01: [io  0x0c52] has been reserved
[    0.250567] system 00:01: [io  0x0c6c] has been reserved
[    0.250568] system 00:01: [io  0x0c6f] has been reserved
[    0.250569] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.250570] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.250571] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.250572] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.250573] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.250574] system 00:01: [io  0x0800-0x089f] has been reserved
[    0.250575] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.250576] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.250577] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.250578] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.250580] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.250581] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.250582] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.250583] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.250584] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.250586] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.250587] system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
[    0.250589] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.250726] system 00:02: [io  0x0290-0x02af] has been reserved
[    0.250729] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.250754] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.250806] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.250809] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.250844] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.250881] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.251015] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.251111] system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.251113] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.251249] pnp: PnP ACPI: found 9 devices
[    0.256998] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.257020] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.257022] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.257024] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.257025] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.257028] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.257029] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.257031] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.257034] pci 0000:00:06.0: PCI bridge to [bus 03]
[    0.257035] pci 0000:00:06.0:   bridge window [io  0xc000-0xcfff]
[    0.257037] pci 0000:00:06.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.257039] pci 0000:00:07.0: PCI bridge to [bus 04]
[    0.257041] pci 0000:00:07.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.257044] pci 0000:00:14.4: PCI bridge to [bus 05]
[    0.257053] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.257054] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.257055] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.257056] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.257057] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.257058] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.257059] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
[    0.257060] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.257061] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.257062] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.257063] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.257064] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.257065] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    0.257066] pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.257067] pci_bus 0000:04: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.257068] pci_bus 0000:05: resource 4 [io  0x0000-0x03af window]
[    0.257069] pci_bus 0000:05: resource 5 [io  0x03e0-0x0cf7 window]
[    0.257070] pci_bus 0000:05: resource 6 [io  0x03b0-0x03df window]
[    0.257071] pci_bus 0000:05: resource 7 [io  0x0d00-0xffff window]
[    0.257072] pci_bus 0000:05: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.257073] pci_bus 0000:05: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.257074] pci_bus 0000:05: resource 10 [mem 0xc0000000-0xffffffff window]
[    0.257154] NET: Registered protocol family 2
[    0.257277] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.257309] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.257447] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.257669] TCP: Hash tables configured (established 65536 bind 65536)
[    0.257719] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.257756] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.257826] NET: Registered protocol family 1
[    1.353712] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.353823] PCI: CLS 64 bytes, default 64
[    1.353857] Unpacking initramfs...
[    1.535475] Freeing initrd memory: 15860K
[    1.535479] PCI-DMA: Disabling AGP.
[    1.535559] PCI-DMA: aperture base @ b4000000 size 65536 KB
[    1.535559] PCI-DMA: using GART IOMMU.
[    1.535561] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    1.538243] LVT offset 1 assigned for vector 0x400
[    1.538253] IBS: LVT offset 1 assigned
[    1.538348] perf: AMD IBS detected (0x0000001f)
[    1.538398] Scanning for low memory corruption every 60 seconds
[    1.538832] Initialise system trusted keyrings
[    1.538839] Key type blacklist registered
[    1.538904] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    1.539877] zbud: loaded
[    1.541392] Key type asymmetric registered
[    1.541393] Asymmetric key parser 'x509' registered
[    1.541414] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.541456] io scheduler noop registered
[    1.541456] io scheduler deadline registered
[    1.541489] io scheduler cfq registered (default)
[    1.541490] io scheduler mq-deadline registered
[    1.541490] io scheduler kyber registered
[    1.541495] io scheduler bfq registered
[    1.541930] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[    1.541931] vesafb: scrolling: redraw
[    1.541932] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    1.541943] vesafb: framebuffer at 0xc0000000, mapped to 0x        (ptrval), using 5824k, total 5824k
[    1.557344] Console: switching to colour frame buffer device 175x65
[    1.572639] fb0: VESA VGA frame buffer device
[    1.572699] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.572735] ACPI: Power Button [PWRB]
[    1.572764] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.572782] ACPI: Power Button [PWRF]
[    1.577083] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.577938] ledtrig-cpu: registered to indicate activity on CPUs
[    1.578112] NET: Registered protocol family 10
[    1.580848] Segment Routing with IPv6
[    1.580865] NET: Registered protocol family 17
[    1.581040] RAS: Correctable Errors collector initialized.
[    1.581074] microcode: CPU0: patch_level=0x010000c8
[    1.581079] microcode: CPU1: patch_level=0x010000c8
[    1.581084] microcode: CPU2: patch_level=0x010000c8
[    1.581088] microcode: CPU3: patch_level=0x010000c8
[    1.581117] microcode: Microcode Update Driver: v2.2.
[    1.581124] sched_clock: Marking stable (1581113259, 0)->(1810684096, -229570837)
[    1.581241] registered taskstats version 1
[    1.581245] Loading compiled-in X.509 certificates
[    1.581259] zswap: loaded using pool lzo/zbud
[    1.583623] Key type big_key registered
[    1.583819]   Magic number: 2:502:67
[    1.583872] hctosys: unable to open rtc device (rtc0)
[    1.585810] Freeing unused kernel memory: 1464K
[    1.585811] Write protecting the kernel read-only data: 16384k
[    1.586450] Freeing unused kernel memory: 2016K
[    1.588050] Freeing unused kernel memory: 724K
[    1.640273] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.640274] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.640461] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.643593] SCSI subsystem initialized
[    1.644497] ACPI: bus type USB registered
[    1.644512] usbcore: registered new interface driver usbfs
[    1.644520] usbcore: registered new interface driver hub
[    1.644542] usbcore: registered new device driver usb
[    1.645680] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.645770] libata version 3.00 loaded.
[    1.646354] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.646355] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    1.646521] ehci-pci: EHCI PCI platform driver
[    1.646683] QUIRK: Enable AMD PLL fix
[    1.646703] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.646707] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.646710] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.646717] ehci-pci 0000:00:12.2: debug port 1
[    1.646749] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
[    1.657654] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.657701] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.657702] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.657703] usb usb1: Product: EHCI Host Controller
[    1.657704] usb usb1: Manufacturer: Linux 4.16.5-1-ARCH ehci_hcd
[    1.657705] usb usb1: SerialNumber: 0000:00:12.2
[    1.657802] hub 1-0:1.0: USB hub found
[    1.657807] hub 1-0:1.0: 5 ports detected
[    1.657910] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.657914] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[    1.686551] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.718982] xhci_hcd 0000:04:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x00080000
[    1.719140] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.719141] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.719142] usb usb2: Product: xHCI Host Controller
[    1.719142] usb usb2: Manufacturer: Linux 4.16.5-1-ARCH xhci-hcd
[    1.719143] usb usb2: SerialNumber: 0000:04:00.0
[    1.719306] hub 2-0:1.0: USB hub found
[    1.719312] hub 2-0:1.0: 2 ports detected
[    1.719383] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.719386] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 3
[    1.719389] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.719396] ehci-pci 0000:00:13.2: debug port 1
[    1.719422] ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
[    1.719430] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.719432] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[    1.719451] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.719465] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.719466] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.719467] usb usb4: Product: xHCI Host Controller
[    1.719467] usb usb4: Manufacturer: Linux 4.16.5-1-ARCH xhci-hcd
[    1.719468] usb usb4: SerialNumber: 0000:04:00.0
[    1.719532] hub 4-0:1.0: USB hub found
[    1.719537] hub 4-0:1.0: 2 ports detected
[    1.730975] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.731010] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.731011] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.731012] usb usb3: Product: EHCI Host Controller
[    1.731012] usb usb3: Manufacturer: Linux 4.16.5-1-ARCH ehci_hcd
[    1.731013] usb usb3: SerialNumber: 0000:00:13.2
[    1.731106] hub 3-0:1.0: USB hub found
[    1.731111] hub 3-0:1.0: 5 ports detected
[    1.731250] ahci 0000:00:11.0: version 3.0
[    1.731402] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.731404] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    1.737639] scsi host0: ahci
[    1.737821] scsi host1: ahci
[    1.744311] scsi host2: ahci
[    1.750977] scsi host3: ahci
[    1.757639] scsi host4: ahci
[    1.764304] scsi host5: ahci
[    1.764350] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b100 irq 19
[    1.764351] ata2: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b180 irq 19
[    1.764353] ata3: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b200 irq 19
[    1.764354] ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b280 irq 19
[    1.764356] ata5: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b300 irq 19
[    1.764357] ata6: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b380 irq 19
[    1.764498] ehci-pci 0000:00:16.2: EHCI Host Controller
[    1.764502] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
[    1.764504] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.764512] ehci-pci 0000:00:16.2: debug port 1
[    1.764538] ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
[    1.764631] ahci 0000:03:00.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.764632] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    1.770971] scsi host6: ahci
[    1.777633] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    1.777659] scsi host7: ahci
[    1.777705] ata7: SATA max UDMA/133 abar m512@0xfe910000 port 0xfe910100 irq 32
[    1.777707] ata8: SATA max UDMA/133 abar m512@0xfe910000 port 0xfe910180 irq 32
[    1.777737] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.777738] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.777739] usb usb5: Product: EHCI Host Controller
[    1.777740] usb usb5: Manufacturer: Linux 4.16.5-1-ARCH ehci_hcd
[    1.777741] usb usb5: SerialNumber: 0000:00:16.2
[    1.777949] hub 5-0:1.0: USB hub found
[    1.777954] hub 5-0:1.0: 4 ports detected
[    1.778289] ohci-pci: OHCI PCI platform driver
[    1.778391] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.778396] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6
[    1.778416] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
[    1.831768] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.831769] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.831770] usb usb6: Product: OHCI PCI host controller
[    1.831771] usb usb6: Manufacturer: Linux 4.16.5-1-ARCH ohci_hcd
[    1.831772] usb usb6: SerialNumber: 0000:00:12.0
[    1.831811] tsc: Refined TSC clocksource calibration: 3812.712 MHz
[    1.831824] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6dea82b909d, max_idle_ns: 881590793628 ns
[    1.831837] clocksource: Switched to clocksource tsc
[    1.831888] hub 6-0:1.0: USB hub found
[    1.831894] hub 6-0:1.0: 5 ports detected
[    1.832147] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.832151] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
[    1.832170] ohci-pci 0000:00:13.0: irq 20, io mem 0xfeb08000
[    1.890742] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.890744] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.890744] usb usb7: Product: OHCI PCI host controller
[    1.890745] usb usb7: Manufacturer: Linux 4.16.5-1-ARCH ohci_hcd
[    1.890746] usb usb7: SerialNumber: 0000:00:13.0
[    1.890839] hub 7-0:1.0: USB hub found
[    1.890845] hub 7-0:1.0: 5 ports detected
[    1.891045] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.891050] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
[    1.891063] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
[    1.934218] ata4: SATA link down (SStatus 0 SControl 300)
[    1.936879] ata5: SATA link down (SStatus 0 SControl 300)
[    1.936882] ata7: SATA link down (SStatus 0 SControl 300)
[    1.936915] ata8: SATA link down (SStatus 0 SControl 300)
[    1.950737] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.950739] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.950740] usb usb8: Product: OHCI PCI host controller
[    1.950741] usb usb8: Manufacturer: Linux 4.16.5-1-ARCH ohci_hcd
[    1.950741] usb usb8: SerialNumber: 0000:00:14.5
[    1.950833] hub 8-0:1.0: USB hub found
[    1.950839] hub 8-0:1.0: 2 ports detected
[    1.951099] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    1.951103] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
[    1.951122] ohci-pci 0000:00:16.0: irq 22, io mem 0xfeb05000
[    2.010740] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[    2.010741] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.010742] usb usb9: Product: OHCI PCI host controller
[    2.010743] usb usb9: Manufacturer: Linux 4.16.5-1-ARCH ohci_hcd
[    2.010743] usb usb9: SerialNumber: 0000:00:16.0
[    2.010838] hub 9-0:1.0: USB hub found
[    2.010844] hub 9-0:1.0: 4 ports detected
[    2.019682] device-mapper: uevent: version 1.0.3
[    2.019739] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.090035] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.093380] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.093399] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.093418] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.093477] ata6.00: ATA-9: GOODRAM, SAFM22.3, max UDMA/133
[    2.093479] ata6.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.093574] ata6.00: configured for UDMA/133
[    2.095954] ata1.00: ATA-8: WDC WD20EARS-00S8B1, 80.00A80, max UDMA/133
[    2.095956] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.098019] ata3.00: ATA-8: WDC WD20EARS-00S8B1, 80.00A80, max UDMA/133
[    2.098020] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.098336] ata2.00: ATA-8: WDC WD20EARS-00S8B1, 80.00A80, max UDMA/133
[    2.098337] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.101975] ata1.00: configured for UDMA/133
[    2.102125] scsi 0:0:0:0: Direct-Access     ATA      WDC WD20EARS-00S 0A80 PQ: 0 ANSI: 5
[    2.103038] ata3.00: configured for UDMA/133
[    2.103348] ata2.00: configured for UDMA/133
[    2.103448] scsi 1:0:0:0: Direct-Access     ATA      WDC WD20EARS-00S 0A80 PQ: 0 ANSI: 5
[    2.103670] sd 0:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.103675] sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.103679] sd 0:0:0:0: [sdb] Write Protect is off
[    2.103681] sd 0:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.103685] sd 1:0:0:0: [sda] Write Protect is off
[    2.103686] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.103693] sd 0:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.103700] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.103726] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EARS-00S 0A80 PQ: 0 ANSI: 5
[    2.103865] sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.103873] sd 2:0:0:0: [sdc] Write Protect is off
[    2.103874] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.103884] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.103967] scsi 5:0:0:0: Direct-Access     ATA      GOODRAM          22.3 PQ: 0 ANSI: 5
[    2.104098] sd 5:0:0:0: [sdd] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    2.104106] sd 5:0:0:0: [sdd] Write Protect is off
[    2.104107] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.104119] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.105731]  sdd: sdd1
[    2.105966] sd 5:0:0:0: [sdd] Attached SCSI disk
[    2.111363]  sdb: sdb1 sdb2
[    2.111716] sd 0:0:0:0: [sdb] Attached SCSI disk
[    2.124309]  sdc: sdc1 sdc2 sdc3
[    2.124644] sd 2:0:0:0: [sdc] Attached SCSI disk
[    2.140568]  sda: sda1 sda2
[    2.140897] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.186702] usb 6-5: new low-speed USB device number 2 using ohci-pci
[    2.268943] random: lvm: uninitialized urandom read (4 bytes read)
[    2.289209] random: lvm: uninitialized urandom read (4 bytes read)
[    2.304561] random: lvm: uninitialized urandom read (4 bytes read)
[    2.339022] random: lvm: uninitialized urandom read (4 bytes read)
[    2.347789] random: lvm: uninitialized urandom read (4 bytes read)
[    2.373742] usb 6-5: New USB device found, idVendor=046d, idProduct=c062
[    2.373744] usb 6-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.373745] usb 6-5: Product: USB Laser Mouse
[    2.373746] usb 6-5: Manufacturer: Logitech
[    2.376959] hidraw: raw HID events driver (C) Jiri Kosina
[    2.378286] random: lvm: uninitialized urandom read (4 bytes read)
[    2.382896] usbcore: registered new interface driver usbhid
[    2.382897] usbhid: USB HID core driver
[    2.383655] input: Logitech USB Laser Mouse as /devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.0/0003:046D:C062.0001/input/input3
[    2.383689] hid-generic 0003:046D:C062.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-0000:00:12.0-5/input0
[    2.397950] random: lvm: uninitialized urandom read (2 bytes read)
[    4.291816] random: fast init done
[    4.291827] random: crng init done
[   19.649672] NET: Registered protocol family 38
[   19.653421] cryptd: max_cpu_qlen set to 1000
[   37.244815] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled
[   37.246449] XFS (dm-7): Mounting V4 Filesystem
[   37.437763] XFS (dm-7): Ending clean mount
[   39.113391] systemd[1]: systemd 238 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN +PCRE2 default-hierarchy=hybrid)
[   39.113488] systemd[1]: Detected architecture x86-64.
[   39.205787] systemd[1]: Set hostname to <testowy>.
[   41.260901] systemd[1]: Set up automount home.automount.
[   41.261051] systemd[1]: Reached target Remote File Systems.
[   41.261194] systemd[1]: Listening on LVM2 metadata daemon socket.
[   41.339784] systemd[1]: Listening on LVM2 poll daemon socket.
[   41.339935] systemd[1]: Reached target Login Prompts.
[   41.340661] systemd[1]: Created slice system-getty.slice.
[   41.340831] systemd[1]: Set up automount storage.automount.
[   41.702843] vhba: loading out-of-tree module taints kernel.
[   41.703193] scsi host8: vhba
[   42.668664] systemd-journald[349]: Received request to flush runtime journal from PID 1
[   49.167681] rtc_cmos 00:03: RTC can wake from S4
[   49.167782] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[   49.167804] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[   49.339536] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   49.687546] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   49.687552] piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
[   49.687668] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   49.748287] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   50.020156] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   50.020166] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[   50.020657] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0x0000000009d0e429, c8:60:00:16:8a:5c, XID 0c900800 IRQ 34
[   50.020658] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   50.031233] mousedev: PS/2 mouse device common for all mice
[   50.568530] Linux agpgart interface v0.103
[   51.163533] kvm: Nested Virtualization enabled
[   51.163536] kvm: Nested Paging enabled
[   51.267518] MCE: In-kernel MCE decoding enabled.
[   51.467343] EDAC amd64: Node 0: DRAM ECC disabled.
[   51.467345] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   51.560129] EDAC amd64: Node 0: DRAM ECC disabled.
[   51.560131] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[   51.641524] [drm] radeon kernel modesetting enabled.
[   51.641603] checking generic (c0000000 5b0000) vs hw (c0000000 10000000)
[   51.641605] fb: switching to radeondrmfb from VESA VGA
[   51.641629] Console: switching to colour dummy device 80x25
[   51.641891] [drm] initializing kernel modesetting (CAYMAN 0x1002:0x6719 0x1043:0x03BE 0x00).
[   51.641953] ATOM BIOS: 6719.13.10.0.9.AS01.U13
[   51.642004] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[   51.642005] radeon 0000:01:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[   51.642008] [drm] Detected VRAM RAM=2048M, BAR=256M
[   51.642009] [drm] RAM width 256bits DDR
[   51.642077] [TTM] Zone  kernel: Available graphics memory: 4066618 kiB
[   51.642078] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   51.642078] [TTM] Initializing pool allocator
[   51.642081] [TTM] Initializing DMA pool allocator
[   51.642096] [drm] radeon: 2048M of VRAM memory ready
[   51.642097] [drm] radeon: 1024M of GTT memory ready.
[   51.642102] [drm] Loading CAYMAN Microcode
[   51.689564] r8169 0000:02:00.0 enp2s0: renamed from eth0
[   52.018692] [drm] Internal thermal controller with fan control
[   52.022060] [drm] radeon: dpm initialized
[   52.098015] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   52.098935] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[   52.115207] [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[   52.115290] radeon 0000:01:00.0: WB enabled
[   52.115293] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0x00000000fc820453
[   52.115685] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0x00000000703d90ab
[   52.115686] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0x00000000f346245c
[   52.115687] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0x000000007b4d3e3f
[   52.115688] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0x0000000069d0c8d5
[   52.115689] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0x00000000d3203ed3
[   52.115692] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   52.115692] [drm] Driver supports precise vblank timestamp query.
[   52.115693] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[   52.115730] radeon 0000:01:00.0: radeon: using MSI.
[   52.115755] [drm] radeon: irq initialized.
[   52.134017] [drm] ring test on 0 succeeded in 3 usecs
[   52.134024] [drm] ring test on 3 succeeded in 4 usecs
[   52.134031] [drm] ring test on 4 succeeded in 4 usecs
[   52.163611] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[   52.163613] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   52.163614] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   52.163615] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   52.163616] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
[   52.163617] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   52.163618] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   52.163619] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   52.163620] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   52.181399] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[   52.181444] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[   52.181481] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[   52.181516] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[   52.181553] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[   52.181591] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[   52.181627] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[   52.181662] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[   52.311186] [drm] ring test on 5 succeeded in 2 usecs
[   52.311192] [drm] UVD initialized successfully.
[   52.311329] [drm] ib test on ring 0 succeeded in 0 usecs
[   52.311387] [drm] ib test on ring 3 succeeded in 0 usecs
[   52.311441] [drm] ib test on ring 4 succeeded in 0 usecs
[   52.986720] [drm] ib test on ring 5 succeeded
[   52.987402] [drm] Radeon Display Connectors
[   52.987402] [drm] Connector 0:
[   52.987403] [drm]   DP-1
[   52.987403] [drm]   HPD5
[   52.987404] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   52.987405] [drm]   Encoders:
[   52.987405] [drm]     DFP1: INTERNAL_UNIPHY2
[   52.987406] [drm] Connector 1:
[   52.987406] [drm]   DP-2
[   52.987406] [drm]   HPD6
[   52.987407] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[   52.987407] [drm]   Encoders:
[   52.987408] [drm]     DFP2: INTERNAL_UNIPHY1
[   52.987408] [drm] Connector 2:
[   52.987409] [drm]   DP-3
[   52.987409] [drm]   HPD4
[   52.987410] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   52.987410] [drm]   Encoders:
[   52.987410] [drm]     DFP3: INTERNAL_UNIPHY2
[   52.987411] [drm] Connector 3:
[   52.987411] [drm]   DP-4
[   52.987411] [drm]   HPD2
[   52.987412] [drm]   DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
[   52.987412] [drm]   Encoders:
[   52.987413] [drm]     DFP4: INTERNAL_UNIPHY
[   52.987413] [drm] Connector 4:
[   52.987413] [drm]   DVI-I-1
[   52.987414] [drm]   HPD1
[   52.987414] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[   52.987415] [drm]   Encoders:
[   52.987415] [drm]     DFP5: INTERNAL_UNIPHY1
[   52.987416] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   52.987416] [drm] Connector 5:
[   52.987416] [drm]   DVI-D-1
[   52.987417] [drm]   HPD3
[   52.987417] [drm]   DDC: 0x6480 0x6480 0x6484 0x6484 0x6488 0x6488 0x648c 0x648c
[   52.987418] [drm]   Encoders:
[   52.987418] [drm]     DFP6: INTERNAL_UNIPHY
[   53.048092] Adding 1048572k swap on /dev/mapper/swap.  Priority:-2 extents:1 across:1048572k FS
[   53.132230] [drm] fb mappable at 0xC0363000
[   53.132232] [drm] vram apper at 0xC0000000
[   53.132232] [drm] size 8294400
[   53.132233] [drm] fb depth is 24
[   53.132233] [drm]    pitch is 7680
[   53.132302] fbcon: radeondrmfb (fb0) is primary device
[   53.145410] Console: switching to colour frame buffer device 240x67
[   53.150141] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[   53.173435] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[   53.173588] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   53.884686] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input13
[   59.135588] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[   59.170822] EXT4-fs (sda1): mounted filesystem without journal. Opts: errors=remount-ro
[  109.656130] it87: Found IT8721F chip at 0x290, revision 1
[  113.119611] XFS (dm-9): Mounting V4 Filesystem
[  113.692843] XFS (dm-9): Ending clean mount
[  119.346263] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[  119.815448] r8169 0000:02:00.0 enp2s0: link down
[  119.815451] r8169 0000:02:00.0 enp2s0: link down
[  119.815514] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[  122.131288] r8169 0000:02:00.0 enp2s0: link up
[  122.131295] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[  129.206696] radeon_dp_aux_transfer_native: 326 callbacks suppressed
[  142.005041] fuse init (API version 7.26)
[  180.870019] radeon_dp_aux_transfer_native: 326 callbacks suppressed
[  185.894651] XFS (dm-10): Mounting V4 Filesystem
[  186.728075] XFS (dm-10): Ending clean mount
[  311.683970] CPU feature 'AVX registers' is not supported.
[  311.734773] CPU feature 'AVX registers' is not supported.
[  361.644246] XFS (dm-11): Mounting V5 Filesystem
[  361.822458] XFS (dm-11): Ending clean mount
[  365.395981] XFS (dm-12): Mounting V5 Filesystem
[  365.605780] XFS (dm-12): Ending clean mount
[  370.173390] XFS (dm-13): Mounting V4 Filesystem
[  370.321337] XFS (dm-13): Ending clean mount
[10518.352556] [drm:radeon_cs_packet_next_reloc [radeon]] *ERROR* Relocs at -1073723904 after relocations chunk end 76 !
[10518.352568] [drm] ib[2362]=0xC0001000
[10518.352568] [drm] ib[2363]=0xC0004600
[10518.352570] radeon 0000:01:00.0: bad SET_CONTEXT_REG 0x288A4
[10518.352583] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !
[10528.279399] Chrome_~dThread[7332]: segfault at 0 ip 00007f11b5be3aed sp 00007f11a6dfe580 error 6 in libxul.so[7f11b57ef000+4c14000]
[10529.325925] radeon_dp_aux_transfer_native: 998 callbacks suppressed
[10542.055917] radeon_dp_aux_transfer_native: 326 callbacks suppressed

And the xorg coredump:

maj 02 12:59:40 testowy systemd-coredump[9353]: Process 796 (Xorg) of user 0 dumped core.
                                                
                                                Stack trace of thread 796:
                                                #0  0x00007f91df742efb raise (libc.so.6)
                                                #1  0x00007f91df7442c1 abort (libc.so.6)
                                                #2  0x00005615c5807cda OsAbort (Xorg)
                                                #3  0x00005615c56e3664 ddxGiveUp (Xorg)
                                                #4  0x00005615c580d7d2 n/a (Xorg)
                                                #5  0x00005615c580e615 FatalError (Xorg)
                                                #6  0x00005615c5804dce n/a (Xorg)
                                                #7  0x00007f91dfadab90 __restore_rt (libpthread.so.0)
                                                #8  0x00007f91da1dcc77 radeon_lookup_buffer (r600_dri.so)
                                                #9  0x00007f91da1dcdf0 radeon_lookup_or_add_real_buffer (r600_dri.so)
                                                #10 0x00007f91da1dcfab radeon_drm_cs_add_buffer (r600_dri.so)
                                                #11 0x00007f91da22367c radeon_add_to_buffer_list (r600_dri.so)
                                                #12 0x00007f91da1e9e98 r600_emit_atom (r600_dri.so)
                                                #13 0x00007f91da149e6c u_vbuf_draw_vbo (r600_dri.so)
                                                #14 0x00007f91da60d350 st_draw_vbo (r600_dri.so)
                                                #15 0x00007f91da6a43bb vbo_draw_arrays (r600_dri.so)
                                                #16 0x00007f91da6a4426 vbo_exec_DrawArraysInstanced (r600_dri.so)
                                                #17 0x00007f91dbcfb76f n/a (libglamoregl.so)
                                                #18 0x00007f91dbcfbc7f n/a (libglamoregl.so)
                                                #19 0x00005615c5786329 n/a (Xorg)
                                                #20 0x00005615c577bd1e n/a (Xorg)
                                                #21 0x00005615c569f218 n/a (Xorg)
                                                #22 0x00005615c56a3260 n/a (Xorg)
                                                #23 0x00007f91df72f9a7 __libc_start_main (libc.so.6)
                                                #24 0x00005615c568cf0a _start (Xorg)
                                                
                                                Stack trace of thread 822:
                                                #0  0x00007f91dfad607c pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                #1  0x00007f91da7c7cd4 cnd_wait (r600_dri.so)
                                                #2  0x00007f91da7c79c8 impl_thrd_routine (r600_dri.so)
                                                #3  0x00007f91dfad00bc start_thread (libpthread.so.0)
                                                #4  0x00007f91df8052ff __clone (libc.so.6)
                                                
                                                Stack trace of thread 829:
                                                #0  0x00007f91dfad93ac __lll_lock_wait (libpthread.so.0)
                                                #1  0x00007f91dfad28a6 __pthread_mutex_lock (libpthread.so.0)
                                                #2  0x00005615c5802eb0 input_lock (Xorg)
                                                #3  0x00005615c5803141 n/a (Xorg)
                                                #4  0x00005615c5805851 n/a (Xorg)
                                                #5  0x00005615c5802f9e n/a (Xorg)
                                                #6  0x00007f91dfad00bc start_thread (libpthread.so.0)
                                                #7  0x00007f91df8052ff __clone (libc.so.6)
                                                
                                                Stack trace of thread 823:
                                                #0  0x00007f91dfad607c pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
                                                #1  0x00007f91da7c7cd4 cnd_wait (r600_dri.so)
                                                #2  0x00007f91da7c79c8 impl_thrd_routine (r600_dri.so)
                                                #3  0x00007f91dfad00bc start_thread (libpthread.so.0)
                                                #4  0x00007f91df8052ff __clone (libc.so.6)

Plugin container coredump:

maj 02 12:59:41 testowy systemd-coredump[9360]: Process 7330 (plugin-containe) of user 1000 dumped core.
                                                
                                                Stack trace of thread 7332:
                                                #0  0x00007f11b5be3aed n/a (libxul.so)
                                                #1  0x00007f11b5be3be0 n/a (libxul.so)
                                                #2  0x00007f11b5bcbd66 n/a (libxul.so)
                                                #3  0x00007f11b5bcc3bf n/a (libxul.so)
                                                #4  0x00007f11b5bb323e n/a (libxul.so)
                                                #5  0x00007f11b5bb5bb0 n/a (libxul.so)
                                                #6  0x00007f11b5bc20aa n/a (libxul.so)
                                                #7  0x00007f11b5bb2d5a n/a (libxul.so)
                                                #8  0x00007f11ba8b80bc start_thread (libpthread.so.0)
                                                #9  0x00007f11b44762ff __clone (libc.so.6)
                                                
                                                Stack trace of thread 7330:
                                                #0  0x00007f11a135f3d0 n/a (libflashplayer.so)
                                                #1  0x00007f11b43b68e1 __run_exit_handlers (libc.so.6)
                                                #2  0x00007f11b43b69ea exit (libc.so.6)
                                                #3  0x00007f11ad2072b4 n/a (libgdk-x11-2.0.so.0)
                                                #4  0x00007f11ae0d879e _XIOError (libX11.so.6)
                                                #5  0x00007f11ae0d5ffd _XEventsQueued (libX11.so.6)
                                                #6  0x00007f11ae0c7ca7 XPending (libX11.so.6)
                                                #7  0x00007f11ad1fcd27 n/a (libgdk-x11-2.0.so.0)
                                                #8  0x00007f11afbb4f22 g_main_context_check (libglib-2.0.so.0)
                                                #9  0x00007f11afbb54c6 n/a (libglib-2.0.so.0)
                                                #10 0x00007f11afbb563e g_main_context_iteration (libglib-2.0.so.0)
                                                #11 0x00007f11b5bb1a00 n/a (libxul.so)
                                                #12 0x00007f11b5bb5bb0 n/a (libxul.so)
                                                #13 0x00007f11b86cdfcb n/a (libxul.so)
                                                #14 0x000055a86a244e1b n/a (plugin-container)
                                                #15 0x000055a86a244a46 n/a (plugin-container)
                                                #16 0x00007f11b43a09a7 __libc_start_main (libc.so.6)
                                                #17 0x000055a86a244cea _start (plugin-container)

Im not fully convinced is it has anything in common, but on the lts kernel where the problem isnt occurring the command :

[user@testowy coredump]$ lsmod | grep amd
amdkfd                147456  1
amd_iommu_v2           20480  1 amdkfd
edac_mce_amd           28672  0
kvm_amd                90112  0
kvm                   704512  1 kvm_amd

returns the amdkfd module which isnt present on the mainline kernel from arch. On the boot of the lts kernel it also complains :

[user@testowy coredump]$ journalctl -b -xp warning | grep kfd
maj 02 13:11:12 testowy kernel: kfd kfd: DID 6719 is missing in supported_devices
maj 02 13:11:12 testowy kernel: kfd kfd: kgd2kfd_probe failed

But it doesnt affect the system stability anyhow. (no more journal output regarding it). Furthermore the amdkfd module didnt load on the 4.15.x series when the problem went away automagically after couple of upgrades including 4.15.15 .

UPDATE: I obviously tried to understand the nature of this unexpected behaviour on the kernel side, but I really lack any programming skill and the bottom part of code is a mistery for me. https://github.com/torvalds/linux/blob/ … adeon_cs.c

Last edited by Al.Piotrowicz (2018-05-03 18:24:48)

Offline

#17 2018-05-04 20:09:53

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

Its not that Im bumping my own thread for no reason, but looks like the latest mesa update made significant change of my chipset workflow. Its hard to describe how, but noticeably rendering does happening differently (content draws faster, previously I could observe a little stuttering and now it seems to work smoother). I can see some bug fixes in the latest mesa version, but it sounds like a pure magic to me.

https://www.mesa3d.org/relnotes/18.0.2.html

Could anyone with some software programming skill give it a look and tell, is it possible any impact from the changes in the latest version into the bug Im experiencing? Didnt have one since the 18.0.2 yet.

Offline

#18 2018-05-05 12:39:05

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: [SOLVED] drm/radeon kernel 4.16 error

The experiences with lts / amdkfd suggest it may not have been a mesa issue.

Linux graphics stack is rather complicated, her's a decent overview :
https://www.reddit.com/r/archlinux/comm … m/djsc8at/


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#19 2018-05-05 14:22:32

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

Thats exactly what my first thoughts were about the problem. I've concluded and still, it has something in reference to the memory management on the kernelspace level. I dont want oversmart myself, because Im not nor the linux nor programming expert and my knowledge always is based on the expert's judgement.

Due to erratic input buffer management and latest mesa patches targeting it, my suspicions came into that direction, but like I said its only a theory.

Offline

#20 2018-05-08 22:56:29

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

Okay gentlemen, it triggered again, but this time dmesg log had a different one output line:

[17772.409623] [drm:radeon_cs_packet_next_reloc [radeon]] *ERROR* Relocs at -1073723904 after relocations chunk end 32 !
[17772.409642] [drm:evergreen_packet3_check [radeon]] *ERROR* bad SET_RESOURCE (vtx)
[17772.409654] [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !

from journal :

maj 09 00:42:52 testowy kernel: [drm:radeon_cs_packet_next_reloc [radeon]] *ERROR* Relocs at -1073723904 after relocations chunk end 32 !
maj 09 00:42:52 testowy kernel: [drm] ib[377]=0xC0001000
maj 09 00:42:52 testowy kernel: [drm] ib[378]=0xC0004600
maj 09 00:42:52 testowy kernel: [drm:evergreen_packet3_check [radeon]] *ERROR* bad SET_RESOURCE (vtx)
maj 09 00:42:52 testowy kernel: [drm:radeon_cs_ioctl [radeon]] *ERROR* Invalid command stream !

Now Im rather sure it's not related into the mesa package at all. Any help would be appreciated.

Latest kernel 4.16.7-1.

[drm:evergreen_packet3_check [radeon]] *ERROR* bad SET_RESOURCE (vtx)

The line most probably is only present, because it has appeared during watching a movie using opengl video output.

Last edited by Al.Piotrowicz (2018-05-08 23:42:47)

Offline

#21 2018-05-15 09:23:07

Al.Piotrowicz
Member
Registered: 2017-08-07
Posts: 116

Re: [SOLVED] drm/radeon kernel 4.16 error

The most weird part of the problem is the amdkfd kernel module stands for Heterogeneous System Architecture which my hardware is NOT supporting due to lack of APU on my board. In the case I blacklist this module and disable it autoload on linux-lts bootup time (on the mainline kernel it doesnt load and it is still affected by the IB bug in OP) the exception with a relocation chunk happens too. So the logical conclusion is the same common factor merging these 2 seems to be the amdkfd module. If its loaded the bug dissapears.

Offline

Board footer

Powered by FluxBB