New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 652743 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Oct 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

[NaCl SDK] nacl_sdk builders are broken on 53 and 54 branches

Project Member Reported by sbc@chromium.org, Oct 4 2016

Issue description

https://build.chromium.org/p/client.nacl.sdk/builders/linux-sdk-multirel/builds/5067/steps/generate_build_files/logs/stdio

```
Traceback (most recent call last):
  File "/mnt/data/b/build/slave/sdk-rel/build/src/tools/mb/mb.py", line 59, in Main
    ret = self.args.func()
  File "/mnt/data/b/build/slave/sdk-rel/build/src/tools/mb/mb.py", line 253, in CmdGen
    vals = self.Lookup()
  File "/mnt/data/b/build/slave/sdk-rel/build/src/tools/mb/mb.py", line 580, in Lookup
    config = self.ConfigFromArgs()
  File "/mnt/data/b/build/slave/sdk-rel/build/src/tools/mb/mb.py", line 659, in ConfigFromArgs
    (self.args.master, self.args.config_file))
MBErr: Master name "client.nacl.sdk" not found in "/mnt/data/b/build/slave/sdk-rel/build/src/tools/mb/mb_config.pyl"
step returned non-zero exit code: 1
```

Looks like the fix is simply to backport the trivial change to
mb_config_pyl:

https://chromium.googlesource.com/chromium/src/tools/mb/+/128ef100bdefa5cf0dead4a2156df216e319b3b7%5E%21/
 

Comment 1 by sbc@chromium.org, Oct 4 2016

Cc: bradnelson@chromium.org
Labels: Merge-Request-53 Merge-Request-54
Cc: anan...@chromium.org amineer@chromium.org
For Chrome Desktop, there is no more M53 stable release plan.

Comment 3 by dimu@chromium.org, Oct 5 2016

Labels: -Merge-Request-53 Merge-Review-53 Hotlist-Merge-Review
[Automated comment] Request affecting a post-stable build (M53), manual review required.

Comment 4 by dimu@chromium.org, Oct 5 2016

Labels: -Merge-Request-54 Merge-Review-54
[Automated comment] Less than 2 weeks to go before stable on M54, manual review required.

Comment 5 by dimu@chromium.org, Oct 5 2016

Labels: -Merge-Request-53 Merge-Review-53 Hotlist-Merge-Review
[Automated comment] Request affecting a post-stable build (M53), manual review required.

Comment 6 by sbc@chromium.org, Oct 5 2016

Labels: -Merge-Review-53
OK, lets just go for 54 then.
Labels: -Merge-Review-54 Merge-Approved-54
The fix looks safe (adding a nacl sdk entry to mb_config.pyl) and it would be get the builders fixed.  Approving for merging into M54
Labels: M-54
Owner: sbc@chromium.org
Status: Assigned (was: Untriaged)
Please confirm whether this change is verified in Canary?
If yes, merge your change to M54 (branch: 2840) ASAP so that we could take the CL for next weeks last M54 Beta Release.

Comment 9 by sbc@chromium.org, Oct 7 2016

yes, the canary builds are working fine after this change:
https://build.chromium.org/p/client.nacl.sdk/builders/linux-sdk-multirel

Will merge now.

Comment 10 by sbc@chromium.org, Oct 7 2016

Status: Fixed (was: Assigned)
Labels: -Merge-Approved-54 merge-merged-2840
Confirming that Cl is merged to M54 - 

https://chromium.googlesource.com/chromium/src.git/+/db3e57062ccd28f272806d423b83eda7f4995ef6

Sign in to add a comment