log for dev.linwood.butterfly:39
== Installed Android Tools ==
2022-08-15 21:27:31,598 DEBUG: Reading 'config.yml'
2022-08-15 21:27:31,605 DEBUG: Local Android SDK only has outdated apksigner versions
2022-08-15 21:27:31,606 WARNING: apksigner not found! Cannot sign or verify modern APKs
2022-08-15 21:27:31,608 INFO: Creating log directory
2022-08-15 21:27:31,608 INFO: Creating temporary directory
2022-08-15 21:27:31,609 INFO: Creating output directory
2022-08-15 21:27:31,617 DEBUG: Getting git vcs interface for https://github.com/LinwoodCloud/butterfly.git
2022-08-15 21:27:31,618 DEBUG: > git --version
git version 2.11.0
2022-08-15 21:27:31,832 INFO: Using git version 2.11.0
2022-08-15 21:27:31,833 DEBUG: Checking 1.4.2
2022-08-15 21:27:31,833 INFO: Building version 1.4.2 (39) of dev.linwood.butterfly
2022-08-15 21:27:31,834 INFO: Running 'sudo' commands in /home/vagrant
2022-08-15 21:27:31,834 DEBUG: > sudo DEBIAN_FRONTEND=noninteractive bash -x -c apt-get update || apt-get update && apt-get install -y openjdk-11-jdk-headless && update-alternatives --auto java
+ apt-get update
Ign:1 http://deb.debian.org/debian stretch InRelease
Get:2 http://security.debian.org/debian-security stretch/updates InRelease [59.1 kB]
Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Hit:4 http://deb.debian.org/debian stretch-backports-sloppy InRelease
Hit:5 http://deb.debian.org/debian stretch-backports InRelease
Hit:6 http://deb.debian.org/debian testing InRelease
Hit:7 http://deb.debian.org/debian stretch Release
Fetched 59.1 kB in 0s (72.9 kB/s)
Reading package lists...
+ apt-get install -y openjdk-11-jdk-headless
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libasound2 libasound2-data openjdk-11-jre-headless
Suggested packages:
libasound2-plugins alsa-utils openjdk-11-demo openjdk-11-source libnss-mdns
fonts-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho
fonts-wqy-microhei | fonts-wqy-zenhei fonts-indic
The following NEW packages will be installed:
libasound2 libasound2-data openjdk-11-jdk-headless openjdk-11-jre-headless
0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded.
Need to get 230 MB of archives.
After this operation, 374 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 libasound2-data all 1.1.3-5 [173 kB]
Get:2 http://deb.debian.org/debian stretch/main amd64 libasound2 amd64 1.1.3-5 [497 kB]
Get:3 http://deb.debian.org/debian stretch-backports/main amd64 openjdk-11-jre-headless amd64 11.0.6+10-1~bpo9+1 [37.4 MB]
Get:4 http://deb.debian.org/debian stretch-backports/main amd64 openjdk-11-jdk-headless amd64 11.0.6+10-1~bpo9+1 [192 MB]
Fetched 230 MB in 2s (106 MB/s)
Selecting previously unselected package libasound2-data.
(Reading database ... 65038 files and directories currently installed.)
Preparing to unpack .../libasound2-data_1.1.3-5_all.deb ...
Unpacking libasound2-data (1.1.3-5) ...
Selecting previously unselected package libasound2:amd64.
Preparing to unpack .../libasound2_1.1.3-5_amd64.deb ...
Unpacking libasound2:amd64 (1.1.3-5) ...
Selecting previously unselected package openjdk-11-jre-headless:amd64.
Preparing to unpack .../openjdk-11-jre-headless_11.0.6+10-1~bpo9+1_amd64.deb ...
Unpacking openjdk-11-jre-headless:amd64 (11.0.6+10-1~bpo9+1) ...
Selecting previously unselected package openjdk-11-jdk-headless:amd64.
Preparing to unpack .../openjdk-11-jdk-headless_11.0.6+10-1~bpo9+1_amd64.deb ...
Unpacking openjdk-11-jdk-headless:amd64 (11.0.6+10-1~bpo9+1) ...
Setting up libasound2-data (1.1.3-5) ...
Setting up libasound2:amd64 (1.1.3-5) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
Setting up openjdk-11-jre-headless:amd64 (11.0.6+10-1~bpo9+1) ...
Setting up openjdk-11-jdk-headless:amd64 (11.0.6+10-1~bpo9+1) ...
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jaotc to provide /usr/bin/jaotc (jaotc) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
+ update-alternatives --auto java
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
2022-08-15 21:27:50,454 DEBUG: > sudo passwd --lock root
passwd: password expiry information changed.
2022-08-15 21:27:50,673 DEBUG: > sudo SUDO_FORCE_REMOVE=yes dpkg --purge sudo
(Reading database ... 65695 files and directories currently installed.)
Removing sudo (1.8.19p1-2.1+deb9u3) ...
Purging configuration files for sudo (1.8.19p1-2.1+deb9u3) ...
Processing triggers for systemd (232-25+deb9u14) ...
2022-08-15 21:27:55,939 INFO: Getting source for revision 3f7585f80c48b53bc603d9c25d06b23b9f6828ac
2022-08-15 21:27:55,940 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:55,940 DEBUG: > git rev-parse --show-toplevel
2022-08-15 21:27:56,144 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:56,144 DEBUG: > git submodule foreach --recursive git reset --hard
2022-08-15 21:27:56,436 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:56,437 DEBUG: > git reset --hard
2022-08-15 21:27:56,846 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:56,846 DEBUG: > git submodule foreach --recursive git clean -dffx
2022-08-15 21:27:56,950 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:56,951 DEBUG: > git clean -dffx
2022-08-15 21:27:57,056 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:57,057 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 fetch origin
2022-08-15 21:27:57,470 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:57,471 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 remote prune origin
2022-08-15 21:27:57,779 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:57,780 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 fetch --prune --tags --force origin
2022-08-15 21:27:58,090 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:58,090 DEBUG: > git remote set-head origin --auto
2022-08-15 21:27:58,518 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:58,519 DEBUG: > git checkout -f 3f7585f80c48b53bc603d9c25d06b23b9f6828ac
2022-08-15 21:27:58,851 DEBUG: Directory: build/dev.linwood.butterfly
2022-08-15 21:27:58,852 DEBUG: > git clean -dffx
2022-08-15 21:27:59,089 INFO: Collecting source libraries
2022-08-15 21:27:59,183 DEBUG: Removing debuggable flags from build/srclib/flutter
2022-08-15 21:27:59,244 INFO: Creating local.properties file at build/dev.linwood.butterfly/local.properties
2022-08-15 21:27:59,244 INFO: Creating local.properties file at build/dev.linwood.butterfly/app/local.properties
2022-08-15 21:27:59,245 DEBUG: Removing debuggable flags from build/dev.linwood.butterfly/app
2022-08-15 21:27:59,251 INFO: Removing specified files
2022-08-15 21:27:59,252 INFO: Removing app/macos
2022-08-15 21:27:59,253 INFO: Removing app/web
2022-08-15 21:27:59,257 INFO: Removing app/ios
2022-08-15 21:27:59,262 INFO: Removing app/windows
2022-08-15 21:27:59,263 INFO: Removing app/linux
2022-08-15 21:27:59,265 INFO: Cleaned build.gradle of keysigning configs at build/dev.linwood.butterfly/app/android/app/build.gradle
2022-08-15 21:27:59,294 INFO: Scanning source for common problems...
2022-08-15 21:27:59,386 INFO: Creating source tarball...
2022-08-15 21:28:01,552 INFO: Running 'build' commands in build/dev.linwood.butterfly/app
2022-08-15 21:28:01,552 DEBUG: Directory: build/dev.linwood.butterfly/app
2022-08-15 21:28:01,553 DEBUG: > bash -x -c /home/vagrant/build/srclib/flutter/bin/flutter config --no-analytics && /home/vagrant/build/srclib/flutter/bin/flutter build apk --flavor production
+ /home/vagrant/build/srclib/flutter/bin/flutter config --no-analytics
Downloading Linux x64 Dart SDK from Flutter engine ffe7b86a1e5b5cb63c8385ae1adc759e372ee8f4...
% 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 208M 0 15138 0 0 27855 0 2:10:36 --:--:-- 2:10:36 27827
14 208M 14 31.0M 0 0 24.8M 0 0:00:08 0:00:01 0:00:07 24.8M
63 208M 63 132M 0 0 58.6M 0 0:00:03 0:00:02 0:00:01 58.6M
100 208M 100 208M 0 0 67.2M 0 0:00:03 0:00:03 --:--:-- 67.2M
Building flutter tool...
╔════════════════════════════════════════════════════════════════════════════╗
║ Welcome to Flutter! - https://flutter.dev ║
║ ║
║ The Flutter tool uses Google Analytics to anonymously report feature usage ║
║ statistics and basic crash reports. This data is used to help improve ║
║ Flutter tools over time. ║
║ ║
║ Flutter tool analytics are not sent on the very first run. To disable ║
║ reporting, type 'flutter config --no-analytics'. To display the current ║
║ setting, type 'flutter config'. If you opt out of analytics, an opt-out ║
║ event will be sent, and then no further information will be sent by the ║
║ Flutter tool. ║
║ ║
║ By downloading the Flutter SDK, you agree to the Google Terms of Service. ║
║ Note: The Google Privacy Policy describes how data is handled in this ║
║ service. ║
║ ║
║ Moreover, Flutter includes the Dart SDK, which may send usage metrics and ║
║ crash reports to Google. ║
║ ║
║ Read about data we send with crash reports: ║
║ https://flutter.dev/docs/reference/crash-reporting ║
║ ║
║ See Google's privacy policy: ║
║ https://policies.google.com/privacy ║
╚════════════════════════════════════════════════════════════════════════════╝
Analytics reporting disabled.
You may need to restart any open editors for them to read new settings.
+ /home/vagrant/build/srclib/flutter/bin/flutter build apk --flavor production
Downloading Material fonts... 434ms
Downloading Gradle Wrapper... 16ms
Downloading package sky_engine... 154ms
Downloading flutter_patched_sdk tools... 425ms
Downloading flutter_patched_sdk_product tools... 364ms
Downloading linux-x64 tools... 2,510ms
Downloading linux-x64/font-subset tools... 533ms
Downloading android-arm-profile/linux-x64 tools... 291ms
Downloading android-arm-release/linux-x64 tools... 241ms
Downloading android-arm64-profile/linux-x64 tools... 257ms
Downloading android-arm64-release/linux-x64 tools... 297ms
Downloading android-x64-profile/linux-x64 tools... 306ms
Downloading android-x64-release/linux-x64 tools... 264ms
"pt": 300 untranslated message(s).
To see a detailed report, use the untranslated-messages-file
option in the l10n.yaml file:
untranslated-messages-file: desiredFileName.txt
<other option>: <other selection>
This will generate a JSON format file containing all messages that
need to be translated.
Running "flutter pub get" in app... 13.6s
💪 Building with sound null safety 💪
Running Gradle task 'assembleProductionRelease'...
Warning: The plugin flutter_secure_storage requires Android SDK version 33.
For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
One or more plugins require a higher Android SDK version.
Fix this issue by adding the following to /home/vagrant/build/dev.linwood.butterfly/app/android/app/build.gradle:
android {
compileSdkVersion 33
...
}
Checking the license for package Android SDK Build-Tools 30.0.3 in /opt/android-sdk/licenses
License for package Android SDK Build-Tools 30.0.3 accepted.
Preparing "Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)".
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" ready.
Installing Android SDK Build-Tools 30.0.3 in /opt/android-sdk/build-tools/30.0.3
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" complete.
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" finished.
Checking the license for package Android SDK Platform 31 in /opt/android-sdk/licenses
License for package Android SDK Platform 31 accepted.
Preparing "Install Android SDK Platform 31 (revision: 1)".
"Install Android SDK Platform 31 (revision: 1)" ready.
Installing Android SDK Platform 31 in /opt/android-sdk/platforms/android-31
"Install Android SDK Platform 31 (revision: 1)" complete.
"Install Android SDK Platform 31 (revision: 1)" finished.
Checking the license for package Android SDK Platform 30 in /opt/android-sdk/licenses
License for package Android SDK Platform 30 accepted.
Preparing "Install Android SDK Platform 30 (revision: 3)".
"Install Android SDK Platform 30 (revision: 3)" ready.
Installing Android SDK Platform 30 in /opt/android-sdk/platforms/android-30
"Install Android SDK Platform 30 (revision: 3)" complete.
"Install Android SDK Platform 30 (revision: 3)" finished.
Checking the license for package Android SDK Platform 33 in /opt/android-sdk/licenses
License for package Android SDK Platform 33 accepted.
Preparing "Install Android SDK Platform 33 (revision: 2)".
"Install Android SDK Platform 33 (revision: 2)" ready.
Installing Android SDK Platform 33 in /opt/android-sdk/platforms/android-33
"Install Android SDK Platform 33 (revision: 2)" complete.
"Install Android SDK Platform 33 (revision: 2)" finished.
/home/vagrant/.pub-cache/hosted/pub.dartlang.org/camera_android-0.10.0+1/android/src/main/java/io/flutter/plugins/camera/features/resolution/ResolutionFeature.java:154: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH);
^
/home/vagrant/.pub-cache/hosted/pub.dartlang.org/camera_android-0.10.0+1/android/src/main/java/io/flutter/plugins/camera/features/resolution/ResolutionFeature.java:158: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_2160P);
^
/home/vagrant/.pub-cache/hosted/pub.dartlang.org/camera_android-0.10.0+1/android/src/main/java/io/flutter/plugins/camera/features/resolution/ResolutionFeature.java:162: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_1080P);
^
/home/vagrant/.pub-cache/hosted/pub.dartlang.org/camera_android-0.10.0+1/android/src/main/java/io/flutter/plugins/camera/features/resolution/ResolutionFeature.java:166: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_720P);
^
/home/vagrant/.pub-cache/hosted/pub.dartlang.org/camera_android-0.10.0+1/android/src/main/java/io/flutter/plugins/camera/features/resolution/ResolutionFeature.java:170: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P);
^
/home/vagrant/.pub-cache/hosted/pub.dartlang.org/camera_android-0.10.0+1/android/src/main/java/io/flutter/plugins/camera/features/resolution/ResolutionFeature.java:174: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_QVGA);
^
/home/vagrant/.pub-cache/hosted/pub.dartlang.org/camera_android-0.10.0+1/android/src/main/java/io/flutter/plugins/camera/features/resolution/ResolutionFeature.java:178: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_LOW);
^
7 warnings
Note: /home/vagrant/.pub-cache/hosted/pub.dartlang.org/flutter_secure_storage-5.1.0/android/src/main/java/com/it_nomads/fluttersecurestorage/ciphers/RSACipher18Implementation.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/vagrant/.pub-cache/hosted/pub.dartlang.org/printing-5.9.2/android/src/main/java/net/nfet/flutter/printing/PrintingPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
"pt": 300 untranslated message(s).
To see a detailed report, use the untranslated-messages-file
option in the l10n.yaml file:
untranslated-messages-file: desiredFileName.txt
<other option>: <other selection>
This will generate a JSON format file containing all messages that
need to be translated.
Expected to find fonts for (packages/phosphor_flutter/Phosphor, packages/cupertino_icons/CupertinoIcons, MaterialIcons), but found (MaterialIcons, packages/phosphor_flutter/Phosphor). This usually means you are referring to font families in an IconData class but not including them in the assets section of your pubspec.yaml, are missing the package that would include them, or are missing "uses-material-design: true".
Running Gradle task 'assembleProductionRelease'... 241.3s
✓ Built build/app/outputs/flutter-apk/app-production-release.apk (27.5MB).
2022-08-15 21:32:53,223 DEBUG: Popen(['git', 'cat-file', '--batch-check'], cwd=/home/vagrant/build/dev.linwood.butterfly, universal_newlines=False, shell=None)
2022-08-15 21:32:53,230 INFO: Successfully built version 1.4.2 of dev.linwood.butterfly from 3f7585f80c48b53bc603d9c25d06b23b9f6828ac
2022-08-15 21:32:54,142 DEBUG: AXML contains a RESOURCE MAP
2022-08-15 21:32:54,142 DEBUG: Start of Namespace mapping: prefix 30: 'android' --> uri 56: 'http://schemas.android.com/apk/res/android'
2022-08-15 21:32:54,143 DEBUG: Checking build/dev.linwood.butterfly/app/build/app/outputs/flutter-apk/app-production-release.apk
2022-08-15 21:32:54,148 DEBUG: AXML contains a RESOURCE MAP
2022-08-15 21:32:54,149 DEBUG: Start of Namespace mapping: prefix 30: 'android' --> uri 56: 'http://schemas.android.com/apk/res/android'
2022-08-15 21:32:54,184 INFO: success: dev.linwood.butterfly
2022-08-15 21:32:54,185 INFO: Finished
2022-08-15 21:32:54,185 INFO: 1 build succeeded