log for com.presley.flexify:1963
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 11:34:15,267 DEBUG: Reading 'config.yml'
2024-09-03 11:34:15,285 DEBUG: ipfs_cid not found, skipping CIDv1 generation
2024-09-03 11:34:15,285 INFO: Creating log directory
2024-09-03 11:34:15,286 INFO: Creating temporary directory
2024-09-03 11:34:15,286 INFO: Creating output directory
2024-09-03 11:34:15,495 DEBUG: Getting git vcs interface for https://github.com/brandonp2412/Flexify.git
2024-09-03 11:34:15,495 DEBUG: Checking com.presley.flexify:1963
2024-09-03 11:34:15,496 INFO: Building version 1.1.87 (1963) of com.presley.flexify
2024-09-03 11:34:15,496 WARNING: Android NDK version 'r21e' could not be found!
2024-09-03 11:34:15,496 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 11:34:15,888 DEBUG: Starting new HTTPS connection (1): fdroid.gitlab.io:443
2024-09-03 11:34:16,366 DEBUG: https://fdroid.gitlab.io:443 "GET /android-sdk-transparency-log/checksums.json.asc HTTP/1.1" 200 488
2024-09-03 11:34:16,376 DEBUG: Starting new HTTPS connection (1): fdroid.gitlab.io:443
2024-09-03 11:34:16,898 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 11:34:18,041 DEBUG: Starting new HTTPS connection (1): dl.google.com:443
2024-09-03 11:34:18,220 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-5m4j1x2h
Installing into /opt/android-sdk/ndk/21.4.7075529
2024-09-03 11:35:56,618 INFO: Set NDK r21e (21.4.7075529) up
2024-09-03 11:35:56,621 INFO: Running 'sudo' commands in /home/vagrant
2024-09-03 11:35:56,621 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://security.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Get:4 https://security.debian.org/debian-security bookworm-security/main Translation-en [108 kB]
Get:5 https://debian.osuosl.org/debian bookworm-updates InRelease [55.4 kB]
Get:6 https://debian.osuosl.org/debian bookworm-backports InRelease [56.6 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 20s (812 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 (215 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:36:34,232 DEBUG: > sudo passwd --lock root
passwd: password changed.
2024-09-03 11:36:34,736 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:36:49,466 INFO: Getting source for revision 23affbd78ad6cc6eb4213f76903e5a1caaa27b6d
2024-09-03 11:36:49,466 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:49,467 DEBUG: > git rev-parse --show-toplevel
2024-09-03 11:36:49,670 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:49,670 DEBUG: > git submodule foreach --recursive git reset --hard
2024-09-03 11:36:52,204 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:52,208 DEBUG: > git reset --hard
2024-09-03 11:36:52,716 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:52,716 DEBUG: > git submodule foreach --recursive git clean -dffx
2024-09-03 11:36:53,020 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:53,020 DEBUG: > git clean -dffx
2024-09-03 11:36:53,123 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:53,123 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:36:54,429 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:54,429 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:36:55,037 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:55,038 DEBUG: > git remote set-head origin --auto
2024-09-03 11:36:55,642 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:55,642 DEBUG: > git checkout -f 23affbd78ad6cc6eb4213f76903e5a1caaa27b6d
2024-09-03 11:36:56,146 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:56,147 DEBUG: > git clean -dffx
2024-09-03 11:36:56,253 INFO: Initialising submodules
2024-09-03 11:36:56,254 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:56,254 DEBUG: > git rev-parse --show-toplevel
2024-09-03 11:36:56,459 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:56,459 DEBUG: > git submodule sync
2024-09-03 11:36:56,662 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:56,663 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:36:57,167 INFO: Creating local.properties file at build/com.presley.flexify/local.properties
2024-09-03 11:36:57,170 DEBUG: Removing debuggable flags from build/com.presley.flexify
2024-09-03 11:36:57,346 INFO: Removing specified files
2024-09-03 11:36:57,346 INFO: Removing windows
2024-09-03 11:36:57,348 INFO: Removing web
2024-09-03 11:36:57,349 INFO: Removing linux
2024-09-03 11:36:57,349 INFO: Removing ios
2024-09-03 11:36:57,356 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/android/app/build.gradle
2024-09-03 11:36:57,383 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:36:57,392 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/examples/image_list/android/app/build.gradle
2024-09-03 11:36:57,395 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/examples/layers/android/app/build.gradle
2024-09-03 11:36:57,398 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/examples/flutter_view/android/app/build.gradle
2024-09-03 11:36:57,401 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/examples/platform_channel/android/app/build.gradle
2024-09-03 11:36:57,404 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/examples/platform_view/android/app/build.gradle
2024-09-03 11:36:57,407 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:36:57,426 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/tracing_tests/android/app/build.gradle
2024-09-03 11:36:57,430 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/a11y_assessments/android/app/build.gradle
2024-09-03 11:36:57,433 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/benchmarks/microbenchmarks/android/app/build.gradle
2024-09-03 11:36:57,435 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:36:57,438 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/benchmarks/macrobenchmarks/android/app/build.gradle
2024-09-03 11:36:57,441 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:36:57,443 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:36:57,445 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:36:57,448 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:36:57,453 INFO: Cleaned build.gradle of keysigning configs at build/com.presley.flexify/flutter/dev/manual_tests/android/app/build.gradle
2024-09-03 11:36:57,456 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:36:57,458 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:36:57,461 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:36:57,462 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:36:57,466 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:36:57,469 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:36:57,472 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:36:57,474 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:36:57,477 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:36:57,480 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:36:57,483 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:36:57,487 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:36:57,490 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:36:57,493 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:36:57,497 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:36:57,499 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:36:57,502 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:36:57,503 INFO: Running 'prebuild' commands in build/com.presley.flexify
2024-09-03 11:36:57,503 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:36:57,503 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-vrda5egy
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
9 203M 9 19.5M 0 0 17.4M 0 0:00:11 0:00:01 0:00:10 17.4M
22 203M 22 44.9M 0 0 21.2M 0 0:00:09 0:00:02 0:00:07 21.2M
36 203M 36 73.3M 0 0 23.5M 0 0:00:08 0:00:03 0:00:05 23.5M
50 203M 50 102M 0 0 24.8M 0 0:00:08 0:00:04 0:00:04 24.8M
64 203M 64 131M 0 0 25.6M 0 0:00:07 0:00:05 0:00:02 26.2M
78 203M 78 160M 0 0 26.1M 0 0:00:07 0:00:06 0:00:01 28.1M
92 203M 92 188M 0 0 26.4M 0 0:00:07 0:00:07 --:--:-- 28.5M
100 203M 100 203M 0 0 26.5M 0 0:00:07 0:00:07 --:--:-- 28.6M
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... 764ms
Downloading Gradle Wrapper... 31ms
Downloading package sky_engine... 480ms
Downloading package flutter_gpu... 30ms
Downloading flutter_patched_sdk tools... 1,177ms
Downloading flutter_patched_sdk_product tools... 1,084ms
Downloading linux-x64 tools... 7.0s
Downloading linux-x64/font-subset tools... 508ms
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:39:19,243 INFO: Scanning source for common problems...
2024-09-03 11:39:19,274 DEBUG: scanner is configured to use signature data from: 'suss'
2024-09-03 11:39:19,274 DEBUG: downloading 'https://fdroid.gitlab.io/fdroid-suss/suss.json'
2024-09-03 11:39:19,841 DEBUG: write 'suss.json' to cache
2024-09-03 11:39:19,844 DEBUG: next suss.json cache update due in 23:59:59.987453
2024-09-03 11:39:19,987 INFO: Removing dependency file without lock at .pub-cache/git/flutter_msvcredist-d46cb7bed55038d4648e28b04f5432e843bd1a24/pubspec.yaml
2024-09-03 11:39:19,989 INFO: Removing dependency file without lock at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/pubspec.yaml
2024-09-03 11:39:19,989 INFO: Removing dependency file without lock at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/package.json
2024-09-03 11:39:19,994 INFO: Removing binary at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/lib/assets/MSIX-Toolkit/Redist.x64/ComparePackage.exe
2024-09-03 11:39:19,995 INFO: Removing binary at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/lib/assets/MSIX-Toolkit/Redist.x64/signtool.exe
2024-09-03 11:39:19,995 INFO: Removing binary at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/lib/assets/MSIX-Toolkit/Redist.x64/PackageEditor.exe
2024-09-03 11:39:19,996 INFO: Removing binary at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/lib/assets/MSIX-Toolkit/Redist.x64/MakeAppx.exe
2024-09-03 11:39:19,997 INFO: Removing binary at .pub-cache/git/msix-4c5cd4c3187bbe2eb8365f11c3d929e4d1aeac92/lib/assets/MSIX-Toolkit/Redist.x64/MakePri.exe
2024-09-03 11:39:20,004 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/lints-4.0.0/pubspec.yaml
2024-09-03 11:39:20,006 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/lints-4.0.0/example/pubspec.yaml
2024-09-03 11:39:20,006 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/node_preamble-2.0.2/pubspec.yaml
2024-09-03 11:39:20,008 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/vm_service-14.2.4/pubspec.yaml
2024-09-03 11:39:20,014 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler-11.3.1/pubspec.yaml
2024-09-03 11:39:20,015 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler-11.3.1/example/pubspec.yaml
2024-09-03 11:39:20,025 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dart_style-2.3.6/pubspec.yaml
2024-09-03 11:39:20,072 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_android-5.0.0/pubspec.yaml
2024-09-03 11:39:20,078 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/badges-3.1.2/pubspec.yaml
2024-09-03 11:39:20,081 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/badges-3.1.2/example/pubspec.yaml
2024-09-03 11:39:20,092 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/test_core-0.6.4/pubspec.yaml
2024-09-03 11:39:20,098 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/charcode-1.3.1/pubspec.yaml
2024-09-03 11:39:20,100 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/drift-2.19.1+1/pubspec.yaml
2024-09-03 11:39:20,118 INFO: Removing binary at .pub-cache/hosted/pub.dev/drift-2.19.1+1/extension/devtools/build/assets/AssetManifest.bin
2024-09-03 11:39:20,120 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:39:20,120 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:39:20,120 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:39:20,121 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:39:20,121 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:39:20,122 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:39:20,123 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:39:20,124 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/uuid-4.4.2/pubspec.yaml
2024-09-03 11:39:20,144 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/multicast_dns-0.3.2+7/pubspec.yaml
2024-09-03 11:39:20,146 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf_static-1.1.2/pubspec.yaml
2024-09-03 11:39:20,148 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/mime-1.0.5/pubspec.yaml
2024-09-03 11:39:20,150 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/stack_trace-1.11.1/pubspec.yaml
2024-09-03 11:39:20,152 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/macros-0.1.2-main.4/pubspec.yaml
2024-09-03 11:39:20,154 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/ffi-2.1.3/pubspec.yaml
2024-09-03 11:39:20,155 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dds_service_extensions-2.0.0/pubspec.yaml
2024-09-03 11:39:20,157 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_template_images-4.2.0/pubspec.yaml
2024-09-03 11:39:20,164 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/timing-1.0.1/pubspec.yaml
2024-09-03 11:39:20,165 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/pubspec.yaml
2024-09-03 11:39:20,166 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/source_gen-1.5.0/pubspec.yaml
2024-09-03 11:39:20,169 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/package_config-2.1.0/pubspec.yaml
2024-09-03 11:39:20,171 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/web_socket_channel-3.0.1/pubspec.yaml
2024-09-03 11:39:20,173 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/archive-3.6.1/pubspec.yaml
2024-09-03 11:39:20,174 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/web/res/readme.zip
2024-09-03 11:39:20,180 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:39:20,181 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:39:20,181 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:39:20,184 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/test2.zip
2024-09-03 11:39:20,185 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:39:20,185 INFO: Removing ZIP file archive at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/test.zip
2024-09-03 11:39:20,186 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:39:20,186 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:39:20,186 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:39:20,187 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:39:20,187 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:39:20,187 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:39:20,188 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:39:20,188 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:39:20,189 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:39:20,189 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:39:20,189 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:39:20,190 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:39:20,190 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:39:20,190 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:39:20,191 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:39:20,191 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:39:20,191 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:39:20,191 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:39:20,194 INFO: Removing binary at .pub-cache/hosted/pub.dev/archive-3.6.1/test/tests/res/inflate/data.bin
2024-09-03 11:39:20,194 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:39:20,196 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/graphs-2.3.1/pubspec.yaml
2024-09-03 11:39:20,209 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:39:20,210 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:39:20,211 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cli_util-0.4.1/pubspec.yaml
2024-09-03 11:39:20,212 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/file_picker-8.0.7/pubspec.yaml
2024-09-03 11:39:20,218 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/file_picker-8.0.7/example/pubspec.yaml
2024-09-03 11:39:20,230 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/recase-4.1.0/pubspec.yaml
2024-09-03 11:39:20,232 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/petitparser-6.0.2/pubspec.yaml
2024-09-03 11:39:20,242 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_local_notifications-17.2.2/pubspec.yaml
2024-09-03 11:39:20,255 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:39:20,270 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sync_http-0.3.1/pubspec.yaml
2024-09-03 11:39:20,271 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_launcher_icons-0.13.1/pubspec.yaml
2024-09-03 11:39:20,274 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:39:20,282 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:39:20,283 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:39:20,285 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/equatable-2.0.5/pubspec.yaml
2024-09-03 11:39:20,286 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/equatable-2.0.5/example/pubspec.yaml
2024-09-03 11:39:20,287 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_platform_interface-7.0.0/pubspec.yaml
2024-09-03 11:39:20,289 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf_web_socket-2.0.0/pubspec.yaml
2024-09-03 11:39:20,290 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf_proxy-1.0.4/pubspec.yaml
2024-09-03 11:39:20,291 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dbus-0.7.10/pubspec.yaml
2024-09-03 11:39:20,299 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/ffi-2.1.2/pubspec.yaml
2024-09-03 11:39:20,301 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/get_it-7.7.0/pubspec.yaml
2024-09-03 11:39:20,302 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/get_it-7.7.0/example/pubspec.yaml
2024-09-03 11:39:20,315 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/typed_data-1.3.2/pubspec.yaml
2024-09-03 11:39:20,316 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_resolvers-2.4.2/pubspec.yaml
2024-09-03 11:39:20,318 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/js-0.7.1/pubspec.yaml
2024-09-03 11:39:20,319 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:39:20,320 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_linux-4.0.0/pubspec.yaml
2024-09-03 11:39:20,322 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/crypto-3.0.5/pubspec.yaml
2024-09-03 11:39:20,324 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/win32-5.5.4/pubspec.yaml
2024-09-03 11:39:20,347 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:39:20,348 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/console-4.1.0/pubspec.yaml
2024-09-03 11:39:20,352 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher-6.3.0/pubspec.yaml
2024-09-03 11:39:20,353 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher-6.3.0/example/pubspec.yaml
2024-09-03 11:39:20,358 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:39:20,366 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/file-7.0.0/pubspec.yaml
2024-09-03 11:39:20,371 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/built_value-8.9.2/pubspec.yaml
2024-09-03 11:39:20,376 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dwds-24.0.0/pubspec.yaml
2024-09-03 11:39:20,377 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dwds-24.0.0/debug_extension/pubspec.yaml
2024-09-03 11:39:20,379 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:39:20,395 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/pubspec.yaml
2024-09-03 11:39:20,396 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:39:20,398 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/intl-0.19.0/pubspec.yaml
2024-09-03 11:39:20,420 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/vector_math-2.1.4/pubspec.yaml
2024-09-03 11:39:20,428 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cross_file-0.3.4+2/pubspec.yaml
2024-09-03 11:39:20,430 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:39:20,431 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_windows-0.2.1/pubspec.yaml
2024-09-03 11:39:20,432 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:39:20,434 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/yaml-3.1.2/pubspec.yaml
2024-09-03 11:39:20,436 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/graphs-2.3.2/pubspec.yaml
2024-09-03 11:39:20,439 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sqlite3-2.4.5/pubspec.yaml
2024-09-03 11:39:20,443 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:39:20,444 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sqlite3-2.4.5/example/multiplatform/pubspec.yaml
2024-09-03 11:39:20,447 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/fl_chart-0.68.0/pubspec.yaml
2024-09-03 11:39:20,453 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/fl_chart-0.68.0/example/pubspec.yaml
2024-09-03 11:39:20,453 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:39:20,476 INFO: Removing binary at .pub-cache/hosted/pub.dev/fl_chart-0.68.0/build/unit_test_assets/AssetManifest.bin
2024-09-03 11:39:20,477 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:39:20,480 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:39:20,482 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:39:20,487 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_stack_traces-0.5.7/pubspec.yaml
2024-09-03 11:39:20,489 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/webkit_inspection_protocol-1.2.1/pubspec.yaml
2024-09-03 11:39:20,491 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner_core-7.3.2/pubspec.yaml
2024-09-03 11:39:20,497 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:39:20,497 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:39:20,498 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:39:20,498 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:39:20,499 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:39:20,499 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:39:20,499 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:39:20,500 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:39:20,500 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:39:20,501 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:39:20,501 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:39:20,502 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:39:20,502 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:39:20,503 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:39:20,503 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:39:20,504 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:39:20,505 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:39:20,505 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:39:20,506 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:39:20,506 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:39:20,507 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:39:20,508 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/share_plus-9.0.0/pubspec.yaml
2024-09-03 11:39:20,513 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/share_plus-9.0.0/example/pubspec.yaml
2024-09-03 11:39:20,526 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:39:20,528 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/source_span-1.10.0/pubspec.yaml
2024-09-03 11:39:20,530 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf_web_socket-1.0.4/pubspec.yaml
2024-09-03 11:39:20,531 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/web_socket_channel-2.4.5/pubspec.yaml
2024-09-03 11:39:20,533 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:39:20,534 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_android-2.2.10/pubspec.yaml
2024-09-03 11:39:20,538 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:39:20,540 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:39:20,544 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/meta-1.15.0/pubspec.yaml
2024-09-03 11:39:20,545 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_android-12.0.8/pubspec.yaml
2024-09-03 11:39:20,549 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:39:20,554 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/checked_yaml-2.0.3/pubspec.yaml
2024-09-03 11:39:20,556 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/vm_snapshot_analysis-0.7.6/pubspec.yaml
2024-09-03 11:39:20,559 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dynamic_color-1.7.0/pubspec.yaml
2024-09-03 11:39:20,564 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dynamic_color-1.7.0/example/pubspec.yaml
2024-09-03 11:39:20,578 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_assets_cli-0.6.0/pubspec.yaml
2024-09-03 11:39:20,582 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:39:20,583 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:39:20,584 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:39:20,585 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:39:20,586 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:39:20,587 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:39:20,590 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/stream_channel-2.1.2/pubspec.yaml
2024-09-03 11:39:20,592 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/logging-1.2.0/pubspec.yaml
2024-09-03 11:39:20,594 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_html-0.1.2/pubspec.yaml
2024-09-03 11:39:20,594 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:39:20,596 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/pubspec.yaml
2024-09-03 11:39:20,601 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/mustache_template-2.0.0/pubspec.yaml
2024-09-03 11:39:20,603 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/pubspec.yaml
2024-09-03 11:39:20,605 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/source_maps-0.10.12/pubspec.yaml
2024-09-03 11:39:20,607 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/uuid-3.0.7/pubspec.yaml
2024-09-03 11:39:20,612 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/watcher-1.1.0/pubspec.yaml
2024-09-03 11:39:20,615 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/unified_analytics-6.1.2/pubspec.yaml
2024-09-03 11:39:20,618 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/fixnum-1.1.0/pubspec.yaml
2024-09-03 11:39:20,620 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/crypto-3.0.3/pubspec.yaml
2024-09-03 11:39:20,622 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/pubspec.yaml
2024-09-03 11:39:20,624 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:39:20,630 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/process-5.0.2/pubspec.yaml
2024-09-03 11:39:20,632 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dds-4.2.4+1/pubspec.yaml
2024-09-03 11:39:20,641 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:39:20,642 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:39:20,644 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/usage-4.1.1/pubspec.yaml
2024-09-03 11:39:20,647 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/analyzer_plugin-0.11.3/pubspec.yaml
2024-09-03 11:39:20,659 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/pubspec.yaml
2024-09-03 11:39:20,660 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:39:20,662 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_web-2.3.3/pubspec.yaml
2024-09-03 11:39:20,663 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:39:20,664 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/http_multi_server-3.2.1/pubspec.yaml
2024-09-03 11:39:20,665 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/http-1.2.2/pubspec.yaml
2024-09-03 11:39:20,669 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/pubspec_parse-1.3.0/pubspec.yaml
2024-09-03 11:39:20,671 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/web-0.5.1/pubspec.yaml
2024-09-03 11:39:20,673 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/web-0.5.1/tool/generator/package.json
2024-09-03 11:39:20,683 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sse-4.1.5/pubspec.yaml
2024-09-03 11:39:20,685 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/args-2.5.0/pubspec.yaml
2024-09-03 11:39:20,687 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:39:20,687 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:39:20,689 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/csslib-1.0.0/pubspec.yaml
2024-09-03 11:39:20,694 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_linux-3.2.0/pubspec.yaml
2024-09-03 11:39:20,696 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:39:20,697 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/html-0.15.4/pubspec.yaml
2024-09-03 11:39:20,704 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/term_glyph-1.2.1/pubspec.yaml
2024-09-03 11:39:20,706 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers-6.0.0/pubspec.yaml
2024-09-03 11:39:20,707 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers-6.0.0/example/pubspec.yaml
2024-09-03 11:39:20,708 INFO: Removing binary at .pub-cache/hosted/pub.dev/audioplayers-6.0.0/example/assets/coins_no_extension
2024-09-03 11:39:20,725 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers-6.0.0/example/server/pubspec.yaml
2024-09-03 11:39:20,726 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:39:20,727 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:39:20,729 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/webdriver-3.0.3/pubspec.yaml
2024-09-03 11:39:20,740 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_darwin-6.0.0/pubspec.yaml
2024-09-03 11:39:20,742 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/completion-1.0.1/pubspec.yaml
2024-09-03 11:39:20,744 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_runner-2.4.12/pubspec.yaml
2024-09-03 11:39:20,750 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/pubspec.yaml
2024-09-03 11:39:20,751 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/csv-6.0.0/pubspec.yaml
2024-09-03 11:39:20,753 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_daemon-4.0.2/pubspec.yaml
2024-09-03 11:39:20,756 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/coverage-1.8.0/pubspec.yaml
2024-09-03 11:39:20,758 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:39:20,760 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/http_parser-4.0.2/pubspec.yaml
2024-09-03 11:39:20,762 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/code_builder-4.10.0/pubspec.yaml
2024-09-03 11:39:20,767 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/vm_service_interface-1.1.0/pubspec.yaml
2024-09-03 11:39:20,769 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/stream_transform-2.1.0/pubspec.yaml
2024-09-03 11:39:20,772 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/xdg_directories-1.0.4/pubspec.yaml
2024-09-03 11:39:20,773 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/xdg_directories-1.0.4/example/pubspec.yaml
2024-09-03 11:39:20,774 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dap-1.3.0/pubspec.yaml
2024-09-03 11:39:20,776 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/devtools_shared-10.0.1/pubspec.yaml
2024-09-03 11:39:20,782 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/analyzer-6.7.0/pubspec.yaml
2024-09-03 11:39:20,816 INFO: Removing binary at .pub-cache/hosted/pub.dev/analyzer-6.7.0/example/ddd03.exe
2024-09-03 11:39:20,894 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider-2.1.4/pubspec.yaml
2024-09-03 11:39:20,895 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path_provider-2.1.4/example/pubspec.yaml
2024-09-03 11:39:20,900 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:39:20,907 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/json_annotation-4.9.0/pubspec.yaml
2024-09-03 11:39:20,909 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/convert-3.1.1/pubspec.yaml
2024-09-03 11:39:20,912 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/nested-1.0.0/pubspec.yaml
2024-09-03 11:39:20,913 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/collection-1.18.0/pubspec.yaml
2024-09-03 11:39:20,918 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sqlparser-0.37.1/pubspec.yaml
2024-09-03 11:39:20,931 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/async-2.11.0/pubspec.yaml
2024-09-03 11:39:20,937 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:39:20,939 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/string_scanner-1.2.0/pubspec.yaml
2024-09-03 11:39:20,941 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf-1.4.1/pubspec.yaml
2024-09-03 11:39:20,944 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/shelf_packages_handler-3.0.2/pubspec.yaml
2024-09-03 11:39:20,946 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/test-1.25.7/pubspec.yaml
2024-09-03 11:39:20,954 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/fake_async-1.3.1/pubspec.yaml
2024-09-03 11:39:20,955 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/permission_handler_apple-9.4.5/pubspec.yaml
2024-09-03 11:39:20,959 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:39:20,963 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/glob-2.1.2/pubspec.yaml
2024-09-03 11:39:20,965 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/extension_discovery-2.0.0/pubspec.yaml
2024-09-03 11:39:20,966 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:39:20,966 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:39:20,967 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:39:20,968 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:39:20,969 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/web_socket-0.1.6/pubspec.yaml
2024-09-03 11:39:20,971 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cli_config-0.2.0/pubspec.yaml
2024-09-03 11:39:20,972 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/cli_config-0.2.0/example/pubspec.yaml
2024-09-03 11:39:20,973 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/file_testing-3.0.0/pubspec.yaml
2024-09-03 11:39:20,974 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/matcher-0.12.16+1/pubspec.yaml
2024-09-03 11:39:20,979 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/_fe_analyzer_shared-72.0.0/pubspec.yaml
2024-09-03 11:39:21,008 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/native_assets_builder-0.7.0/pubspec.yaml
2024-09-03 11:39:21,012 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/frontend_server_client-4.0.0/pubspec.yaml
2024-09-03 11:39:21,013 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/provider-6.1.2/pubspec.yaml
2024-09-03 11:39:21,015 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/provider-6.1.2/example/pubspec.yaml
2024-09-03 11:39:21,018 INFO: Removing binary at .pub-cache/hosted/pub.dev/provider-6.1.2/extension/devtools/build/assets/AssetManifest.bin
2024-09-03 11:39:21,019 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:39:21,020 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:39:21,020 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:39:21,020 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:39:21,021 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:39:21,021 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:39:21,022 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:39:21,023 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:39:21,023 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:39:21,024 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/browser_launcher-1.1.1/pubspec.yaml
2024-09-03 11:39:21,025 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/characters-1.3.0/pubspec.yaml
2024-09-03 11:39:21,028 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_windows-3.1.2/pubspec.yaml
2024-09-03 11:39:21,030 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:39:21,032 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sqlite3_flutter_libs-0.5.24/pubspec.yaml
2024-09-03 11:39:21,036 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:39:21,036 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_lints-4.0.0/pubspec.yaml
2024-09-03 11:39:21,037 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/flutter_lints-4.0.0/example/pubspec.yaml
2024-09-03 11:39:21,038 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/built_collection-5.1.1/pubspec.yaml
2024-09-03 11:39:21,039 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/built_collection-5.1.1/benchmark/pubspec.yaml
2024-09-03 11:39:21,042 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/built_collection-5.1.1/example/pubspec.yaml
2024-09-03 11:39:21,044 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/drift_dev-2.19.1/pubspec.yaml
2024-09-03 11:39:21,058 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/test_api-0.7.2/pubspec.yaml
2024-09-03 11:39:21,063 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_macos-3.2.0/pubspec.yaml
2024-09-03 11:39:21,064 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:39:21,068 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:39:21,070 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/xml-6.5.0/pubspec.yaml
2024-09-03 11:39:21,081 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/leak_tracker-10.0.5/pubspec.yaml
2024-09-03 11:39:21,084 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/leak_tracker-10.0.5/example/pubspec.yaml
2024-09-03 11:39:21,086 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build_config-1.1.1/pubspec.yaml
2024-09-03 11:39:21,088 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/image-4.2.0/pubspec.yaml
2024-09-03 11:39:21,114 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_windows-4.0.0/pubspec.yaml
2024-09-03 11:39:21,116 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/package_info_plus-8.0.2/pubspec.yaml
2024-09-03 11:39:21,120 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:39:21,133 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/platform-3.1.5/pubspec.yaml
2024-09-03 11:39:21,135 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/platform-3.1.5/example/pubspec.yaml
2024-09-03 11:39:21,136 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/io-1.0.4/pubspec.yaml
2024-09-03 11:39:21,138 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_android-6.3.9/pubspec.yaml
2024-09-03 11:39:21,143 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:39:21,145 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:39:21,149 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/pool-1.5.1/pubspec.yaml
2024-09-03 11:39:21,150 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/yaml_edit-2.2.1/pubspec.yaml
2024-09-03 11:39:21,155 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/boolean_selector-2.1.1/pubspec.yaml
2024-09-03 11:39:21,158 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/pub_semver-2.1.4/pubspec.yaml
2024-09-03 11:39:21,159 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/clock-1.1.1/pubspec.yaml
2024-09-03 11:39:21,161 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/path-1.9.0/pubspec.yaml
2024-09-03 11:39:21,163 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/sprintf-7.0.0/pubspec.yaml
2024-09-03 11:39:21,165 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/url_launcher_ios-6.3.1/pubspec.yaml
2024-09-03 11:39:21,166 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:39:21,170 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/dtd-2.2.0/pubspec.yaml
2024-09-03 11:39:21,172 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/http-0.13.6/pubspec.yaml
2024-09-03 11:39:21,176 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/audioplayers_web-5.0.0/pubspec.yaml
2024-09-03 11:39:21,177 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/timezone-0.9.4/pubspec.yaml
2024-09-03 11:39:21,180 INFO: Removing binary at .pub-cache/hosted/pub.dev/timezone-0.9.4/test/data/US/Eastern
2024-09-03 11:39:21,181 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/build-2.4.1/pubspec.yaml
2024-09-03 11:39:21,184 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/json_rpc_2-3.0.2/pubspec.yaml
2024-09-03 11:39:21,187 INFO: Removing dependency file without lock at .pub-cache/hosted/pub.dev/synchronized-3.2.0/pubspec.yaml
2024-09-03 11:39:21,210 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/flutter_tester
2024-09-03 11:39:21,210 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/gen_snapshot
2024-09-03 11:39:21,210 INFO: Ignoring shared library at flutter/bin/cache/artifacts/engine/linux-x64/libpath_ops.so
2024-09-03 11:39:21,211 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/impellerc
2024-09-03 11:39:21,211 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/font-subset
2024-09-03 11:39:21,211 INFO: Ignoring shared library at flutter/bin/cache/artifacts/engine/linux-x64/libtessellator.so
2024-09-03 11:39:21,211 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/vm_isolate_snapshot.bin
2024-09-03 11:39:21,212 INFO: Ignoring binary at flutter/bin/cache/artifacts/engine/linux-x64/isolate_snapshot.bin
2024-09-03 11:39:21,214 INFO: Removing gradlew.bat at flutter/bin/cache/artifacts/gradle_wrapper/gradlew.bat
2024-09-03 11:39:21,214 INFO: Removing gradlew at flutter/bin/cache/artifacts/gradle_wrapper/gradlew
2024-09-03 11:39:21,214 INFO: Removing gradle-wrapper.jar at flutter/bin/cache/artifacts/gradle_wrapper/gradle/wrapper/gradle-wrapper.jar
2024-09-03 11:39:21,217 INFO: Ignoring binary at flutter/bin/cache/dart-sdk/bin/dartaotruntime
2024-09-03 11:39:21,217 INFO: Ignoring binary at flutter/bin/cache/dart-sdk/bin/dart
2024-09-03 11:39:21,218 INFO: Ignoring binary at flutter/bin/cache/dart-sdk/bin/utils/wasm-opt
2024-09-03 11:39:21,218 INFO: Ignoring binary at flutter/bin/cache/dart-sdk/bin/utils/gen_snapshot
2024-09-03 11:39:21,224 INFO: Ignoring binary at flutter/bin/cache/dart-sdk/bin/resources/devtools/assets/AssetManifest.bin
2024-09-03 11:39:21,275 INFO: Ignoring dependency file without lock at flutter/bin/cache/dart-sdk/lib/_internal/sdk_library_metadata/pubspec.yaml
2024-09-03 11:39:21,276 INFO: Ignoring dependency file without lock at flutter/bin/cache/dart-sdk/lib/_internal/js_runtime/pubspec.yaml
2024-09-03 11:39:21,292 INFO: Ignoring dependency file without lock at flutter/bin/cache/dart-sdk/pkg/_macros/pubspec.yaml
2024-09-03 11:39:21,296 INFO: Ignoring dependency file without lock at flutter/bin/cache/pkg/flutter_gpu/pubspec.yaml
2024-09-03 11:39:21,298 INFO: Ignoring dependency file without lock at flutter/bin/cache/pkg/sky_engine/pubspec.yaml
2024-09-03 11:39:21,327 INFO: Removing dependency file without lock at flutter/packages/flutter_driver/pubspec.yaml
2024-09-03 11:39:21,338 INFO: Removing unknown maven repo '$storageUrl/${engineRealm}download.flutter.io' at flutter/packages/flutter_tools/gradle/resolve_dependencies.gradle
2024-09-03 11:39:21,344 INFO: Removing unknown maven repo 'file://${outputDir}/outputs/repo' at flutter/packages/flutter_tools/gradle/aar_init_script.gradle
2024-09-03 11:39:21,344 INFO: Removing unknown maven repo '$storageUrl/${engineRealm}download.flutter.io' at flutter/packages/flutter_tools/gradle/aar_init_script.gradle
2024-09-03 11:39:21,420 INFO: Removing dependency file without lock at flutter/packages/flutter_tools/test/data/vscode/application/resources/app/package.json
2024-09-03 11:39:21,443 INFO: Removing dependency file without lock at flutter/packages/flutter_localizations/pubspec.yaml
2024-09-03 11:39:21,466 INFO: Removing dependency file without lock at flutter/packages/flutter_goldens/pubspec.yaml
2024-09-03 11:39:21,467 INFO: Removing dependency file without lock at flutter/packages/flutter_web_plugins/pubspec.yaml
2024-09-03 11:39:21,469 INFO: Removing dependency file without lock at flutter/packages/integration_test/pubspec.yaml
2024-09-03 11:39:21,469 INFO: Removing dependency file without lock at flutter/packages/integration_test/integration_test_macos/pubspec.yaml
2024-09-03 11:39:21,477 INFO: Removing dependency file without lock at flutter/packages/integration_test/example/pubspec.yaml
2024-09-03 11:39:21,488 INFO: Removing dependency file without lock at flutter/packages/flutter_test/pubspec.yaml
2024-09-03 11:39:21,496 INFO: Removing dependency file without lock at flutter/packages/flutter_test/test/test_config/project_root/pubspec.yaml
2024-09-03 11:39:21,497 INFO: Removing dependency file without lock at flutter/packages/fuchsia_remote_debug_protocol/pubspec.yaml
2024-09-03 11:39:21,499 INFO: Removing dependency file without lock at flutter/packages/flutter/pubspec.yaml
2024-09-03 11:39:21,543 INFO: Removing dependency file without lock at flutter/packages/flutter/test_private/pubspec.yaml
2024-09-03 11:39:21,543 INFO: Removing dependency file without lock at flutter/packages/flutter/test_private/test/pubspec.yaml
2024-09-03 11:39:21,604 INFO: Removing dependency file without lock at flutter/examples/image_list/pubspec.yaml
2024-09-03 11:39:21,614 INFO: Removing dependency file without lock at flutter/examples/platform_channel_swift/pubspec.yaml
2024-09-03 11:39:21,616 INFO: Removing dependency file without lock at flutter/examples/layers/pubspec.yaml
2024-09-03 11:39:21,630 INFO: Removing dependency file without lock at flutter/examples/flutter_view/pubspec.yaml
2024-09-03 11:39:21,642 INFO: Removing dependency file without lock at flutter/examples/platform_channel/pubspec.yaml
2024-09-03 11:39:21,652 INFO: Removing dependency file without lock at flutter/examples/splash/pubspec.yaml
2024-09-03 11:39:21,653 INFO: Removing dependency file without lock at flutter/examples/platform_view/pubspec.yaml
2024-09-03 11:39:21,665 INFO: Removing dependency file without lock at flutter/examples/hello_world/pubspec.yaml
2024-09-03 11:39:21,677 INFO: Removing dependency file without lock at flutter/examples/api/pubspec.yaml
2024-09-03 11:39:21,756 INFO: Removing dependency file without lock at flutter/examples/texture/pubspec.yaml
2024-09-03 11:39:21,758 INFO: Removing dependency file without lock at flutter/dev/automated_tests/pubspec.yaml
2024-09-03 11:39:21,761 INFO: Removing dependency file without lock at flutter/dev/conductor/core/pubspec.yaml
2024-09-03 11:39:21,765 INFO: Removing dependency file without lock at flutter/dev/tracing_tests/pubspec.yaml
2024-09-03 11:39:21,772 INFO: Removing dependency file without lock at flutter/dev/docs/platform_integration/pubspec.yaml
2024-09-03 11:39:21,773 INFO: Removing dependency file without lock at flutter/dev/docs/renderers/pubspec.yaml
2024-09-03 11:39:21,775 INFO: Removing dependency file without lock at flutter/dev/bots/pubspec.yaml
2024-09-03 11:39:21,781 INFO: Removing dependency file without lock at flutter/dev/a11y_assessments/pubspec.yaml
2024-09-03 11:39:21,797 INFO: Removing dependency file without lock at flutter/dev/benchmarks/microbenchmarks/pubspec.yaml
2024-09-03 11:39:21,806 INFO: Removing dependency file without lock at flutter/dev/benchmarks/platform_views_layout/pubspec.yaml
2024-09-03 11:39:21,814 INFO: Removing dependency file without lock at flutter/dev/benchmarks/macrobenchmarks/pubspec.yaml
2024-09-03 11:39:21,833 INFO: Removing dependency file without lock at flutter/dev/benchmarks/platform_views_layout_hybrid_composition/pubspec.yaml
2024-09-03 11:39:21,840 INFO: Removing dependency file without lock at flutter/dev/benchmarks/test_apps/stocks/pubspec.yaml
2024-09-03 11:39:21,850 INFO: Removing dependency file without lock at flutter/dev/benchmarks/multiple_flutters/module/pubspec.yaml
2024-09-03 11:39:21,856 INFO: Removing dependency file without lock at flutter/dev/benchmarks/platform_channels_benchmarks/pubspec.yaml
2024-09-03 11:39:21,857 INFO: Removing dependency file without lock at flutter/dev/benchmarks/complex_layout/pubspec.yaml
2024-09-03 11:39:21,869 INFO: Removing dependency file without lock at flutter/dev/customer_testing/pubspec.yaml
2024-09-03 11:39:21,870 INFO: Removing dependency file without lock at flutter/dev/snippets/pubspec.yaml
2024-09-03 11:39:21,873 INFO: Removing dependency file without lock at flutter/dev/devicelab/pubspec.yaml
2024-09-03 11:39:21,894 INFO: Removing dependency file without lock at flutter/dev/tools/pubspec.yaml
2024-09-03 11:39:21,894 INFO: Removing dependency file without lock at flutter/dev/tools/vitool/pubspec.yaml
2024-09-03 11:39:21,896 INFO: Removing dependency file without lock at flutter/dev/tools/gen_defaults/pubspec.yaml
2024-09-03 11:39:21,904 INFO: Removing dependency file without lock at flutter/dev/tools/gen_keycodes/pubspec.yaml
2024-09-03 11:39:21,909 INFO: Removing dependency file without lock at flutter/dev/manual_tests/pubspec.yaml
2024-09-03 11:39:21,924 INFO: Removing dependency file without lock at flutter/dev/missing_dependency_tests/pubspec.yaml
2024-09-03 11:39:21,924 INFO: Removing dependency file without lock at flutter/dev/integration_tests/windows_startup_test/pubspec.yaml
2024-09-03 11:39:21,926 INFO: Removing dependency file without lock at flutter/dev/integration_tests/gradle_deprecated_settings/pubspec.yaml
2024-09-03 11:39:21,931 INFO: Removing dependency file without lock at flutter/dev/integration_tests/android_embedding_v2_smoke_test/pubspec.yaml
2024-09-03 11:39:21,937 INFO: Removing dependency file without lock at flutter/dev/integration_tests/new_gallery/pubspec.yaml
2024-09-03 11:39:21,949 INFO: Removing dependency file without lock at flutter/dev/integration_tests/hybrid_android_views/pubspec.yaml
2024-09-03 11:39:21,955 INFO: Removing dependency file without lock at flutter/dev/integration_tests/non_nullable/pubspec.yaml
2024-09-03 11:39:21,966 INFO: Removing dependency file without lock at flutter/dev/integration_tests/wide_gamut_test/pubspec.yaml
2024-09-03 11:39:21,968 INFO: Removing dependency file without lock at flutter/dev/integration_tests/flutter_gallery/pubspec.yaml
2024-09-03 11:39:21,991 INFO: Removing dependency file without lock at flutter/dev/integration_tests/spell_check/pubspec.yaml
2024-09-03 11:39:21,999 INFO: Removing dependency file without lock at flutter/dev/integration_tests/android_views/pubspec.yaml
2024-09-03 11:39:22,008 INFO: Removing dependency file without lock at flutter/dev/integration_tests/android_verified_input/pubspec.yaml
2024-09-03 11:39:22,017 INFO: Removing dependency file without lock at flutter/dev/integration_tests/android_semantics_testing/pubspec.yaml
2024-09-03 11:39:22,024 INFO: Removing dependency file without lock at flutter/dev/integration_tests/deferred_components_test/pubspec.yaml
2024-09-03 11:39:22,029 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:39:22,034 INFO: Removing dependency file without lock at flutter/dev/integration_tests/ios_add2app_life_cycle/flutterapp/pubspec.yaml
2024-09-03 11:39:22,035 INFO: Removing dependency file without lock at flutter/dev/integration_tests/flavors/pubspec.yaml
2024-09-03 11:39:22,045 INFO: Removing dependency file without lock at flutter/dev/integration_tests/web/pubspec.yaml
2024-09-03 11:39:22,047 INFO: Removing dependency file without lock at flutter/dev/integration_tests/ios_app_with_extensions/pubspec.yaml
2024-09-03 11:39:22,056 INFO: Removing dependency file without lock at flutter/dev/integration_tests/external_textures/pubspec.yaml
2024-09-03 11:39:22,062 INFO: Removing dependency file without lock at flutter/dev/integration_tests/link_hook/pubspec.yaml
2024-09-03 11:39:22,063 INFO: Removing dependency file without lock at flutter/dev/integration_tests/channels/pubspec.yaml
2024-09-03 11:39:22,073 INFO: Removing dependency file without lock at flutter/dev/integration_tests/web_compile_tests/pubspec.yaml
2024-09-03 11:39:22,077 INFO: Removing dependency file without lock at flutter/dev/integration_tests/release_smoke_test/pubspec.yaml
2024-09-03 11:39:22,086 INFO: Removing binary at flutter/dev/integration_tests/module_host_with_custom_build/.gradle/6.3/fileChanges/last-build.bin
2024-09-03 11:39:22,087 INFO: Removing dependency file without lock at flutter/dev/integration_tests/web_e2e_tests/pubspec.yaml
2024-09-03 11:39:22,089 INFO: Removing dependency file without lock at flutter/dev/integration_tests/ios_platform_view_tests/pubspec.yaml
2024-09-03 11:39:22,094 INFO: Removing dependency file without lock at flutter/dev/integration_tests/platform_interaction/pubspec.yaml
2024-09-03 11:39:22,102 INFO: Removing dependency file without lock at flutter/dev/integration_tests/abstract_method_smoke_test/pubspec.yaml
2024-09-03 11:39:22,107 INFO: Removing dependency file without lock at flutter/dev/integration_tests/ui/pubspec.yaml
2024-09-03 11:39:22,120 INFO: Removing dependency file without lock at flutter/dev/forbidden_from_release_tests/pubspec.yaml
2024-09-03 11:39:22,123 INFO: Creating source tarball...
2024-09-03 11:43:15,531 INFO: Running 'build' commands in build/com.presley.flexify
2024-09-03 11:43:15,532 DEBUG: Directory: build/com.presley.flexify
2024-09-03 11:43:15,532 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-arm64"; 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-arm64
Downloading Gradle Wrapper... 187ms
Downloading android-arm-profile/linux-x64 tools... 640ms
Downloading android-arm-release/linux-x64 tools... 769ms
Downloading android-arm64-profile/linux-x64 tools... 802ms
Downloading android-arm64-release/linux-x64 tools... 667ms
Downloading android-x64-profile/linux-x64 tools... 583ms
Downloading android-x64-release/linux-x64 tools... 368ms
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'... 419.9s
✓ Built build/app/outputs/flutter-apk/app-arm64-v8a-release.apk (9.6MB)
+ popd
~/build
+ mv /home/brandon/flexify com.presley.flexify
2024-09-03 11:50:26,941 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:50:26,953 INFO: Successfully built version 1.1.87 of com.presley.flexify from 23affbd78ad6cc6eb4213f76903e5a1caaa27b6d
2024-09-03 11:50:27,305 DEBUG: Checking build/com.presley.flexify/build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
2024-09-03 11:50:27,337 INFO: Created directory for storing developer supplied reference binaries: 'unsigned/binaries'
2024-09-03 11:50:27,337 INFO: ...retrieving https://github.com/brandonp2412/Flexify/releases/download/1.1.87/app-arm64-v8a-release.apk
2024-09-03 11:50:27,339 DEBUG: Starting new HTTPS connection (1): github.com:443
2024-09-03 11:50:27,633 DEBUG: https://github.com:443 "GET /brandonp2412/Flexify/releases/download/1.1.87/app-arm64-v8a-release.apk HTTP/1.1" 302 0
2024-09-03 11:50:27,639 DEBUG: Starting new HTTPS connection (1): objects.githubusercontent.com:443
2024-09-03 11:50:28,090 DEBUG: https://objects.githubusercontent.com:443 "GET /github-production-release-asset-2e65be/763311265/cd628441-6fa4-4b2d-baf4-883dc4a9e2aa?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240903%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240903T115028Z&X-Amz-Expires=300&X-Amz-Signature=00d07476cd89857749bb0e756e41dd58a4e9ddb04e89090401b9af3635faf562&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=763311265&response-content-disposition=attachment%3B%20filename%3Dapp-arm64-v8a-release.apk&response-content-type=application%2Fvnd.android.package-archive HTTP/1.1" 200 11806485
2024-09-03 11:50:30,657 DEBUG: unsigned/binaries/com.presley.flexify_1963.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: <601300089017f27c12ab3b20a6a70da2b8c966f775b641a070896c2ed9edd89c>, actual: <7138e39218437e973ae2fcc750cd2681276f163b656f6b0e56550fc7270718b1>
2024-09-03 11:50:31,616 ERROR:
/tmp/tmpegjto0n5/sigcp_com.presley.flexify_1963.apk:
2024-09-03 11:50:31,616 INFO: ...NOT verified - /tmp/tmpegjto0n5/sigcp_com.presley.flexify_1963.apk
2024-09-03 11:50:32,466 DEBUG: > diff -r /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963
2024-09-03 11:50:32,673 DEBUG: removing unsigned/com.presley.flexify_1963.apk
2024-09-03 11:50:32,678 DEBUG: removing unsigned/binaries/com.presley.flexify_1963.binary.apk
2024-09-03 11:50:32,785 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/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/AndroidManifest.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/AndroidManifest.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content: LICENSE-junit.txt
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.browser_browser.version
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.cardview_cardview.version
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.coordinatorlayout_coordinatorlayout.version
diff -r /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF/androidx.customview_customview.version /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/META-INF/androidx.customview_customview.version
1c1
< 1.1.0
---
> 1.0.0
diff -r /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF/androidx.drawerlayout_drawerlayout.version /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/META-INF/androidx.drawerlayout_drawerlayout.version
1c1
< 1.1.1
---
> 1.0.0
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.dynamicanimation_dynamicanimation.version
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.legacy_legacy-support-core-utils.version
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.localbroadcastmanager_localbroadcastmanager.version
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.media_media.version
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.print_print.version
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.recyclerview_recyclerview.version
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.transition_transition.version
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: androidx.viewpager2_viewpager2.version
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF: com.google.android.material_material.version
Only in /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/META-INF/services: g2.c0
Only in /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/META-INF/services: l2.v
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF/services: q4.c0
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/META-INF/services: v4.v
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content: androidx
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/assets/dexopt/baseline.prof and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/assets/dexopt/baseline.prof differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/assets/dexopt/baseline.profm and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/assets/dexopt/baseline.profm differ
diff -r /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/assets/flutter_assets/AssetManifest.bin /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/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/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/assets/flutter_assets/AssetManifest.json /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/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/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/assets/flutter_assets/FontManifest.json /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/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/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/assets/flutter_assets: packages
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/classes.dex and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/classes.dex differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content: junit
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/lib/arm64-v8a/libapp.so and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/lib/arm64-v8a/libapp.so differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/lib/arm64-v8a: libsqlite3.so
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/-Y.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/-Y.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: -c.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: -e.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/-o.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/-o.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/-u.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/-u.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 0N.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/0b.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/0b.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 0q.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 0w.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 1M.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 1u.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/2D.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/2D.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 2D1.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 2J.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 2p.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 30.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/36.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/36.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 38.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 3B.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 3O.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/3c.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/3c.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 3h.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 3i.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/3m.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/3m.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 3n.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 3x.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 41.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/43.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/43.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 4F.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 4F1.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 4G.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/4W.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/4W.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 4c.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 51.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 5A.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 5J.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/65.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/65.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 6J.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/6e.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/6e.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/75.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/75.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 83.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 8E.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 8_.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/8s.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/8s.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 99.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 9A.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 9O.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: 9e.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: A1.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: A6.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: AK.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: AZ.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Ah.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Am.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: BA.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Bq.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Bx.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Bx.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: C5.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/C7.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/C7.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: CG.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: CZ.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Cg.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Cm.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Cu.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Cv.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Cv.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: DF.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: DG.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/DP.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/DP.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/DS.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/DS.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: DU.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: DV.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Di.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Ej.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Ex.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Ey.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Ey.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: FR.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/FZ.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/FZ.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Fe.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Fl.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: G3.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: GQ.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: GT.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Gn.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Gn.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Gz.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: HE.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: HQ.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Hy.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: I-.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: ID.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Ig.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Ig.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/J7.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/J7.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: J71.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Jk.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Jn.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: K0.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: KA.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Ks.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Ks.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: LA.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: LH.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/LN.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/LN.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: LV.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Ld.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Lm.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Ly.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: M1.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: M11.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: M12.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: M3.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: M4.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: MC.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: ME.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: MH.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/MN.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/MN.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/MP.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/MP.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: MP1.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: NA.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/NI.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/NI.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/NR.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/NR.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/NU.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/NU.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: O5.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: O8.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: OH.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: OR.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Od.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Os.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Ov.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Ov.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: P1.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/PA.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/PA.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/PF.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/PF.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: PF1.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Px.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Px.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: QV.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Qc.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Qk.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Qq.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Qw.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Qw.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: R2.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/R6.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/R6.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: RT.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Re.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Rq.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Rq.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Ru.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/SH.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/SH.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: SQ.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/SS.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/SS.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/SU.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/SU.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Sf.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/St.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/St.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: T2.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: TP.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: TV.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Ts.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Ts.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/UO.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/UO.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: UQ.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: UU.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Uz.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: V9.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Vc.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: WF.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: WG.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: WP.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/WT.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/WT.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: WT1.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Wc.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Wl.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Wn.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Wo.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: X8.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: X9.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: XB.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/XS.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/XS.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: XT.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: XT1.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Y-.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Y-.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: YA.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Yw.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/Z4.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/Z4.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: ZD.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: ZF.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: ZW.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: Za.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: _R.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: _d.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: a2.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/aA.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/aA.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/aD.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/aD.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: aO.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: aR.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: ag.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: ai.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: ai1.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/b9.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/b9.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: b91.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: bC.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: bP.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: bT.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: bX.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/bb.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/bb.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: bl.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: bn.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: bu.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: c1.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: c4.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: cH.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: cR.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/cf.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/cf.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res: ch.xml
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color/abc_btn_colored_text_material.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/color/abc_btn_colored_text_material.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color/abc_hint_foreground_material_dark.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/color/abc_hint_foreground_material_dark.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color/abc_hint_foreground_material_light.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/color/abc_hint_foreground_material_light.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color/abc_primary_text_material_light.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/color/abc_primary_text_material_light.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color/abc_tint_btn_checkable.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/color/abc_tint_btn_checkable.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color/abc_tint_default.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/color/abc_tint_default.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color/abc_tint_edittext.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/color/abc_tint_edittext.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color/abc_tint_seek_thumb.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/color/abc_tint_seek_thumb.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color/abc_tint_spinner.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/color/abc_tint_spinner.xml differ
Binary files /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color/abc_tint_switch_track.xml and /tmp/tmpegjto0n5/_tmp_tmpegjto0n5_sigcp_com.presley.flexify_1963/content/res/color/abc_tint_switch_track.xml differ
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: design_box_stroke_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: design_error.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: design_icon_tint.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_appbar_overlay_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_assist_chip_icon_tint_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_assist_chip_stroke_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_button_background_color_selector.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_button_foreground_color_selector.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_button_outline_color_selector.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_button_ripple_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_button_ripple_color_selector.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_calendar_item_disabled_text.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_calendar_item_stroke_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_card_foreground_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_card_ripple_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_card_stroke_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_checkbox_button_icon_tint.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_checkbox_button_tint.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_chip_assist_text_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_chip_background_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_chip_ripple_color.xml
Only in /tmp/tmpegjto0n5/unsigned_binaries_com.presley.flexify_1963.binary/content/res/color: m3_chip_stroke_color.xml
257 more lines ...
==== detail end ====
2024-09-03 11:50:32,788 DEBUG: Error encountered, stopping by user request.
==== detail end ====