This will allow us to run the tests with jemalloc enabled.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rABCb25c0bf30ae0: [CI] Install the latest wine version from the winehq repository
Run the CI build-win64 build plan.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- ci_wine5
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Event Timeline
Comment Actions
The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.
Comment Actions
The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.
Comment Actions
The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.
contrib/teamcity/setup-debian-buster.sh | ||
---|---|---|
117 | The failures above are caused by a missing -y on apt install. See this log snippet: #10 230.8 wine-devel-amd64 wine-devel-i386:i386 winehq-devel zlib1g:i386 #10 230.8 0 upgraded, 284 newly installed, 0 to remove and 0 not upgraded. #10 230.8 Need to get 261 MB of archives. #10 230.8 After this operation, 1528 MB of additional disk space will be used. #10 230.8 Do you want to continue? [Y/n] Abort. #10 ERROR: executor failed running |
Comment Actions
The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.
contrib/teamcity/setup-debian-buster.sh | ||
---|---|---|
114 ↗ | (On Diff #21526) | Something is wrong with the link here. My guess is it gives off a 301, which doesn't play nice with apt-cacher-ng: #10 214.4 Err:281 http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./ libfaudio0 20.01-0~buster #10 214.4 500 Bad redirection (path) [IP: 172.17.0.2 3142] #10 214.5 Err:282 http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./ libfaudio0 20.01-0~buster #10 214.5 500 Bad redirection (path) [IP: 172.17.0.2 3142] #10 214.7 Get:283 https://dl.winehq.org/wine-builds/debian buster/main amd64 wine-devel amd64 5.10~buster [1901 kB] #10 244.8 Get:284 https://dl.winehq.org/wine-builds/debian buster/main amd64 winehq-devel amd64 5.10~buster [1940 B] #10 244.8 Get:284 https://dl.winehq.org/wine-builds/debian buster/main amd64 winehq-devel amd64 5.10~buster [1940 B] #10 244.8 Fetched 260 MB in 32s (8230 kB/s) #10 244.8 E: Failed to fetch http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/./i386/libfaudio0_20.01-0~buster_i386.deb 500 Bad redirection (path) [IP: 172.17.0.2 3142] #10 244.8 E: Failed to fetch http://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/./amd64/libfaudio0_20.01-0~buster_amd64.deb 500 Bad redirection (path) [IP: 172.17.0.2 3142] #10 244.8 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? |
contrib/teamcity/setup-debian-buster.sh | ||
---|---|---|
114 ↗ | (On Diff #21526) | I don't think the link is the problem here, since 2 out of 3 builds are running fine (I restarted the failed on and it seems to work now). |