Using a public build as an example: Rails #104016
17 01 2024 03:20:20.700:ERROR [karma-server]: Error: [init({"version":"70","platform":"ANY","tags":[],"name":"ActionCable JS Client","tunnel-identifier":"karma1705461603","record-video":false,"record-screenshots":false,"device-orientation":null,"disable-popup-handler":true,"build":"Buildkite 018d155d-c0f8-459f-972b-4546f68e8c28","public":null,"commandTimeout":300,"idleTimeout":90,"maxDuration":1800,"customData":{},"base":"SauceLabs","browserName":"chrome"})] The environment you requested was unavailable.
Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/5cd54c0077b54e718a62fe4008ea84f7
at /rails/node_modules/wd/lib/webdriver.js:157:15
at Request._callback (/rails/node_modules/wd/lib/http-utils.js:89:7)
at self.callback (/rails/node_modules/request/request.js:185:22)
at Request.emit (node:events:517:28)
at Request.<anonymous> (/rails/node_modules/request/request.js:1161:10)
at Request.emit (node:events:517:28)
at IncomingMessage.<anonymous> (/rails/node_modules/request/request.js:1083:12)
at Object.onceWrapper (node:events:631:28)
at IncomingMessage.emit (node:events:529:35)
at endReadableNT (node:internal/streams/readable:1400:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
data: '{"status": 13, "sessionId": "5cd54c0077b54e718a62fe4008ea84f7", "value": {"message": "Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/5cd54c0077b54e718a62fe4008ea84f7"}}'
}
If I copy paste this in GitHub comment it turns into:
17 01 2024 03:20:20.700:ERROR [karma-server]: Error: [init({"version":"70","platform":"ANY","tags":[],"name":"ActionCable JS Client","tunnel-identifier":"karma1705461603","record-video":false,"record-screenshots":false,"device-orientation":null,"disable-popup-handler":true,"build":"Buildkite 018d155d-c0f8-459f-972b-4546f68e8c28","public":null,"commandTimeout":300,"idleTimeout":90,"maxDuration":1800,"customData":{},"base":"SauceLabs","browserName":"chrome"})] The environment you requested was unavailable.
--
| Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/5cd54c0077b54e718a62fe4008ea84f7
| at /rails/node_modules/wd/lib/webdriver.js:157:15
| at Request._callback (/rails/node_modules/wd/lib/http-utils.js:89:7)
| at self.callback (/rails/node_modules/request/request.js:185:22)
| at Request.emit (node:events:517:28)
| at Request.<anonymous> (/rails/node_modules/request/request.js:1161:10)
| at Request.emit (node:events:517:28)
| at IncomingMessage.<anonymous> (/rails/node_modules/request/request.js:1083:12)
| at Object.onceWrapper (node:events:631:28)
| at IncomingMessage.emit (node:events:529:35)
| at endReadableNT (node:internal/streams/readable:1400:12)
| at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
| data: '{"status": 13, "sessionId": "5cd54c0077b54e718a62fe4008ea84f7", "value": {"message": "Sauce could not start your job. For more information on what happened, please visit https://app.saucelabs.com/tests/5cd54c0077b54e718a62fe4008ea84f7"}}'
| }
(notice the extra |
) which result in a hard to read comment: