New issue
Advanced search Search tips

Issue 699605 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 696529
Owner: ----
Closed: Mar 2017
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Chromium Mac build not complete.

Project Member Reported by petermayo@chromium.org, Mar 8 2017

Issue description

The chromium mac builder is occasionally reporting that after a build ninja reports there is still work to do when run again.

https://build.chromium.org/p/chromium/builders/Mac/builds/24519,24492,24487,24455,24438,24446,24424, ...?


See https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium%2FMac%2F24519%2F%2B%2Frecipes%2Fsteps%2Fcompile_confirm_no-op%2F0%2Fstdout

ninja explain: output test_data/chrome/safe_browsing_dmg/hfsx_case_sensitive.img doesn't exist
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDBZ_GPTSPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDBZ_NONE.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDBZ_SPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDCO_GPTSPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDCO_NONE.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDCO_SPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDRO_GPTSPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDRO_NONE.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDRO_SPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDRW_GPTSPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDRW_NONE.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDRW_SPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDSP_GPTSPUD.sparseimage is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDSP_NONE.sparseimage is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDSP_SPUD.sparseimage is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDTO_GPTSPUD.cdr is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDTO_NONE.cdr is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDTO_SPUD.cdr is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDZO_GPTSPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDZO_NONE.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UDZO_SPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UFBI_GPTSPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UFBI_NONE.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/dmg_UFBI_SPUD.dmg is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/hfs_plus.img is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/hfsx_case_sensitive.img is dirty
ninja explain: test_data/chrome/safe_browsing_dmg/mach_o_in_dmg.dmg is dirty
ninja explain: obj/chrome/test/mac_safe_browsing_test_data.stamp is dirty
ninja explain: obj/chrome/test/mac_safe_browsing_test_data.stamp is dirty



This code seems to require safe_browsing=1 and is_mac

 
Looking at the most recent failure (from 24519), during the compile we ran the generate step for the missing/dirty files relatively early in the compile:

[538/49403] STAMP obj/chrome/test/mac_safe_browsing_test_data.inputdeps.stamp
...
[11467/49403] ACTION //chrome/test:mac_safe_browsing_test_data(//build/toolchain/mac:clang_x64)
...
[11469/49403] STAMP obj/chrome/test/mac_safe_browsing_test_data.stamp

we didn't run the tests between the two steps, and I don't see any other references to the constants that could cause them to be removed by the build step obviously.
Mergedinto: 696529
Status: Duplicate (was: Untriaged)

Sign in to add a comment