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

fix: ensure /github/branches endpoint returns all branches #1393

Merged
merged 1 commit into from
Jan 25, 2024

fix: ensure /github/branches endpoint returns all branches

4629767
Select commit
Loading
Failed to load commit list.
Merged

fix: ensure /github/branches endpoint returns all branches #1393

fix: ensure /github/branches endpoint returns all branches
4629767
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / tests-frontend-node-14 succeeded Jan 24, 2024 in 1m 52s

FirefoxCI (pull_request)

frontend-node node14

Details

View task in Taskcluster
View logs in Taskcluster


[taskcluster 2024-01-24 21:18:07.278Z] Task ID: CWiykXlGT8Kg1Tm2OEXFNA
[taskcluster 2024-01-24 21:18:07.278Z] Worker ID: 2114859470400832132
[taskcluster 2024-01-24 21:18:07.278Z] Worker Group: us-central1
[taskcluster 2024-01-24 21:18:07.278Z] Worker Node Type: projects/887720501152/machineTypes/n2-standard-4
[taskcluster 2024-01-24 21:18:07.278Z] Worker Pool: releng-t/linux-gcp
[taskcluster 2024-01-24 21:18:07.278Z] Worker Version: 38.0.5
[taskcluster 2024-01-24 21:18:07.278Z] Public IP: 34.67.174.15
[taskcluster 2024-01-24 21:18:07.278Z] Hostname: releng-t-linux-gcp-ruslqpb4qwgrhgraxzx01q
[taskcluster 2024-01-24 21:18:07.278Z] using cache "releng-level-1-checkouts-v3-58974d7dcf0417b3fe53-R3w_uOfoTNOUYKDlB7EXqw" -> /builds/worker/checkouts

[taskcluster 2024-01-24 21:18:07.813Z] Downloading artifact "public/image.tar.zst" from task ID: R3w_uOfoTNOUYKDlB7EXqw.
[taskcluster 2024-01-24 21:18:10.636Z] Downloaded artifact successfully.
[taskcluster 2024-01-24 21:18:10.636Z] Downloaded 271.665 mb
[taskcluster 2024-01-24 21:18:10.636Z] Decompressing downloaded image
[taskcluster 2024-01-24 21:18:12.892Z] Loading docker image from downloaded archive.
[taskcluster 2024-01-24 21:18:32.735Z] Image 'public/image.tar.zst' from task 'R3w_uOfoTNOUYKDlB7EXqw' loaded.  Using image ID sha256:e2a611af457d8c9bb6afd3cc9c7e55c3d5b6360fa1ca79f54783a3ec9fc00051.
[taskcluster 2024-01-24 21:18:32.921Z] === Task Starting ===
[setup 2024-01-24T21:18:34.233Z] run-task started in /
[setup 2024-01-24T21:18:34.233Z] Invoked by command: --shipit-checkout=/builds/worker/checkouts/vcs/ --task-cwd /builds/worker/checkouts/vcs -- sh -lxce cd frontend && yarn install && yarn lint && yarn test --passWithNoTests && yarn build
[setup 2024-01-24T21:18:34.233Z] Python version: 3.7.3
[cache 2024-01-24T21:18:34.237Z] cache /builds/worker/checkouts is empty; writing requirements: gid=1000 uid=1000 version=1
[volume 2024-01-24T21:18:34.237Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2024-01-24T21:18:34.237Z] volume /builds/worker/checkouts is a cache
[setup 2024-01-24T21:18:34.237Z] running as worker:worker
[vcs 2024-01-24T21:18:34.238Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']
[vcs 2024-01-24T21:18:34.241Z] executing ['git', 'clone', 'https://github.com/mozilla-releng/shipit', '/builds/worker/checkouts/vcs']
[vcs 2024-01-24T21:18:34.244Z] Cloning into '/builds/worker/checkouts/vcs'...
[vcs 2024-01-24T21:18:35.158Z] executing ['git', 'fetch', '--no-tags', 'https://github.com/ahal/shipit', 'fix_list_branches']
[vcs 2024-01-24T21:18:35.373Z] From https://github.com/ahal/shipit
[vcs 2024-01-24T21:18:35.373Z]  * branch            fix_list_branches -> FETCH_HEAD
[vcs 2024-01-24T21:18:35.378Z] executing ['git', 'checkout', '-f', '-B', 'fix_list_branches', '46297675257a4b287dfcb90a8a307d66fe6a9666']
[vcs 2024-01-24T21:18:35.394Z] Switched to a new branch 'fix_list_branches'
[vcs 2024-01-24T21:18:35.394Z] cleaning git checkout...
[vcs 2024-01-24T21:18:35.394Z] executing ['git', 'clean', '-nxdff']
[vcs 2024-01-24T21:18:35.398Z] removing []
[vcs 2024-01-24T21:18:35.398Z] successfully cleaned git checkout!
[vcs 2024-01-24T21:18:35.401Z] TinderboxPrint:<a href='https://github.com/ahal/shipit/commit/46297675257a4b287dfcb90a8a307d66fe6a9666' title='Built from shipit commit 46297675257a4b287dfcb90a8a307d66fe6a9666'>46297675257a4b287dfcb90a8a307d66fe6a9666</a>
[task 2024-01-24T21:18:35.401Z] executing ['sh', '-lxce', 'cd frontend && yarn install && yarn lint && yarn test --passWithNoTests && yarn build']
[task 2024-01-24T21:18:35.403Z] + id -u
[task 2024-01-24T21:18:35.404Z] + [ 1000 -eq 0 ]
[task 2024-01-24T21:18:35.404Z] + PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
[task 2024-01-24T21:18:35.404Z] + export PATH
[task 2024-01-24T21:18:35.404Z] + [ $  ]
[task 2024-01-24T21:18:35.404Z] + [  ]
[task 2024-01-24T21:18:35.405Z] + id -u
[task 2024-01-24T21:18:35.406Z] + [ 1000 -eq 0 ]
[task 2024-01-24T21:18:35.406Z] + PS1=$ 
[task 2024-01-24T21:18:35.406Z] + [ -d /etc/profile.d ]
[task 2024-01-24T21:18:35.406Z] + [ -r /etc/profile.d/*.sh ]
[task 2024-01-24T21:18:35.406Z] + unset i
[task 2024-01-24T21:18:35.406Z] + [ -n  ]
[task 2024-01-24T21:18:35.406Z] + [ -d /builds/worker/bin ]
[task 2024-01-24T21:18:35.406Z] + [ -d /builds/worker/.local/bin ]
[task 2024-01-24T21:18:35.406Z] + cd frontend
[task 2024-01-24T21:18:35.406Z] + yarn install
[task 2024-01-24T21:18:35.687Z] yarn install v1.22.19
[task 2024-01-24T21:18:35.772Z] [1/4] Resolving packages...
[task 2024-01-24T21:18:36.251Z] [2/4] Fetching packages...
[task 2024-01-24T21:19:09.058Z] [3/4] Linking dependencies...
[task 2024-01-24T21:19:09.064Z] warning " > @material-ui/[email protected]" has unmet peer dependency "@date-io/core@^1.3.6".
[task 2024-01-24T21:19:09.066Z] warning " > [email protected]" has unmet peer dependency "@types/react@^15.0.0 || ^16.0.0 || ^17.0.0".
[task 2024-01-24T21:19:09.071Z] warning "@mozilla-frontend-infra/react-lint > @neutrinojs/[email protected]" has incorrect peer dependency "eslint@^6.0.0".
[task 2024-01-24T21:19:09.072Z] warning "@mozilla-frontend-infra/react-lint > @neutrinojs/[email protected]" has incorrect peer dependency "[email protected]".
[task 2024-01-24T21:19:09.072Z] warning "@mozilla-frontend-infra/react-lint > @neutrinojs/airbnb > @neutrinojs/[email protected]" has incorrect peer dependency "eslint@^6.0.0".
[task 2024-01-24T21:19:09.073Z] warning "@mozilla-frontend-infra/react-lint > @neutrinojs/airbnb > @neutrinojs/[email protected]" has incorrect peer dependency "[email protected]".
[task 2024-01-24T21:19:09.073Z] warning "@mozilla-frontend-infra/react-lint > @neutrinojs/airbnb > [email protected]" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0".
[task 2024-01-24T21:19:09.073Z] warning "@mozilla-frontend-infra/react-lint > @neutrinojs/airbnb > @neutrinojs/eslint > [email protected]" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0".
[task 2024-01-24T21:19:09.074Z] warning "@neutrinojs/jest > eslint-plugin-jest > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > [email protected]" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
[task 2024-01-24T21:19:25.009Z] [4/4] Building fresh packages...
[task 2024-01-24T21:19:25.265Z] Done in 49.58s.
[task 2024-01-24T21:19:25.301Z] + yarn lint
[task 2024-01-24T21:19:25.442Z] yarn run v1.22.19
[task 2024-01-24T21:19:25.470Z] $ eslint --cache --format codeframe --ext mjs,jsx,js src
[task 2024-01-24T21:19:30.624Z] Done in 5.19s.
[task 2024-01-24T21:19:30.631Z] + yarn test --passWithNoTests
[task 2024-01-24T21:19:30.774Z] yarn run v1.22.19
[task 2024-01-24T21:19:30.801Z] $ jest --passWithNoTests
[task 2024-01-24T21:19:31.762Z] No tests found, exiting with code 0
[task 2024-01-24T21:19:31.880Z] Done in 1.11s.
[task 2024-01-24T21:19:31.886Z] + yarn build
[task 2024-01-24T21:19:32.029Z] yarn run v1.22.19
[task 2024-01-24T21:19:32.055Z] $ dotenv webpack -- --mode production
[task 2024-01-24T21:19:35.932Z] Browserslist: caniuse-lite is outdated. Please run:
[task 2024-01-24T21:19:35.932Z]   npx browserslist@latest --update-db
[task 2024-01-24T21:19:35.932Z]   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
[task 2024-01-24T21:19:54.347Z] Hash: c03df7602f876522766d
[task 2024-01-24T21:19:54.347Z] Version: webpack 4.46.0
[task 2024-01-24T21:19:54.347Z] Time: 21238ms
[task 2024-01-24T21:19:54.347Z] Built at: 01/24/2024 9:19:54 PM
[task 2024-01-24T21:19:54.347Z]                                   Asset       Size  Chunks                                Chunk Names
[task 2024-01-24T21:19:54.347Z]                    assets/0.15e4ae79.js   86.2 KiB       0  [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]                   assets/7.1ac3c589.css    505 KiB       7  [emitted] [immutable]  [big]  
[task 2024-01-24T21:19:54.347Z]                    assets/7.8e7d9a8d.js   1.42 MiB       7  [emitted] [immutable]  [big]  
[task 2024-01-24T21:19:54.347Z]                    assets/8.6208493b.js   22.8 KiB       8  [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]                    assets/9.373e66f7.js    127 KiB       9  [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]                assets/Login.c867d79e.js  222 bytes       1  [emitted] [immutable]         Login
[task 2024-01-24T21:19:54.347Z]           assets/NewRelease.9bc7d645.js   6.21 KiB       2  [emitted] [immutable]         NewRelease
[task 2024-01-24T21:19:54.347Z]        assets/NewXPIRelease.ecf380db.js    4.1 KiB       3  [emitted] [immutable]         NewXPIRelease
[task 2024-01-24T21:19:54.347Z]             assets/Releases.d6aa948c.js   9.48 KiB       4  [emitted] [immutable]         Releases
[task 2024-01-24T21:19:54.347Z]                assets/index.8ba43081.js   33.6 KiB       5  [emitted] [immutable]         index
[task 2024-01-24T21:19:54.347Z] assets/logo-word-hor-white.15b4b97a.svg   15.4 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z] assets/logo-word-hor-white.2a8d93eb.svg   9.96 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z] assets/logo-word-hor-white.302ab509.svg   42.1 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z] assets/logo-word-hor-white.33dea17b.svg   31.3 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z] assets/logo-word-hor-white.43039a92.svg   9.07 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z] assets/logo-word-hor-white.67222649.svg   12.8 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z] assets/logo-word-hor-white.774ca9ec.svg   13.5 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]       assets/logo-word-hor.1e1bdb69.svg   13.5 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]       assets/logo-word-hor.788cb0bd.svg   9.07 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]       assets/logo-word-hor.788f4f99.svg   33.8 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]       assets/logo-word-hor.c676b15e.svg   12.8 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]       assets/logo-word-hor.d5aaae18.svg   9.97 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]       assets/logo-word-hor.df8fd20d.svg   42.1 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]       assets/logo-word-hor.e9d2dfee.svg   15.4 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]                assets/logo.0151f940.svg     40 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]                assets/logo.604a98c9.svg   11.3 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]                assets/logo.9c8a5676.svg   10.3 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]                assets/logo.c4431773.svg   8.97 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]                assets/logo.ebc7934d.svg   10.4 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]                assets/logo.fd50abaa.svg   14.1 KiB          [emitted] [immutable]         
[task 2024-01-24T21:19:54.347Z]              assets/runtime.bb0d2200.js   2.36 KiB       6  [emitted] [immutable]         runtime
[task 2024-01-24T21:19:54.347Z]                              index.html  641 bytes          [emitted]                     
[task 2024-01-24T21:19:54.347Z]                              shipit.png    4.5 KiB          [emitted]                     
[task 2024-01-24T21:19:54.347Z] 
[task 2024-01-24T21:19:54.347Z] WARNING in EnvironmentPlugin - DEPLOYMENT_BRANCH environment variable is undefined.
[task 2024-01-24T21:19:54.347Z] 
[task 2024-01-24T21:19:54.347Z] You can pass an object with default values to suppress this warning.
[task 2024-01-24T21:19:54.347Z] See https://webpack.js.org/plugins/environment-plugin for example.
[task 2024-01-24T21:19:54.347Z] 
[task 2024-01-24T21:19:54.347Z] WARNING in EnvironmentPlugin - SHIPIT_API_URL environment variable is undefined.
[task 2024-01-24T21:19:54.347Z] 
[task 2024-01-24T21:19:54.347Z] You can pass an object with default values to suppress this warning.
[task 2024-01-24T21:19:54.347Z] See https://webpack.js.org/plugins/environment-plugin for example.
[task 2024-01-24T21:19:54.347Z] 
[task 2024-01-24T21:19:54.347Z] WARNING in EnvironmentPlugin - SHIPIT_PUBLIC_API_URL environment variable is undefined.
[task 2024-01-24T21:19:54.347Z] 
[task 2024-01-24T21:19:54.347Z] You can pass an object with default values to suppress this warning.
[task 2024-01-24T21:19:54.347Z] See https://webpack.js.org/plugins/environment-plugin for example.
[task 2024-01-24T21:19:54.347Z] 
[task 2024-01-24T21:19:54.347Z] WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
[task 2024-01-24T21:19:54.347Z] This can impact web performance.
[task 2024-01-24T21:19:54.347Z] Assets: 
[task 2024-01-24T21:19:54.347Z]   assets/7.1ac3c589.css (505 KiB)
[task 2024-01-24T21:19:54.347Z]   assets/7.8e7d9a8d.js (1.42 MiB)
[task 2024-01-24T21:19:54.347Z] 
[task 2024-01-24T21:19:54.347Z] WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
[task 2024-01-24T21:19:54.347Z] Entrypoints:
[task 2024-01-24T21:19:54.348Z]   index (1.95 MiB)
[task 2024-01-24T21:19:54.348Z]       assets/runtime.bb0d2200.js
[task 2024-01-24T21:19:54.348Z]       assets/7.1ac3c589.css
[task 2024-01-24T21:19:54.348Z]       assets/7.8e7d9a8d.js
[task 2024-01-24T21:19:54.348Z]       assets/index.8ba43081.js
[task 2024-01-24T21:19:54.348Z] 
[task 2024-01-24T21:19:54.447Z] Done in 22.42s.
[taskcluster 2024-01-24 21:19:54.777Z] === Task Finished ===
[taskcluster 2024-01-24 21:19:54.777Z] Successful task run with exit code: 0 completed in 107.5 seconds