-
Notifications
You must be signed in to change notification settings - Fork 669
Closed
Description
The arm-runner-patch.tpl is trying to apply invalid patches during boot time. By checking /var/log/user-data.log
I can see the follow errors:
patching file bin/Runner.Listener.runtimeconfig.json
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to file bin/Runner.Listener.runtimeconfig.json.rej
patching file bin/Runner.PluginHost.runtimeconfig.json
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to file bin/Runner.PluginHost.runtimeconfig.json.rej
patching file bin/Runner.Worker.runtimeconfig.json
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to file bin/Runner.Worker.runtimeconfig.json.rej
I then checked the files that it is trying to patch and the json files do not match:
}
],
"configProperties": {
"System.Runtime.TieredCompilation.QuickJit": true
}
}
}
Instead they contain:
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
Which must be making the patch fail. My runners are then failing to boot and not accepting any workflow jobs.
thiagosantosleite
Metadata
Metadata
Assignees
Labels
No labels