Closed Bug 1521038 Opened 5 years ago Closed 5 years ago

1bbec154fb73b0fa3756a9ed417815c87fc82b4e and f2f4a6eb1576cba580ee99971f5fc035cbaeeab1 missing in the hg -> git map

Categories

(Developer Services :: Git, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: marco, Unassigned)

References

Details

Attachments

(1 file)

I found the missing mappings.
I tried manually pushing them and get a scopes error from the mapper. So I've asked :garbas in #ci about it.
I tried creating a new releng-api token, but that gave me the same error:

[vcs2vcs@ip-172-31-30-125 ~]$ for I in 1bbec154fb73b0fa3756a9ed417815c87fc82b4e f2f4a6eb1576cba580ee99971f5fc035cbaeeab1; do wget -O - -q https://mapper.mozilla-releng.net/gecko-dev/rev/hg/$I; echo; done


[vcs2vcs@ip-172-31-30-125 ~]$ ./simple_publish.sh 1bbec154fb73b0fa3756a9ed417815c87fc82b4e a2bd3a1afa6915af92bae56e24f10963ec50f5ef
Usage: ./simple_publish.sh hg_hash git_hash
Before:

Push:
{"detail":"Invalid user scopes","instance":"about:blank","status":401,"title":"401 Unauthorized: Invalid user scopes","type":"about:blank"}

After:

(In reply to Dave House [:dhouse] from comment #1)

I tried manually pushing them and get a scopes error from the mapper. So I've asked :garbas in #ci about it.

Rok fixed the mapper and so it receives the pushes now:

+ curl -L --data-binary 'a2bd3a1afa6915af92bae56e24f10963ec50f5ef 1bbec154fb73b0fa3756a9ed417815c87fc82b4e' --header 'Authentication: Bearer token' --header Content-Type:text/plain https://mapper.mozilla-releng.net/gecko-dev/insert/ignoredups
{}
+ curl -s -L --fail https://mapper.mozilla-releng.net/gecko-dev/rev/hg/1bbec154fb73b0fa3756a9ed417815c87fc82b4e
a2bd3a1afa6915af92bae56e24f10963ec50f5ef 1bbec154fb73b0fa3756a9ed417815c87fc82b4e+ echo

I'll check to make sure the mappings missed during the outage are re-pushed.

Flags: needinfo?(dhouse)

(In reply to Marco Castelluccio [:marco] from comment #0)

https://mapper.mozilla-releng.net/gecko-dev/rev/hg/1bbec154fb73b0fa3756a9ed417815c87fc82b4e

https://mapper.mozilla-releng.net/gecko-dev/rev/hg/f2f4a6eb1576cba580ee99971f5fc035cbaeeab1

Failing tasks (that I will retrigger once the mapping is available): https://tools.taskcluster.net/tasks/Uwk37jgxRtuc7IZvfDYu9A and https://tools.taskcluster.net/tasks/GvS6pm_6RH-ze0AphA7LOQ.

Dave, can you force the remapping?

Both other these two I manually pushed:

[...]
$ ./simple_publish.sh f2f4a6eb1576cba580ee99971f5fc035cbaeeab1 de59370b24f54f40d840799685d3ad6857756c89
Usage: ./simple_publish.sh hg_hash git_hash
Before:

Push:
{}

After:
de59370b24f54f40d840799685d3ad6857756c89 f2f4a6eb1576cba580ee99971f5fc035cbaeeab1
$ for I in 1bbec154fb73b0fa3756a9ed417815c87fc82b4e f2f4a6eb1576cba580ee99971f5fc035cbaeeab1; do wget -O - -q https://mapper.mozilla-releng.net/gecko-dev/rev/hg/$I; echo; done
a2bd3a1afa6915af92bae56e24f10963ec50f5ef 1bbec154fb73b0fa3756a9ed417815c87fc82b4e
de59370b24f54f40d840799685d3ad6857756c89 f2f4a6eb1576cba580ee99971f5fc035cbaeeab1

The automation caught up by itself. I checked the ~150 commits and none are missing from the mapper service.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
See Also: → 1551348
See Also: → 1553068
See Also: → 1555175
See Also: → 1568507
See Also: → 1569277
See Also: → 1595816
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: