#17848 closed bug (fixed)

hrev56309 64bit nightly archive is missing ISO

Reported by: humdinger Owned by: haiku-web
Priority: normal Milestone: R1/beta4
Component: Sys-Admin Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

The archive haiku-master-hrev56309-x86_64-anyboot.zip is just 1,2 KiB andis missing the ISO file.

The 32bit nightly is OK.

Change History (3)

comment:1 by kallisti5, 21 months ago

Looks like the build failed with an issue downloading a build-package and concourse didn't see a non-0 return code from jam...

https://ci.haiku-os.org/teams/nightly/pipelines/master-x86_64/jobs/image-master-x86_64/builds/1068

DownloadLocatedFile1 download/mpfr-4.1.0-1-x86_64.hpkg 
--2022-07-25 07:07:58--  https://eu.hpkg.haiku-os.org/haikuports/master/build-packages/d59a62fda1742856efbcae4c989deaaef8fe4f368cf309f8c5e2e8ee3dc88024/packages/mpfr-4.1.0-1-x86_64.hpkg
Resolving eu.hpkg.haiku-os.org (eu.hpkg.haiku-os.org)... 206.189.242.242
Connecting to eu.hpkg.haiku-os.org (eu.hpkg.haiku-os.org)|206.189.242.242|:443... connected.
HTTP request sent, awaiting response... failed: Temporary failure in name resolution.
wget: unable to resolve host address 'eu.hpkg.haiku-os.org'

source="objects/haiku/x86_64/packaging/repositories/HaikuPorts-checksum"
wget --retry-connrefused --timeout 30 -O "download/binutils-2.31.1-2-x86_64.hpkg" https://eu.hpkg.haiku-os.org/haikuports/master/build-packages/`cat $source`/packages/binutils-2.31.1-2-x86_64.hpkg || exit 1
touch "download/binutils-2.31.1-2-x86_64.hpkg"

...failed DownloadLocatedFile1 download/binutils-2.31.1-2-x86_64.hpkg ...
...removing download/binutils-2.31.1-2-x86_64.hpkg
200 OK
Length: 369387 (361K) [text/plain]
Saving to: 'download/mpfr-4.1.0-1-x86_64.hpkg'

download/mpfr-4.1.0-1-x86_64.hpkg                                                                                            100%[==============================================================================================================================================================================================================================================================================================================================================>] 360.73K   385KB/s    in 0.9s    

2022-07-25 07:08:00 (385 KB/s) - 'download/mpfr-4.1.0-1-x86_64.hpkg' saved [369387/369387]


BUILD FAILURE:
...failed updating 1 target(s)...
...skipped 4 target(s)...
...updated 15683 target(s)...

This is likely some issue with Jam not always returning non-zero on a failure?

comment:2 by bipolar, 19 months ago

Maybe this ticket can be closed after the implemented changes due to #17959?

comment:3 by waddlesplash, 19 months ago

Milestone: UnscheduledR1/beta4
Resolution: fixed
Status: newclosed

Yep.

Note: See TracTickets for help on using tickets.