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

Turbopack build: Fix Sass test #68936

Merged
merged 1 commit into from
Aug 15, 2024

Turbopack build: Fix Sass test

c6e8df3
Select commit
Loading
Failed to load commit list.
Merged

Turbopack build: Fix Sass test #68936

Turbopack build: Fix Sass test
c6e8df3
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure next.js failed Aug 15, 2024 in 30m 42s

Build #20240815.35 had test failures

Details

Tests

  • Failed: 12 (4.55%)
  • Passed: 239 (90.53%)
  • Other: 13 (4.92%)
  • Total: 264

Annotations

Check failure on line 705 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

Build log #L705

Cmd.exe exited with code '1'.

Check failure on line 1 in create-next-app --example › should create with GitHub URL

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create with GitHub URL

Test failed
Raw output
  ● create-next-app --example › should create with GitHub URL

    expect(received).toBe(expected) // Object.is equality

    Expected: true
    Received: false

      83 |   for (const file of files) {
      84 |     try {
    > 85 |       expect(existsSync(resolve(projectRoot, file))).toBe(true)
         |                                                      ^
      86 |     } catch (err) {
      87 |       require('console').error(
      88 |         `missing expected file ${file}`,

      at toBe (integration/create-next-app/lib/utils.ts:85:54)
      at integration/create-next-app/examples.test.ts:64:30
      at useTempDir (lib/use-temp-dir.ts:24:5)
      at Object.<anonymous> (integration/create-next-app/examples.test.ts:53:5)

Check failure on line 1 in create-next-app --example › should create with GitHub URL trailing slash

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create with GitHub URL trailing slash

Test failed
Raw output
  ● create-next-app --example › should create with GitHub URL trailing slash

    expect(received).toBe(expected) // Object.is equality

    Expected: true
    Received: false

      83 |   for (const file of files) {
      84 |     try {
    > 85 |       expect(existsSync(resolve(projectRoot, file))).toBe(true)
         |                                                      ^
      86 |     } catch (err) {
      87 |       require('console').error(
      88 |         `missing expected file ${file}`,

      at toBe (integration/create-next-app/lib/utils.ts:85:54)
      at integration/create-next-app/examples.test.ts:96:30
      at useTempDir (lib/use-temp-dir.ts:24:5)
      at Object.<anonymous> (integration/create-next-app/examples.test.ts:79:5)

Check failure on line 1 in create-next-app --example › should use --example-path over the GitHub URL

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should use --example-path over the GitHub URL

Test failed
Raw output
  ● create-next-app --example › should use --example-path over the GitHub URL

    expect(received).toBe(expected) // Object.is equality

    Expected: true
    Received: false

      83 |   for (const file of files) {
      84 |     try {
    > 85 |       expect(existsSync(resolve(projectRoot, file))).toBe(true)
         |                                                      ^
      86 |     } catch (err) {
      87 |       require('console').error(
      88 |         `missing expected file ${file}`,

      at toBe (integration/create-next-app/lib/utils.ts:85:54)
      at integration/create-next-app/examples.test.ts:165:30
      at useTempDir (lib/use-temp-dir.ts:24:5)
      at Object.<anonymous> (integration/create-next-app/examples.test.ts:145:5)

Check failure on line 1 in create-next-app --example › should create with GitHub URL and --example-path

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create with GitHub URL and --example-path

Test failed
Raw output
  ● create-next-app --example › should create with GitHub URL and --example-path

    expect(received).toBe(expected) // Object.is equality

    Expected: true
    Received: false

      83 |   for (const file of files) {
      84 |     try {
    > 85 |       expect(existsSync(resolve(projectRoot, file))).toBe(true)
         |                                                      ^
      86 |     } catch (err) {
      87 |       require('console').error(
      88 |         `missing expected file ${file}`,

      at toBe (integration/create-next-app/lib/utils.ts:85:54)
      at integration/create-next-app/examples.test.ts:130:30
      at useTempDir (lib/use-temp-dir.ts:24:5)
      at Object.<anonymous> (integration/create-next-app/examples.test.ts:110:5)