log for com.presley.flexify:1961
Traceback (most recent call last):
File "/home/fdroid/fdroidserver/fdroidserver/build.py", line 1202, in main
if trybuild(app, build, build_dir, output_dir, log_dir,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/fdroid/fdroidserver/fdroidserver/build.py", line 940, in trybuild
build_server(app, build, vcs, build_dir, output_dir, log_dir, force)
File "/home/fdroid/fdroidserver/fdroidserver/build.py", line 290, in build_server
raise BuildException(message.format(app.id, build.versionName),
fdroidserver.exception.BuildException: Build.py failed on server for com.presley.flexify:1.1.87
==== detail begin ====
== Installed Android Tools ==
2024-09-03 10:58:52,964 DEBUG: Reading 'config.yml'
2024-09-03 10:58:52,975 DEBUG: ipfs_cid not found, skipping CIDv1 generation
2024-09-03 10:58:52,975 INFO: Creating log directory
2024-09-03 10:58:52,976 INFO: Creating temporary directory
2024-09-03 10:58:52,976 INFO: Creating output directory
2024-09-03 10:58:53,190 DEBUG: Getting git vcs interface for https://github.com/brandonp2412/Flexify.git
2024-09-03 10:58:53,190 DEBUG: Checking com.presley.flexify:1961
2024-09-03 10:58:53,190 INFO: Building version 1.1.87 (1961) of com.presley.flexify
2024-09-03 10:58:53,190 WARNING: Android NDK version 'r21e' could not be found!
2024-09-03 10:58:53,190 WARNING: Configured versions:
Downloading https://fdroid.gitlab.io/android-sdk-transparency-log/checksums.json.asc into /home/vagrant/.cache/sdkmanager/checksums.json.asc
2024-09-03 10:58:53,594 DEBUG: Starting new HTTPS connection (1): fdroid.gitlab.io:443
2024-09-03 10:58:53,968 DEBUG: https://fdroid.gitlab.io:443 "GET /android-sdk-transparency-log/checksums.json.asc HTTP/1.1" 200 488
2024-09-03 10:58:53,979 DEBUG: Starting new HTTPS connection (1): fdroid.gitlab.io:443
2024-09-03 10:58:54,436 DEBUG: https://fdroid.gitlab.io:443 "GET /android-sdk-transparency-log/checksums.json HTTP/1.1" 200 698597
Downloading https://fdroid.gitlab.io/android-sdk-transparency-log/checksums.json into /home/vagrant/.cache/sdkmanager/checksums.json
Downloading https://dl.google.com/android/repository/android-ndk-r21e-linux-x86_64.zip into /home/vagrant/.cache/sdkmanager/android-ndk-r21e-linux-x86_64.zip
2024-09-03 10:58:55,148 DEBUG: Starting new HTTPS connection (1): dl.google.com:443
2024-09-03 10:58:55,299 DEBUG: https://dl.google.com:443 "GET /android/repository/android-ndk-r21e-linux-x86_64.zip HTTP/1.1" 200 1190670072
Unzipping to /tmp/.sdkmanager-x_7bygc6
Installing into /opt/android-sdk/ndk/21.4.7075529
2024-09-03 11:00:33,944 INFO: Set NDK r21e (21.4.7075529) up
2024-09-03 11:00:33,944 INFO: Running 'sudo' commands in /home/vagrant
2024-09-03 11:00:33,944 DEBUG: > sudo DEBIAN_FRONTEND=noninteractive bash -e -u -o pipefail -x -c apt-get update; apt-get install -y ninja-build; mkdir -p /home/brandon; chown vagrant -R /home/brandon
+ apt-get update
Get:1 https://security.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:2 https://debian.osuosl.org/debian bookworm InRelease [151 kB]
Get:3 https://debian.osuosl.org/debian bookworm-updates InRelease [55.4 kB]
Get:4 https://debian.osuosl.org/debian bookworm-backports InRelease [56.6 kB]
Get:5 https://security.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Get:6 https://security.debian.org/debian-security bookworm-security/main Translation-en [108 kB]
Get:7 https://debian.osuosl.org/debian bookworm/main amd64 Packages [8787 kB]
Get:8 https://debian.osuosl.org/debian bookworm/main Translation-en [6109 kB]
Get:9 https://debian.osuosl.org/debian bookworm-updates/main amd64 Packages [13.8 kB]
Get:10 https://debian.osuosl.org/debian bookworm-updates/main Translation-en [16.0 kB]
Get:11 https://debian.osuosl.org/debian bookworm-backports/main amd64 Packages [235 kB]
Get:12 https://debian.osuosl.org/debian bookworm-backports/main Translation-en [197 kB]
Fetched 16.0 MB in 19s (822 kB/s)
Reading package lists...
+ apt-get install -y ninja-build
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
ninja-build
0 upgraded, 1 newly installed, 0 to remove and 35 not upgraded.
Need to get 136 kB of archives.
After this operation, 427 kB of additional disk space will be used.
Get:1 https://debian.osuosl.org/debian bookworm/main amd64 ninja-build amd64 1.11.1-1 [136 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 136 kB in 1s (265 kB/s)
Selecting previously unselected package ninja-build.
(Reading database ... 64093 files and directories currently installed.)
Preparing to unpack .../ninja-build_1.11.1-1_amd64.deb ...
Unpacking ninja-build (1.11.1-1) ...
Setting up ninja-build (1.11.1-1) ...
+ mkdir -p /home/brandon
+ chown vagrant -R /home/brandon
2024-09-03 11:01:13,357 DEBUG: > sudo passwd --lock root
passwd: password changed.
2024-09-03 11:01:13,765 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 64107 files and directories currently installed.)
Removing sudo (1.9.13p3-1+deb12u1) ...
Purging configuration files for sudo (1.9.13p3-1+deb12u1) ...
dpkg: warning: while removing sudo, directory '/etc/sudoers.d' not empty so not removed
Processing triggers for libc-bin (2.36-9+deb12u7) ...
2024-09-03 11:01:27,486 INFO: Getting source for revision 23affbd78ad6cc6eb4213f76903e5a1caaa27b6d
2024-09-03 11:01:27,490 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:27,490 DEBUG: > git rev-parse --show-toplevel
2024-09-03 11:01:27,695 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:27,695 DEBUG: > git submodule foreach --recursive git reset --hard
2024-09-03 11:01:29,908 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:29,908 DEBUG: > git reset --hard
2024-09-03 11:01:30,313 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:30,313 DEBUG: > git submodule foreach --recursive git clean -dffx
2024-09-03 11:01:30,616 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:30,617 DEBUG: > git clean -dffx
2024-09-03 11:01:30,720 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:30,720 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com -c url.https://u:p@codeberg.org/.insteadOf=git@codeberg.org: -c url.https://u:p@codeberg.org.insteadOf=git://codeberg.org -c url.https://u:p@codeberg.org.insteadOf=https://codeberg.org fetch --prune --prune-tags --force origin
2024-09-03 11:01:31,425 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:31,425 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com -c url.https://u:p@codeberg.org/.insteadOf=git@codeberg.org: -c url.https://u:p@codeberg.org.insteadOf=git://codeberg.org -c url.https://u:p@codeberg.org.insteadOf=https://codeberg.org fetch --prune --tags --force origin
2024-09-03 11:01:32,030 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:32,030 DEBUG: > git remote set-head origin --auto
2024-09-03 11:01:32,635 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:32,635 DEBUG: > git checkout -f 23affbd78ad6cc6eb4213f76903e5a1caaa27b6d
2024-09-03 11:01:33,039 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:33,040 DEBUG: > git clean -dffx
2024-09-03 11:01:33,143 INFO: Initialising submodules
2024-09-03 11:01:33,143 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:33,144 DEBUG: > git rev-parse --show-toplevel
2024-09-03 11:01:33,349 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:33,349 DEBUG: > git submodule sync
2024-09-03 11:01:33,553 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:33,553 DEBUG: > git -c core.askpass=/bin/true -c core.sshCommand=/bin/false -c url.https://.insteadOf=ssh:// -c url.https://u:p@bitbucket.org/.insteadOf=git@bitbucket.org: -c url.https://u:p@bitbucket.org.insteadOf=git://bitbucket.org -c url.https://u:p@bitbucket.org.insteadOf=https://bitbucket.org -c url.https://u:p@github.com/.insteadOf=git@github.com: -c url.https://u:p@github.com.insteadOf=git://github.com -c url.https://u:p@github.com.insteadOf=https://github.com -c url.https://u:p@gitlab.com/.insteadOf=git@gitlab.com: -c url.https://u:p@gitlab.com.insteadOf=git://gitlab.com -c url.https://u:p@gitlab.com.insteadOf=https://gitlab.com -c url.https://u:p@codeberg.org/.insteadOf=git@codeberg.org: -c url.https://u:p@codeberg.org.insteadOf=git://codeberg.org -c url.https://u:p@codeberg.org.insteadOf=https://codeberg.org submodule update --init --force --recursive
Submodule path 'flutter': checked out '80c2e84975bbd28ecf5f8d4bd4ca5a2490bfc819'
2024-09-03 11:01:35,160 INFO: Creating local.properties file at build/com.presley.flexify/local.properties
2024-09-03 11:01:35,163 DEBUG: Removing debuggable flags from build/com.presley.flexify
2024-09-03 11:01:35,334 INFO: Removing specified files
2024-09-03 11:01:35,335 INFO: Removing ios
2024-09-03 11:01:35,338 INFO: Removing web
2024-09-03 11:01:35,339 INFO: Removing linux
2024-09-03 11:01:35,340 INFO: Removing windows
2024-09-03 11:01:35,345 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/android/app/build.gradle
2024-09-03 11:01:35,371 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/packages/integration_test/example/android/app/build.gradle
2024-09-03 11:01:35,381 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/examples/image_list/android/app/build.gradle
2024-09-03 11:01:35,384 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/examples/layers/android/app/build.gradle
2024-09-03 11:01:35,387 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/examples/flutter_view/android/app/build.gradle
2024-09-03 11:01:35,390 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/examples/platform_channel/android/app/build.gradle
2024-09-03 11:01:35,393 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/examples/platform_view/android/app/build.gradle
2024-09-03 11:01:35,396 INFO: Cleaned build.gradle.kts of keysigning configs at build/com.presley.flexify/flutter/examples/hello_world/android/app/build.gradle.kts
2024-09-03 11:01:35,415 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/tracing_tests/android/app/build.gradle
2024-09-03 11:01:35,419 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/a11y_assessments/android/app/build.gradle
2024-09-03 11:01:35,422 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/benchmarks/microbenchmarks/android/app/build.gradle
2024-09-03 11:01:35,424 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/benchmarks/platform_views_layout/android/app/build.gradle
2024-09-03 11:01:35,427 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/benchmarks/macrobenchmarks/android/app/build.gradle
2024-09-03 11:01:35,430 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/benchmarks/platform_views_layout_hybrid_composition/android/app/build.gradle
2024-09-03 11:01:35,432 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/benchmarks/test_apps/stocks/android/app/build.gradle
2024-09-03 11:01:35,434 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/benchmarks/multiple_flutters/android/app/build.gradle
2024-09-03 11:01:35,437 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/benchmarks/complex_layout/android/app/build.gradle
2024-09-03 11:01:35,443 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/manual_tests/android/app/build.gradle
2024-09-03 11:01:35,446 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/gradle_deprecated_settings/android/app/build.gradle
2024-09-03 11:01:35,447 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/android_embedding_v2_smoke_test/android/app/build.gradle
2024-09-03 11:01:35,450 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/hybrid_android_views/android/app/build.gradle
2024-09-03 11:01:35,452 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/non_nullable/android/app/build.gradle
2024-09-03 11:01:35,456 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/flutter_gallery/android/app/build.gradle
2024-09-03 11:01:35,459 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/spell_check/android/app/build.gradle
2024-09-03 11:01:35,462 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/android_views/android/app/build.gradle
2024-09-03 11:01:35,465 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/android_verified_input/android/app/build.gradle
2024-09-03 11:01:35,467 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/android_semantics_testing/android/app/build.gradle
2024-09-03 11:01:35,470 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/deferred_components_test/android/app/build.gradle
2024-09-03 11:01:35,473 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/flavors/android/app/build.gradle
2024-09-03 11:01:35,478 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/external_textures/android/app/build.gradle
2024-09-03 11:01:35,480 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/channels/android/app/build.gradle
2024-09-03 11:01:35,484 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/release_smoke_test/android/app/build.gradle
2024-09-03 11:01:35,488 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/platform_interaction/android/app/build.gradle
2024-09-03 11:01:35,490 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/abstract_method_smoke_test/android/app/build.gradle
2024-09-03 11:01:35,492 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/integration_tests/ui/android/app/build.gradle
2024-09-03 11:01:35,494 INFO: Running 'prebuild' commands in build/com.presley.flexify
2024-09-03 11:01:35,494 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:01:35,494 DEBUG: > bash -e -u -o pipefail -x -c -- sdkmanager 'cmake;3.18.1'; cd ..; mv com.presley.flexify /home/brandon/flexify; pushd /home/brandon/flexify; export PUB_CACHE=$(pwd)/.pub-cache; flutter/bin/flutter config --no-analytics; flutter/bin/flutter pub get; popd; mv /home/brandon/flexify com.presley.flexify
/etc/bash.bashrc: line 7: PS1: unbound variable
+ sdkmanager 'cmake;3.18.1'
Downloading https://dl.google.com/android/repository/cmake-3.18.1-linux.zip into /home/vagrant/.cache/sdkmanager/cmake-3.18.1-linux.zip
Unzipping to /tmp/.sdkmanager-3cr6w0t3
Installing into /opt/android-sdk/cmake/3.18.1
+ cd ..
+ mv com.presley.flexify /home/brandon/flexify
+ pushd /home/brandon/flexify
/home/brandon/flexify ~/build
++ pwd
+ export PUB_CACHE=/home/brandon/flexify/.pub-cache
+ PUB_CACHE=/home/brandon/flexify/.pub-cache
+ flutter/bin/flutter config --no-analytics
Downloading Linux x64 Dart SDK from Flutter engine b8800d88be4866db1b15f8b954ab2573bba9960f...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
8 203M 8 17.7M 0 0 17.2M 0 0:00:11 0:00:01 0:00:10 17.2M
23 203M 23 47.2M 0 0 23.1M 0 0:00:08 0:00:02 0:00:06 23.1M
37 203M 37 75.5M 0 0 24.8M 0 0:00:08 0:00:03 0:00:05 24.8M
51 203M 51 103M 0 0 25.7M 0 0:00:07 0:00:04 0:00:03 25.7M
65 203M 65 132M 0 0 26.2M 0 0:00:07 0:00:05 0:00:02 26.8M
79 203M 79 160M 0 0 26.5M 0 0:00:07 0:00:06 0:00:01 28.4M
91 203M 91 186M 0 0 26.5M 0 0:00:07 0:00:07 --:--:-- 27.8M
100 203M 100 203M 0 0 26.5M 0 0:00:07 0:00:07 --:--:-- 27.7M
Building flutter tool...
Resolving dependencies...
Downloading packages...
Got dependencies.
Analytics reporting disabled.
You may need to restart any open editors for them to read new settings.
+ flutter/bin/flutter pub get
Downloading Material fonts... 756ms
Downloading Gradle Wrapper... 33ms
Downloading package sky_engine... 360ms
Downloading package flutter_gpu... 100ms
Downloading flutter_patched_sdk tools... 686ms
Downloading flutter_patched_sdk_product tools... 639ms
Downloading linux-x64 tools... 6.4s
Downloading linux-x64/font-subset tools... 639ms
Resolving dependencies...
Downloading packages...
_fe_analyzer_shared 72.0.0 (73.0.0 available)
analyzer 6.7.0 (6.8.0 available)
audioplayers 6.0.0 (6.1.0 available)
audioplayers_web 5.0.0 (5.0.1 available)
collection 1.18.0 (1.19.0 available)
drift 2.19.1+1 (2.20.0 available)
drift_dev 2.19.1 (2.20.1 available)
file_picker 8.0.7 (8.1.2 available)
fl_chart 0.68.0 (0.69.0 available)
flutter_plugin_android_lifecycle 2.0.21 (2.0.22 available)
http_parser 4.0.2 (4.1.0 available)
leak_tracker 10.0.5 (10.0.7 available)
leak_tracker_flutter_testing 3.0.5 (3.0.8 available)
material_color_utilities 0.11.1 (0.12.0 available)
mime 1.0.5 (1.0.6 available)
permission_handler_android 12.0.8 (12.0.12 available)
permission_handler_html 0.1.2 (0.1.3+2 available)
share_plus 9.0.0 (10.0.2 available)
share_plus_platform_interface 4.0.0 (5.0.0 available)
shelf 1.4.1 (1.4.2 available)
sqlite3 2.4.5 (2.4.6 available)
string_scanner 1.2.0 (1.3.0 available)
test_api 0.7.2 (0.7.3 available)
url_launcher_android 6.3.9 (6.3.10 available)
uuid 4.4.2 (4.5.0 available)
vm_service 14.2.4 (14.2.5 available)
web 0.5.1 (1.0.0 available)
Got dependencies!
27 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
+ popd
~/build
+ mv /home/brandon/flexify com.presley.flexify
2024-09-03 11:03:59,041 INFO: Scanning source for common problems...
2024-09-03 11:03:59,072 DEBUG: scanner is configured to use signature data from: 'suss'
2024-09-03 11:03:59,073 DEBUG: downloading 'https://fdroid.gitlab.io/fdroid-suss/suss.json'
2024-09-03 11:03:59,633 DEBUG: write 'suss.json' to cache
2024-09-03 11:03:59,636 DEBUG: next suss.json cache update due in 23:59:59.987230
2024-09-03 11:03:59,781 INFO: Removing dependency file without lock at .pub-cache/git/flutter_msvcredist-d46cb7bed55038d4648e28b04f5432e843bd1a24/pubspec.yaml
2024-09-03 11:03:59,782 INFO: Removing dependency file without lock at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/pubspec.yaml
2024-09-03 11:03:59,783 INFO: Removing dependency file without lock at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/package.json
2024-09-03 11:03:59,788 INFO: Removing binary at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/lib/assets/MSIX-Toolkit/Redist.x64/ComparePackage.exe
2024-09-03 11:03:59,788 INFO: Removing binary at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/lib/assets/MSIX-Toolkit/Redist.x64/signtool.exe
2024-09-03 11:03:59,789 INFO: Removing binary at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/lib/assets/MSIX-Toolkit/Redist.x64/PackageEditor.exe
2024-09-03 11:03:59,790 INFO: Removing binary at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/lib/assets/MSIX-Toolkit/Redist.x64/MakeAppx.exe
2024-09-03 11:03:59,790 INFO: Removing binary at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/lib/assets/MSIX-Toolkit/Redist.x64/MakePri.exe
2024-09-03 11:03:59,798 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/lints-4.0.0/pubspec.yaml
2024-09-03 11:03:59,799 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/lints-4.0.0/example/pubspec.yaml
2024-09-03 11:03:59,800 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/node_preamble-2.0.2/pubspec.yaml
2024-09-03 11:03:59,801 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/vm_service-14.2.4/pubspec.yaml
2024-09-03 11:03:59,808 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler-11.3.1/pubspec.yaml
2024-09-03 11:03:59,809 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler-11.3.1/example/pubspec.yaml
2024-09-03 11:03:59,819 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dart_style-2.3.6/pubspec.yaml
2024-09-03 11:03:59,866 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_android-5.0.0/pubspec.yaml
2024-09-03 11:03:59,872 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/badges-3.1.2/pubspec.yaml
2024-09-03 11:03:59,875 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/badges-3.1.2/example/pubspec.yaml
2024-09-03 11:03:59,887 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/test_core-0.6.4/pubspec.yaml
2024-09-03 11:03:59,893 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/charcode-1.3.1/pubspec.yaml
2024-09-03 11:03:59,894 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/drift-2.19.1+1/pubspec.yaml
2024-09-03 11:03:59,913 INFO: Removing binary at .pub-cache/hosted/pub.dev/drift-2.19.1+1/extension/devtools/build/assets/AssetManifest.bin
2024-09-03 11:03:59,914 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/drift-2.19.1+1/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Thin.ttf
2024-09-03 11:03:59,915 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/drift-2.19.1+1/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Light.ttf
2024-09-03 11:03:59,915 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/drift-2.19.1+1/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Regular.ttf
2024-09-03 11:03:59,915 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/drift-2.19.1+1/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Black.ttf
2024-09-03 11:03:59,916 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/drift-2.19.1+1/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Bold.ttf
2024-09-03 11:03:59,916 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/drift-2.19.1+1/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Medium.ttf
2024-09-03 11:03:59,917 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/drift-2.19.1+1/extension/devtools/build/canvaskit/canvaskit.wasm
2024-09-03 11:03:59,918 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/uuid-4.4.2/pubspec.yaml
2024-09-03 11:03:59,939 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/multicast_dns-0.3.2+7/pubspec.yaml
2024-09-03 11:03:59,940 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf_static-1.1.2/pubspec.yaml
2024-09-03 11:03:59,943 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/mime-1.0.5/pubspec.yaml
2024-09-03 11:03:59,944 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/stack_trace-1.11.1/pubspec.yaml
2024-09-03 11:03:59,946 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/macros-0.1.2-main.4/pubspec.yaml
2024-09-03 11:03:59,948 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/ffi-2.1.3/pubspec.yaml
2024-09-03 11:03:59,950 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dds_service_extensions-2.0.0/pubspec.yaml
2024-09-03 11:03:59,951 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_template_images-4.2.0/pubspec.yaml
2024-09-03 11:03:59,958 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/timing-1.0.1/pubspec.yaml
2024-09-03 11:03:59,959 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/pubspec.yaml
2024-09-03 11:03:59,961 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/source_gen-1.5.0/pubspec.yaml
2024-09-03 11:03:59,964 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/package_config-2.1.0/pubspec.yaml
2024-09-03 11:03:59,966 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/web_socket_channel-3.0.1/pubspec.yaml
2024-09-03 11:03:59,968 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/archive-3.6.1/pubspec.yaml
2024-09-03 11:03:59,969 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/web/res/readme.zip
2024-09-03 11:03:59,975 INFO: Removing gzip file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/cat.jpg.gz
2024-09-03 11:03:59,975 INFO: Removing gzip file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/a.txt.gz
2024-09-03 11:03:59,976 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/test_100k_files.zip
2024-09-03 11:03:59,979 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/test2.zip
2024-09-03 11:03:59,980 INFO: Removing gzip file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/test2.tar.gz
2024-09-03 11:03:59,980 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/test.zip
2024-09-03 11:03:59,981 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/android-javadoc.zip
2024-09-03 11:03:59,981 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/go-no-datadesc-sig.zip
2024-09-03 11:03:59,982 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/symlink.zip
2024-09-03 11:03:59,982 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/dd.zip
2024-09-03 11:03:59,982 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/unix.zip
2024-09-03 11:03:59,983 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/crc32-not-streamed.zip
2024-09-03 11:03:59,983 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/utf.zip
2024-09-03 11:03:59,983 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/winxp.zip
2024-09-03 11:03:59,984 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/zip_bzip2.zip
2024-09-03 11:03:59,984 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/aes256.zip
2024-09-03 11:03:59,984 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/test-trailing-junk.zip
2024-09-03 11:03:59,985 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/zipCrypto.zip
2024-09-03 11:03:59,985 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/test.zip
2024-09-03 11:03:59,985 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/readme.zip
2024-09-03 11:03:59,986 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/zip64.zip
2024-09-03 11:03:59,986 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/password_zipcrypto.zip
2024-09-03 11:03:59,986 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/go-with-datadesc-sig.zip
2024-09-03 11:03:59,987 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/zip/zip64_archive.zip
2024-09-03 11:03:59,989 INFO: Removing binary at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/inflate/data.bin
2024-09-03 11:03:59,990 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_platform_interface-2.3.2/pubspec.yaml
2024-09-03 11:03:59,991 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/graphs-2.3.1/pubspec.yaml
2024-09-03 11:04:00,004 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/standard_message_codec-0.0.1+4/pubspec.yaml
2024-09-03 11:04:00,005 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/standard_message_codec-0.0.1+4/example/pubspec.yaml
2024-09-03 11:04:00,006 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cli_util-0.4.1/pubspec.yaml
2024-09-03 11:04:00,007 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/file_picker-8.0.7/pubspec.yaml
2024-09-03 11:04:00,013 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/file_picker-8.0.7/example/pubspec.yaml
2024-09-03 11:04:00,026 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/recase-4.1.0/pubspec.yaml
2024-09-03 11:04:00,027 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/petitparser-6.0.2/pubspec.yaml
2024-09-03 11:04:00,038 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_local_notifications-17.2.2/pubspec.yaml
2024-09-03 11:04:00,050 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_local_notifications-17.2.2/example/pubspec.yaml
2024-09-03 11:04:00,066 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sync_http-0.3.1/pubspec.yaml
2024-09-03 11:04:00,067 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_launcher_icons-0.13.1/pubspec.yaml
2024-09-03 11:04:00,069 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_launcher_icons-0.13.1/example/flavors/pubspec.yaml
2024-09-03 11:04:00,078 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_launcher_icons-0.13.1/example/default_example/pubspec.yaml
2024-09-03 11:04:00,079 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/package_info_plus_platform_interface-3.0.1/pubspec.yaml
2024-09-03 11:04:00,080 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/equatable-2.0.5/pubspec.yaml
2024-09-03 11:04:00,081 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/equatable-2.0.5/example/pubspec.yaml
2024-09-03 11:04:00,082 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_platform_interface-7.0.0/pubspec.yaml
2024-09-03 11:04:00,084 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf_web_socket-2.0.0/pubspec.yaml
2024-09-03 11:04:00,085 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf_proxy-1.0.4/pubspec.yaml
2024-09-03 11:04:00,087 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dbus-0.7.10/pubspec.yaml
2024-09-03 11:04:00,095 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/ffi-2.1.2/pubspec.yaml
2024-09-03 11:04:00,096 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/get_it-7.7.0/pubspec.yaml
2024-09-03 11:04:00,097 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/get_it-7.7.0/example/pubspec.yaml
2024-09-03 11:04:00,111 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/typed_data-1.3.2/pubspec.yaml
2024-09-03 11:04:00,112 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_resolvers-2.4.2/pubspec.yaml
2024-09-03 11:04:00,114 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/js-0.7.1/pubspec.yaml
2024-09-03 11:04:00,115 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_local_notifications_platform_interface-7.2.0/pubspec.yaml
2024-09-03 11:04:00,116 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_linux-4.0.0/pubspec.yaml
2024-09-03 11:04:00,117 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/crypto-3.0.5/pubspec.yaml
2024-09-03 11:04:00,120 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/win32-5.5.4/pubspec.yaml
2024-09-03 11:04:00,143 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/share_plus_platform_interface-4.0.0/pubspec.yaml
2024-09-03 11:04:00,144 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/console-4.1.0/pubspec.yaml
2024-09-03 11:04:00,148 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher-6.3.0/pubspec.yaml
2024-09-03 11:04:00,149 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher-6.3.0/example/pubspec.yaml
2024-09-03 11:04:00,154 INFO: Removing unknown maven repo 'System.getenv(artifactRepoKey)' at .pub-cache/hosted/pub.dev/url_launcher-6.3.0/example/android/build.gradle
2024-09-03 11:04:00,163 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/file-7.0.0/pubspec.yaml
2024-09-03 11:04:00,168 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/built_value-8.9.2/pubspec.yaml
2024-09-03 11:04:00,172 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dwds-24.0.0/pubspec.yaml
2024-09-03 11:04:00,173 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dwds-24.0.0/debug_extension/pubspec.yaml
2024-09-03 11:04:00,175 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dwds-24.0.0/debug_extension_mv3/pubspec.yaml
2024-09-03 11:04:00,191 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/pubspec.yaml
2024-09-03 11:04:00,192 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/example/pubspec.yaml
2024-09-03 11:04:00,194 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/intl-0.19.0/pubspec.yaml
2024-09-03 11:04:00,217 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/vector_math-2.1.4/pubspec.yaml
2024-09-03 11:04:00,225 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cross_file-0.3.4+2/pubspec.yaml
2024-09-03 11:04:00,226 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cross_file-0.3.4+2/example/pubspec.yaml
2024-09-03 11:04:00,228 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_windows-0.2.1/pubspec.yaml
2024-09-03 11:04:00,229 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_windows-0.2.1/example/pubspec.yaml
2024-09-03 11:04:00,231 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/yaml-3.1.2/pubspec.yaml
2024-09-03 11:04:00,233 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/graphs-2.3.2/pubspec.yaml
2024-09-03 11:04:00,236 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sqlite3-2.4.5/pubspec.yaml
2024-09-03 11:04:00,240 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sqlite3-2.4.5/example/custom_wasm_build/Cargo.toml
2024-09-03 11:04:00,241 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sqlite3-2.4.5/example/multiplatform/pubspec.yaml
2024-09-03 11:04:00,244 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/fl_chart-0.68.0/pubspec.yaml
2024-09-03 11:04:00,250 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/fl_chart-0.68.0/example/pubspec.yaml
2024-09-03 11:04:00,250 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/fl_chart-0.68.0/example/assets/fonts/digital-7.ttf
2024-09-03 11:04:00,273 INFO: Removing binary at .pub-cache/hosted/pub.dev/fl_chart-0.68.0/build/unit_test_assets/AssetManifest.bin
2024-09-03 11:04:00,274 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.21/pubspec.yaml
2024-09-03 11:04:00,278 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.21/example/pubspec.yaml
2024-09-03 11:04:00,279 INFO: Removing unknown maven repo 'System.getenv(artifactRepoKey)' at .pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.21/example/android/build.gradle
2024-09-03 11:04:00,284 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_stack_traces-0.5.7/pubspec.yaml
2024-09-03 11:04:00,286 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/webkit_inspection_protocol-1.2.1/pubspec.yaml
2024-09-03 11:04:00,289 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/pubspec.yaml
2024-09-03 11:04:00,294 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/workspace/pubspec.yaml
2024-09-03 11:04:00,295 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/workspace/pkgs/b/pubspec.yaml
2024-09-03 11:04:00,295 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/workspace/pkgs/a/pubspec.yaml
2024-09-03 11:04:00,296 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/no_packages_file/pubspec.yaml
2024-09-03 11:04:00,296 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/with_dev_deps/pubspec.yaml
2024-09-03 11:04:00,297 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/with_dev_deps/pkg/b/pubspec.yaml
2024-09-03 11:04:00,297 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/with_dev_deps/pkg/c/pubspec.yaml
2024-09-03 11:04:00,297 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/with_dev_deps/pkg/a/pubspec.yaml
2024-09-03 11:04:00,298 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/basic_pkg/pubspec.yaml
2024-09-03 11:04:00,299 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/basic_pkg/pkg/b/pubspec.yaml
2024-09-03 11:04:00,299 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/basic_pkg/pkg/c/pubspec.yaml
2024-09-03 11:04:00,299 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/basic_pkg/pkg/d/pubspec.yaml
2024-09-03 11:04:00,300 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/basic_pkg/pkg/a/pubspec.yaml
2024-09-03 11:04:00,300 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/flutter_pkg/pubspec.yaml
2024-09-03 11:04:00,301 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/flutter_pkg/sdk/flutter/flutter_driver/pubspec.yaml
2024-09-03 11:04:00,302 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/flutter_pkg/sdk/flutter/flutter_gallery_assets/pubspec.yaml
2024-09-03 11:04:00,302 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/flutter_pkg/sdk/flutter/flutter_test/pubspec.yaml
2024-09-03 11:04:00,303 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/flutter_pkg/sdk/flutter/flutter/pubspec.yaml
2024-09-03 11:04:00,303 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/flutter_pkg/pkg/collection/pubspec.yaml
2024-09-03 11:04:00,304 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/flutter_pkg/pkg/intl/pubspec.yaml
2024-09-03 11:04:00,304 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/test/fixtures/flutter_pkg/pkg/string_scanner/pubspec.yaml
2024-09-03 11:04:00,305 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/share_plus-9.0.0/pubspec.yaml
2024-09-03 11:04:00,311 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/share_plus-9.0.0/example/pubspec.yaml
2024-09-03 11:04:00,323 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.5/pubspec.yaml
2024-09-03 11:04:00,325 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/source_span-1.10.0/pubspec.yaml
2024-09-03 11:04:00,327 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf_web_socket-1.0.4/pubspec.yaml
2024-09-03 11:04:00,328 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/web_socket_channel-2.4.5/pubspec.yaml
2024-09-03 11:04:00,331 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/pubspec.yaml
2024-09-03 11:04:00,332 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_android-2.2.10/pubspec.yaml
2024-09-03 11:04:00,335 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_android-2.2.10/example/pubspec.yaml
2024-09-03 11:04:00,337 INFO: Removing unknown maven repo 'System.getenv(artifactRepoKey)' at .pub-cache/hosted/pub.dev/path_provider_android-2.2.10/example/android/build.gradle
2024-09-03 11:04:00,342 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/meta-1.15.0/pubspec.yaml
2024-09-03 11:04:00,343 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_android-12.0.8/pubspec.yaml
2024-09-03 11:04:00,346 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_android-12.0.8/example/pubspec.yaml
2024-09-03 11:04:00,351 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/checked_yaml-2.0.3/pubspec.yaml
2024-09-03 11:04:00,353 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/vm_snapshot_analysis-0.7.6/pubspec.yaml
2024-09-03 11:04:00,356 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dynamic_color-1.7.0/pubspec.yaml
2024-09-03 11:04:00,361 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dynamic_color-1.7.0/example/pubspec.yaml
2024-09-03 11:04:00,375 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_assets_cli-0.6.0/pubspec.yaml
2024-09-03 11:04:00,379 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_assets_cli-0.6.0/example/link/package_with_assets/pubspec.yaml
2024-09-03 11:04:00,380 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_assets_cli-0.6.0/example/link/app_with_asset_treeshaking/pubspec.yaml
2024-09-03 11:04:00,381 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_assets_cli-0.6.0/example/build/native_add_library/pubspec.yaml
2024-09-03 11:04:00,382 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_assets_cli-0.6.0/example/build/local_asset/pubspec.yaml
2024-09-03 11:04:00,383 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_assets_cli-0.6.0/example/build/native_add_app/pubspec.yaml
2024-09-03 11:04:00,383 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_assets_cli-0.6.0/example/build/use_dart_api/pubspec.yaml
2024-09-03 11:04:00,387 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/stream_channel-2.1.2/pubspec.yaml
2024-09-03 11:04:00,389 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/logging-1.2.0/pubspec.yaml
2024-09-03 11:04:00,390 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_html-0.1.2/pubspec.yaml
2024-09-03 11:04:00,391 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_html-0.1.2/example/pubspec.yaml
2024-09-03 11:04:00,392 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/pubspec.yaml
2024-09-03 11:04:00,398 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/mustache_template-2.0.0/pubspec.yaml
2024-09-03 11:04:00,400 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/pubspec.yaml
2024-09-03 11:04:00,402 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/source_maps-0.10.12/pubspec.yaml
2024-09-03 11:04:00,404 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/uuid-3.0.7/pubspec.yaml
2024-09-03 11:04:00,409 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/watcher-1.1.0/pubspec.yaml
2024-09-03 11:04:00,412 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/unified_analytics-6.1.2/pubspec.yaml
2024-09-03 11:04:00,415 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/fixnum-1.1.0/pubspec.yaml
2024-09-03 11:04:00,417 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/crypto-3.0.3/pubspec.yaml
2024-09-03 11:04:00,419 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/pubspec.yaml
2024-09-03 11:04:00,421 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/example/pubspec.yaml
2024-09-03 11:04:00,428 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/process-5.0.2/pubspec.yaml
2024-09-03 11:04:00,429 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dds-4.2.4+1/pubspec.yaml
2024-09-03 11:04:00,438 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dds-4.2.4+1/test/devtools_server/fixtures/empty_dart_app/pubspec.yaml
2024-09-03 11:04:00,439 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dds-4.2.4+1/test/devtools_server/fixtures/package_with_extensions/pubspec.yaml
2024-09-03 11:04:00,442 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/usage-4.1.1/pubspec.yaml
2024-09-03 11:04:00,446 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/analyzer_plugin-0.11.3/pubspec.yaml
2024-09-03 11:04:00,462 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/pubspec.yaml
2024-09-03 11:04:00,463 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/example/pubspec.yaml
2024-09-03 11:04:00,465 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/pubspec.yaml
2024-09-03 11:04:00,466 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/example/pubspec.yaml
2024-09-03 11:04:00,467 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/http_multi_server-3.2.1/pubspec.yaml
2024-09-03 11:04:00,469 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/http-1.2.2/pubspec.yaml
2024-09-03 11:04:00,473 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/pubspec_parse-1.3.0/pubspec.yaml
2024-09-03 11:04:00,474 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/web-0.5.1/pubspec.yaml
2024-09-03 11:04:00,476 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/web-0.5.1/tool/generator/package.json
2024-09-03 11:04:00,487 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sse-4.1.5/pubspec.yaml
2024-09-03 11:04:00,489 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/args-2.5.0/pubspec.yaml
2024-09-03 11:04:00,490 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/args-2.5.0/example/command_runner/pubspec.yaml
2024-09-03 11:04:00,491 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/args-2.5.0/example/arg_parser/pubspec.yaml
2024-09-03 11:04:00,492 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/csslib-1.0.0/pubspec.yaml
2024-09-03 11:04:00,498 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_linux-3.2.0/pubspec.yaml
2024-09-03 11:04:00,499 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_linux-3.2.0/example/pubspec.yaml
2024-09-03 11:04:00,501 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/html-0.15.4/pubspec.yaml
2024-09-03 11:04:00,508 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/term_glyph-1.2.1/pubspec.yaml
2024-09-03 11:04:00,509 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers-6.0.0/pubspec.yaml
2024-09-03 11:04:00,510 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers-6.0.0/example/pubspec.yaml
2024-09-03 11:04:00,511 INFO: Removing binary at .pub-cache/hosted/pub.dev/audioplayers-6.0.0/example/assets/coins_no_extension
2024-09-03 11:04:00,528 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers-6.0.0/example/server/pubspec.yaml
2024-09-03 11:04:00,530 INFO: Removing binary at .pub-cache/hosted/pub.dev/audioplayers-6.0.0/example/server/public/files/live_streams/mpeg-record.bin
2024-09-03 11:04:00,531 INFO: Removing binary at .pub-cache/hosted/pub.dev/audioplayers-6.0.0/example/server/public/files/audio/coins_no_extension
2024-09-03 11:04:00,532 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/webdriver-3.0.3/pubspec.yaml
2024-09-03 11:04:00,543 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_darwin-6.0.0/pubspec.yaml
2024-09-03 11:04:00,545 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/completion-1.0.1/pubspec.yaml
2024-09-03 11:04:00,547 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner-2.4.12/pubspec.yaml
2024-09-03 11:04:00,554 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/pubspec.yaml
2024-09-03 11:04:00,554 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/csv-6.0.0/pubspec.yaml
2024-09-03 11:04:00,556 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_daemon-4.0.2/pubspec.yaml
2024-09-03 11:04:00,559 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/coverage-1.8.0/pubspec.yaml
2024-09-03 11:04:00,562 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/coverage-1.8.0/test/test_with_coverage_package/pubspec.yaml
2024-09-03 11:04:00,563 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/http_parser-4.0.2/pubspec.yaml
2024-09-03 11:04:00,565 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/code_builder-4.10.0/pubspec.yaml
2024-09-03 11:04:00,571 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/vm_service_interface-1.1.0/pubspec.yaml
2024-09-03 11:04:00,572 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/stream_transform-2.1.0/pubspec.yaml
2024-09-03 11:04:00,576 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/xdg_directories-1.0.4/pubspec.yaml
2024-09-03 11:04:00,576 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/xdg_directories-1.0.4/example/pubspec.yaml
2024-09-03 11:04:00,578 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dap-1.3.0/pubspec.yaml
2024-09-03 11:04:00,579 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/devtools_shared-10.0.1/pubspec.yaml
2024-09-03 11:04:00,585 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/analyzer-6.7.0/pubspec.yaml
2024-09-03 11:04:00,619 INFO: Removing binary at .pub-cache/hosted/pub.dev/analyzer-6.7.0/example/ddd03.exe
2024-09-03 11:04:00,698 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider-2.1.4/pubspec.yaml
2024-09-03 11:04:00,699 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider-2.1.4/example/pubspec.yaml
2024-09-03 11:04:00,704 INFO: Removing unknown maven repo 'System.getenv(artifactRepoKey)' at .pub-cache/hosted/pub.dev/path_provider-2.1.4/example/android/build.gradle
2024-09-03 11:04:00,711 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/json_annotation-4.9.0/pubspec.yaml
2024-09-03 11:04:00,713 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/convert-3.1.1/pubspec.yaml
2024-09-03 11:04:00,716 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/nested-1.0.0/pubspec.yaml
2024-09-03 11:04:00,717 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/collection-1.18.0/pubspec.yaml
2024-09-03 11:04:00,721 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sqlparser-0.37.1/pubspec.yaml
2024-09-03 11:04:00,735 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/async-2.11.0/pubspec.yaml
2024-09-03 11:04:00,741 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_local_notifications_linux-4.0.1/pubspec.yaml
2024-09-03 11:04:00,743 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/string_scanner-1.2.0/pubspec.yaml
2024-09-03 11:04:00,745 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf-1.4.1/pubspec.yaml
2024-09-03 11:04:00,748 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf_packages_handler-3.0.2/pubspec.yaml
2024-09-03 11:04:00,749 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/test-1.25.7/pubspec.yaml
2024-09-03 11:04:00,758 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/fake_async-1.3.1/pubspec.yaml
2024-09-03 11:04:00,759 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_apple-9.4.5/pubspec.yaml
2024-09-03 11:04:00,763 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_apple-9.4.5/example/pubspec.yaml
2024-09-03 11:04:00,767 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/glob-2.1.2/pubspec.yaml
2024-09-03 11:04:00,769 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/extension_discovery-2.0.0/pubspec.yaml
2024-09-03 11:04:00,770 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/extension_discovery-2.0.0/example/hello_world_german/pubspec.yaml
2024-09-03 11:04:00,770 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/extension_discovery-2.0.0/example/hello_world/pubspec.yaml
2024-09-03 11:04:00,771 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/extension_discovery-2.0.0/example/hello_world_app/pubspec.yaml
2024-09-03 11:04:00,772 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/source_map_stack_trace-2.1.1/pubspec.yaml
2024-09-03 11:04:00,773 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/web_socket-0.1.6/pubspec.yaml
2024-09-03 11:04:00,775 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cli_config-0.2.0/pubspec.yaml
2024-09-03 11:04:00,776 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cli_config-0.2.0/example/pubspec.yaml
2024-09-03 11:04:00,777 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/file_testing-3.0.0/pubspec.yaml
2024-09-03 11:04:00,778 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/matcher-0.12.16+1/pubspec.yaml
2024-09-03 11:04:00,783 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/_fe_analyzer_shared-72.0.0/pubspec.yaml
2024-09-03 11:04:00,812 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_assets_builder-0.7.0/pubspec.yaml
2024-09-03 11:04:00,816 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/frontend_server_client-4.0.0/pubspec.yaml
2024-09-03 11:04:00,818 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/provider-6.1.2/pubspec.yaml
2024-09-03 11:04:00,819 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/provider-6.1.2/example/pubspec.yaml
2024-09-03 11:04:00,822 INFO: Removing binary at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/assets/AssetManifest.bin
2024-09-03 11:04:00,823 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Thin.ttf
2024-09-03 11:04:00,824 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Light.ttf
2024-09-03 11:04:00,824 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Regular.ttf
2024-09-03 11:04:00,824 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Black.ttf
2024-09-03 11:04:00,825 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Bold.ttf
2024-09-03 11:04:00,825 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/assets/packages/devtools_app_shared/fonts/Roboto/Roboto-Medium.ttf
2024-09-03 11:04:00,826 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/canvaskit/canvaskit.wasm
2024-09-03 11:04:00,827 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/canvaskit/skwasm.wasm
2024-09-03 11:04:00,827 WARNING: Found executable binary, possibly code at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/canvaskit/chromium/canvaskit.wasm
2024-09-03 11:04:00,828 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/browser_launcher-1.1.1/pubspec.yaml
2024-09-03 11:04:00,829 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/characters-1.3.0/pubspec.yaml
2024-09-03 11:04:00,832 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_windows-3.1.2/pubspec.yaml
2024-09-03 11:04:00,834 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_windows-3.1.2/example/pubspec.yaml
2024-09-03 11:04:00,836 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sqlite3_flutter_libs-0.5.24/pubspec.yaml
2024-09-03 11:04:00,840 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sqlite3_flutter_libs-0.5.24/example/pubspec.yaml
2024-09-03 11:04:00,841 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_lints-4.0.0/pubspec.yaml
2024-09-03 11:04:00,841 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_lints-4.0.0/example/pubspec.yaml
2024-09-03 11:04:00,842 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/built_collection-5.1.1/pubspec.yaml
2024-09-03 11:04:00,843 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/built_collection-5.1.1/benchmark/pubspec.yaml
2024-09-03 11:04:00,846 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/built_collection-5.1.1/example/pubspec.yaml
2024-09-03 11:04:00,848 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/drift_dev-2.19.1/pubspec.yaml
2024-09-03 11:04:00,863 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/test_api-0.7.2/pubspec.yaml
2024-09-03 11:04:00,868 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_macos-3.2.0/pubspec.yaml
2024-09-03 11:04:00,869 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_macos-3.2.0/example/pubspec.yaml
2024-09-03 11:04:00,872 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_platform_interface-4.2.2/pubspec.yaml
2024-09-03 11:04:00,875 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/xml-6.5.0/pubspec.yaml
2024-09-03 11:04:00,886 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/leak_tracker-10.0.5/pubspec.yaml
2024-09-03 11:04:00,889 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/leak_tracker-10.0.5/example/pubspec.yaml
2024-09-03 11:04:00,891 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_config-1.1.1/pubspec.yaml
2024-09-03 11:04:00,893 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/image-4.2.0/pubspec.yaml
2024-09-03 11:04:00,919 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_windows-4.0.0/pubspec.yaml
2024-09-03 11:04:00,921 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/package_info_plus-8.0.2/pubspec.yaml
2024-09-03 11:04:00,925 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/package_info_plus-8.0.2/example/pubspec.yaml
2024-09-03 11:04:00,939 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/platform-3.1.5/pubspec.yaml
2024-09-03 11:04:00,940 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/platform-3.1.5/example/pubspec.yaml
2024-09-03 11:04:00,941 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/io-1.0.4/pubspec.yaml
2024-09-03 11:04:00,943 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_android-6.3.9/pubspec.yaml
2024-09-03 11:04:00,949 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_android-6.3.9/example/pubspec.yaml
2024-09-03 11:04:00,950 INFO: Removing unknown maven repo 'System.getenv(artifactRepoKey)' at .pub-cache/hosted/pub.dev/url_launcher_android-6.3.9/example/android/build.gradle
2024-09-03 11:04:00,954 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/pool-1.5.1/pubspec.yaml
2024-09-03 11:04:00,956 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/yaml_edit-2.2.1/pubspec.yaml
2024-09-03 11:04:00,961 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/boolean_selector-2.1.1/pubspec.yaml
2024-09-03 11:04:00,963 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/pub_semver-2.1.4/pubspec.yaml
2024-09-03 11:04:00,965 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/clock-1.1.1/pubspec.yaml
2024-09-03 11:04:00,966 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path-1.9.0/pubspec.yaml
2024-09-03 11:04:00,968 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sprintf-7.0.0/pubspec.yaml
2024-09-03 11:04:00,970 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_ios-6.3.1/pubspec.yaml
2024-09-03 11:04:00,971 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_ios-6.3.1/example/pubspec.yaml
2024-09-03 11:04:00,975 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dtd-2.2.0/pubspec.yaml
2024-09-03 11:04:00,977 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/http-0.13.6/pubspec.yaml
2024-09-03 11:04:00,986 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_web-5.0.0/pubspec.yaml
2024-09-03 11:04:00,988 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/timezone-0.9.4/pubspec.yaml
2024-09-03 11:04:00,993 INFO: Removing binary at .pub-cache/hosted/pub.dev/timezone-0.9.4/test/data/US/Eastern
2024-09-03 11:04:00,994 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build-2.4.1/pubspec.yaml
2024-09-03 11:04:00,998 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/json_rpc_2-3.0.2/pubspec.yaml
2024-09-03 11:04:01,000 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/synchronized-3.2.0/pubspec.yaml
2024-09-03 11:04:01,024 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/flutter_tester
2024-09-03 11:04:01,024 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/gen_snapshot
2024-09-03 11:04:01,024 INFO: Ignoring shared library at flutter/bin/cache/artifacts/engine/linux-x64/libpath_ops.so
2024-09-03 11:04:01,024 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/impellerc
2024-09-03 11:04:01,025 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/font-subset
2024-09-03 11:04:01,025 INFO: Ignoring shared library at flutter/bin/cache/artifacts/engine/linux-x64/libtessellator.so
2024-09-03 11:04:01,025 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/vm_isolate_snapshot.bin
2024-09-03 11:04:01,026 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/isolate_snapshot.bin
2024-09-03 11:04:01,028 INFO: Removing gradlew.bat at flutter/bin/cache/artifacts/gradle_wrapper/gradlew.bat
2024-09-03 11:04:01,028 INFO: Removing gradlew at flutter/bin/cache/artifacts/gradle_wrapper/gradlew
2024-09-03 11:04:01,028 INFO: Removing gradle-wrapper.jar at flutter/bin/cache/artifacts/gradle_wrapper/gradle/wrapper/gradle-wrapper.jar
2024-09-03 11:04:01,031 INFO: Ignoring binary at flutter/bin/cache/dart-sdk/bin/dartaotruntime
2024-09-03 11:04:01,031 INFO: Ignoring binary at flutter/bin/cache/dart-sdk/bin/dart
2024-09-03 11:04:01,032 INFO: Ignoring binary at flutter/bin/cache/dart-sdk/bin/utils/wasm-opt
2024-09-03 11:04:01,033 INFO: Ignoring binary at flutter/bin/cache/dart-sdk/bin/utils/gen_snapshot
2024-09-03 11:04:01,038 INFO: Ignoring binary at flutter/bin/cache/dart-sdk/bin/resources/devtools/assets/AssetManifest.bin
2024-09-03 11:04:01,089 INFO: Ignoring dependency file without lock at flutter/bin/cache/dart-sdk/lib/_internal/sdk_library_metadata/pubspec.yaml
2024-09-03 11:04:01,090 INFO: Ignoring dependency file without lock at flutter/bin/cache/dart-sdk/lib/_internal/js_runtime/pubspec.yaml
2024-09-03 11:04:01,106 INFO: Ignoring dependency file without lock at flutter/bin/cache/dart-sdk/pkg/_macros/pubspec.yaml
2024-09-03 11:04:01,110 INFO: Ignoring dependency file without lock at flutter/bin/cache/pkg/flutter_gpu/pubspec.yaml
2024-09-03 11:04:01,112 INFO: Ignoring dependency file without lock at flutter/bin/cache/pkg/sky_engine/pubspec.yaml
2024-09-03 11:04:01,141 INFO: Removing dependency file without lock at flutter/packages/flutter_driver/pubspec.yaml
2024-09-03 11:04:01,152 INFO: Removing unknown maven repo '$storageUrl/${engineRealm}download.flutter.io' at flutter/packages/flutter_tools/gradle/resolve_dependencies.gradle
2024-09-03 11:04:01,158 INFO: Removing unknown maven repo 'file://${outputDir}/outputs/repo' at flutter/packages/flutter_tools/gradle/aar_init_script.gradle
2024-09-03 11:04:01,158 INFO: Removing unknown maven repo '$storageUrl/${engineRealm}download.flutter.io' at flutter/packages/flutter_tools/gradle/aar_init_script.gradle
2024-09-03 11:04:01,234 INFO: Removing dependency file without lock at flutter/packages/flutter_tools/test/data/vscode/application/resources/app/package.json
2024-09-03 11:04:01,258 INFO: Removing dependency file without lock at flutter/packages/flutter_localizations/pubspec.yaml
2024-09-03 11:04:01,281 INFO: Removing dependency file without lock at flutter/packages/flutter_goldens/pubspec.yaml
2024-09-03 11:04:01,282 INFO: Removing dependency file without lock at flutter/packages/flutter_web_plugins/pubspec.yaml
2024-09-03 11:04:01,283 INFO: Removing dependency file without lock at flutter/packages/integration_test/pubspec.yaml
2024-09-03 11:04:01,284 INFO: Removing dependency file without lock at flutter/packages/integration_test/integration_test_macos/pubspec.yaml
2024-09-03 11:04:01,291 INFO: Removing dependency file without lock at flutter/packages/integration_test/example/pubspec.yaml
2024-09-03 11:04:01,303 INFO: Removing dependency file without lock at flutter/packages/flutter_test/pubspec.yaml
2024-09-03 11:04:01,311 INFO: Removing dependency file without lock at flutter/packages/flutter_test/test/test_config/project_root/pubspec.yaml
2024-09-03 11:04:01,312 INFO: Removing dependency file without lock at flutter/packages/fuchsia_remote_debug_protocol/pubspec.yaml
2024-09-03 11:04:01,313 INFO: Removing dependency file without lock at flutter/packages/flutter/pubspec.yaml
2024-09-03 11:04:01,358 INFO: Removing dependency file without lock at flutter/packages/flutter/test_private/pubspec.yaml
2024-09-03 11:04:01,358 INFO: Removing dependency file without lock at flutter/packages/flutter/test_private/test/pubspec.yaml
2024-09-03 11:04:01,419 INFO: Removing dependency file without lock at flutter/examples/image_list/pubspec.yaml
2024-09-03 11:04:01,429 INFO: Removing dependency file without lock at flutter/examples/platform_channel_swift/pubspec.yaml
2024-09-03 11:04:01,432 INFO: Removing dependency file without lock at flutter/examples/layers/pubspec.yaml
2024-09-03 11:04:01,445 INFO: Removing dependency file without lock at flutter/examples/flutter_view/pubspec.yaml
2024-09-03 11:04:01,457 INFO: Removing dependency file without lock at flutter/examples/platform_channel/pubspec.yaml
2024-09-03 11:04:01,467 INFO: Removing dependency file without lock at flutter/examples/splash/pubspec.yaml
2024-09-03 11:04:01,468 INFO: Removing dependency file without lock at flutter/examples/platform_view/pubspec.yaml
2024-09-03 11:04:01,480 INFO: Removing dependency file without lock at flutter/examples/hello_world/pubspec.yaml
2024-09-03 11:04:01,492 INFO: Removing dependency file without lock at flutter/examples/api/pubspec.yaml
2024-09-03 11:04:01,571 INFO: Removing dependency file without lock at flutter/examples/texture/pubspec.yaml
2024-09-03 11:04:01,573 INFO: Removing dependency file without lock at flutter/dev/automated_tests/pubspec.yaml
2024-09-03 11:04:01,577 INFO: Removing dependency file without lock at flutter/dev/conductor/core/pubspec.yaml
2024-09-03 11:04:01,580 INFO: Removing dependency file without lock at flutter/dev/tracing_tests/pubspec.yaml
2024-09-03 11:04:01,588 INFO: Removing dependency file without lock at flutter/dev/docs/platform_integration/pubspec.yaml
2024-09-03 11:04:01,589 INFO: Removing dependency file without lock at flutter/dev/docs/renderers/pubspec.yaml
2024-09-03 11:04:01,590 INFO: Removing dependency file without lock at flutter/dev/bots/pubspec.yaml
2024-09-03 11:04:01,596 INFO: Removing dependency file without lock at flutter/dev/a11y_assessments/pubspec.yaml
2024-09-03 11:04:01,612 INFO: Removing dependency file without lock at flutter/dev/benchmarks/microbenchmarks/pubspec.yaml
2024-09-03 11:04:01,621 INFO: Removing dependency file without lock at flutter/dev/benchmarks/platform_views_layout/pubspec.yaml
2024-09-03 11:04:01,629 INFO: Removing dependency file without lock at flutter/dev/benchmarks/macrobenchmarks/pubspec.yaml
2024-09-03 11:04:01,649 INFO: Removing dependency file without lock at flutter/dev/benchmarks/platform_views_layout_hybrid_composition/pubspec.yaml
2024-09-03 11:04:01,656 INFO: Removing dependency file without lock at flutter/dev/benchmarks/test_apps/stocks/pubspec.yaml
2024-09-03 11:04:01,665 INFO: Removing dependency file without lock at flutter/dev/benchmarks/multiple_flutters/module/pubspec.yaml
2024-09-03 11:04:01,671 INFO: Removing dependency file without lock at flutter/dev/benchmarks/platform_channels_benchmarks/pubspec.yaml
2024-09-03 11:04:01,673 INFO: Removing dependency file without lock at flutter/dev/benchmarks/complex_layout/pubspec.yaml
2024-09-03 11:04:01,685 INFO: Removing dependency file without lock at flutter/dev/customer_testing/pubspec.yaml
2024-09-03 11:04:01,686 INFO: Removing dependency file without lock at flutter/dev/snippets/pubspec.yaml
2024-09-03 11:04:01,688 INFO: Removing dependency file without lock at flutter/dev/devicelab/pubspec.yaml
2024-09-03 11:04:01,709 INFO: Removing dependency file without lock at flutter/dev/tools/pubspec.yaml
2024-09-03 11:04:01,710 INFO: Removing dependency file without lock at flutter/dev/tools/vitool/pubspec.yaml
2024-09-03 11:04:01,712 INFO: Removing dependency file without lock at flutter/dev/tools/gen_defaults/pubspec.yaml
2024-09-03 11:04:01,719 INFO: Removing dependency file without lock at flutter/dev/tools/gen_keycodes/pubspec.yaml
2024-09-03 11:04:01,724 INFO: Removing dependency file without lock at flutter/dev/manual_tests/pubspec.yaml
2024-09-03 11:04:01,739 INFO: Removing dependency file without lock at flutter/dev/missing_dependency_tests/pubspec.yaml
2024-09-03 11:04:01,740 INFO: Removing dependency file without lock at flutter/dev/integration_tests/windows_startup_test/pubspec.yaml
2024-09-03 11:04:01,742 INFO: Removing dependency file without lock at flutter/dev/integration_tests/gradle_deprecated_settings/pubspec.yaml
2024-09-03 11:04:01,746 INFO: Removing dependency file without lock at flutter/dev/integration_tests/android_embedding_v2_smoke_test/pubspec.yaml
2024-09-03 11:04:01,752 INFO: Removing dependency file without lock at flutter/dev/integration_tests/new_gallery/pubspec.yaml
2024-09-03 11:04:01,765 INFO: Removing dependency file without lock at flutter/dev/integration_tests/hybrid_android_views/pubspec.yaml
2024-09-03 11:04:01,771 INFO: Removing dependency file without lock at flutter/dev/integration_tests/non_nullable/pubspec.yaml
2024-09-03 11:04:01,781 INFO: Removing dependency file without lock at flutter/dev/integration_tests/wide_gamut_test/pubspec.yaml
2024-09-03 11:04:01,784 INFO: Removing dependency file without lock at flutter/dev/integration_tests/flutter_gallery/pubspec.yaml
2024-09-03 11:04:01,807 INFO: Removing dependency file without lock at flutter/dev/integration_tests/spell_check/pubspec.yaml
2024-09-03 11:04:01,815 INFO: Removing dependency file without lock at flutter/dev/integration_tests/android_views/pubspec.yaml
2024-09-03 11:04:01,824 INFO: Removing dependency file without lock at flutter/dev/integration_tests/android_verified_input/pubspec.yaml
2024-09-03 11:04:01,833 INFO: Removing dependency file without lock at flutter/dev/integration_tests/android_semantics_testing/pubspec.yaml
2024-09-03 11:04:01,840 INFO: Removing dependency file without lock at flutter/dev/integration_tests/deferred_components_test/pubspec.yaml
2024-09-03 11:04:01,846 INFO: Removing usual suspect 'com.google.android.play:core.*' at flutter/dev/integration_tests/deferred_components_test/android/app/build.gradle
2024-09-03 11:04:01,850 INFO: Removing dependency file without lock at flutter/dev/integration_tests/ios_add2app_life_cycle/flutterapp/pubspec.yaml
2024-09-03 11:04:01,852 INFO: Removing dependency file without lock at flutter/dev/integration_tests/flavors/pubspec.yaml
2024-09-03 11:04:01,861 INFO: Removing dependency file without lock at flutter/dev/integration_tests/web/pubspec.yaml
2024-09-03 11:04:01,864 INFO: Removing dependency file without lock at flutter/dev/integration_tests/ios_app_with_extensions/pubspec.yaml
2024-09-03 11:04:01,872 INFO: Removing dependency file without lock at flutter/dev/integration_tests/external_textures/pubspec.yaml
2024-09-03 11:04:01,879 INFO: Removing dependency file without lock at flutter/dev/integration_tests/link_hook/pubspec.yaml
2024-09-03 11:04:01,880 INFO: Removing dependency file without lock at flutter/dev/integration_tests/channels/pubspec.yaml
2024-09-03 11:04:01,890 INFO: Removing dependency file without lock at flutter/dev/integration_tests/web_compile_tests/pubspec.yaml
2024-09-03 11:04:01,894 INFO: Removing dependency file without lock at flutter/dev/integration_tests/release_smoke_test/pubspec.yaml
2024-09-03 11:04:01,903 INFO: Removing binary at flutter/dev/integration_tests/module_host_with_custom_build/.gradle/6.3/fileChanges/last-build.bin
2024-09-03 11:04:01,904 INFO: Removing dependency file without lock at flutter/dev/integration_tests/web_e2e_tests/pubspec.yaml
2024-09-03 11:04:01,906 INFO: Removing dependency file without lock at flutter/dev/integration_tests/ios_platform_view_tests/pubspec.yaml
2024-09-03 11:04:01,911 INFO: Removing dependency file without lock at flutter/dev/integration_tests/platform_interaction/pubspec.yaml
2024-09-03 11:04:01,919 INFO: Removing dependency file without lock at flutter/dev/integration_tests/abstract_method_smoke_test/pubspec.yaml
2024-09-03 11:04:01,925 INFO: Removing dependency file without lock at flutter/dev/integration_tests/ui/pubspec.yaml
2024-09-03 11:04:01,937 INFO: Removing dependency file without lock at flutter/dev/forbidden_from_release_tests/pubspec.yaml
2024-09-03 11:04:01,940 INFO: Creating source tarball...
2024-09-03 11:07:56,842 INFO: Running 'build' commands in build/com.presley.flexify
2024-09-03 11:07:56,842 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:07:56,842 DEBUG: > bash -e -u -o pipefail -x -c cd ..; mv com.presley.flexify /home/brandon/flexify; pushd /home/brandon/flexify; export PUB_CACHE=$(pwd)/.pub-cache; flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"; popd; mv /home/brandon/flexify com.presley.flexify
/etc/bash.bashrc: line 7: PS1: unbound variable
+ cd ..
+ mv com.presley.flexify /home/brandon/flexify
+ pushd /home/brandon/flexify
/home/brandon/flexify ~/build
++ pwd
+ export PUB_CACHE=/home/brandon/flexify/.pub-cache
+ PUB_CACHE=/home/brandon/flexify/.pub-cache
+ flutter/bin/flutter build apk --split-per-abi --target-platform=android-x64
Downloading Gradle Wrapper... 190ms
Downloading android-arm-profile/linux-x64 tools... 739ms
Downloading android-arm-release/linux-x64 tools... 545ms
Downloading android-arm64-profile/linux-x64 tools... 507ms
Downloading android-arm64-release/linux-x64 tools... 444ms
Downloading android-x64-profile/linux-x64 tools... 467ms
Downloading android-x64-release/linux-x64 tools... 441ms
Running Gradle task 'assembleRelease'...
Checking the license for package Android SDK Platform 34 in /opt/android-sdk/licenses
License for package Android SDK Platform 34 accepted.
Preparing "Install Android SDK Platform 34 (revision: 3)".
"Install Android SDK Platform 34 (revision: 3)" ready.
Installing Android SDK Platform 34 in /opt/android-sdk/platforms/android-34
"Install Android SDK Platform 34 (revision: 3)" complete.
"Install Android SDK Platform 34 (revision: 3)" finished.
Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 7828 bytes (99.5% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
Running Gradle task 'assembleRelease'... 420.9s
✓ Built build/app/outputs/flutter-apk/app-x86_64-release.apk (9.7MB)
+ popd
~/build
+ mv /home/brandon/flexify com.presley.flexify
2024-09-03 11:15:09,342 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/com.presley.flexify, universal_newlines=False, shell=None, istream=<valid stream>)
2024-09-03 11:15:09,351 INFO: Successfully built version 1.1.87 of com.presley.flexify from 23affbd78ad6cc6eb4213f76903e5a1caaa27b6d
2024-09-03 11:15:09,737 DEBUG: Checking build/com.presley.flexify/build/app/outputs/flutter-apk/app-x86_64-release.apk
2024-09-03 11:15:09,768 INFO: Created directory for storing developer supplied reference binaries: 'unsigned/binaries'
2024-09-03 11:15:09,768 INFO: ...retrieving https://github.com/brandonp2412/Flexify/releases/download/1.1.87/app-x86_64-release.apk
2024-09-03 11:15:09,771 DEBUG: Starting new HTTPS connection (1): github.com:443
2024-09-03 11:15:10,047 DEBUG: https://github.com:443 "GET /brandonp2412/Flexify/releases/download/1.1.87/app-x86_64-release.apk HTTP/1.1" 302 0
2024-09-03 11:15:10,053 DEBUG: Starting new HTTPS connection (1): objects.githubusercontent.com:443
2024-09-03 11:15:10,612 DEBUG: https://objects.githubusercontent.com:443 "GET /github-production-release-asset-2e65be/763311265/4264534b-8a5d-464d-a2a5-0886588b5ebd?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240903%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240903T111510Z&X-Amz-Expires=300&X-Amz-Signature=b71f49bc3839ad355cb6b70c7e5ab9ef93fa47576400027e7e4e96c24ea084e0&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=763311265&response-content-disposition=attachment%3B%20filename%3Dapp-x86_64-release.apk&response-content-type=application%2Fvnd.android.package-archive HTTP/1.1" 200 11972880
2024-09-03 11:15:13,311 DEBUG: unsigned/binaries/com.presley.flexify_1961.binary.apk: Verifies
Verified using v1 scheme (JAR signing): true
Verified using v2 scheme (APK Signature Scheme v2): true
Verified using v3 scheme (APK Signature Scheme v3): false
Verified using v4 scheme (APK Signature Scheme v4): false
Verified for SourceStamp: false
Number of signers: 1
WARNING: META-INF/com/android/build/gradle/app-metadata.properties not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.activity_activity.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.annotation_annotation-experimental.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.appcompat_appcompat-resources.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.appcompat_appcompat.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.arch.core_core-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.browser_browser.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.cardview_cardview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.coordinatorlayout_coordinatorlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.core_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.cursoradapter_cursoradapter.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.customview_customview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.documentfile_documentfile.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.drawerlayout_drawerlayout.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.dynamicanimation_dynamicanimation.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.emoji2_emoji2-views-helper.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.emoji2_emoji2.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.fragment_fragment.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.interpolator_interpolator.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.legacy_legacy-support-core-utils.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata-core-ktx.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata-core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-livedata.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-process.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.lifecycle_lifecycle-viewmodel.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.loader_loader.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.localbroadcastmanager_localbroadcastmanager.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.media_media.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.print_print.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.profileinstaller_profileinstaller.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.recyclerview_recyclerview.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.savedstate_savedstate.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.startup_startup-runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.tracing_tracing.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.transition_transition.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.vectordrawable_vectordrawable-animated.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.vectordrawable_vectordrawable.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.versionedparcelable_versionedparcelable.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.viewpager2_viewpager2.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.viewpager_viewpager.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.window.extensions.core_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.window_window-java.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/androidx.window_window.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/com.google.android.material_material.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/kotlinx_coroutines_android.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/kotlinx_coroutines_core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/services/q4.c0 not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/services/v4.v not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
DOES NOT VERIFY
ERROR: APK Signature Scheme v2 signer #1: APK integrity check failed. CHUNKED_SHA256 digest mismatch. Expected: <2e1242269883be5313a32b01ed030c7f6dd81dab9deaee1e06f734b193eeb194>, actual: <807bfa95c154692331c95d5aff4b3404bbe4a0369317ec555776a7d417215b34>
2024-09-03 11:15:14,289 ERROR:
/tmp/tmpxi9eov5k/sigcp_com.presley.flexify_1961.apk:
2024-09-03 11:15:14,289 INFO: ...NOT verified - /tmp/tmpxi9eov5k/sigcp_com.presley.flexify_1961.apk
2024-09-03 11:15:15,163 DEBUG: > diff -r /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961
2024-09-03 11:15:15,378 DEBUG: removing unsigned/com.presley.flexify_1961.apk
2024-09-03 11:15:15,385 DEBUG: removing unsigned/binaries/com.presley.flexify_1961.binary.apk
2024-09-03 11:15:15,508 ERROR: Could not build app com.presley.flexify: compared built binary to supplied reference binary but failed
==== detail begin ====
verification of APK with copied signature failed
Comparing reference APK to APK with copied signature...
Unexpected diff output:
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/AndroidManifest.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/AndroidManifest.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content: LICENSE-junit.txt
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.browser_browser.version
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.cardview_cardview.version
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.coordinatorlayout_coordinatorlayout.version
diff -r /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF/androidx.customview_customview.version /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/META-INF/androidx.customview_customview.version
1c1
< 1.1.0
---
> 1.0.0
diff -r /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF/androidx.drawerlayout_drawerlayout.version /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/META-INF/androidx.drawerlayout_drawerlayout.version
1c1
< 1.1.1
---
> 1.0.0
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.dynamicanimation_dynamicanimation.version
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.legacy_legacy-support-core-utils.version
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.localbroadcastmanager_localbroadcastmanager.version
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.media_media.version
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.print_print.version
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.recyclerview_recyclerview.version
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.transition_transition.version
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: androidx.viewpager2_viewpager2.version
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF: com.google.android.material_material.version
Only in /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/META-INF/services: g2.c0
Only in /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/META-INF/services: l2.v
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF/services: q4.c0
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/META-INF/services: v4.v
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content: androidx
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/assets/dexopt/baseline.prof and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/assets/dexopt/baseline.prof differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/assets/dexopt/baseline.profm and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/assets/dexopt/baseline.profm differ
diff -r /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/assets/flutter_assets/AssetManifest.bin /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/assets/flutter_assets/AssetManifest.bin
1c1
<
assets/argon.mp3
assetassets/argon.mp3assets/ic_launcher.png
assetassets/ic_launcher.pngassets/windows_logo.png
assetassets/windows_logo.png2packages/cupertino_icons/assets/CupertinoIcons.ttf
asset2packages/cupertino_icons/assets/CupertinoIcons.ttf
\ No newline at end of file
---
>
assets/argon.mp3
assetassets/argon.mp3assets/ic_launcher.png
assetassets/ic_launcher.pngassets/windows_logo.png
assetassets/windows_logo.png
\ No newline at end of file
diff -r /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/assets/flutter_assets/AssetManifest.json /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/assets/flutter_assets/AssetManifest.json
1c1
< {"assets/argon.mp3":["assets/argon.mp3"],"assets/ic_launcher.png":["assets/ic_launcher.png"],"assets/windows_logo.png":["assets/windows_logo.png"],"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]}
\ No newline at end of file
---
> {"assets/argon.mp3":["assets/argon.mp3"],"assets/ic_launcher.png":["assets/ic_launcher.png"],"assets/windows_logo.png":["assets/windows_logo.png"]}
\ No newline at end of file
diff -r /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/assets/flutter_assets/FontManifest.json /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/assets/flutter_assets/FontManifest.json
1c1
< [{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/cupertino_icons/CupertinoIcons","fonts":[{"asset":"packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}]
\ No newline at end of file
---
> [{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]}]
\ No newline at end of file
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/assets/flutter_assets: packages
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/classes.dex and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/classes.dex differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content: junit
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/lib/x86_64/libapp.so and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/lib/x86_64/libapp.so differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/lib/x86_64: libsqlite3.so
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/-Y.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/-Y.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: -c.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: -e.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/-o.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/-o.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/-u.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/-u.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 0N.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/0b.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/0b.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 0q.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 0w.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 1M.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 1u.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/2D.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/2D.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 2D1.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 2J.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 2p.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 30.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/36.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/36.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 38.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 3B.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 3O.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/3c.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/3c.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 3h.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 3i.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/3m.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/3m.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 3n.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 3x.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 41.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/43.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/43.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 4F.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 4F1.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 4G.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/4W.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/4W.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 4c.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 51.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 5A.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 5J.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/65.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/65.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 6J.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/6e.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/6e.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/75.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/75.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 83.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 8E.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 8_.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/8s.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/8s.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 99.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 9A.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 9O.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: 9e.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: A1.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: A6.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: AK.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: AZ.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Ah.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Am.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: BA.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Bq.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Bx.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Bx.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: C5.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/C7.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/C7.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: CG.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: CZ.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Cg.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Cm.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Cu.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Cv.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Cv.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: DF.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: DG.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/DP.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/DP.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/DS.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/DS.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: DU.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: DV.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Di.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Ej.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Ex.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Ey.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Ey.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: FR.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/FZ.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/FZ.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Fe.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Fl.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: G3.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: GQ.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: GT.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Gn.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Gn.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Gz.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: HE.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: HQ.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Hy.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: I-.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: ID.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Ig.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Ig.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/J7.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/J7.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: J71.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Jk.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Jn.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: K0.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: KA.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Ks.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Ks.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: LA.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: LH.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/LN.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/LN.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: LV.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Ld.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Lm.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Ly.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: M1.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: M11.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: M12.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: M3.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: M4.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: MC.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: ME.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: MH.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/MN.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/MN.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/MP.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/MP.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: MP1.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: NA.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/NI.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/NI.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/NR.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/NR.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/NU.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/NU.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: O5.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: O8.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: OH.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: OR.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Od.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Os.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Ov.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Ov.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: P1.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/PA.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/PA.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/PF.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/PF.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: PF1.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Px.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Px.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: QV.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Qc.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Qk.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Qq.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Qw.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Qw.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: R2.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/R6.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/R6.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: RT.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Re.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Rq.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Rq.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Ru.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/SH.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/SH.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: SQ.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/SS.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/SS.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/SU.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/SU.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Sf.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/St.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/St.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: T2.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: TP.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: TV.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Ts.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Ts.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/UO.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/UO.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: UQ.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: UU.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Uz.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: V9.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Vc.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: WF.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: WG.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: WP.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/WT.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/WT.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: WT1.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Wc.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Wl.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Wn.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Wo.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: X8.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: X9.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: XB.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/XS.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/XS.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: XT.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: XT1.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Y-.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Y-.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: YA.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Yw.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/Z4.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/Z4.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: ZD.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: ZF.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: ZW.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: Za.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: _R.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: _d.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: a2.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/aA.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/aA.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/aD.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/aD.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: aO.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: aR.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: ag.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: ai.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: ai1.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/b9.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/b9.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: b91.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: bC.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: bP.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: bT.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: bX.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/bb.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/bb.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: bl.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: bn.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: bu.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: c1.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: c4.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: cH.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: cR.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/cf.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/cf.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res: ch.xml
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color/abc_btn_colored_text_material.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/color/abc_btn_colored_text_material.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color/abc_hint_foreground_material_dark.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/color/abc_hint_foreground_material_dark.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color/abc_hint_foreground_material_light.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/color/abc_hint_foreground_material_light.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color/abc_primary_text_material_light.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/color/abc_primary_text_material_light.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color/abc_tint_btn_checkable.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/color/abc_tint_btn_checkable.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color/abc_tint_default.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/color/abc_tint_default.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color/abc_tint_edittext.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/color/abc_tint_edittext.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color/abc_tint_seek_thumb.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/color/abc_tint_seek_thumb.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color/abc_tint_spinner.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/color/abc_tint_spinner.xml differ
Binary files /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color/abc_tint_switch_track.xml and /tmp/tmpxi9eov5k/_tmp_tmpxi9eov5k_sigcp_com.presley.flexify_1961/content/res/color/abc_tint_switch_track.xml differ
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: design_box_stroke_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: design_error.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: design_icon_tint.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_appbar_overlay_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_assist_chip_icon_tint_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_assist_chip_stroke_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_button_background_color_selector.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_button_foreground_color_selector.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_button_outline_color_selector.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_button_ripple_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_button_ripple_color_selector.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_calendar_item_disabled_text.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_calendar_item_stroke_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_card_foreground_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_card_ripple_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_card_stroke_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_checkbox_button_icon_tint.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_checkbox_button_tint.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_chip_assist_text_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_chip_background_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_chip_ripple_color.xml
Only in /tmp/tmpxi9eov5k/unsigned_binaries_com.presley.flexify_1961.binary/content/res/color: m3_chip_stroke_color.xml
257 more lines ...
==== detail end ====
2024-09-03 11:15:15,510 DEBUG: Error encountered, stopping by user request.
==== detail end ====