Closed
Bug 1892545
Opened 1 year ago
Closed 1 year ago
Perma [tier 2] linux64-snap-amd64-nightly yaml.scanner.ScannerError: mapping values are not allowed here | 'override-pull' in part 'dump-syms' failed with code 1.
Categories
(Firefox Build System :: Third Party Packaging, defect)
Firefox Build System
Third Party Packaging
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ctuns, Assigned: gerard-majax)
References
()
Details
Push with failures: https://treeherder.mozilla.org/jobs?repo=mozilla-central&group_state=expanded&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=291d187ba249c56d5c9dc88b5faaf04db2afe9c1&searchStr=linux64-snap-amd64-nightly%2C&selectedTaskRun=WRpwEPvPRTiKeKPW8W7Epw.0
Failure log: https://treeherder.mozilla.org/logviewer?job_id=455237080&repo=mozilla-central
[task 2024-04-20T00:13:36.118Z] Pulling distribution
[task 2024-04-20T00:13:36.581Z] Pulling dump-syms
[task 2024-04-20T00:13:36.584Z] :: + '[' amd64 = amd64 ']'
[task 2024-04-20T00:13:36.584Z] :: + ROOT=https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central
[task 2024-04-20T00:13:36.585Z] :: ++ tail -1
[task 2024-04-20T00:13:36.585Z] :: ++ sed -n 's#^.*\/rev/\(.*\)$#\1#p'
[task 2024-04-20T00:13:36.585Z] :: +++ craftctl get version
[task 2024-04-20T00:13:37.332Z] :: ++ wget -O - https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-127.0a1.en-US.linux-x86_64.txt
[task 2024-04-20T00:13:37.334Z] :: --2024-04-20 00:13:37-- https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-127.0a1.en-US.linux-x86_64.txt
[task 2024-04-20T00:13:37.383Z] :: Resolving ftp.mozilla.org (ftp.mozilla.org)... 34.117.35.28
[task 2024-04-20T00:13:37.384Z] :: Connecting to ftp.mozilla.org (ftp.mozilla.org)|34.117.35.28|:443... connected.
[task 2024-04-20T00:13:37.502Z] :: HTTP request sent, awaiting response... 200 OK
[task 2024-04-20T00:13:37.502Z] :: Length: 99 [text/plain]
[task 2024-04-20T00:13:37.502Z] :: Saving to: ‘STDOUT’
[task 2024-04-20T00:13:37.502Z] ::
[task 2024-04-20T00:13:37.502Z] :: 0K 100% 185M=0s
[task 2024-04-20T00:13:37.503Z] ::
[task 2024-04-20T00:13:37.503Z] :: 2024-04-20 00:13:37 (185 MB/s) - written to stdout [99/99]
[task 2024-04-20T00:13:37.503Z] ::
[task 2024-04-20T00:13:37.504Z] :: + REVISION=291d187ba249c56d5c9dc88b5faaf04db2afe9c1
[task 2024-04-20T00:13:37.504Z] :: + FETCHES=https://hg.mozilla.org/mozilla-central/raw-file/291d187ba249c56d5c9dc88b5faaf04db2afe9c1/taskcluster/ci/fetch/toolchains.yml
[task 2024-04-20T00:13:37.504Z] :: ++ curl -sSL https://hg.mozilla.org/mozilla-central/raw-file/291d187ba249c56d5c9dc88b5faaf04db2afe9c1/taskcluster/ci/fetch/toolchains.yml
[task 2024-04-20T00:13:39.459Z] :: + TOOLCHAINS='
[task 2024-04-20T00:13:39.459Z] :: error: taskcluster/ci/fetch/toolchains.yml@291d187ba249c56d5c9dc88b5faaf04db2afe9c1: not found in manifest'
[task 2024-04-20T00:13:39.459Z] :: + unset PYTHONPATH
[task 2024-04-20T00:13:39.460Z] :: ++ echo '
[task 2024-04-20T00:13:39.460Z] :: error: taskcluster/ci/fetch/toolchains.yml@291d187ba249c56d5c9dc88b5faaf04db2afe9c1: not found in manifest'
[task 2024-04-20T00:13:39.460Z] :: ++ /usr/bin/python3 -c 'import yaml, sys; fetches = yaml.safe_load(sys.stdin); print("{}".format(fetches["dump-syms"]["fetch"]["repo"]))'
[task 2024-04-20T00:13:39.490Z] :: Traceback (most recent call last):
[task 2024-04-20T00:13:39.490Z] :: File "<string>", line 1, in <module>
[task 2024-04-20T00:13:39.490Z] :: File "/usr/lib/python3/dist-packages/yaml/__init__.py", line 162, in safe_load
[task 2024-04-20T00:13:39.490Z] :: return load(stream, SafeLoader)
[task 2024-04-20T00:13:39.490Z] :: File "/usr/lib/python3/dist-packages/yaml/__init__.py", line 114, in load
[task 2024-04-20T00:13:39.490Z] :: return loader.get_single_data()
[task 2024-04-20T00:13:39.490Z] :: File "/usr/lib/python3/dist-packages/yaml/constructor.py", line 49, in get_single_data
[task 2024-04-20T00:13:39.490Z] :: node = self.get_single_node()
[task 2024-04-20T00:13:39.490Z] :: File "/usr/lib/python3/dist-packages/yaml/composer.py", line 36, in get_single_node
[task 2024-04-20T00:13:39.490Z] :: document = self.compose_document()
[task 2024-04-20T00:13:39.490Z] :: File "/usr/lib/python3/dist-packages/yaml/composer.py", line 55, in compose_document
[task 2024-04-20T00:13:39.490Z] :: node = self.compose_node(None, None)
[task 2024-04-20T00:13:39.490Z] :: File "/usr/lib/python3/dist-packages/yaml/composer.py", line 84, in compose_node
[task 2024-04-20T00:13:39.490Z] :: node = self.compose_mapping_node(anchor)
[task 2024-04-20T00:13:39.490Z] :: File "/usr/lib/python3/dist-packages/yaml/composer.py", line 127, in compose_mapping_node
[task 2024-04-20T00:13:39.490Z] :: while not self.check_event(MappingEndEvent):
[task 2024-04-20T00:13:39.490Z] :: File "/usr/lib/python3/dist-packages/yaml/parser.py", line 98, in check_event
[task 2024-04-20T00:13:39.491Z] :: self.current_event = self.state()
[task 2024-04-20T00:13:39.491Z] :: File "/usr/lib/python3/dist-packages/yaml/parser.py", line 428, in parse_block_mapping_key
[task 2024-04-20T00:13:39.491Z] :: if self.check_token(KeyToken):
[task 2024-04-20T00:13:39.491Z] :: File "/usr/lib/python3/dist-packages/yaml/scanner.py", line 116, in check_token
[task 2024-04-20T00:13:39.491Z] :: self.fetch_more_tokens()
[task 2024-04-20T00:13:39.491Z] :: File "/usr/lib/python3/dist-packages/yaml/scanner.py", line 223, in fetch_more_tokens
[task 2024-04-20T00:13:39.491Z] :: return self.fetch_value()
[task 2024-04-20T00:13:39.491Z] :: File "/usr/lib/python3/dist-packages/yaml/scanner.py", line 577, in fetch_value
[task 2024-04-20T00:13:39.491Z] :: raise ScannerError(None, None,
[task 2024-04-20T00:13:39.491Z] :: yaml.scanner.ScannerError: mapping values are not allowed here
[task 2024-04-20T00:13:39.491Z] :: in "<stdin>", line 2, column 84
[task 2024-04-20T00:13:39.495Z] :: + REPO=
[task 2024-04-20T00:13:39.689Z] 'override-pull' in part 'dump-syms' failed with code 1.
[task 2024-04-20T00:13:39.689Z] Review the scriptlet and make sure it's correct.
[task 2024-04-20T00:13:39.690Z] Full execution log: '/builds/worker/.local/state/snapcraft/log/snapcraft-20240420-001209.148105.log'
[taskcluster 2024-04-20 00:13:46.580Z] === Task Finished ===
[taskcluster 2024-04-20 00:13:46.861Z] Unsuccessful task run with exit code: 1 completed in 370.049 seconds
Flags: needinfo?(lissyx+mozillians)
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → lissyx+mozillians
Flags: needinfo?(lissyx+mozillians)
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
taskcluster/ci/
was moved to taskcluster/kinds/
so this is breaking our build
Assignee | ||
Comment 2•1 year ago
|
||
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 4•1 year ago
|
||
Fix was merged, I'll retrigger and close
Assignee | ||
Comment 5•1 year ago
|
||
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•