Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookmarks model not loaded (uplift to 1.5.x) #4687

Merged
merged 1 commit into from Feb 21, 2020

Conversation

@AlexeyBarabash
Copy link
Contributor

AlexeyBarabash commented Feb 19, 2020

Uplift of #4588

Approved, please ensure that before merging:

  • You have checked CI and the builds, lint, and tests all pass or are not related to your PR.
  • You have tested your change on Nightly.
  • The PR milestones match the branch they are landing to.

After you merge:

  • The associated issue milestone is set to the smallest version that the changes is landed on.
@AlexeyBarabash AlexeyBarabash requested a review from bridiver as a code owner Feb 19, 2020
@AlexeyBarabash AlexeyBarabash self-assigned this Feb 19, 2020
@AlexeyBarabash AlexeyBarabash added this to the 1.5.x - Dev milestone Feb 19, 2020
@AlexeyBarabash
Copy link
Contributor Author

AlexeyBarabash commented Feb 20, 2020

CI failed for iOS

cc.py\" "
22:14:16  ERROR at //build/timestamp.gni:31:19: Script returned non-zero exit code.
22:14:16  build_timestamp = exec_script(compute_build_timestamp,
22:14:16                    ^----------
22:14:16  Current dir: /Users/jenkins/jenkins/workspace/bookmarks_model_not_loaded_1.5.x/src/out/ios_Release/
22:14:16  Command: python /Users/jenkins/jenkins/workspace/bookmarks_model_not_loaded_1.5.x/src/build/compute_build_timestamp.py official
22:14:16  Returned 1.
22:14:16  stderr:

for Linux, could not pass phase of init


18:17:35    File "/home/ubuntu/jenkins/workspace/bookmarks_model_not_loaded_1.5.x/vendor/depot_tools/subprocess2.py", line 170, in __init__
18:17:35      % (str(e), kwargs.get('cwd'), args[0]))
18:17:35  OSError: Execution failed with error: [Errno 11] Resource temporarily unavailable.
18:17:35  Check that /home/ubuntu/cache/chromium.googlesource.com-chromiumos-platform2-system_api or git exist and have execution permission.

for macOS, build

21:45:08  ERROR at //build/timestamp.gni:31:19: Script returned non-zero exit code.
21:45:08  build_timestamp = exec_script(compute_build_timestamp,
21:45:08                    ^----------
21:45:08  Current dir: /Users/jenkins/jenkins/workspace/bookmarks_model_not_loaded_1.5.x/src/out/Release/
21:45:08  Command: python /Users/jenkins/jenkins/workspace/bookmarks_model_not_loaded_1.5.x/src/build/compute_build_timestamp.py official
21:45:08  Returned 1.
21:45:08  stderr:
21:45:08  
21:45:08  Traceback (most recent call last):
21:45:08    File "/Users/jenkins/jenkins/workspace/bookmarks_model_not_loaded_1.5.x/src/build/compute_build_timestamp.py", line 127, in <module>
21:45:08      sys.exit(main())
21:45:08    File "/Users/jenkins/jenkins/workspace/bookmarks_model_not_loaded_1.5.x/src/build/compute_build_timestamp.py", line 113, in main
21:45:08      last_commit_timestamp = int(open(lastchange_file).read())
21:45:08  IOError: [Errno 2] No such file or directory: '/Users/jenkins/jenkins/workspace/bookmarks_model_not_loaded_1.5.x/src/build/util/LASTCHANGE.committime'
21:45:08  
21:45:08  See //base/BUILD.gn:34:1: whence it was imported.
21:45:08  import("//build/timestamp.gni")
21:45:08  ^-----------------------------
21:45:08  See //BUILD.gn:70:5: which caused the file to be included.
21:45:08      "//base:base_perftests",
21:45:08      ^----------------------
21:45:08  null
21:45:08  null
@kjozwiak
Copy link
Member

kjozwiak commented Feb 20, 2020

QA we'll need to run through #4588 (comment) on Nightly before we can approve this into 1.5.x.

@AlexeyBarabash did you check this on Nightly?

@kjozwiak kjozwiak added the PR/Blocked label Feb 20, 2020
@AlexeyBarabash
Copy link
Contributor Author

AlexeyBarabash commented Feb 20, 2020

@kjozwiak
I checked on Nightly updated build 1.7.4 it is not crashed on those steps.

The test plan requires custom-built installer which has an introduced delay, so it is impossible to test by those steps by QA, so brave/brave-browser#8178 has QA/No label.

I went through steps at #4588 (comment) with own built master (v1.7.5) with a mentioned modification and verified it passes.

Copy link
Member

kjozwiak left a comment

Uplift into 1.5.x approved after deliberating with @brave/uplift-approvers. Looks like both CI/Jenkins and CI/Travis passed without any failures. As per #4688, this will be difficult for QA to check. However, it does appear like we have tests to cover this scenario.

Please make sure that all the correct labels are being used and the associated issue is moved into the correct milestone.

@kjozwiak kjozwiak merged commit 5314b58 into 1.5.x Feb 21, 2020
3 checks passed
3 checks passed
continuous-integration/jenkins/pr-head This commit looks good
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@kjozwiak kjozwiak deleted the pr4588_bookmarks_model_not_loaded_1.5.x branch Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.