Closed
Bug 1295900
Opened 9 years ago
Closed 9 years ago
missing git-repo.git: [taskcluster-vcs] 0 run start : (cwd: /home/worker/workspace/B2G) ./repo init -b master -u /home/worker/workspace/B2G/.tc-vcs-manifest -m sources.xml --repo-url https://git.mozilla.org/external/google/gerrit/git-repo.git --repo-branc
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(firefox51 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
Details
Attachments
(2 files)
[taskcluster-vcs] 0 run start : (cwd: /home/worker/workspace/B2G) ./repo init -b master -u /home/worker/workspace/B2G/.tc-vcs-manifest -m sources.xml --repo-url https://git.mozilla.org/external/google/gerrit/git-repo.git --repo-branch master
gpg: keyring `/home/worker/.repoconfig/gnupg/secring.gpg' created
gpg: keyring `/home/worker/.repoconfig/gnupg/pubring.gpg' created
gpg: /home/worker/.repoconfig/gnupg/trustdb.gpg: trustdb created
gpg: key 920F5C65: public key "Repo Maintainer <repo@android.kernel.org>" imported
gpg: key 692B382C: public key "Conley Owens <cco3@android.com>" imported
gpg: Total number processed: 2
gpg: imported: 2 (RSA: 1)
Get https://git.mozilla.org/external/google/gerrit/git-repo.git
fatal: repository 'https://wiki.mozilla.org/DeveloperServices/HistoricalVCSexternal/google/gerrit/git-repo.git/' not found
[taskcluster-vcs:error] run end (with error) NOT RETRYING!: ./repo init -b master -u /home/worker/workspace/B2G/.tc-vcs-manifest -m sources.xml --repo-url https://git.mozilla.org/external/google/gerrit/git-repo.git --repo-branch master
Error: Error running command: ./repo init -b master -u /home/worker/workspace/B2G/.tc-vcs-manifest -m sources.xml --repo-url https://git.mozilla.org/external/google/gerrit/git-repo.git --repo-branch master
at Error (<anonymous>)
at run$ (/usr/local/lib/node_modules/taskcluster-vcs/build/run.js:128:15)
at tryCatch (/usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/regenerator-6to5/runtime.js:53:40)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/regenerator-6to5/runtime.js:209:22)
at tryCatch (/usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/regenerator-6to5/runtime.js:53:40)
at Function.step (/usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/regenerator-6to5/runtime.js:103:22)
at /usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/core-js/shim.js:1283:41
at /usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/core-js/shim.js:1293:10
at process._tickCallback (node.js:442:13)
/usr/local/lib/node_modules/taskcluster-vcs/build/bin/tc-vcs.js:58
throw err;
^
Error: Error running command: ./repo init -b master -u /home/worker/workspace/B2G/.tc-vcs-manifest -m sources.xml --repo-url https://git.mozilla.org/external/google/gerrit/git-repo.git --repo-branch master
at Error (<anonymous>)
at run$ (/usr/local/lib/node_modules/taskcluster-vcs/build/run.js:128:15)
at tryCatch (/usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/regenerator-6to5/runtime.js:53:40)
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/regenerator-6to5/runtime.js:209:22)
at tryCatch (/usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/regenerator-6to5/runtime.js:53:40)
at Function.step (/usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/regenerator-6to5/runtime.js:103:22)
at /usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/core-js/shim.js:1283:41
at /usr/local/lib/node_modules/taskcluster-vcs/node_modules/6to5/node_modules/core-js/shim.js:1293:10
at process._tickCallback (node.js:442:13)
| Assignee | ||
Comment 1•9 years ago
|
||
Probably a fallout from bug 1277297: git.mozilla.org is a 304 to wiki.mozilla.org. Maybe we should just update:
> testing/docker/desktop-test/tc-vcs-config.yml: repoUrl: https://git.mozilla.org/external/google/gerrit/git-repo.git
> testing/docker/desktop1604-test/tc-vcs-config.yml: repoUrl: https://git.mozilla.org/external/google/gerrit/git-repo.git
> testing/docker/tester/tc-vcs-config.yml: repoUrl: https://git.mozilla.org/external/google/gerrit/git-repo.git
> testing/mozharness/configs/partner_repacks/release_mozilla-release_desktop.py: "repo_file": "https://raw.githubusercontent.com/mozilla/git-repo/master/repo",
> testing/mozharness/configs/partner_repacks/staging_release_mozilla-release_desktop.py: "repo_file": "https://raw.githubusercontent.com/mozilla/git-repo/master/repo",
> testing/mozharness/mozharness/mozilla/building/buildb2gbase.py: 'repo_repo': "https://git.mozilla.org/external/google/gerrit/git-repo.git",
Depends on: 1277297
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 3•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → lissyx+mozillians
| Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8781903 -
Flags: review?(garndt)
| Assignee | ||
Comment 5•9 years ago
|
||
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 9•9 years ago
|
||
| Assignee | ||
Comment 10•9 years ago
|
||
Looks like we will need a new cache job to be run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=da7e5b72ed3c&filter-tier=1&filter-tier=2&filter-tier=3&selectedJob=25871760
I cannot do more on try now :) I guess the patch is fine by itself, though, so pushing this to central should be good with the next cache re-generation ?
Flags: needinfo?(wcosta)
Flags: needinfo?(garndt)
Comment 11•9 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-vcs
https://github.com/taskcluster/taskcluster-vcs/commit/574d8d3ed447c4e26f6c5e22da5532f6cd2d1e9f
Bug 1295900 - Switch git-repo off git.mozilla.org
https://github.com/taskcluster/taskcluster-vcs/commit/0b7f744c8d8ff661a4360fa279ee5966e2aabf0c
Merge pull request #67 from lissyx/switch-git-repo
Bug 1295900 - Switch git-repo off git.mozilla.org
Updated•9 years ago
|
Flags: needinfo?(garndt)
Updated•9 years ago
|
Attachment #8781903 -
Flags: review?(garndt) → review?(wcosta)
Comment 12•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8781898 [details]
Bug 1295900 - Switch git-repo off git.mozilla.org
https://reviewboard.mozilla.org/r/72224/#review69866
I don't see anything obviously wrong with this, but it seems like this could be tested on try once the new tc-vcs package lands and the repos are cached just to make sure.
::: testing/docker/phone-builder/Dockerfile:12
(Diff revision 4)
> # Builds need the share module enabled
> ADD hgrc /home/worker/.hgrc
> RUN chown -R worker:worker /home/worker/.hgrc
>
> +# Make sure we use our own config
> +COPY tc-vcs-config.yml /etc/taskcluster-vcs.yml
I've never done anything with this file before, so I hope it just works like you expect. If not, it seems you also made the same changes in the default yml in tc-vcs too
Attachment #8781898 -
Flags: review?(garndt) → review+
Updated•9 years ago
|
Flags: needinfo?(wcosta)
Attachment #8781903 -
Flags: review?(wcosta) → review+
Comment 13•9 years ago
|
||
I updated and deployed new taskcluster-vcs. Also I triggered a new cache job. Please, try again in about a hour.
| Assignee | ||
Comment 14•9 years ago
|
||
Cache jobs have completed successfully. Retries on try are failing but this is because of bug 1295516.
Comment 15•9 years ago
|
||
Pushed by alissy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2ffda4181e7f
Switch git-repo off git.mozilla.org r=garndt
Comment 16•9 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•