Open
Bug 1858658
Opened 2 years ago
Updated 1 year ago
ERROR: Unable to install None (error: expected str, bytes or os.PathLike object, not NoneType)
Categories
(Testing :: mozregression, defect, P3)
Testing
mozregression
Tracking
(Not tracked)
NEW
People
(Reporter: mossop, Unassigned)
Details
Received an error when attempting to retry a build:
3:14.72 INFO: Using local file: /var/folders/rd/fhyt1y8n7cx9bjtvlvsg5mr00000gn/T/tmpabzh61f6/5d02014863c9--autoland--target.dmg (downloaded in background)
3:14.72 INFO: Running autoland build built on 2023-10-10 21:00:53.830000, revision 5d020148
3:15.49 WARNING: Skipping build 331f2d8089f6: Unable to find build info using the taskcluster route 'gecko.v2.autoland.shippable.revision.331f2d8089f6c877f19d053e89cd827ed2081873.firefox.macosx64-opt'
3:26.59 WARNING: codesign verification failed for /private/var/folders/rd/fhyt1y8n7cx9bjtvlvsg5mr00000gn/T/tmp67_ofe5i/Firefox Nightly.app, re-signing...
/private/var/folders/rd/fhyt1y8n7cx9bjtvlvsg5mr00000gn/T/tmp67_ofe5i/Firefox Nightly.app: replacing existing signature
3:26.97 INFO: Launching /private/var/folders/rd/fhyt1y8n7cx9bjtvlvsg5mr00000gn/T/tmp67_ofe5i/Firefox Nightly.app/Contents/MacOS/firefox
3:26.97 INFO: Application command: /private/var/folders/rd/fhyt1y8n7cx9bjtvlvsg5mr00000gn/T/tmp67_ofe5i/Firefox Nightly.app/Contents/MacOS/firefox -foreground -profile /var/folders/rd/fhyt1y8n7cx9bjtvlvsg5mr00000gn/T/tmp96necjd2.mozrunner
3:26.98 INFO: application_buildid: 20231010163856
3:26.98 INFO: application_changeset: 5d02014863c965a6ef506b27c6f09a081e09c81b
3:26.98 INFO: application_name: Firefox
3:26.98 INFO: application_repository: https://hg.mozilla.org/integration/autoland
3:26.98 INFO: application_version: 120.0a1
Was this integration build good, bad, or broken? (type 'good', 'bad', 'skip', 'retry', 'back' or 'exit' and press Enter): r
4:07.73 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=af2e2c82eacbb5ba07b33691b3e8c085ea3b36a5&tochange=63c64297090169e5ad39fd32e43d9c43503e435c
4:07.73 INFO: Running autoland build built on 2023-10-10 17:11:01.717000, revision cf6b9d74
4:07.74 ERROR: Unable to install None (error: expected str, bytes or os.PathLike object, not NoneType)
4:07.74 INFO: Error: Unable to install None (error: expected str, bytes or os.PathLike object, not NoneType). Skipping this build...
Comment 1•2 years ago
|
||
Can't seem to be able to reproduce this, but it does seem like an edge case causing a bug. If you come across this again, please include the input (and log) for each step (e.g., on every g/b/r etc...).
Priority: -- → P3
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:zeid, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(zeid)
Updated•1 year ago
|
Severity: -- → S3
Flags: needinfo?(zeid)
You need to log in
before you can comment on or make changes to this bug.
Description
•