Cmake Error "Math cannot parse the expression" with NCS > 2.4.2

Hello,

i'm using nrf connect sdk 2.4.2 to develop the firmware for my custom nrf5340 board without issues. I'm trying to upgrade to the the latest release but both 2.5.0 and 2.5.2 gives me this error when trying to compile:

CMake Error at D:/Nordic/v2.5.0/zephyr/cmake/modules/version.cmake:74 (math):
math cannot parse the expression: "( << 16) + ( << 8) + ()": syntax error,
unexpected exp_SHIFTLEFT (4).

I found THIS issue on DevZone that is extremely similar to my one and posted there some material to test on, but i didn't get any feedback in few months. For this reason, i'm opening a new issue.

The issue is clearly correlated to the Application versioning, but even reading the docs and making some tests i was not able to solve it.

Any suggestion?

Frax

Parents
  • I'm a bit at a loss here. Could you upload your project so I can have a look?

    Just to summarize 

    New version of the SDK

    new sample project with only hello world and no changes? Are you including any file named version in your project folder? I don't believe are you, just need to check. 

    Could you generate the support information from vscode and post it here?

    Regards

    Runar

    NB: Due to public holidays here in Norway, we will be out until the 2. of April. 

  • Hi runsiv,

    Correct, new version of SDK and toolchain. Project with only hellow world and no changes. I am NOT including any file named version in my project folder. 

    Here follows the support information generated from vscode:

    IMPORTANT: The data below could contain sensitive or confidential information about your environment.
    If you do not wish this to be seen by others, please make sure to remove it before sharing.
    
    For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.
    
    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 10 Home",
        "osKernel": "10.0.19045",
        "vscode": "1.87.2",
        "electron": "27.3.2",
        "node": "v18.17.1"
      },
      "system": {
        "date": "2024-03-27T15:58:04.253Z",
        "vscodeRoot": "c:\\Users\\Frax\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:01:26",
        "osUptime": "07:24:04",
        "cpu": "Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz"
      },
      "workspace": {
        "name": "nrf5340_PASTO (Workspace)",
        "workspaceFile": "c:\\nrf5340_PASTO\\nrf5340_PASTO.code-workspace",
        "folders": [
          "c:\\nrf5340_PASTO",
          "c:\\nrf5340dk_projects\\PASTO\\hello_world"
        ]
      },
      "sdks": [
        {
          "version": "v2.6.0",
          "path": "c:\\ncs\\v2.6.0"
        },
        {
          "version": "v2.4.2",
          "path": "c:\\ncs\\v2.4.2"
        }
      ],
      "activeBuild": "c:\\nrf5340_PASTO\\Glass_firmware\\build-DK",
      "apps": [
        {
          "workspace": "c:\\nrf5340_PASTO",
          "uri": "c:\\nrf5340_PASTO\\Glass_firmware",
          "buildConfigurations": [
            {
              "id": "c:\\nrf5340_PASTO\\Glass_firmware\\build_glass_nrf5340",
              "name": "build_glass_nrf5340",
              "boardId": "pasto_glass_nrf5340_cpuapp_ns",
              "type": "Zephyr",
              "isChild": false,
              "isStale": true,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              }
            },
            {
              "id": "c:\\nrf5340_PASTO\\Glass_firmware\\build_glass-nrf5340_rev",
              "name": "build_glass-nrf5340_rev",
              "boardId": "pasto_glass_nrf5340_cpuapp_ns",
              "type": "Zephyr",
              "isChild": false,
              "isStale": true,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              }
            },
            {
              "id": "c:\\nrf5340_PASTO\\Glass_firmware\\build-DK",
              "name": "build-DK",
              "boardId": "pasto_glass_nrf5340_cpuapp_ns",
              "type": "Zephyr",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              }
            }
          ]
        },
        {
          "workspace": "c:\\nrf5340dk_projects\\PASTO\\hello_world",
          "uri": "c:\\nrf5340dk_projects\\PASTO\\hello_world",
          "buildConfigurations": [
            {
              "id": "c:\\nrf5340dk_projects\\PASTO\\hello_world\\hello_world_PASTO_BOARD",
              "name": "hello_world_PASTO_BOARD",
              "boardId": "nrf5340dk_nrf5340_cpuapp_ns",
              "type": "Zephyr",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              }
            }
          ]
        }
      ],
      "topdir": "c:\\ncs\\v2.6.0",
      "workspaceState": "freestanding-ready",
      "toolchains": [
        {
          "version": "2.6.0",
          "path": "c:\\ncs\\toolchains\\cf2149caf2"
        },
        {
          "version": "2.4.2",
          "path": "c:\\ncs\\toolchains\\31f4403e35"
        }
      ],
      "connectedDevices": [],
      "deviceProvider": "nrfutil",
      "tools": {
        "C:\\ncs\\toolchains\\cf2149caf2\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.16.5",
        "C:\\Program Files\\SEGGER\\JLink_V794e\\JLink.exe": "7.94e",
        "C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.24.0",
        "nrfutil": "Not found",
        "C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin\\cmake.exe": "3.21.0",
        "C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin\\Scripts\\west.exe": "1.2.0",
        "C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin\\python.exe": "3.9.13",
        "C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin\\ninja.exe": "1.10.2",
        "C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin\\gperf.exe": "3.1",
        "C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin\\dtc.exe": "1.4.7",
        "C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin\\gn.exe": "2154",
        "C:\\ncs\\toolchains\\cf2149caf2\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "gdbPath": "c:\\ncs\\toolchains\\cf2149caf2\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe"
      },
      "nrfutil": {
        "nrfutil-device": {
          "version": "2.0.0",
          "binPath": "c:\\Users\\Frax\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.3.25-win32-x64\\platform\\nrfutil\\bin\\nrfutil-device"
        },
        "nrfutil-toolchain-manager": {
          "version": "0.14.1",
          "binPath": "c:\\Users\\Frax\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.3.25-win32-x64\\platform\\nrfutil\\bin\\nrfutil-toolchain-manager"
        }
      },
      "environment": {
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Frax",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Frax",
          "PATH": "C:\\ncs\\toolchains\\cf2149caf2;C:\\ncs\\toolchains\\cf2149caf2\\mingw64\\bin;C:\\ncs\\toolchains\\cf2149caf2\\bin;C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin;C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin\\Scripts;C:\\ncs\\toolchains\\cf2149caf2\\opt\\nanopb\\generator-bin;C:\\ncs\\toolchains\\cf2149caf2\\opt\\zephyr-sdk\\aarch64-zephyr-elf\\bin;C:\\ncs\\toolchains\\cf2149caf2\\opt\\zephyr-sdk\\x86_64-zephyr-elf\\bin;C:\\ncs\\toolchains\\cf2149caf2\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;C:\\ncs\\toolchains\\cf2149caf2\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin;c:\\Users\\Frax\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.3.25-win32-x64\\platform\\nrfutil\\lib\\nrfutil-toolchain-manager;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\PuTTY\\;C:\\Program Files (x86)\\Windows Kits\\8.1\\Windows Performance Toolkit\\;C:\\Users\\Frax\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python310\\Scripts;C:\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\Frax\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Program Files\\JetBrains\\PhpStorm 2019.3.3\\bin;;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2021.2.3\\bin;;C:\\Program Files\\JetBrains\\IntelliJ IDEA Community Edition 2021.3\\bin;;C:\\Users\\Frax\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Frax\\go\\bin",
          "ZEPHYR_BASE": "c:\\ncs\\v2.6.0\\zephyr",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "C:\\ncs\\toolchains\\cf2149caf2\\opt\\zephyr-sdk",
          "PYTHONPATH": "C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin;C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin\\Lib;C:\\ncs\\toolchains\\cf2149caf2\\opt\\bin\\Lib\\site-packages"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\Frax",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Frax",
          "Path": "C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\PuTTY\\;C:\\Program Files (x86)\\Windows Kits\\8.1\\Windows Performance Toolkit\\;C:\\Users\\Frax\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python310\\Scripts;C:\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\Frax\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Program Files\\JetBrains\\PhpStorm 2019.3.3\\bin;;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2021.2.3\\bin;;C:\\Program Files\\JetBrains\\IntelliJ IDEA Community Edition 2021.3\\bin;;C:\\Users\\Frax\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Frax\\go\\bin",
          "PATH": "C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files\\NVIDIA Corporation\\NVIDIA NvDLISR;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\PuTTY\\;C:\\Program Files (x86)\\Windows Kits\\8.1\\Windows Performance Toolkit\\;C:\\Users\\Frax\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python310\\Scripts;C:\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\Frax\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Program Files\\JetBrains\\PhpStorm 2019.3.3\\bin;;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2021.2.3\\bin;;C:\\Program Files\\JetBrains\\IntelliJ IDEA Community Edition 2021.3\\bin;;C:\\Users\\Frax\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\Frax\\go\\bin"
        },
        "toolchainPath": "c:\\ncs\\toolchains\\cf2149caf2",
        "toolchainBinPath": "c:\\ncs\\toolchains\\cf2149caf2\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin",
        "toolchainVersion": "2.6.0"
      },
      "terminal": {
        "defaultProfile": null
      },
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "${nrf-connect.sdk:2.6.0}",
          "toolchain": {
            "path": "${nrf-connect.toolchain:2.6.0}"
          },
          "ozonePath": "",
          "applications": [
            "${workspaceFolder}\\Glass_firmware"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig"
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "taskBindings": {},
          "buildTerminal": {
            "condensedProgress": true
          },
          "debugging": {
            "flash": true,
            "bindings": {},
            "justMyCode": true
          },
          "activeAppFollowActiveEditor": true,
          "deviceProvider": "",
          "flash": {
            "softreset": false,
            "erase": false,
            "recover": false
          },
          "enableTelemetry": false,
          "thirdpartyIntegration": {},
          "toolchainManager": {
            "indexURL": null,
            "installDirectory": null
          },
          "nrfutil": {
            "home": null
          },
          "defaultOpenAction": "ask",
          "welcome": {
            "showOnStartup": true
          }
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character"
        }
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2024.3.25",
            "path": "c:\\Users\\Frax\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.3.25-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2024.3.15",
            "path": "c:\\Users\\Frax\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2024.3.15",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2024.3.78",
            "path": "c:\\Users\\Frax\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2024.3.78",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2024.3.21",
            "path": "c:\\Users\\Frax\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2024.3.21",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": null,
          "ms-vscode.cpptools": "1.19.9",
          "ms-vscode.js-debug": "1.87.0",
          "ms-vscode.js-debug-companion": "1.1.2",
          "ms-vscode.vscode-js-profile-table": "1.0.8",
          "alexnesnes.teleplot": "1.1.3",
          "esbenp.prettier-vscode": "10.4.0",
          "GitHub.codespaces": "1.16.17",
          "GitHub.remotehub": "0.62.0",
          "Gruntfuggly.todo-tree": "0.0.226",
          "mintlify.document": "2.2.1",
          "MS-CEINTL.vscode-language-pack-it": "1.87.2024031309",
          "ms-vscode.azure-repos": "0.38.0",
          "ms-vscode.cpptools-extension-pack": "1.3.0",
          "ms-vscode.cpptools-themes": "2.0.0",
          "ms-vscode.remote-repositories": "0.40.0",
          "PKief.material-icon-theme": "4.34.0",
          "redhat.vscode-yaml": "1.14.0",
          "tomoki1207.pdf": "1.2.2",
          "trond-snekvik.gnu-mapfiles": "1.1.0"
        }
      }
    }

    No problem for the holydays, please enjoy them Slight smile

    It's important i solve the issue but i'm not in hurry.

    Thanks,

    Frax

  • From the opened terminal, change the directory to 'nrf', and type git branch to verify you are on the v2.5.x branch. Then, enter west update to ensure all repositories are aligned with the revisions from the west manifest.

    Can you please confirm what you mean with "change the directory to "nrf"? I have my sdk branches in "C:/ncs". If i type "cd nrf" i get errors.

  • Did you open the terminal as I explained above? It should open in the current SDK root directory. E.g., C:/ncs/v2.5.2/

  • Hello,

    after some tests i think that something is off. Let's proceed schematically. This is my folder structure (the relevant folders at least):

    C
    ->ncs
      ->downloads
      ->tmp
      ->toolchains
      ->v2.4.2
      ->v2.6.0
    ->nrf5340_PASTO
      ->boards
      ->Glass_firmware
        ->build-DK
        ->src
    ->nrf5340dk_projects
      ->PASTO
        ->hello_world
          ->build
          ->src
        

    Here you can find a short description of each folder:

    - ncs -> It's the folder where toolchains and SDK are

    - nrf5340_PASTO -> It's my main project folder (the one i want to work with at the end of this story). You can notice custom board, source code and build folder.

    - nrf5340dk_projects -> This is the folder where i load sample projects to test on. The "hello_world" you see in it is the one you're supporting me on to test.

    Now, given this structure:

    1) When i open the terminal and digit "cd nrf" i get error because "C:/nrf5340_PASTO/nrf" path does not exist;

    2) If i type "git branch" staying in "C:/nrf5340_PASTO" folder i get "main" as answer

    3) If i manually go to "C:/ncs/v2.6.0" and type "git branch" i get "not a git repository" error

    4) If i manually go to "C:/ncs/v2.4.2" and type "git branch" i get "not a git repository" error

    5) About 3) and 4) please notice that if i try to build using nrf connect 2.4.2 it builds correctly, while if i try to build using nrf connect 2.6.0 i get the error at the origin of the post.

    I hope this helps. Waiting for your feedback,

    Frax

  • Hello,

    In which directory does the terminal open when you execute the 'nRF Connect SDK: Open Toolchain Terminal Profile' command? I expected it to open in C:/ncs/v2.6.0. I wanted you to run git branch followed by west update in C:/ncs/v2.6.0/nrf.

  • In which directory does the terminal open when you execute the 'nRF Connect SDK: Open Toolchain Terminal Profile' command?

     C:\nrf5340_PASTO

    I wanted you to run git branch followed by west update in C:/ncs/v2.6.0/nrf.

    If i go manually in this directory and run git branch i get "no branch" answer.

Reply Children
  • Thanks for confirming. In that case, from the nrf directory, please run 'git checkout v2.6.0 && west update'

  • Done. Unfortunately, after a while the process started, it loops on these lines undefinitely (and the folder becomes bigger and bigger):

    warning: unable to unlink '.git/objects/pack/pack-3a6b1c941c640cde49d28a9838e829dbf4516c5a.idx': Invalid argument
    warning: unable to unlink '.git/objects/pack/pack-bb8654a1220392c6412891f2b648eee79e2b60bc.idx': Invalid argument
    remote: Enumerating objects: 206, done.
    remote: Counting objects: 100% (55/55), done.
    remote: Compressing objects: 100% (55/55), done.
    Receiving objects:  96% (198/206)ed 0 (delta 0), pack-reused 151
    Receiving objects: 100% (206/206), 32.37 KiB | 1.70 MiB/s, done.
    Auto packing the repository in background for optimum performance.
    See "git help gc" for manual housekeeping.
    Enumerating objects: 5020, done.
    Counting objects: 100% (4819/4819), done.
    Delta compression using up to 8 threads
    Compressing objects: 100% (3896/3896), done.
    Writing objects: 100% (4819/4819), done.
    Total 4819 (delta 836), reused 4812 (delta 829), pack-reused 0

    With the "Total" count (on the last row here above) that slowly increases (together with the size of the folder). To stop this loop i need to close VS Code

  • Which repo is it failing to update? The 'unable to unlink' suggests that there may be an issue with the write permissions.

  • This is the output i have from "west update" command up to the first time it becomes a loop.

    PS C:\ncs\v2.6.0\nrf> west update
    === updating zephyr (zephyr):
    HEAD is now at d96769fac [nrf noup] samples: lwm2m_client: Add support for nRF91x and nRF700x
    === updating bsim (tools/bsim):
    HEAD is now at 384a091 west.yaml Update to 2.1.1
    === updating hostap (modules/lib/hostap):
    HEAD is now at dda5457a [nrf noup] zephyr: Fix reason code for locally generated disconnection
    === updating wfa-qt-control-app (modules/lib/wfa-qt-control-app):
    HEAD is now at d649bd1 [nrf noup]: qt: Fix config name
    === updating mcuboot (bootloader/mcuboot):
    HEAD is now at 3c2f2ff12 [nrf noup] boards: thingy91x: add board config
    === updating qcbor (modules/tee/tf-m/qcbor):
    HEAD is now at 751d365 restore inc/qcbor.h for backwards compatibility (#181)
    === updating mbedtls (modules/crypto/mbedtls):
    --- mbedtls: fetching, need revision v3.5.2-ncs1
    remote: Enumerating objects: 325, done.
    remote: Counting objects: 100% (23/23), done.
    remote: Compressing objects: 100% (23/23), done.
    remote: Total 325 (delta 4), reused 5 (delta 0), pack-reused 302
    Receiving objects: 100% (325/325), 113.17 KiB | 733.00 KiB/s, done.
    Resolving deltas: 100% (64/64), done.
    From https://github.com/nrfconnect/sdk-mbedtls
     * tag                 v3.5.2-ncs1           -> FETCH_HEAD
     * [new tag]           mbedtls-2.26.0        -> mbedtls-2.26.0
     * [new tag]           v3.0.0-ncs1           -> v3.0.0-ncs1
     * [new tag]           v3.0.0-ncs1-rc2       -> v3.0.0-ncs1-rc2
     * [new tag]           v3.0.0-ncs2           -> v3.0.0-ncs2
     * [new tag]           v3.0.0-ncs2-rc1       -> v3.0.0-ncs2-rc1
     * [new tag]           v3.1.0-ncs1           -> v3.1.0-ncs1
     * [new tag]           v3.1.0-ncs1-rc1       -> v3.1.0-ncs1-rc1
     * [new tag]           v3.1.0-ncs1-rc2       -> v3.1.0-ncs1-rc2
     * [new tag]           v3.1.0-ncs2           -> v3.1.0-ncs2
     * [new tag]           v3.1.0-ncs2-rc1       -> v3.1.0-ncs2-rc1
     * [new tag]           v3.1.0-ncs2-rc2       -> v3.1.0-ncs2-rc2
     * [new tag]           v3.1.0-ncs3           -> v3.1.0-ncs3
     * [new tag]           v3.1.0-ncs3-rc1       -> v3.1.0-ncs3-rc1
     * [new tag]           v3.1.0-ncs3-rc2       -> v3.1.0-ncs3-rc2
     * [new tag]           v3.3.0-ncs1           -> v3.3.0-ncs1
     * [new tag]           v3.3.0-ncs1-1         -> v3.3.0-ncs1-1
     * [new tag]           v3.3.0-ncs1-rc1       -> v3.3.0-ncs1-rc1
     * [new tag]           v3.3.0-ncs1-rc2       -> v3.3.0-ncs1-rc2
     * [new tag]           v3.3.0-ncs1-snapshot1 -> v3.3.0-ncs1-snapshot1
     * [new tag]           v3.3.0-ncs2           -> v3.3.0-ncs2
     * [new tag]           v3.3.0-ncs2-1         -> v3.3.0-ncs2-1
     * [new tag]           v3.3.0-ncs2-1-rc1     -> v3.3.0-ncs2-1-rc1
     * [new tag]           v3.3.0-ncs2-2         -> v3.3.0-ncs2-2
     * [new tag]           v3.3.0-ncs2-rc1       -> v3.3.0-ncs2-rc1
     * [new tag]           v3.3.0-ncs2-rc2       -> v3.3.0-ncs2-rc2
     * [new tag]           v3.5.2-ncs1           -> v3.5.2-ncs1
     * [new tag]           v3.5.2-ncs1-rc1       -> v3.5.2-ncs1-rc1
     * [new tag]           v3.5.2-ncs1-rc2       -> v3.5.2-ncs1-rc2
     * [new tag]           v3.5.2-ncs1-snapshot1 -> v3.5.2-ncs1-snapshot1
    HEAD is now at 9beb52e6 [nrf noup] tls: Adapt to final PSA PAKE APIs
    === updating nrfxlib (nrfxlib):
    --- nrfxlib: fetching, need revision v2.6.0
    remote: Enumerating objects: 148, done.
    remote: Counting objects: 100% (12/12), done.
    remote: Total 148 (delta 12), reused 12 (delta 12), pack-reused 136Receiving objects:  83% (123/148)
    Receiving objects: 100% (148/148), 75.63 KiB | 1.84 MiB/s, done.
    Resolving deltas: 100% (18/18), completed with 12 local objects.
    From https://github.com/nrfconnect/sdk-nrfxlib
     * tag               v2.6.0       -> FETCH_HEAD
     * [new tag]         v0.1.0       -> v0.1.0
     * [new tag]         v0.1.0-rc1   -> v0.1.0-rc1
     * [new tag]         v0.3.0       -> v0.3.0
     * [new tag]         v0.3.0-rc1   -> v0.3.0-rc1
     * [new tag]         v0.3.0-rc2   -> v0.3.0-rc2
     * [new tag]         v0.4.0       -> v0.4.0
     * [new tag]         v0.4.0-rc1   -> v0.4.0-rc1
     * [new tag]         v0.4.0-rc2   -> v0.4.0-rc2
     * [new tag]         v1.0.0       -> v1.0.0
     * [new tag]         v1.0.0-rc1   -> v1.0.0-rc1
     * [new tag]         v1.0.0-rc2   -> v1.0.0-rc2
     * [new tag]         v1.0.0-rc3   -> v1.0.0-rc3
     * [new tag]         v1.0.0-rc4   -> v1.0.0-rc4
     * [new tag]         v1.1.0       -> v1.1.0
     * [new tag]         v1.1.0-rc1   -> v1.1.0-rc1
     * [new tag]         v1.1.0-rc2   -> v1.1.0-rc2
     * [new tag]         v1.1.0-rc3   -> v1.1.0-rc3
     * [new tag]         v1.2.0       -> v1.2.0
     * [new tag]         v1.2.0-rc1   -> v1.2.0-rc1
     * [new tag]         v1.2.0-rc2   -> v1.2.0-rc2
     * [new tag]         v1.2.1       -> v1.2.1
     * [new tag]         v1.3.0       -> v1.3.0
     * [new tag]         v1.3.0-rc1   -> v1.3.0-rc1
     * [new tag]         v1.3.0-rc2   -> v1.3.0-rc2
     * [new tag]         v1.3.0-rc3   -> v1.3.0-rc3
     * [new tag]         v1.3.1       -> v1.3.1
     * [new tag]         v1.4.0       -> v1.4.0
     * [new tag]         v1.4.0-rc1   -> v1.4.0-rc1
     * [new tag]         v1.4.1       -> v1.4.1
     * [new tag]         v1.4.2       -> v1.4.2
     * [new tag]         v1.5.0       -> v1.5.0
     * [new tag]         v1.5.0-rc1   -> v1.5.0-rc1
     * [new tag]         v1.5.1       -> v1.5.1
     * [new tag]         v1.5.1-rc1   -> v1.5.1-rc1
     * [new tag]         v1.5.2       -> v1.5.2
     * [new tag]         v1.6.0       -> v1.6.0
     * [new tag]         v1.6.0-rc3   -> v1.6.0-rc3
     * [new tag]         v1.6.1       -> v1.6.1
     * [new tag]         v1.7.0       -> v1.7.0
     * [new tag]         v1.7.0-rc1   -> v1.7.0-rc1
     * [new tag]         v1.7.0-rc2   -> v1.7.0-rc2
     * [new tag]         v1.7.1       -> v1.7.1
     * [new tag]         v1.8.0       -> v1.8.0
     * [new tag]         v1.8.0-rc1   -> v1.8.0-rc1
     * [new tag]         v1.8.0-rc2   -> v1.8.0-rc2
     * [new tag]         v1.9.0       -> v1.9.0
     * [new tag]         v1.9.0-rc1   -> v1.9.0-rc1
     * [new tag]         v1.9.0-rc2   -> v1.9.0-rc2
     * [new tag]         v1.9.1       -> v1.9.1
     * [new tag]         v1.9.2       -> v1.9.2
     * [new tag]         v1.9.2-dev1  -> v1.9.2-dev1
     * [new tag]         v2.0.0       -> v2.0.0
     * [new tag]         v2.0.0-rc1   -> v2.0.0-rc1
     * [new tag]         v2.0.0-rc2   -> v2.0.0-rc2
     * [new tag]         v2.0.0-rc2-1 -> v2.0.0-rc2-1
     * [new tag]         v2.0.1       -> v2.0.1
     * [new tag]         v2.0.2       -> v2.0.2
     * [new tag]         v2.1.0       -> v2.1.0
     * [new tag]         v2.1.0-rc1   -> v2.1.0-rc1
     * [new tag]         v2.1.0-rc2   -> v2.1.0-rc2
     * [new tag]         v2.1.1       -> v2.1.1
     * [new tag]         v2.1.2       -> v2.1.2
     * [new tag]         v2.1.3       -> v2.1.3
     * [new tag]         v2.1.4       -> v2.1.4
     * [new tag]         v2.2.0       -> v2.2.0
     * [new tag]         v2.2.0-rc1   -> v2.2.0-rc1
     * [new tag]         v2.2.0-rc2   -> v2.2.0-rc2
     * [new tag]         v2.3.0       -> v2.3.0
     * [new tag]         v2.3.0-rc1   -> v2.3.0-rc1
     * [new tag]         v2.3.0-rc2   -> v2.3.0-rc2
     * [new tag]         v2.4.0       -> v2.4.0
     * [new tag]         v2.4.0-rc1   -> v2.4.0-rc1
     * [new tag]         v2.4.0-rc2   -> v2.4.0-rc2
     * [new tag]         v2.4.1       -> v2.4.1
     * [new tag]         v2.4.2       -> v2.4.2
     * [new tag]         v2.4.3       -> v2.4.3
     * [new tag]         v2.5.0       -> v2.5.0
     * [new tag]         v2.5.0-rc1   -> v2.5.0-rc1
     * [new tag]         v2.5.0-rc2   -> v2.5.0-rc2
     * [new tag]         v2.5.1       -> v2.5.1
     * [new tag]         v2.5.1-rc1   -> v2.5.1-rc1
     * [new tag]         v2.5.2       -> v2.5.2
     * [new tag]         v2.6.0       -> v2.6.0
     * [new tag]         v2.6.0-rc1   -> v2.6.0-rc1
     * [new tag]         v2.6.0-rc2   -> v2.6.0-rc2
    HEAD is now at 13cd978 nrf_modem: release 2.6.1
    === updating trusted-firmware-m (modules/tee/tf-m/trusted-firmware-m):
    --- trusted-firmware-m: fetching, need revision v2.0.0-ncs1
    remote: Enumerating objects: 742, done.
    remote: Counting objects: 100% (194/194), done.
    remote: Compressing objects: 100% (167/167), done.
    remote: Total 742 (delta 32), reused 111 (delta 27), pack-reused 548
    Receiving objects: 100% (742/742), 248.96 KiB | 4.88 MiB/s, done.
    Resolving deltas: 100% (168/168), completed with 3 local objects.
    From https://github.com/nrfconnect/sdk-trusted-firmware-m
     * tag               v2.0.0-ncs1            -> FETCH_HEAD
     * [new tag]         v1.2.99-ncs1           -> v1.2.99-ncs1
     * [new tag]         v1.2.99-ncs1-1         -> v1.2.99-ncs1-1
     * [new tag]         v1.2.99-ncs1-rc1       -> v1.2.99-ncs1-rc1
     * [new tag]         v1.3.99-ncs1           -> v1.3.99-ncs1
     * [new tag]         v1.3.99-ncs1-rc1       -> v1.3.99-ncs1-rc1
     * [new tag]         v1.3.99-ncs1-rc3       -> v1.3.99-ncs1-rc3
     * [new tag]         v1.3.99-ncs1-snapshot1 -> v1.3.99-ncs1-snapshot1
     * [new tag]         v1.3.99-ncs1-snapshot2 -> v1.3.99-ncs1-snapshot2
     * [new tag]         v1.3.99-ncs2           -> v1.3.99-ncs2
     * [new tag]         v1.3.99-ncs2-1         -> v1.3.99-ncs2-1
     * [new tag]         v1.3.99-ncs2-rc1       -> v1.3.99-ncs2-rc1
     * [new tag]         v1.3.99-ncs2-rc2       -> v1.3.99-ncs2-rc2
     * [new tag]         v1.3.99-ncs3           -> v1.3.99-ncs3
     * [new tag]         v1.3.99-ncs3-rc1       -> v1.3.99-ncs3-rc1
     * [new tag]         v1.3.99-ncs3-rc2       -> v1.3.99-ncs3-rc2
     * [new tag]         v1.5.0-ncs1            -> v1.5.0-ncs1
     * [new tag]         v1.5.0-ncs1-1          -> v1.5.0-ncs1-1
     * [new tag]         v1.5.0-ncs1-rc1        -> v1.5.0-ncs1-rc1
     * [new tag]         v1.5.0-ncs1-rc2        -> v1.5.0-ncs1-rc2
     * [new tag]         v1.5.0-ncs2            -> v1.5.0-ncs2
     * [new tag]         v1.5.0-ncs2-rc1        -> v1.5.0-ncs2-rc1
     * [new tag]         v1.5.0-ncs2-rc2        -> v1.5.0-ncs2-rc2
     * [new tag]         v1.5.0-ncs2-snapshot1  -> v1.5.0-ncs2-snapshot1
     * [new tag]         v1.6.0-ncs1            -> v1.6.0-ncs1
     * [new tag]         v1.6.0-ncs1-rc1        -> v1.6.0-ncs1-rc1
     * [new tag]         v1.6.0-ncs1-rc2        -> v1.6.0-ncs1-rc2
     * [new tag]         v1.6.0-ncs1-snapshot1  -> v1.6.0-ncs1-snapshot1
     * [new tag]         v1.6.0-ncs2            -> v1.6.0-ncs2
     * [new tag]         v1.6.0-ncs2-rc1        -> v1.6.0-ncs2-rc1
     * [new tag]         v1.6.0-ncs2-rc2        -> v1.6.0-ncs2-rc2
     * [new tag]         v1.6.0-ncs3            -> v1.6.0-ncs3
     * [new tag]         v1.6.0-ncs3-rc1        -> v1.6.0-ncs3-rc1
     * [new tag]         v1.6.0-ncs3-rc2        -> v1.6.0-ncs3-rc2
     * [new tag]         v1.7.0-ncs1            -> v1.7.0-ncs1
     * [new tag]         v1.7.0-ncs1-1          -> v1.7.0-ncs1-1
     * [new tag]         v1.7.0-ncs1-rc1        -> v1.7.0-ncs1-rc1
     * [new tag]         v1.7.0-ncs1-rc2        -> v1.7.0-ncs1-rc2
     * [new tag]         v1.7.0-ncs1-snapshot1  -> v1.7.0-ncs1-snapshot1
     * [new tag]         v1.8.0-ncs1            -> v1.8.0-ncs1
     * [new tag]         v1.8.0-ncs1-1          -> v1.8.0-ncs1-1
     * [new tag]         v1.8.0-ncs1-1-rc1      -> v1.8.0-ncs1-1-rc1
     * [new tag]         v1.8.0-ncs1-2          -> v1.8.0-ncs1-2
     * [new tag]         v1.8.0-ncs1-rc1        -> v1.8.0-ncs1-rc1
     * [new tag]         v1.8.0-ncs1-rc2        -> v1.8.0-ncs1-rc2
     * [new tag]         v1.8.0-ncs1-snapshot1  -> v1.8.0-ncs1-snapshot1
     * [new tag]         v2.0.0-ncs1            -> v2.0.0-ncs1
     * [new tag]         v2.0.0-ncs1-rc1        -> v2.0.0-ncs1-rc1
     * [new tag]         v2.0.0-ncs1-rc2        -> v2.0.0-ncs1-rc2
     * [new tag]         v2.0.0-ncs1-snapshot1  -> v2.0.0-ncs1-snapshot1
    HEAD is now at 2a2e1ce [nrf noup] cmake: tools: Dont add a custom command for running the manifest
    === updating psa-arch-tests (modules/tee/tf-m/psa-arch-tests):
    HEAD is now at 94a349d [nrf fromlist] Fix base address for the nrf watchdog
    === updating matter (modules/lib/matter):
    --- matter: fetching, need revision v2.6.0
    remote: Enumerating objects: 1060, done.
    remote: Counting objects: 100% (10/10), done.
    remote: Compressing objects: 100% (9/9), done.
    remote: Total 1060 (delta 1), reused 6 (delta 1), pack-reused 1050
    Receiving objects: 100% (1060/1060), 344.49 KiB | 2.80 MiB/s, done.
    Resolving deltas: 100% (117/117), completed with 1 local object.
    From https://github.com/nrfconnect/sdk-connectedhomeip
     * tag                 v2.6.0              -> FETCH_HEAD
     * [new tag]           v1.5.0              -> v1.5.0
     * [new tag]           v1.5.0-rc1          -> v1.5.0-rc1
     * [new tag]           v1.5.1              -> v1.5.1
     * [new tag]           v1.5.1-rc1          -> v1.5.1-rc1
     * [new tag]           v1.5.2              -> v1.5.2
     * [new tag]           v1.6.0              -> v1.6.0
     * [new tag]           v1.6.0-rc3          -> v1.6.0-rc3
     * [new tag]           v1.6.99-20210901    -> v1.6.99-20210901
     * [new tag]           v1.6.99-snapshot1   -> v1.6.99-snapshot1
     * [new tag]           v1.7.0              -> v1.7.0
     * [new tag]           v1.7.0-rc1          -> v1.7.0-rc1
     * [new tag]           v1.7.0-rc2          -> v1.7.0-rc2
     * [new tag]           v1.7.1              -> v1.7.1
     * [new tag]           v1.7.99-20211125    -> v1.7.99-20211125
     * [new tag]           v1.8.0              -> v1.8.0
     * [new tag]           v1.8.0-rc1          -> v1.8.0-rc1
     * [new tag]           v1.8.0-rc2          -> v1.8.0-rc2
     * [new tag]           v1.9.0              -> v1.9.0
     * [new tag]           v1.9.0-rc1          -> v1.9.0-rc1
     * [new tag]           v1.9.0-rc2          -> v1.9.0-rc2
     * [new tag]           v1.9.1              -> v1.9.1
     * [new tag]           v1.9.2              -> v1.9.2
     * [new tag]           v1.9.99-matter-dev1 -> v1.9.99-matter-dev1
     * [new tag]           v2.0.0              -> v2.0.0
     * [new tag]           v2.0.0-rc1          -> v2.0.0-rc1
     * [new tag]           v2.0.0-rc2          -> v2.0.0-rc2
     * [new tag]           v2.0.1              -> v2.0.1
     * [new tag]           v2.0.2              -> v2.0.2
     * [new tag]           v2.0.99-matter-dev1 -> v2.0.99-matter-dev1
     * [new tag]           v2.0.99-matter-dev2 -> v2.0.99-matter-dev2
     * [new tag]           v2.1.0              -> v2.1.0
     * [new tag]           v2.1.0-rc1          -> v2.1.0-rc1
     * [new tag]           v2.1.0-rc2          -> v2.1.0-rc2
     * [new tag]           v2.1.0-snapshot1    -> v2.1.0-snapshot1
     * [new tag]           v2.1.1              -> v2.1.1
     * [new tag]           v2.1.2              -> v2.1.2
     * [new tag]           v2.1.3              -> v2.1.3
     * [new tag]           v2.1.4              -> v2.1.4
     * [new tag]           v2.2.0              -> v2.2.0
     * [new tag]           v2.2.0-rc1          -> v2.2.0-rc1
     * [new tag]           v2.2.0-rc2          -> v2.2.0-rc2
     * [new tag]           v2.2.0-snapshot1    -> v2.2.0-snapshot1
     * [new tag]           v2.3.0              -> v2.3.0
     * [new tag]           v2.3.0-rc1          -> v2.3.0-rc1
     * [new tag]           v2.3.0-rc2          -> v2.3.0-rc2
     * [new tag]           v2.3.0-snapshot1    -> v2.3.0-snapshot1
     * [new tag]           v2.4.0              -> v2.4.0
     * [new tag]           v2.4.0-rc1          -> v2.4.0-rc1
     * [new tag]           v2.4.0-rc2          -> v2.4.0-rc2
     * [new tag]           v2.4.1              -> v2.4.1
     * [new tag]           v2.4.2              -> v2.4.2
     * [new tag]           v2.4.3              -> v2.4.3
     * [new tag]           v2.4.99-snapshot1   -> v2.4.99-snapshot1
     * [new tag]           v2.5.0              -> v2.5.0
     * [new tag]           v2.5.0-rc1          -> v2.5.0-rc1
     * [new tag]           v2.5.0-rc2          -> v2.5.0-rc2
     * [new tag]           v2.5.1              -> v2.5.1
     * [new tag]           v2.5.1-rc1          -> v2.5.1-rc1
     * [new tag]           v2.5.2              -> v2.5.2
     * [new tag]           v2.5.99-dev1        -> v2.5.99-dev1
     * [new tag]           v2.6.0              -> v2.6.0
     * [new tag]           v2.6.0-rc1          -> v2.6.0-rc1
     * [new tag]           v2.6.0-rc2          -> v2.6.0-rc2
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (355/355), done.
    remote: Compressing objects: 100% (353/353), done.
    remote: Total 2020 (delta 3), reused 6 (delta 2), pack-reused 1665
    Receiving objects: 100% (2020/2020), 456.07 KiB | 5.12 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (355/355), done.
    remote: Compressing objects: 100% (353/353), done.
    remote: Total 2020 (delta 3), reused 4 (delta 2), pack-reused 1665
    Receiving objects: 100% (2020/2020), 456.07 KiB | 2.40 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (355/355), done.
    remote: Compressing objects: 100% (353/353), done.
    remote: Total 2020 (delta 3), reused 4 (delta 2), pack-reused 1665
    Receiving objects: 100% (2020/2020), 456.07 KiB | 4.47 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (354/354), done.
    remote: Compressing objects: 100% (352/352), done.
    remote: Total 2020 (delta 3), reused 4 (delta 2), pack-reused 1666
    Receiving objects: 100% (2020/2020), 456.07 KiB | 4.51 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (349/349), done.
    remote: Compressing objects: 100% (347/347), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1671
    Receiving objects: 100% (2020/2020), 456.19 KiB | 4.07 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (348/348), done.
    remote: Compressing objects: 100% (346/346), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1672
    Receiving objects: 100% (2020/2020), 456.18 KiB | 4.70 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (346/346), done.
    remote: Compressing objects: 100% (344/344), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1674
    Receiving objects: 100% (2020/2020), 456.19 KiB | 4.11 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (346/346), done.
    remote: Compressing objects: 100% (344/344), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1674
    Receiving objects: 100% (2020/2020), 456.19 KiB | 5.63 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (346/346), done.
    remote: Compressing objects: 100% (344/344), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1674
    Receiving objects: 100% (2020/2020), 456.19 KiB | 1.42 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (346/346), done.
    remote: Compressing objects: 100% (344/344), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1674
    Receiving objects: 100% (2020/2020), 456.19 KiB | 3.28 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (345/345), done.
    remote: Compressing objects: 100% (343/343), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1675
    Receiving objects: 100% (2020/2020), 456.19 KiB | 3.51 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (347/347), done.
    remote: Compressing objects: 100% (345/345), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1673
    Receiving objects: 100% (2020/2020), 456.00 KiB | 2.45 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (347/347), done.
    remote: Compressing objects: 100% (345/345), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1673
    Receiving objects: 100% (2020/2020), 456.00 KiB | 1.39 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (346/346), done.
    remote: Compressing objects: 100% (344/344), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1674
    Receiving objects: 100% (2020/2020), 456.00 KiB | 3.48 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (346/346), done.
    remote: Compressing objects: 100% (344/344), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1674
    Receiving objects: 100% (2020/2020), 456.00 KiB | 2.52 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (341/341), done.
    remote: Compressing objects: 100% (339/339), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1679
    Receiving objects: 100% (2020/2020), 456.00 KiB | 4.34 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (342/342), done.
    remote: Compressing objects: 100% (340/340), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1678
    Receiving objects: 100% (2020/2020), 456.00 KiB | 1.46 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 456.04 KiB | 4.11 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 456.04 KiB | 1.71 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 456.04 KiB | 3.12 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 456.04 KiB | 3.93 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (348/348), done.
    remote: Compressing objects: 100% (346/346), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1672
    Receiving objects: 100% (2020/2020), 456.00 KiB | 428.00 KiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (348/348), done.
    remote: Compressing objects: 100% (346/346), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1672
    Receiving objects: 100% (2020/2020), 456.00 KiB | 3.93 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 456.04 KiB | 4.11 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 456.05 KiB | 3.86 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (348/348), done.
    remote: Compressing objects: 100% (346/346), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1672
    Receiving objects: 100% (2020/2020), 455.92 KiB | 3.43 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (348/348), done.
    remote: Compressing objects: 100% (346/346), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1672
    Receiving objects: 100% (2020/2020), 455.93 KiB | 3.74 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (343/343), done.
    remote: Compressing objects: 100% (341/341), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1677
    Receiving objects: 100% (2020/2020), 455.93 KiB | 4.56 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (343/343), done.
    remote: Compressing objects: 100% (341/341), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1677
    Receiving objects: 100% (2020/2020), 455.93 KiB | 3.45 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (344/344), done.
    remote: Compressing objects: 100% (342/342), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1676
    Receiving objects: 100% (2020/2020), 455.92 KiB | 3.06 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (336/336), done.
    remote: Compressing objects: 100% (334/334), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1684
    Receiving objects: 100% (2020/2020), 455.93 KiB | 285.00 KiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (334/334), done.
    remote: Compressing objects: 100% (332/332), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1686
    Receiving objects: 100% (2020/2020), 455.96 KiB | 2.39 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 455.96 KiB | 4.43 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 455.96 KiB | 3.80 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 455.96 KiB | 1.26 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 455.96 KiB | 3.65 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 455.96 KiB | 1.37 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 455.96 KiB | 5.12 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (334/334), done.
    remote: Compressing objects: 100% (332/332), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1686
    Receiving objects: 100% (2020/2020), 455.96 KiB | 2.87 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (334/334), done.
    remote: Compressing objects: 100% (332/332), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1686
    Receiving objects: 100% (2020/2020), 455.96 KiB | 1.40 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (334/334), done.
    remote: Compressing objects: 100% (332/332), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1686
    Receiving objects: 100% (2020/2020), 455.96 KiB | 1.41 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (334/334), done.
    remote: Compressing objects: 100% (332/332), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1686
    Receiving objects: 100% (2020/2020), 455.96 KiB | 2.85 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 455.96 KiB | 2.61 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (334/334), done.
    remote: Compressing objects: 100% (332/332), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1686
    Receiving objects: 100% (2020/2020), 455.96 KiB | 3.08 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (334/334), done.
    remote: Compressing objects: 100% (332/332), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1686
    Receiving objects: 100% (2020/2020), 455.96 KiB | 2.03 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (335/335), done.
    remote: Compressing objects: 100% (333/333), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1685
    Receiving objects: 100% (2020/2020), 455.94 KiB | 4.75 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    Auto packing the repository in background for optimum performance.
    See "git help gc" for manual housekeeping.
    Enumerating objects: 126901, done.
    Counting objects: 100% (32864/32864), done.
    Delta compression using up to 8 threads
    Compressing objects: 100% (25565/25565), done.
    Writing objects: 100% (32864/32864), done.
    Total 32864 (delta 6901), reused 32198 (delta 6235), pack-reused 0
    warning: unable to unlink '.git/objects/pack/pack-13965f0bdbe8f6f9c9f4013c914e7413f5551705.idx': Invalid argument
    warning: unable to unlink '.git/objects/pack/pack-64f6be3775b769ade7abb6ce9e7226207881edbb.idx': Invalid argument
    warning: unable to unlink '.git/objects/pack/pack-b422f8eab5893b247f0dbab9febedcd7fceb4318.idx': Invalid argument
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (334/334), done.
    remote: Compressing objects: 100% (332/332), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1686
    Receiving objects: 100% (2020/2020), 455.96 KiB | 5.70 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (334/334), done.
    remote: Compressing objects: 100% (332/332), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1686
    Receiving objects: 100% (2020/2020), 455.95 KiB | 1.88 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    remote: Enumerating objects: 2020, done.
    remote: Counting objects: 100% (333/333), done.
    remote: Compressing objects: 100% (331/331), done.
    remote: Total 2020 (delta 3), reused 2 (delta 2), pack-reused 1687
    Receiving objects: 100% (2020/2020), 455.96 KiB | 5.49 MiB/s, done.
    Resolving deltas: 100% (18/18), done.
    Auto packing the repository in background for optimum performance.
    See "git help gc" for manual housekeeping.
    Enumerating objects: 38924, done.
    Counting objects: 100% (32886/32886), done.
    Delta compression using up to 8 threads
    Compressing objects: 100% (24935/24935), done.
    Writing objects: 100% (32886/32886), done.
    Total 32886 (delta 6954), reused 32819 (delta 6887), pack-reused 0

  • It looks like it is failing to fetch the Matter repository. Please try to delete the matter folder in modules/lib/ and run west update again.

Related