Closed Bug 1362913 Opened 7 years ago Closed 7 years ago

OSX64 slaves failing at tooltool step

Categories

(SeaMonkey :: Release Engineering, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.52

People

(Reporter: ewong, Assigned: ewong)

Details

Attachments

(1 file, 4 obsolete files)

We're failing with tooltool packages:

Fetching...
retry: Calling <function run_with_timeout at 0x1004ec320> with args: (['/tools/tooltool.py', '--authentication-file', '/builds/tooltool.token', '--url', 'https://api.pub.build.mozilla.org/tooltool/', '--overwrite', '-m', 'suite/config/tooltool-manifests/macosx64/releng.manifest', 'fetch'], 300, None, None, False, True), kwargs: {}, attempt #1
Executing: ['/tools/tooltool.py', '--authentication-file', '/builds/tooltool.token', '--url', 'https://api.pub.build.mozilla.org/tooltool/', '--overwrite', '-m', 'suite/config/tooltool-manifests/macosx64/releng.manifest', 'fetch']
INFO - Attempting to fetch from 'https://api.pub.build.mozilla.org/tooltool/'...
INFO - ...failed to fetch 'clang.tar.bz2' from https://api.pub.build.mozilla.org/tooltool/
INFO - Attempting to fetch from 'https://api.pub.build.mozilla.org/tooltool/'...
INFO - File rustc.tar.bz2 fetched from https://api.pub.build.mozilla.org/tooltool/ as /builds/slave/c-cen-t-osx64/build/tmpdWeM8X
INFO - Attempting to fetch from 'https://api.pub.build.mozilla.org/tooltool/'...
INFO - File cctools.tar.bz2 fetched from https://api.pub.build.mozilla.org/tooltool/ as /builds/slave/c-cen-t-osx64/build/tmpy3Hj8L
INFO - Attempting to fetch from 'https://api.pub.build.mozilla.org/tooltool/'...
INFO - File sccache2.tar.xz fetched from https://api.pub.build.mozilla.org/tooltool/ as /builds/slave/c-cen-t-osx64/build/tmpUbrRWb
INFO - File integrity verified, renaming tmpdWeM8X to rustc.tar.bz2
INFO - File integrity verified, renaming tmpy3Hj8L to cctools.tar.bz2
INFO - File integrity verified, renaming tmpUbrRWb to sccache2.tar.xz
INFO - untarring "rustc.tar.bz2"
INFO - untarring "cctools.tar.bz2"
INFO - untarring "sccache2.tar.xz"
INFO - tar: Error opening archive: Child process exited with status 254Child process exited with status 254 
ERROR - The following files failed: 'clang.tar.bz2', sccache2.tar.xz'
retry: Failed, sleeping 30 seconds before retrying

While we have decompression support for tar.bz2 (so don't know why the clang file
failed), we don't have decompression support for xz files (we don't even have
xz on our macs, so that needs to be fixed).
Attached patch [tooltool] update clang (obsolete) — Splinter Review
Need to update the clang digest/size

I think the old version that we have was removed from the tooltool
package repo.
Assignee: nobody → ewong
Status: NEW → ASSIGNED
Attachment #8865317 - Flags: review?(frgrahl)
Comment on attachment 8865317 [details] [diff] [review]
[tooltool] update clang

r=me
Attachment #8865317 - Flags: review?(frgrahl) → review+
Attachment #8865317 - Attachment is obsolete: true
Attachment #8865319 - Flags: review?(iann_bugzilla)
Comment on attachment 8865319 [details] [diff] [review]
[tooltool] update clang and sccache


>+++ b/suite/config/tooltool-manifests/macosx64/releng.manifest
>@@ -20,16 +20,16 @@
> "size": 2233376,
> "digest": "d632ef587f0253f016aa5323999a3d9576284c04e66b5243a5780af9a55f474ac91ad8dee5bd86a6ee4e2593e2b345e2fd0aa4e8838b3686f84c5c5ac5c9c418",
> "algorithm": "sha512",
> "filename": "cctools.tar.bz2",
> "unpack": true
> },
> {
> "version": "sccache rev 7a3847276d05deb564cb84a16b8c551b690aaa3e",
>-"size": 2173064,
>-"digest": "770bec21b71c386a5a89c9dede3b5dfbf47f7b22d395d5e4642d9c309a44fa05bf4a3a7b6d48b0bc737eafe3e3a8ce90005dcbad51a1aba4d326d5216b29dca1",
>+"size": 1603430
>+"digest": "6c93ee3ef4bcc129ade3e58629ba4be224a1dec5e1d864ba4017d1bc2a17febb0ca32e4e6d2575c8cc6e0a8235ca07be485b8c6c1cf1a0c0e91e3c23caa515b8",
> "algorithm": "sha512",
> "visibility": "public",
>-"filename": "sccache2.tar.xz",
>-"unpack": true
>+"filename": "sccache2.tar.bz2",
>+"unpack": true,
r=me with change to "unpack" removed (i.e. no adding of a comma)
Attachment #8865319 - Flags: review?(iann_bugzilla) → review+
Removed extraneous comma
Attachment #8865319 - Attachment is obsolete: true
Attachment #8865320 - Flags: review+
Attachment #8865320 - Attachment is obsolete: true
Attachment #8865321 - Flags: review?(iann_bugzilla)
Attachment #8865321 - Attachment is obsolete: true
Attachment #8865321 - Flags: review?(iann_bugzilla)
Attachment #8865323 - Flags: review?(iann_bugzilla)
Comment on attachment 8865323 [details] [diff] [review]
[tooltool] update clang and sccache for tooltool and clang manifest

r=me
Attachment #8865323 - Flags: review?(iann_bugzilla) → review+
https://hg.mozilla.org/comm-central/rev/9edb175c6e5fb2fecba8f823311132f5c21b9fef
Bug 1362913 - Update clang and sccache2 to newest package r=IanN
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.52
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: