Page MenuHomePhabricator

[CI] Temporarly disable building chronik for windows
AbandonedPublic

Authored by Fabien on Nov 6 2023, 08:22.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

There is a conflict between Rust 1.70 and our MinGw version, so let's disable it for now.

Test Plan
./contrib/teamcity/build-configurations.py build-win64

Diff Detail

Repository
rABC Bitcoin ABC
Branch
disbale_chronik_windows
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25534
Build 50649: Build Diff
Build 50648: arc lint + arc unit

Event Timeline

Fabien requested review of this revision.Nov 6 2023, 08:22

Tail of the build log:

  \-PE	    7f633ee20000-    7f633ee35000	\               shcore
ELF	    7f633ee35000-    7f633ee4c000	Deferred        version<elf>
  \-PE	    7f633ee40000-    7f633ee4c000	\               version
ELF	    7f633ee4c000-    7f633f005000	Deferred        gdi32<elf>
  \-PE	    7f633ee60000-    7f633f005000	\               gdi32
ELF	    7f633f005000-    7f633f29d000	Deferred        user32<elf>
  \-PE	    7f633f030000-    7f633f29d000	\               user32
ELF	    7f633f29d000-    7f633f301000	Deferred        shlwapi<elf>
  \-PE	    7f633f2b0000-    7f633f301000	\               shlwapi
ELF	    7f633f301000-    7f633fd3a000	Deferred        shell32<elf>
  \-PE	    7f633f320000-    7f633fd3a000	\               shell32
ELF	    7f633fd3a000-    7f633fe2c000	Deferred        msvcrt<elf>
  \-PE	    7f633fd60000-    7f633fe2c000	\               msvcrt
ELF	    7f633fe2c000-    7f633fe60000	Deferred        iphlpapi<elf>
  \-PE	    7f633fe40000-    7f633fe60000	\               iphlpapi
ELF	    7f633ff60000-    7f633fffc000	Deferred        advapi32<elf>
  \-PE	    7f633ff70000-    7f633fffc000	\               advapi32
ELF	    7f633fffc000-    7f6340010000	Deferred        libnss_files.so.2
ELF	    7f634027a000-    7f63402a2000	Deferred        liblzma.so.5
ELF	    7f63402a2000-    7f63402bc000	Deferred        libgcc_s.so.1
ELF	    7f63402bc000-    7f6340400000	Deferred        libm.so.6
ELF	    7f6340400000-    7f634041b000	Deferred        libunwind.so.8
ELF	    7f634041d000-    7f6340423000	Deferred        libdl.so.2
ELF	    7f6340423000-    7f63405f7000	Deferred        libc.so.6
ELF	    7f63405f7000-    7f6340619000	Deferred        libpthread.so.0
ELF	    7f6340619000-    7f6340627000	Deferred        libbrotlidec.so.1
ELF	    7f63407d3000-    7f6340800000	Deferred        ld-linux-x86-64.so.2
Threads:
process  tid      prio (all id:s are in hex)
0000000c services.exe
	0000000d    0
	0000000e    0
	0000001e    0
	00000021    0
	0000002d    0
	00000030    0
00000011 explorer.exe
	00000012    0
0000001c winedevice.exe
	0000001d    0
	0000001f    0
	00000020    0
0000002b winedevice.exe
	0000002c    0
	0000002e    0
	0000002f    0
	00000031    0
	00000032    0
00000033 (D) Z:\results\artifacts\bin\test_bitcoin.exe
	00000034    0 <==
	0000002a    0
	0000000b    0
	0000000a    0
System information:
    Wine build: wine-5.0.3 (Debian 5.0.3-3)
    Platform: x86_64
    Version: Windows 7
    Host system: Linux
    Host version: 4.19.0-10-amd64
Build build-win64 failed with exit code 5
Fabien planned changes to this revision.Nov 6 2023, 10:13

That fixes the warnings, but not the tests