Running with gitlab-runner 17.8.3 (690ce25c)
  on Main runner on remote host t1_RB7rxq, system ID: s_55be89363d83
section_start:1741693247:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ghcr.io/cirruslabs/flutter:latest ...
Pulling docker image ghcr.io/cirruslabs/flutter:latest ...
Using docker image sha256:e6ef8a7208e4746cdbf932b6433b6681adc80309aa5f3b0fa7194dd304509966 for ghcr.io/cirruslabs/flutter:latest with digest ghcr.io/cirruslabs/flutter@sha256:ede33353e86a45a242052a5c3df490842ecd9e804ce4da991930b17421b5a9b5 ...
section_end:1741693255:prepare_executor
section_start:1741693255:prepare_script
Preparing environment
Running on runner-t1rb7rxq-project-73-concurrent-0 via remote...
section_end:1741693257:prepare_script
section_start:1741693257:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/android/org.benoitharrault.reversi/.git/
Checking out 3f218d6c as detached HEAD (ref is 37-remove-deprecated-armeabi-build)...
Removing build/

Skipping Git submodules setup
section_end:1741693260:get_sources
section_start:1741693260:step_script
Executing "step_script" stage of the job script
Using docker image sha256:e6ef8a7208e4746cdbf932b6433b6681adc80309aa5f3b0fa7194dd304509966 for ghcr.io/cirruslabs/flutter:latest with digest ghcr.io/cirruslabs/flutter@sha256:ede33353e86a45a242052a5c3df490842ecd9e804ce4da991930b17421b5a9b5 ...
$ echo flutter.sdk=$FLUTTER_PATH > android/local.properties
$ echo sdk.dir=$ANDROID_SDK_PATH >> android/local.properties
$ echo flutter.buildMode=debug >> android/local.properties
$ echo "$ANDROID_DEBUG_KEYSTORE_FILE" | base64 -d > android/app/my.keystore
$ echo storeFile=my.keystore > android/key.properties
$ echo storePassword=$ANDROID_DEBUG_KEYSTORE_PASSWORD >> android/key.properties
$ echo keyAlias=$ANDROID_DEBUG_KEY_ALIAS >> android/key.properties
$ echo keyPassword=$ANDROID_DEBUG_KEY_PASSWORD >> android/key.properties
$ VERSION_NAME="$(grep '^version:' pubspec.yaml | cut -d' ' -f2 | cut -d'+' -f1)"
$ echo "${VERSION_NAME}"
0.8.0
$ VERSION_CODE="$(grep '^version:' pubspec.yaml | cut -d' ' -f2 | cut -d'+' -f2)"
$ echo "${VERSION_CODE}"
32
$ flutter packages get
Resolving dependencies...
Downloading packages...
  bloc 8.1.4 (9.0.0 available)
  flutter_bloc 8.1.6 (9.1.0 available)
  hydrated_bloc 9.1.5 (10.0.0 available)
  intl 0.19.0 (0.20.2 available)
  material_color_utilities 0.11.1 (0.12.0 available)
  package_info_plus 8.2.1 (8.3.0 available)
  package_info_plus_platform_interface 3.1.0 (3.2.0 available)
  path_provider_android 2.2.15 (2.2.16 available)
  shared_preferences_android 2.4.6 (2.4.8 available)
  web 1.1.0 (1.1.1 available)
  win32 5.10.1 (5.11.0 available)
Got dependencies!
11 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
$ flutter clean
Deleting .dart_tool...                                               0ms
Deleting .flutter-plugins-dependencies...                            0ms
Deleting .flutter-plugins...                                         0ms
$ flutter build apk --debug --split-per-abi
Resolving dependencies...
Downloading packages...
  bloc 8.1.4 (9.0.0 available)
  flutter_bloc 8.1.6 (9.1.0 available)
  hydrated_bloc 9.1.5 (10.0.0 available)
  intl 0.19.0 (0.20.2 available)
  material_color_utilities 0.11.1 (0.12.0 available)
  package_info_plus 8.2.1 (8.3.0 available)
  package_info_plus_platform_interface 3.1.0 (3.2.0 available)
  path_provider_android 2.2.15 (2.2.16 available)
  shared_preferences_android 2.4.6 (2.4.8 available)
  web 1.1.0 (1.1.1 available)
  win32 5.10.1 (5.11.0 available)
Got dependencies!
11 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.

Support for Android x86 targets will be removed in the next stable release after 3.27. See https://github.com/flutter/flutter/issues/157543 for details.
Running Gradle task 'assembleDebug'...                          
Warning: Errors during XML parse:
Warning: Additionally, the fallback loader failed to parse the XML.
Checking the license for package NDK (Side by side) 27.0.12077973 in /opt/android-sdk-linux/licenses
License for package NDK (Side by side) 27.0.12077973 accepted.
Preparing "Install NDK (Side by side) 27.0.12077973 v.27.0.12077973".
"Install NDK (Side by side) 27.0.12077973 v.27.0.12077973" ready.
Installing NDK (Side by side) 27.0.12077973 in /opt/android-sdk-linux/ndk/27.0.12077973
"Install NDK (Side by side) 27.0.12077973 v.27.0.12077973" complete.
"Install NDK (Side by side) 27.0.12077973 v.27.0.12077973" finished.

FAILURE: Build failed with an exception.

* Where:
Build file '/builds/android/org.benoitharrault.reversi/android/build.gradle' line: 13

* What went wrong:
A problem occurred evaluating root project 'android'.
> A problem occurred configuring project ':app'.
   > [CXX1201] ABIs [armeabi] are not supported for platform. Supported ABIs are [arm64-v8a, armeabi-v7a, riscv64, x86, x86_64].

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

BUILD FAILED in 3m 12s
Running Gradle task 'assembleDebug'...                            193.5s
Gradle task assembleDebug failed with exit code 1
section_end:1741693466:step_script
section_start:1741693466:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1741693468:cleanup_file_variables
ERROR: Job failed: exit code 1