Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress fails with SIGTRAP error in AzureDevops Linux #30635

Open
aurelgerisch opened this issue Nov 18, 2024 · 3 comments
Open

Cypress fails with SIGTRAP error in AzureDevops Linux #30635

aurelgerisch opened this issue Nov 18, 2024 · 3 comments

Comments

@aurelgerisch
Copy link

Current behavior

Cypress Tests should run in a Self Hosted Linux Machine on Azure Devops. When running Cypress after installing it the command verifiy fails. We get the following output.

Command was killed with SIGTRAP (Debugger breakpoint)

Platform:
linux-x64 (Ubuntu - 22.04)
Cypress Version: 13.15.2

Desired behavior

When Cypress Verify fails it should give a hint why it can not run. What could be a possible cause for the SIGTRAP error during the Cypress Smoke Test?

Test code to reproduce

npx cypress verify

Cypress Version

13.15.2

Node version

v18.20.4

Operating System

Ubuntu - 22.04

Debug Logs

2024-11-12T11:09:20.0312185Z ##[section]Starting: Check cypress installation
2024-11-12T11:09:20.0317076Z ==============================================================================
2024-11-12T11:09:20.0317238Z Task         : Command line
2024-11-12T11:09:20.0317318Z Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2024-11-12T11:09:20.0317457Z Version      : 2.246.1
2024-11-12T11:09:20.0317549Z Author       : Microsoft Corporation
2024-11-12T11:09:20.0317638Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2024-11-12T11:09:20.0317765Z ==============================================================================
2024-11-12T11:09:20.1777626Z Generating script.
2024-11-12T11:09:20.1784809Z ========================== Starting Command Output ===========================
2024-11-12T11:09:20.1798099Z [command]/usr/bin/bash --noprofile --norc /agent/_work/_temp/38a79ef7-66ff-40e1-9e85-b21551a9aa68.sh
2024-11-12T11:09:20.1851837Z check cypress version
2024-11-12T11:09:20.6625952Z 2024-11-12T11:09:20.661Z cypress:cli:cli cli starts with arguments ["/opt/hostedtoolcache/node/18.20.4/x64/bin/node","/agent/_work/1/s/e2e/node_modules/.bin/cypress","verify"]
2024-11-12T11:09:20.6630831Z 2024-11-12T11:09:20.662Z cypress:cli NODE_OPTIONS is not set
2024-11-12T11:09:20.6631932Z 2024-11-12T11:09:20.662Z cypress:cli:cli program parsing arguments
2024-11-12T11:09:20.6649778Z 2024-11-12T11:09:20.664Z cypress:cli parsed cli options {}
2024-11-12T11:09:20.7458362Z 2024-11-12T11:09:20.745Z cypress:cli verifying Cypress app
2024-11-12T11:09:20.7462814Z 2024-11-12T11:09:20.745Z cypress:cli checking environment variables
2024-11-12T11:09:20.7535830Z 2024-11-12T11:09:20.753Z cypress:cli checking if executable exists /home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress
2024-11-12T11:09:20.7576207Z 2024-11-12T11:09:20.756Z cypress:cli Binary is executable? : true
2024-11-12T11:09:20.7589584Z 2024-11-12T11:09:20.757Z cypress:cli binaryDir is  /home/AzDevOps/.cache/Cypress/13.15.2/Cypress
2024-11-12T11:09:20.7592399Z 2024-11-12T11:09:20.758Z cypress:cli Reading binary package.json from: /home/AzDevOps/.cache/Cypress/13.15.2/Cypress/resources/app/package.json
2024-11-12T11:09:20.7612147Z 2024-11-12T11:09:20.760Z cypress:cli Found binary version 13.15.2 installed in: /home/AzDevOps/.cache/Cypress/13.15.2/Cypress
2024-11-12T11:09:20.7619686Z 2024-11-12T11:09:20.761Z cypress:cli could not read binary_state.json file at "/home/AzDevOps/.cache/Cypress/13.15.2/binary_state.json"
2024-11-12T11:09:20.7623642Z 2024-11-12T11:09:20.761Z cypress:cli {}
2024-11-12T11:09:20.7624099Z 2024-11-12T11:09:20.761Z cypress:cli is Verified ? undefined
2024-11-12T11:09:20.7624500Z 2024-11-12T11:09:20.762Z cypress:cli force verify
2024-11-12T11:09:20.7628849Z 2024-11-12T11:09:20.762Z cypress:cli running binary verification check 13.15.2
2024-11-12T11:09:20.7632416Z 
2024-11-12T11:09:20.7656874Z [STARTED] Task without title.
2024-11-12T11:09:20.7658713Z 2024-11-12T11:09:20.765Z cypress:cli clearing out the verified version
2024-11-12T11:09:20.7670837Z 2024-11-12T11:09:20.766Z cypress:cli undefined DISPLAY environment variable
2024-11-12T11:09:20.7671342Z 2024-11-12T11:09:20.766Z cypress:cli Cypress will spawn its own Xvfb
2024-11-12T11:09:20.7671745Z 2024-11-12T11:09:20.766Z cypress:cli needs Xvfb? true
2024-11-12T11:09:20.7672140Z 2024-11-12T11:09:20.766Z cypress:cli Starting Xvfb
2024-11-12T11:09:20.7835774Z 2024-11-12T11:09:20.783Z cypress:cli disabling Electron sandbox
2024-11-12T11:09:20.7836501Z 2024-11-12T11:09:20.783Z cypress:cli running smoke test
2024-11-12T11:09:20.7838834Z 2024-11-12T11:09:20.783Z cypress:cli using Cypress executable /home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress
2024-11-12T11:09:20.7839496Z 2024-11-12T11:09:20.783Z cypress:cli smoke test command: /home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress --no-sandbox --smoke-test --ping=459
2024-11-12T11:09:20.7842128Z 2024-11-12T11:09:20.783Z cypress:cli smoke test timeout 30000 ms
2024-11-12T11:09:21.5299316Z 2024-11-12T11:09:21.528Z cypress:cli Smoke test failed: Error: Command was killed with SIGTRAP (Debugger breakpoint): /home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress --no-sandbox --smoke-test --ping=459
2024-11-12T11:09:21.5301019Z 2024-11-12T11:09:21.154Z cypress:snapshot:info Caching 3385, defining 4227 modules! Using cache
2024-11-12T11:09:21.5301720Z 2024-11-12T11:09:21.154Z cypress:snapshot:debug initializing packherd require
2024-11-12T11:09:21.5302413Z 2024-11-12T11:09:21.342Z cypress:server:performance-benchmark elapsed time at v8-snapshot-startup-time: 195.098ms
2024-11-12T11:09:21.5303118Z 2024-11-12T11:09:21.403Z cypress:server:appdata path: /home/devopsadmin/.config/Cypress/cy/production/browsers
2024-11-12T11:09:21.5303811Z 2024-11-12T11:09:21.406Z cypress:server appending default switches for electron: [
2024-11-12T11:09:21.5304239Z   { name: '--test-type' },
2024-11-12T11:09:21.5304842Z   { name: '--ignore-certificate-errors' },
2024-11-12T11:09:21.5306078Z   { name: '--start-maximized' },
2024-11-12T11:09:21.5306650Z   { name: '--silent-debugger-extension-api' },
2024-11-12T11:09:21.5307081Z   { name: '--no-default-browser-check' },
2024-11-12T11:09:21.5307387Z   { name: '--no-first-run' },
2024-11-12T11:09:21.5307693Z   { name: '--noerrdialogs' },
2024-11-12T11:09:21.5309424Z   { name: '--enable-fixed-layout' },
2024-11-12T11:09:21.5309948Z   { name: '--disable-popup-blocking' },
2024-11-12T11:09:21.5310497Z   { name: '--disable-password-generation' },
2024-11-12T11:09:21.5310908Z   { name: '--disable-single-click-autofill' },
2024-11-12T11:09:21.5311205Z   { name: '--disable-prompt-on-repos' },
2024-11-12T11:09:21.5311557Z   { name: '--disable-background-timer-throttling' },
2024-11-12T11:09:21.5311923Z   { name: '--disable-renderer-backgrounding' },
2024-11-12T11:09:21.5409723Z   { name: '--disable-renderer-throttling' },
2024-11-12T11:09:21.5410788Z   { name: '--disable-backgrounding-occluded-windows' },
2024-11-12T11:09:21.5411905Z   { name: '--disable-restore-session-state' },
2024-11-12T11:09:21.5412885Z   { name: '--disable-new-profile-management' },
2024-11-12T11:09:21.5413835Z   { name: '--disable-new-avatar-menu' },
2024-11-12T11:09:21.5414741Z   { name: '--allow-insecure-localhost' },
2024-11-12T11:09:21.5415621Z   { name: '--reduce-security-for-testing' },
2024-11-12T11:09:21.5416572Z   { name: '--enable-automation' },
2024-11-12T11:09:21.5417448Z   { name: '--disable-print-preview' },
2024-11-12T11:09:21.5418375Z   { name: '--disable-component-extensions-with-background-pages' },
2024-11-12T11:09:21.5419300Z   { name: '--disable-device-discovery-notifications' },
2024-11-12T11:09:21.5420263Z   { name: '--autoplay-policy', value: 'no-user-gesture-required' },
2024-11-12T11:09:21.5421153Z   { name: '--disable-site-isolation-trials' },
2024-11-12T11:09:21.5422019Z   { name: '--metrics-recording-only' },
2024-11-12T11:09:21.5422869Z   { name: '--disable-prompt-on-repost' },
2024-11-12T11:09:21.5423708Z   { name: '--disable-hang-monitor' },
2024-11-12T11:09:21.5424537Z   { name: '--disable-sync' },
2024-11-12T11:09:21.5425393Z   { name: '--disable-web-resources' },
2024-11-12T11:09:21.5426275Z   { name: '--safebrowsing-disable-download-protection' },
2024-11-12T11:09:21.5427190Z   { name: '--disable-client-side-phishing-detection' },
2024-11-12T11:09:21.5428075Z   { name: '--disable-component-update' },
2024-11-12T11:09:21.5428845Z   {
2024-11-12T11:09:21.5429678Z     name: '--simulate-outdated-no-au',
2024-11-12T11:09:21.5430596Z     value: "'Tue, 31 Dec 2099 23:59:59 GMT'"
2024-11-12T11:09:21.5431741Z   },
2024-11-12T11:09:21.5432836Z   { name: '--disable-default-apps' },
2024-11-12T11:09:21.5433173Z   {
2024-11-12T11:09:21.5433590Z     name: '--disable-features',
2024-11-12T11:09:21.5435651Z     value: 'Translate,PrivacySandboxSettings4'
2024-11-12T11:09:21.5436014Z   },
2024-11-12T11:09:21.5438073Z   { name: '--use-fake-ui-for-media-stream' },
2024-11-12T11:09:21.5438534Z   { name: '--use-fake-device-for-media-stream' },
2024-11-12T11:09:21.5440367Z   { name: '--disable-ipc-flooding-protection' },
2024-11-12T11:09:21.5440965Z   { name: '--disable-backgrounding-occluded-window' },
2024-11-12T11:09:21.5442883Z   { name: '--disable-breakpad' },
2024-11-12T11:09:21.5443331Z   { name: '--password-store', value: 'basic' },
2024-11-12T11:09:21.5445257Z   { name: '--use-mock-keychain' },
2024-11-12T11:09:21.5445700Z   { name: '--disable-dev-shm-usage' },
2024-11-12T11:09:21.5447895Z   { name: '--enable-precise-memory-info' }
2024-11-12T11:09:21.5449993Z ]
2024-11-12T11:09:21.5451250Z 2024-11-12T11:09:21.407Z cypress:server:cypress starting cypress with argv [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ]
2024-11-12T11:09:21.5454236Z 2024-11-12T11:09:21.408Z cypress:server:args argv array: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ]
2024-11-12T11:09:21.5455729Z 2024-11-12T11:09:21.409Z cypress:server:args parsed argv options { options: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, 'smoke-test': true, smokeTest: true, ping: 459 } }
2024-11-12T11:09:21.5457290Z 2024-11-12T11:09:21.417Z cypress:server:args argv parsed: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e' }
2024-11-12T11:09:21.5458898Z 2024-11-12T11:09:21.418Z cypress:server:util:proxy found proxy environment variables { npm_config_noproxy: '' }
2024-11-12T11:09:21.5460410Z 2024-11-12T11:09:21.419Z cypress:server:args options { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {} }
2024-11-12T11:09:21.5462277Z 2024-11-12T11:09:21.419Z cypress:server:args argv options: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {}, pong: 459 }
2024-11-12T11:09:21.5464100Z 2024-11-12T11:09:21.420Z cypress:server:cypress from argv [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ] got options { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {}, pong: 459 }
2024-11-12T11:09:21.5465401Z     at makeError (/agent/_work/1/s/e2e/node_modules/execa/lib/error.js:59:11)
2024-11-12T11:09:21.5466409Z     at handlePromise (/agent/_work/1/s/e2e/node_modules/execa/index.js:114:26)
2024-11-12T11:09:21.5467474Z     at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
2024-11-12T11:09:21.5468768Z   shortMessage: 'Command was killed with SIGTRAP (Debugger breakpoint): /home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress --no-sandbox --smoke-test --ping=459',
2024-11-12T11:09:21.5471648Z   command: '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress --no-sandbox --smoke-test --ping=459',
2024-11-12T11:09:21.5472874Z   exitCode: undefined,
2024-11-12T11:09:21.5473885Z   signal: 'SIGTRAP',
2024-11-12T11:09:21.5474878Z   signalDescription: 'Debugger breakpoint',
2024-11-12T11:09:21.5475793Z   stdout: '',
2024-11-12T11:09:21.5476937Z   stderr: '2024-11-12T11:09:21.154Z cypress:snapshot:info Caching 3385, defining 4227 modules! Using cache\n' +
2024-11-12T11:09:21.5480667Z     '2024-11-12T11:09:21.154Z cypress:snapshot:debug initializing packherd require\n' +
2024-11-12T11:09:21.5482138Z     '2024-11-12T11:09:21.342Z cypress:server:performance-benchmark elapsed time at v8-snapshot-startup-time: 195.098ms\n' +
2024-11-12T11:09:21.5483412Z     '2024-11-12T11:09:21.403Z cypress:server:appdata path: /home/devopsadmin/.config/Cypress/cy/production/browsers\n' +
2024-11-12T11:09:21.5484509Z     '2024-11-12T11:09:21.406Z cypress:server appending default switches for electron: [\n' +
2024-11-12T11:09:21.5485399Z     "  { name: '--test-type' },\n" +
2024-11-12T11:09:21.5486034Z     "  { name: '--ignore-certificate-errors' },\n" +
2024-11-12T11:09:21.5486621Z     "  { name: '--start-maximized' },\n" +
2024-11-12T11:09:21.5488943Z     "  { name: '--silent-debugger-extension-api' },\n" +
2024-11-12T11:09:21.5489806Z     "  { name: '--no-default-browser-check' },\n" +
2024-11-12T11:09:21.5490638Z     "  { name: '--no-first-run' },\n" +
2024-11-12T11:09:21.5491010Z     "  { name: '--noerrdialogs' },\n" +
2024-11-12T11:09:21.5491404Z     "  { name: '--enable-fixed-layout' },\n" +
2024-11-12T11:09:21.5493899Z     "  { name: '--disable-popup-blocking' },\n" +
2024-11-12T11:09:21.5494773Z     "  { name: '--disable-password-generation' },\n" +
2024-11-12T11:09:21.5495155Z     "  { name: '--disable-single-click-autofill' },\n" +
2024-11-12T11:09:21.5495554Z     "  { name: '--disable-prompt-on-repos' },\n" +
2024-11-12T11:09:21.5497872Z     "  { name: '--disable-background-timer-throttling' },\n" +
2024-11-12T11:09:21.5498734Z     "  { name: '--disable-renderer-backgrounding' },\n" +
2024-11-12T11:09:21.5499136Z     "  { name: '--disable-renderer-throttling' },\n" +
2024-11-12T11:09:21.5499569Z     "  { name: '--disable-backgrounding-occluded-windows' },\n" +
2024-11-12T11:09:21.5501862Z     "  { name: '--disable-restore-session-state' },\n" +
2024-11-12T11:09:21.5502740Z     "  { name: '--disable-new-profile-management' },\n" +
2024-11-12T11:09:21.5503220Z     "  { name: '--disable-new-avatar-menu' },\n" +
2024-11-12T11:09:21.5503610Z     "  { name: '--allow-insecure-localhost' },\n" +
2024-11-12T11:09:21.5505902Z     "  { name: '--reduce-security-for-testing' },\n" +
2024-11-12T11:09:21.5506743Z     "  { name: '--enable-automation' },\n" +
2024-11-12T11:09:21.5507121Z     "  { name: '--disable-print-preview' },\n" +
2024-11-12T11:09:21.5507553Z     "  { name: '--disable-component-extensions-with-background-pages' },\n" +
2024-11-12T11:09:21.5509864Z     "  { name: '--disable-device-discovery-notifications' },\n" +
2024-11-12T11:09:21.5510790Z     "  { name: '--autoplay-policy', value: 'no-user-gesture-required' },\n" +
2024-11-12T11:09:21.5511188Z     "  { name: '--disable-site-isolation-trials' },\n" +
2024-11-12T11:09:21.5511578Z     "  { name: '--metrics-recording-only' },\n" +
2024-11-12T11:09:21.5513864Z     "  { name: '--disable-prompt-on-repost' },\n" +
2024-11-12T11:09:21.5514703Z     "  { name: '--disable-hang-monitor' },\n" +
2024-11-12T11:09:21.5515072Z     "  { name: '--disable-sync' },\n" +
2024-11-12T11:09:21.5515451Z     "  { name: '--disable-web-resources' },\n" +
2024-11-12T11:09:21.5517257Z     "  { name: '--safebrowsing-disable-download-protection' },\n" +
2024-11-12T11:09:21.5517703Z     "  { name: '--disable-client-side-phishing-detection' },\n" +
2024-11-12T11:09:21.5519549Z     "  { name: '--disable-component-update' },\n" +
2024-11-12T11:09:21.5519900Z     '  {\n' +
2024-11-12T11:09:21.5521695Z     "    name: '--simulate-outdated-no-au',\n" +
2024-11-12T11:09:21.5522119Z     `    value: "'Tue, 31 Dec 2099 23:59:59 GMT'"\n` +
2024-11-12T11:09:21.5524021Z     '  },\n' +
2024-11-12T11:09:21.5524394Z     "  { name: '--disable-default-apps' },\n" +
2024-11-12T11:09:21.5526939Z     '  {\n' +
2024-11-12T11:09:21.5527321Z     "    name: '--disable-features',\n" +
2024-11-12T11:09:21.5530003Z     "    value: 'Translate,PrivacySandboxSettings4'\n" +
2024-11-12T11:09:21.5530392Z     '  },\n' +
2024-11-12T11:09:21.5533284Z     "  { name: '--use-fake-ui-for-media-stream' },\n" +
2024-11-12T11:09:21.5533858Z     "  { name: '--use-fake-device-for-media-stream' },\n" +
2024-11-12T11:09:21.5536433Z     "  { name: '--disable-ipc-flooding-protection' },\n" +
2024-11-12T11:09:21.5537085Z     "  { name: '--disable-backgrounding-occluded-window' },\n" +
2024-11-12T11:09:21.5539688Z     "  { name: '--disable-breakpad' },\n" +
2024-11-12T11:09:21.5540127Z     "  { name: '--password-store', value: 'basic' },\n" +
2024-11-12T11:09:21.5542703Z     "  { name: '--use-mock-keychain' },\n" +
2024-11-12T11:09:21.5543130Z     "  { name: '--disable-dev-shm-usage' },\n" +
2024-11-12T11:09:21.5545865Z     "  { name: '--enable-precise-memory-info' }\n" +
2024-11-12T11:09:21.5546386Z     ']\n' +
2024-11-12T11:09:21.5554306Z     "2024-11-12T11:09:21.407Z cypress:server:cypress starting cypress with argv [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ]\n" +
2024-11-12T11:09:21.5555153Z     "2024-11-12T11:09:21.408Z cypress:server:args argv array: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ]\n" +
2024-11-12T11:09:21.5557437Z     "2024-11-12T11:09:21.409Z cypress:server:args parsed argv options { options: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, 'smoke-test': true, smokeTest: true, ping: 459 } }\n" +
2024-11-12T11:09:21.5558303Z     "2024-11-12T11:09:21.417Z cypress:server:args argv parsed: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e' }\n" +
2024-11-12T11:09:21.5560580Z     "2024-11-12T11:09:21.418Z cypress:server:util:proxy found proxy environment variables { npm_config_noproxy: '' }\n" +
2024-11-12T11:09:21.5561417Z     "2024-11-12T11:09:21.419Z cypress:server:args options { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {} }\n" +
2024-11-12T11:09:21.5564129Z     "2024-11-12T11:09:21.419Z cypress:server:args argv options: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {}, pong: 459 }\n" +
2024-11-12T11:09:21.5565282Z     "2024-11-12T11:09:21.420Z cypress:server:cypress from argv [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ] got options { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {}, pong: 459 }",
2024-11-12T11:09:21.5567654Z   failed: true,
2024-11-12T11:09:21.5567932Z   timedOut: false,
2024-11-12T11:09:21.5569573Z   isCanceled: false,
2024-11-12T11:09:21.5569897Z   killed: false
2024-11-12T11:09:21.5571977Z }
2024-11-12T11:09:21.5572535Z 2024-11-12T11:09:21.529Z cypress:cli error message: 2024-11-12T11:09:21.154Z cypress:snapshot:info Caching 3385, defining 4227 modules! Using cache
2024-11-12T11:09:21.5574461Z 2024-11-12T11:09:21.154Z cypress:snapshot:debug initializing packherd require
2024-11-12T11:09:21.5574988Z 2024-11-12T11:09:21.342Z cypress:server:performance-benchmark elapsed time at v8-snapshot-startup-time: 195.098ms
2024-11-12T11:09:21.5577156Z 2024-11-12T11:09:21.403Z cypress:server:appdata path: /home/devopsadmin/.config/Cypress/cy/production/browsers
2024-11-12T11:09:21.5577802Z 2024-11-12T11:09:21.406Z cypress:server appending default switches for electron: [
2024-11-12T11:09:21.5580211Z   { name: '--test-type' },
2024-11-12T11:09:21.5580577Z   { name: '--ignore-certificate-errors' },
2024-11-12T11:09:21.5582628Z   { name: '--start-maximized' },
2024-11-12T11:09:21.5583012Z   { name: '--silent-debugger-extension-api' },
2024-11-12T11:09:21.5583876Z   { name: '--no-default-browser-check' },
2024-11-12T11:09:21.5584208Z   { name: '--no-first-run' },
2024-11-12T11:09:21.5584596Z   { name: '--noerrdialogs' },
2024-11-12T11:09:21.5586463Z   { name: '--enable-fixed-layout' },
2024-11-12T11:09:21.5587482Z   { name: '--disable-popup-blocking' },
2024-11-12T11:09:21.5587878Z   { name: '--disable-password-generation' },
2024-11-12T11:09:21.5588792Z   { name: '--disable-single-click-autofill' },
2024-11-12T11:09:21.5589237Z   { name: '--disable-prompt-on-repos' },
2024-11-12T11:09:21.5589709Z   { name: '--disable-background-timer-throttling' },
2024-11-12T11:09:21.5590213Z   { name: '--disable-renderer-backgrounding' },
2024-11-12T11:09:21.5590700Z   { name: '--disable-renderer-throttling' },
2024-11-12T11:09:21.5591197Z   { name: '--disable-backgrounding-occluded-windows' },
2024-11-12T11:09:21.5591884Z   { name: '--disable-restore-session-state' },
2024-11-12T11:09:21.5592386Z   { name: '--disable-new-profile-management' },
2024-11-12T11:09:21.5592956Z   { name: '--disable-new-avatar-menu' },
2024-11-12T11:09:21.5593532Z   { name: '--allow-insecure-localhost' },
2024-11-12T11:09:21.5594100Z   { name: '--reduce-security-for-testing' },
2024-11-12T11:09:21.5594670Z   { name: '--enable-automation' },
2024-11-12T11:09:21.5595184Z   { name: '--disable-print-preview' },
2024-11-12T11:09:21.5595811Z   { name: '--disable-component-extensions-with-background-pages' },
2024-11-12T11:09:21.5596450Z   { name: '--disable-device-discovery-notifications' },
2024-11-12T11:09:21.5597053Z   { name: '--autoplay-policy', value: 'no-user-gesture-required' },
2024-11-12T11:09:21.5597671Z   { name: '--disable-site-isolation-trials' },
2024-11-12T11:09:21.5598245Z   { name: '--metrics-recording-only' },
2024-11-12T11:09:21.5598812Z   { name: '--disable-prompt-on-repost' },
2024-11-12T11:09:21.5599387Z   { name: '--disable-hang-monitor' },
2024-11-12T11:09:21.5599928Z   { name: '--disable-sync' },
2024-11-12T11:09:21.5600437Z   { name: '--disable-web-resources' },
2024-11-12T11:09:21.5600979Z   { name: '--safebrowsing-disable-download-protection' },
2024-11-12T11:09:21.5601693Z   { name: '--disable-client-side-phishing-detection' },
2024-11-12T11:09:21.5602280Z   { name: '--disable-component-update' },
2024-11-12T11:09:21.5604896Z   {
2024-11-12T11:09:21.5605353Z     name: '--simulate-outdated-no-au',
2024-11-12T11:09:21.5605932Z     value: "'Tue, 31 Dec 2099 23:59:59 GMT'"
2024-11-12T11:09:21.5607977Z   },
2024-11-12T11:09:21.5608460Z   { name: '--disable-default-apps' },
2024-11-12T11:09:21.5610535Z   {
2024-11-12T11:09:21.5611007Z     name: '--disable-features',
2024-11-12T11:09:21.5613458Z     value: 'Translate,PrivacySandboxSettings4'
2024-11-12T11:09:21.5613858Z   },
2024-11-12T11:09:21.5614808Z   { name: '--use-fake-ui-for-media-stream' },
2024-11-12T11:09:21.5615304Z   { name: '--use-fake-device-for-media-stream' },
2024-11-12T11:09:21.5616446Z   { name: '--disable-ipc-flooding-protection' },
2024-11-12T11:09:21.5616948Z   { name: '--disable-backgrounding-occluded-window' },
2024-11-12T11:09:21.5617911Z   { name: '--disable-breakpad' },
2024-11-12T11:09:21.5618346Z   { name: '--password-store', value: 'basic' },
2024-11-12T11:09:21.5619325Z   { name: '--use-mock-keychain' },
2024-11-12T11:09:21.5619757Z   { name: '--disable-dev-shm-usage' },
2024-11-12T11:09:21.5620781Z   { name: '--enable-precise-memory-info' }
2024-11-12T11:09:21.5621115Z ]
2024-11-12T11:09:21.5621790Z 2024-11-12T11:09:21.407Z cypress:server:cypress starting cypress with argv [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ]
2024-11-12T11:09:21.5623172Z 2024-11-12T11:09:21.408Z cypress:server:args argv array: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ]
2024-11-12T11:09:21.5624120Z 2024-11-12T11:09:21.409Z cypress:server:args parsed argv options { options: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, 'smoke-test': true, smokeTest: true, ping: 459 } }
2024-11-12T11:09:21.5625645Z 2024-11-12T11:09:21.417Z cypress:server:args argv parsed: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e' }
2024-11-12T11:09:21.5626479Z 2024-11-12T11:09:21.418Z cypress:server:util:proxy found proxy environment variables { npm_config_noproxy: '' }
2024-11-12T11:09:21.5627912Z 2024-11-12T11:09:21.419Z cypress:server:args options { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {} }
2024-11-12T11:09:21.5628876Z 2024-11-12T11:09:21.419Z cypress:server:args argv options: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {}, pong: 459 }
2024-11-12T11:09:21.5630746Z 2024-11-12T11:09:21.420Z cypress:server:cypress from argv [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ] got options { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {}, pong: 459 }
2024-11-12T11:09:21.5631506Z 2024-11-12T11:09:21.530Z cypress:cli detecting arch { osPlatform: 'linux', osArch: 'x64' }
2024-11-12T11:09:21.5632473Z 2024-11-12T11:09:21.538Z cypress:cli arm uname -m result: { stdout: 'x86_64' } 
2024-11-12T11:09:21.5632919Z 2024-11-12T11:09:21.539Z cypress:cli Stopping Xvfb
2024-11-12T11:09:21.5633697Z [FAILED] Cypress failed to start.
2024-11-12T11:09:21.5633982Z [FAILED] 
2024-11-12T11:09:21.5634885Z [FAILED] This may be due to a missing library or dependency. https://on.cypress.io/required-dependencies
2024-11-12T11:09:21.5635220Z [FAILED] 
2024-11-12T11:09:21.5635974Z [FAILED] Please refer to the error below for more details.
2024-11-12T11:09:21.5636273Z [FAILED] 
2024-11-12T11:09:21.5637031Z [FAILED] ----------
2024-11-12T11:09:21.5637305Z [FAILED] 
2024-11-12T11:09:21.5638239Z [FAILED] 2024-11-12T11:09:21.154Z cypress:snapshot:info Caching 3385, defining 4227 modules! Using cache
2024-11-12T11:09:21.5638886Z [FAILED] 2024-11-12T11:09:21.154Z cypress:snapshot:debug initializing packherd require
2024-11-12T11:09:21.5639924Z [FAILED] 2024-11-12T11:09:21.342Z cypress:server:performance-benchmark elapsed time at v8-snapshot-startup-time: 195.098ms
2024-11-12T11:09:21.5640535Z [FAILED] 2024-11-12T11:09:21.403Z cypress:server:appdata path: /home/devopsadmin/.config/Cypress/cy/production/browsers
2024-11-12T11:09:21.5641545Z [FAILED] 2024-11-12T11:09:21.406Z cypress:server appending default switches for electron: [
2024-11-12T11:09:21.5641946Z [FAILED] { name: '--test-type' },
2024-11-12T11:09:21.5642823Z [FAILED] { name: '--ignore-certificate-errors' },
2024-11-12T11:09:21.5643208Z [FAILED] { name: '--start-maximized' },
2024-11-12T11:09:21.5643579Z [FAILED] { name: '--silent-debugger-extension-api' },
2024-11-12T11:09:21.5644430Z [FAILED] { name: '--no-default-browser-check' },
2024-11-12T11:09:21.5644785Z [FAILED] { name: '--no-first-run' },
2024-11-12T11:09:21.5645608Z [FAILED] { name: '--noerrdialogs' },
2024-11-12T11:09:21.5645965Z [FAILED] { name: '--enable-fixed-layout' },
2024-11-12T11:09:21.5646843Z [FAILED] { name: '--disable-popup-blocking' },
2024-11-12T11:09:21.5647226Z [FAILED] { name: '--disable-password-generation' },
2024-11-12T11:09:21.5648070Z [FAILED] { name: '--disable-single-click-autofill' },
2024-11-12T11:09:21.5648464Z [FAILED] { name: '--disable-prompt-on-repos' },
2024-11-12T11:09:21.5649324Z [FAILED] { name: '--disable-background-timer-throttling' },
2024-11-12T11:09:21.5649812Z [FAILED] { name: '--disable-renderer-backgrounding' },
2024-11-12T11:09:21.5650808Z [FAILED] { name: '--disable-renderer-throttling' },
2024-11-12T11:09:21.5651261Z [FAILED] { name: '--disable-backgrounding-occluded-windows' },
2024-11-12T11:09:21.5652337Z [FAILED] { name: '--disable-restore-session-state' },
2024-11-12T11:09:21.5652778Z [FAILED] { name: '--disable-new-profile-management' },
2024-11-12T11:09:21.5653702Z [FAILED] { name: '--disable-new-avatar-menu' },
2024-11-12T11:09:21.5654091Z [FAILED] { name: '--allow-insecure-localhost' },
2024-11-12T11:09:21.5655068Z [FAILED] { name: '--reduce-security-for-testing' },
2024-11-12T11:09:21.5655486Z [FAILED] { name: '--enable-automation' },
2024-11-12T11:09:21.5656353Z [FAILED] { name: '--disable-print-preview' },
2024-11-12T11:09:21.5656823Z [FAILED] { name: '--disable-component-extensions-with-background-pages' },
2024-11-12T11:09:21.5657771Z [FAILED] { name: '--disable-device-discovery-notifications' },
2024-11-12T11:09:21.5658285Z [FAILED] { name: '--autoplay-policy', value: 'no-user-gesture-required' },
2024-11-12T11:09:21.5659253Z [FAILED] { name: '--disable-site-isolation-trials' },
2024-11-12T11:09:21.5659790Z [FAILED] { name: '--metrics-recording-only' },
2024-11-12T11:09:21.5660742Z [FAILED] { name: '--disable-prompt-on-repost' },
2024-11-12T11:09:21.5668187Z [FAILED] { name: '--disable-hang-monitor' },
2024-11-12T11:09:21.5668697Z [FAILED] { name: '--disable-sync' },
2024-11-12T11:09:21.5669040Z [FAILED] { name: '--disable-web-resources' },
2024-11-12T11:09:21.5669407Z [FAILED] { name: '--safebrowsing-disable-download-protection' },
2024-11-12T11:09:21.5669772Z [FAILED] { name: '--disable-client-side-phishing-detection' },
2024-11-12T11:09:21.5670113Z [FAILED] { name: '--disable-component-update' },
2024-11-12T11:09:21.5670321Z [FAILED] {
2024-11-12T11:09:21.5670580Z [FAILED] name: '--simulate-outdated-no-au',
2024-11-12T11:09:21.5670892Z [FAILED] value: "'Tue, 31 Dec 2099 23:59:59 GMT'"
2024-11-12T11:09:21.5671105Z [FAILED] },
2024-11-12T11:09:21.5671374Z [FAILED] { name: '--disable-default-apps' },
2024-11-12T11:09:21.5671572Z [FAILED] {
2024-11-12T11:09:21.5671839Z [FAILED] name: '--disable-features',
2024-11-12T11:09:21.5672183Z [FAILED] value: 'Translate,PrivacySandboxSettings4'
2024-11-12T11:09:21.5672409Z [FAILED] },
2024-11-12T11:09:21.5672681Z [FAILED] { name: '--use-fake-ui-for-media-stream' },
2024-11-12T11:09:21.5673004Z [FAILED] { name: '--use-fake-device-for-media-stream' },
2024-11-12T11:09:21.5673458Z [FAILED] { name: '--disable-ipc-flooding-protection' },
2024-11-12T11:09:21.5673789Z [FAILED] { name: '--disable-backgrounding-occluded-window' },
2024-11-12T11:09:21.5674079Z [FAILED] { name: '--disable-breakpad' },
2024-11-12T11:09:21.5674383Z [FAILED] { name: '--password-store', value: 'basic' },
2024-11-12T11:09:21.5674666Z [FAILED] { name: '--use-mock-keychain' },
2024-11-12T11:09:21.5674936Z [FAILED] { name: '--disable-dev-shm-usage' },
2024-11-12T11:09:21.5675232Z [FAILED] { name: '--enable-precise-memory-info' }
2024-11-12T11:09:21.5675430Z [FAILED] ]
2024-11-12T11:09:21.5675951Z [FAILED] 2024-11-12T11:09:21.407Z cypress:server:cypress starting cypress with argv [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ]
2024-11-12T11:09:21.5676600Z [FAILED] 2024-11-12T11:09:21.408Z cypress:server:args argv array: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ]
2024-11-12T11:09:21.5677311Z [FAILED] 2024-11-12T11:09:21.409Z cypress:server:args parsed argv options { options: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, 'smoke-test': true, smokeTest: true, ping: 459 } }
2024-11-12T11:09:21.5678060Z [FAILED] 2024-11-12T11:09:21.417Z cypress:server:args argv parsed: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e' }
2024-11-12T11:09:21.5678669Z [FAILED] 2024-11-12T11:09:21.418Z cypress:server:util:proxy found proxy environment variables { npm_config_noproxy: '' }
2024-11-12T11:09:21.5679365Z [FAILED] 2024-11-12T11:09:21.419Z cypress:server:args options { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {} }
2024-11-12T11:09:21.5680163Z [FAILED] 2024-11-12T11:09:21.419Z cypress:server:args argv options: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {}, pong: 459 }
2024-11-12T11:09:21.5681141Z [FAILED] 2024-11-12T11:09:21.420Z cypress:server:cypress from argv [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ] got options { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {}, pong: 459 }
2024-11-12T11:09:21.5681597Z [FAILED] 
2024-11-12T11:09:21.5681810Z [FAILED] ----------
2024-11-12T11:09:21.5681986Z [FAILED] 
2024-11-12T11:09:21.5682390Z [FAILED] Platform: linux-x64 (Ubuntu - 22.04)
2024-11-12T11:09:21.5682611Z [FAILED] Cypress Version: 13.15.2
2024-11-12T11:09:21.5682816Z Cypress failed to start.
2024-11-12T11:09:21.5682899Z 
2024-11-12T11:09:21.5683240Z This may be due to a missing library or dependency. https://on.cypress.io/required-dependencies
2024-11-12T11:09:21.5683385Z 
2024-11-12T11:09:21.5683585Z Please refer to the error below for more details.
2024-11-12T11:09:21.5683692Z 
2024-11-12T11:09:21.5683876Z ----------
2024-11-12T11:09:21.5683957Z 
2024-11-12T11:09:21.5684333Z 2024-11-12T11:09:21.154Z cypress:snapshot:info Caching 3385, defining 4227 modules! Using cache
2024-11-12T11:09:21.5684755Z 2024-11-12T11:09:21.154Z cypress:snapshot:debug initializing packherd require
2024-11-12T11:09:21.5685271Z 2024-11-12T11:09:21.342Z cypress:server:performance-benchmark elapsed time at v8-snapshot-startup-time: 195.098ms
2024-11-12T11:09:21.5685798Z 2024-11-12T11:09:21.403Z cypress:server:appdata path: /home/devopsadmin/.config/Cypress/cy/production/browsers
2024-11-12T11:09:21.5686247Z 2024-11-12T11:09:21.406Z cypress:server appending default switches for electron: [
2024-11-12T11:09:21.5686618Z { name: '--test-type' },
2024-11-12T11:09:21.5686923Z { name: '--ignore-certificate-errors' },
2024-11-12T11:09:21.5687281Z { name: '--start-maximized' },
2024-11-12T11:09:21.5687587Z { name: '--silent-debugger-extension-api' },
2024-11-12T11:09:21.5687923Z { name: '--no-default-browser-check' },
2024-11-12T11:09:21.5688217Z { name: '--no-first-run' },
2024-11-12T11:09:21.5688503Z { name: '--noerrdialogs' },
2024-11-12T11:09:21.5688792Z { name: '--enable-fixed-layout' },
2024-11-12T11:09:21.5689115Z { name: '--disable-popup-blocking' },
2024-11-12T11:09:21.5689437Z { name: '--disable-password-generation' },
2024-11-12T11:09:21.5689784Z { name: '--disable-single-click-autofill' },
2024-11-12T11:09:21.5690109Z { name: '--disable-prompt-on-repos' },
2024-11-12T11:09:21.5690472Z { name: '--disable-background-timer-throttling' },
2024-11-12T11:09:21.5690823Z { name: '--disable-renderer-backgrounding' },
2024-11-12T11:09:21.5691161Z { name: '--disable-renderer-throttling' },
2024-11-12T11:09:21.5692868Z { name: '--disable-backgrounding-occluded-windows' },
2024-11-12T11:09:21.5693254Z { name: '--disable-restore-session-state' },
2024-11-12T11:09:21.5693550Z { name: '--disable-new-profile-management' },
2024-11-12T11:09:21.5693803Z { name: '--disable-new-avatar-menu' },
2024-11-12T11:09:21.5694102Z { name: '--allow-insecure-localhost' },
2024-11-12T11:09:21.5694444Z { name: '--reduce-security-for-testing' },
2024-11-12T11:09:21.5694683Z { name: '--enable-automation' },
2024-11-12T11:09:21.5694914Z { name: '--disable-print-preview' },
2024-11-12T11:09:21.5695310Z { name: '--disable-component-extensions-with-background-pages' },
2024-11-12T11:09:21.5695653Z { name: '--disable-device-discovery-notifications' },
2024-11-12T11:09:21.5695950Z { name: '--autoplay-policy', value: 'no-user-gesture-required' },
2024-11-12T11:09:21.5696224Z { name: '--disable-site-isolation-trials' },
2024-11-12T11:09:21.5696483Z { name: '--metrics-recording-only' },
2024-11-12T11:09:21.5696805Z { name: '--disable-prompt-on-repost' },
2024-11-12T11:09:21.5697140Z { name: '--disable-hang-monitor' },
2024-11-12T11:09:21.5697441Z { name: '--disable-sync' },
2024-11-12T11:09:21.5697734Z { name: '--disable-web-resources' },
2024-11-12T11:09:21.5698018Z { name: '--safebrowsing-disable-download-protection' },
2024-11-12T11:09:21.5698304Z { name: '--disable-client-side-phishing-detection' },
2024-11-12T11:09:21.5698570Z { name: '--disable-component-update' },
2024-11-12T11:09:21.5698742Z {
2024-11-12T11:09:21.5698962Z name: '--simulate-outdated-no-au',
2024-11-12T11:09:21.5699237Z value: "'Tue, 31 Dec 2099 23:59:59 GMT'"
2024-11-12T11:09:21.5699414Z },
2024-11-12T11:09:21.5699621Z { name: '--disable-default-apps' },
2024-11-12T11:09:21.5699786Z {
2024-11-12T11:09:21.5700019Z name: '--disable-features',
2024-11-12T11:09:21.5700347Z value: 'Translate,PrivacySandboxSettings4'
2024-11-12T11:09:21.5700686Z },
2024-11-12T11:09:21.5700955Z { name: '--use-fake-ui-for-media-stream' },
2024-11-12T11:09:21.5701242Z { name: '--use-fake-device-for-media-stream' },
2024-11-12T11:09:21.5701539Z { name: '--disable-ipc-flooding-protection' },
2024-11-12T11:09:21.5701853Z { name: '--disable-backgrounding-occluded-window' },
2024-11-12T11:09:21.5702138Z { name: '--disable-breakpad' },
2024-11-12T11:09:21.5702428Z { name: '--password-store', value: 'basic' },
2024-11-12T11:09:21.5702724Z { name: '--use-mock-keychain' },
2024-11-12T11:09:21.5703004Z { name: '--disable-dev-shm-usage' },
2024-11-12T11:09:21.5703293Z { name: '--enable-precise-memory-info' }
2024-11-12T11:09:21.5703463Z ]
2024-11-12T11:09:21.5703925Z 2024-11-12T11:09:21.407Z cypress:server:cypress starting cypress with argv [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ]
2024-11-12T11:09:21.5704494Z 2024-11-12T11:09:21.408Z cypress:server:args argv array: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ]
2024-11-12T11:09:21.5705110Z 2024-11-12T11:09:21.409Z cypress:server:args parsed argv options { options: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, 'smoke-test': true, smokeTest: true, ping: 459 } }
2024-11-12T11:09:21.5705859Z 2024-11-12T11:09:21.417Z cypress:server:args argv parsed: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e' }
2024-11-12T11:09:21.5706368Z 2024-11-12T11:09:21.418Z cypress:server:util:proxy found proxy environment variables { npm_config_noproxy: '' }
2024-11-12T11:09:21.5706973Z 2024-11-12T11:09:21.419Z cypress:server:args options { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {} }
2024-11-12T11:09:21.5707681Z 2024-11-12T11:09:21.419Z cypress:server:args argv options: { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {}, pong: 459 }
2024-11-12T11:09:21.5708589Z 2024-11-12T11:09:21.420Z cypress:server:cypress from argv [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress', '--no-sandbox', '--smoke-test', '--ping=459' ] got options { _: [ '/home/AzDevOps/.cache/Cypress/13.15.2/Cypress/Cypress' ], sandbox: false, smokeTest: true, ping: 459, invokedFromCli: false, cwd: '/agent/_work/1/s/e2e', config: {}, pong: 459 }
2024-11-12T11:09:21.5708925Z 
2024-11-12T11:09:21.5709103Z ----------
2024-11-12T11:09:21.5709167Z 
2024-11-12T11:09:21.5709391Z Platform: linux-x64 (Ubuntu - 22.04)
2024-11-12T11:09:21.5709581Z Cypress Version: 13.15.2
2024-11-12T11:09:21.5724507Z 
2024-11-12T11:09:21.5771358Z ##[error]Bash exited with code '1'.
2024-11-12T11:09:21.5781831Z ##[section]Finishing: Check cypress installation

Other

No response

@mschile
Copy link
Contributor

mschile commented Nov 18, 2024

Hi @aurelgerisch, you would want to make sure you have the required dependencies installed. If you believe everything is installed correctly, you can run with the CYPRESS_SKIP_VERIFY environment variable to skip the verify step. If it's any help, we also maintain docker images for testing with Cypress.

Finally, you may want to check out the Cypress Discord Community Discord chat to see if anyone else has encountered the same issue with AzureDevops.

@aurelgerisch
Copy link
Author

I have run it with the environment variable. The verify step was skipped, but the Cypress Run to execute the tests failed with the same error. I attached the detailed logs. What can cause this issue? In other environments and locally the cypress installation is fine and the tests are running.

logfile.txt

2024-11-20T09:11:03.8774561Z executing command: npx cypress run --browser electron --headless --config baseUrl="https://dev-001.azurewebsites.net/" --env tags="@poc" 2024-11-20T09:11:04.3662447Z 2024-11-20T09:11:04.364Z cypress:cli:cli cli starts with arguments ["/opt/hostedtoolcache/node/18.20.4/x64/bin/node","/agent/_work/1/s/e2e/node_modules/.bin/cypress","run","--browser","electron","--headless","--config","baseUrl=https://dev-001.azurewebsites.net/","--env","tags=@poc,","CYPRESS_SKIP_VERIFY=true"]

@ryanthemanuel
Copy link
Collaborator

I know that in the past, we've seen SIGTRAP errors in our own docker images if there are permission/user issues. Is it possible that you're running into that type of scenario?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants