Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues while building the app using Android Studio. #316

Closed
shindek opened this issue Jan 25, 2021 · 7 comments
Closed

Issues while building the app using Android Studio. #316

shindek opened this issue Jan 25, 2021 · 7 comments

Comments

@shindek
Copy link

shindek commented Jan 25, 2021

Current behavior

I have imported the project and android sample app in android studio.
Whenever I try to build the app using command ANDROID_ABI="armeabi-v7a" CMAKE_BUILD_TYPE="Debug" swift- build.sh .

and build is unsuccessful with below logs.

Configure Debug for armeabi-v7a
[swift-android-toolchain] Setup finished
loading initial cache file /Users/shindek/experimental/experimental/Swift_Android/FlowKey_Swift_Android_toolchain/swift-android-toolchain/cmake_caches.cmake
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Users/shindek/android/android-ndk-r21d/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Users/shindek/android/android-ndk-r21d/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_Swift_COMPILER
    CMAKE_Swift_COMPILER_FORCED


-- Build files have been written to: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started/android/app/build/armeabi-v7a
Finished configure Debug for armeabi-v7a
Compiling Debug for armeabi-v7a
[1/3] Generating NEVER_EXISTING_OUTPUT
FAILED: NEVER_EXISTING_OUTPUT 
cd /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started && LIBRARY_OUTPUT_DIRECTORY=/Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started/android/app/src/main/jniLibs/armeabi-v7a ANDROID_ABI=armeabi-v7a CMAKE_BUILD_TYPE=Debug /Users/shindek/experimental/experimental/Swift_Android/FlowKey_Swift_Android_toolchain/swift-android-toolchain/swift-build.sh /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started
Compiling Debug for armeabi-v7a
ninja: error: loading 'build.ninja': No such file or directory
ninja: build stopped: subcommand failed.


Expected behavior

Steps to reproduce

Screenshots

Environment

  • Device:
  • OS:
  • UIKit Version:
@michaelknoch
Copy link
Member

michaelknoch commented Jan 26, 2021

hey @shindek,

Just from looking at the logs it seems that cmake configure succeeded but then building based on that configuration has failed because the files were not found. This can happen when the internal PROJECT_DIRECTORY path in swift-build.sh is set incorrectly.

Do you manually invoke ANDROID_ABI="armeabi-v7a" CMAKE_BUILD_TYPE="Debug" swift-build.sh? This command should be executed with correct arguments and paths when running gradle build for the sample app via CLI or from android studio. This means, rebuilding your android app will always rebuild the native swift sources automatically.

cd UIKit/samples/getting-started/android
./gradlew assembleDebug

@shindek
Copy link
Author

shindek commented Jan 26, 2021

@michaelknoch Thanks for your reply.
I tried building with just ./gradlew assembleDebug command, but build got failed with below logs.


shindek@shindek-mbp UIKit-cross-platform % cd UIKit-cross-platform/samples/getting-started/android
shindek@shindek-mbp android % ./gradlew assembleDebug                                

> Task :uikit:compileDebugKotlin
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (8, 45): 'ExtractorMediaSource' is deprecated. Deprecated in Java
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (28, 31): 'ExtractorMediaSource' is deprecated. Deprecated in Java
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (40, 23): 'ExtractorMediaSource' is deprecated. Deprecated in Java
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (41, 26): 'Factory' is deprecated. Deprecated in Java
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (56, 30): 'constructor DefaultBandwidthMeter()' is deprecated. Deprecated in Java
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (57, 65): 'constructor Factory(BandwidthMeter)' is deprecated. Deprecated in Java
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (58, 29): 'constructor DefaultTrackSelector(TrackSelection.Factory)' is deprecated. Deprecated in Java
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (60, 21): 'ExoPlayerFactory' is deprecated. Deprecated in Java
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (60, 38): 'newSimpleInstance(Context, TrackSelector): SimpleExoPlayer' is deprecated. Deprecated in Java
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (194, 30): 'constructor DefaultBandwidthMeter()' is deprecated. Deprecated in Java
w: /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/src/main/java/org/uikit/VideoJNI.kt: (203, 27): 'constructor SimpleCache(File!, CacheEvictor!)' is deprecated. Deprecated in Java

> Task :app:externalNativeBuildDebug FAILED
Build swiftBuildDummy armeabi-v7a
[1/3] Generating NEVER_EXISTING_OUTPUT
FAILED: cd /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started && LIBRARY_OUTPUT_DIRECTORY=/Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started/android/app/src/main/jniLibs/armeabi-v7a ANDROID_ABI=armeabi-v7a CMAKE_BUILD_TYPE=Debug /Users/shindek/experimental/experimental/Swift_Android/FlowKey_Swift_Android_toolchain/swift-android-toolchain/swift-build.sh /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started
Compiling Debug for armeabi-v7a
ninja: error: loading 'build.ninja': No such file or directory
ninja: build stopped: subcommand failed.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:externalNativeBuildDebug'.
> Build command failed.
  Error while executing process /Users/shindek/Library/Android/sdk/cmake/3.6.4111459/bin/cmake with arguments {--build /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started/android/app/.externalNativeBuild/cmake/debug/armeabi-v7a --target swiftBuildDummy}
  [1/3] Generating NEVER_EXISTING_OUTPUT
  FAILED: cd /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started && LIBRARY_OUTPUT_DIRECTORY=/Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started/android/app/src/main/jniLibs/armeabi-v7a ANDROID_ABI=armeabi-v7a CMAKE_BUILD_TYPE=Debug /Users/shindek/experimental/experimental/Swift_Android/FlowKey_Swift_Android_toolchain/swift-android-toolchain/swift-build.sh /Users/shindek/experimental/UIKit-cross-platform/UIKit-cross-platform/samples/getting-started
  Compiling Debug for armeabi-v7a
  ninja: error: loading 'build.ninja': No such file or directory
  ninja: build stopped: subcommand failed.
  


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.5/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 7s
30 actionable tasks: 27 executed, 3 up-to-date
<-------------> 0% WAITING
> IDLE
> IDLE
> IDLE
> IDLE
> IDLE
> IDLE
> IDLE
shindek@shindek-mbp android % 

I feel, I am missing something to put in the CMakeLists.txt file, regarding Project directory.
Sorry, I am novice in working with shell scripting and command line tools.
Currently my CMakeLists.txt files looks like below.

cmake_minimum_required(VERSION 3.6)
project(DemoApp)

get_filename_component(PROJECT_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/../../ ABSOLUTE)

#set(BuildSwiftProject_DIR ../../../../swift-android-toolchain)
set(BuildSwiftProject_DIR /Users/shindek/experimental/experimental/Swift_Android/FlowKey_Swift_Android_toolchain/swift-android-toolchain)

find_package(BuildSwiftProject REQUIRED)

build_swift_project(
    PROJECT_DIRECTORY ${PROJECT_DIRECTORY}
)

Is there anything I need to change here?

@michaelknoch
Copy link
Member

Actually there is nothing you have to change to make the sample app compile. It seems that you pulled the swift-android-toolchain independently from the project, which could work in theory but UIKit already references the toolchain as git submodule. To simply compile the samples you just have to clone this repo, fetch the submodules recursively and run the gradle build command. Would you mind trying that again? @shindek

@shindek
Copy link
Author

shindek commented Jan 27, 2021

@michaelknoch I have cloned the UIKit project in separate directory(/Users/shindek/experimental/UIKit/). fetched the submodules recursively with command

shindek@shindek-mbp UIKit-cross-platform % git submodule update --recursive
shindek@shindek-mbp UIKit-cross-platform % git submodule update --init --recursive. 

Then imported the android project in sample folder into Android Studio, and tried to build it.
the build got failed with below error.
CMakeOutput.logCMakeOutput.log


Build command failed.
Error while executing process /Users/shindek/Library/Android/sdk/cmake/3.6.4111459/bin/cmake with arguments {-H/Users/shindek/experimental/UIKit/UIKit-cross-platform/samples/getting-started/android/app -B/Users/shindek/experimental/UIKit/UIKit-cross-platform/samples/getting-started/android/app/.externalNativeBuild/cmake/debug/armeabi-v7a -DANDROID_ABI=armeabi-v7a -DANDROID_PLATFORM=android-21 -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/Users/shindek/experimental/UIKit/UIKit-cross-platform/samples/getting-started/android/app/build/intermediates/cmake/debug/obj/armeabi-v7a -DCMAKE_BUILD_TYPE=Debug -DANDROID_NDK=/Users/shindek/android/android-ndk-r21d -DCMAKE_TOOLCHAIN_FILE=/Users/shindek/android/android-ndk-r21d/build/cmake/android.toolchain.cmake -DCMAKE_MAKE_PROGRAM=/Users/shindek/Library/Android/sdk/cmake/3.6.4111459/bin/ninja -GAndroid Gradle - Ninja}
-- Check for working C compiler: /Users/shindek/android/android-ndk-r21d/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
-- Check for working C compiler: /Users/shindek/android/android-ndk-r21d/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Users/shindek/android/android-ndk-r21d/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++
-- Check for working CXX compiler: /Users/shindek/android/android-ndk-r21d/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring incomplete, errors occurred!
See also "/Users/shindek/experimental/UIKit/UIKit-cross-platform/samples/getting-started/android/app/.externalNativeBuild/cmake/debug/armeabi-v7a/CMakeFiles/CMakeOutput.log".

CMake Error at CMakeLists.txt:7 (find_package):
  By not providing "FindBuildSwiftProject.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "BuildSwiftProject", but CMake did not find one.

  Could not find a package configuration file provided by "BuildSwiftProject"
  with any of the following names:

    BuildSwiftProjectConfig.cmake
    buildswiftproject-config.cmake

  Add the installation prefix of "BuildSwiftProject" to CMAKE_PREFIX_PATH or
  set "BuildSwiftProject_DIR" to a directory containing one of the above
  files.  If "BuildSwiftProject" provides a separate development package or
  SDK, be sure it has been installed.

@shindek
Copy link
Author

shindek commented Jan 27, 2021

My bad. Looks like with the command git submodule update --init --recursive, the submodules are not downloaded properly and got below error.

Cloning into '/Users/shindek/experimental/UIKit2/UIKit-cross-platform/SDL/external/SDL_ttf'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:flowkey/SDL_ttf-mirror.git' into submodule path '/Users/shindek/experimental/UIKit2/UIKit-cross-platform/SDL/external/SDL_ttf' failed
Failed to clone 'external/SDL_ttf'. Retry scheduled
Cloning into '/Users/shindek/experimental/UIKit2/UIKit-cross-platform/SDL/external/sdl-gpu'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:flowkey/sdl-gpu.git' into submodule path '/Users/shindek/experimental/UIKit2/UIKit-cross-platform/SDL/external/sdl-gpu' failed
Failed to clone 'external/sdl-gpu'. Retry scheduled
Cloning into '/Users/shindek/experimental/UIKit2/UIKit-cross-platform/SDL/external/SDL_ttf'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:flowkey/SDL_ttf-mirror.git' into submodule path '/Users/shindek/experimental/UIKit2/UIKit-cross-platform/SDL/external/SDL_ttf' failed
Failed to clone 'external/SDL_ttf' a second time, aborting
Failed to recurse into submodule path 'SDL'
shindek@shindek-mbp UIKit-cross-platform % 

So, I decided to clone each submodules(SDL,swift-android-toolchain and swift-jni) separately inside UIKit project.

After cloning all submodules, when I tried to build the app, I got error saying Please define ANDROID_NDK_PATH and point to your local version of ndk-r16b, I have NDK installed with version ndk-r21d, So I replaced 'r16b' to 'r21d' in setup.sh file.
After doing that, when I tried to build the app and after solid 8 minutes of build time, I got below error now.

Build command failed.
Error while executing process /Users/shindek/Library/Android/sdk/cmake/3.6.4111459/bin/cmake with arguments {--build /Users/shindek/experimental/UIKit3/UIKit-cross-platform/samples/getting-started/android/app/.externalNativeBuild/cmake/debug/armeabi-v7a --target swiftBuildDummy}
[1/3] Generating NEVER_EXISTING_OUTPUT
FAILED: cd /Users/shindek/experimental/UIKit3/UIKit-cross-platform/samples/getting-started && LIBRARY_OUTPUT_DIRECTORY=/Users/shindek/experimental/UIKit3/UIKit-cross-platform/samples/getting-started/android/app/src/main/jniLibs/armeabi-v7a ANDROID_ABI=armeabi-v7a CMAKE_BUILD_TYPE=Debug /Users/shindek/experimental/UIKit3/UIKit-cross-platform/swift-android-toolchain/swift-build.sh /Users/shindek/experimental/UIKit3/UIKit-cross-platform/samples/getting-started
Configure Debug for armeabi-v7a
Removing temp/
[swift-android-toolchain] Downloading Toolchain Artifacts...
  % 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
  0 1572M    0 3513k    0     0  2433k      0  0:11:01  0:00:01  0:11:00 2431k
  0 1572M    0 7673k    0     0  3135k      0  0:08:33  0:00:02  0:08:31 3134k
  0 1572M    0 11.7M    0     0  3494k      0  0:07:40  0:00:03  0:07:37 3493k
  0 1572M    0 15.2M    0     0  3500k      0  0:07:40  0:00:04  0:07:36 3499k
  1 1572M    1 19.2M    0     0  3627k      0  0:07:23  0:00:05  0:07:18 3961k
  1 1572M    1 23.5M    0     0  3745k      0  0:07:09  0:00:06  0:07:03 4124k
  1 1572M    1 27.7M    0     0  3799k      0  0:07:03  0:00:07  0:06:56 4124k
  1 1572M    1 31.4M    0     0  3807k      0  0:07:02  0:00:08  0:06:54 4023k
  2 1572M    2 34.2M    0     0  3701k      0  0:07:15  0:00:09  0:07:06 3879k
  2 1572M    2 36.8M    0     0  3611k      0  0:07:25  0:00:10  0:07:15 3593k
  2 1572M    2 38.1M    0     0  3406k      0  0:07:52  0:00:11  0:07:41 2970k
  2 1572M    2 41.1M    0     0  3383k      0  0:07:55  0:00:12  0:07:43 2758k
  2 1572M    2 45.0M    0     0  3430k      0  0:07:49  0:00:13  0:07:36 2791k
  3 1572M    3 49.2M    0     0  3491k      0  0:07:41  0:00:14  0:07:27 3091k
  3 1572M    3 53.2M    0     0  3525k      0  0:07:36  0:00:15  0:07:21 3346k
  3 1572M    3 57.0M    0     0  3550k      0  0:07:33  0:00:16  0:07:17 3881k
  3 1572M    3 61.1M    0     0  3587k      0  0:07:28  0:00:17  0:07:11 4096k
  4 1572M    4 64.9M    0     0  3603k      0  0:07:26  0:00:18  0:07:08 4068k
  4 1572M    4 68.8M    0     0  3624k      0  0:07:24  0:00:19  0:07:05 4007k
  4 1572M    4 72.4M    0     0  3621k      0  0:07:24  0:00:20  0:07:04 3916k
  4 1572M    4 76.3M    0     0  3643k      0  0:07:22  0:00:21  0:07:01 3946k
  5 1572M    5 80.3M    0     0  3663k      0  0:07:19  0:00:22  0:06:57 3924k
  5 1572M    5 83.6M    0     0  3651k      0  0:07:21  0:00:23  0:06:58 3826k
  5 1572M    5 87.3M    0     0  3658k      0  0:07:20  0:00:24  0:06:56 3792k
  5 1572M    5 90.9M    0     0  3661k      0  0:07:19  0:00:25  0:06:54 3829k
  6 1572M    6 94.8M    0     0  3674k      0  0:07:18  0:00:26  0:06:52 3806k
  6 1572M    6 98.9M    0     0  3692k      0  0:07:16  0:00:27  0:06:49 3827k
  6 1572M    6  102M    0     0  3692k      0  0:07:16  0:00:28  0:06:48 3888k
  6 1572M    6  106M    0     0  3691k      0  0:07:16  0:00:29  0:06:47 3856k
  7 1572M    7  110M    0     0  3703k      0  0:07:14  0:00:30  0:06:44 3917k
  7 1572M    7  113M    0     0  3708k      0  0:07:14  0:00:31  0:06:43 3888k
  7 1572M    7  117M    0     0  3693k      0  0:07:16  0:00:32  0:06:44 3695k
  7 1572M    7  119M    0     0  3667k      0  0:07:19  0:00:33  0:06:46 3521k
  7 1572M    7  122M    0     0  3652k      0  0:07:20  0:00:34  0:06:46 3416k
  8 1572M    8  126M    0     0  3662k      0  0:07:19  0:00:35  0:06:44 3410k
  8 1572M    8  130M    0     0  3672k      0  0:07:18  0:00:36  0:06:42 3446k
  8 1572M    8  133M    0     0  3653k      0  0:07:20  0:00:37  0:06:43 3399k
  8 1572M    8  136M    0     0  3638k      0  0:07:22  0:00:38  0:06:44 3448k
  8 1572M    8  140M    0     0  3645k      0  0:07:21  0:00:39  0:06:42 3600k
  9 1572M    9  144M    0     0  3651k      0  0:07:21  0:00:40  0:06:41 3572k
  9 1572M    9  147M    0     0  3652k      0  0:07:20  0:00:41  0:06:39 3511k
  9 1572M    9  149M    0     0  3617k      0  0:07:25  0:00:42  0:06:43 3345k
  9 1572M    9  152M    0     0  3593k      0  0:07:28  0:00:43  0:06:45 3248k
  9 1572M    9  154M    0     0  3565k      0  0:07:31  0:00:44  0:06:47 2930k
 10 1572M   10  157M    0     0  3549k      0  0:07:33  0:00:45  0:06:48 2721k
 10 1572M   10  160M    0     0  3548k      0  0:07:33  0:00:46  0:06:47 2677k
 10 1572M   10  163M    0     0  3525k      0  0:07:36  0:00:47  0:06:49 2745k
 10 1572M   10  165M    0     0  3497k      0  0:07:40  0:00:48  0:06:52 2659k
 10 1572M   10  167M    0     0  3475k      0  0:07:43  0:00:49  0:06:54 2683k
 10 1572M   10  171M    0     0  3473k      0  0:07:43  0:00:50  0:06:53 2787k
 11 1572M   11  173M    0     0  3458k      0  0:07:45  0:00:51  0:06:54 2627k
 11 1572M   11  176M    0     0  3438k      0  0:07:48  0:00:52  0:06:56 2606k
 11 1572M   11  179M    0     0  3431k      0  0:07:49  0:00:53  0:06:56 2794k
 11 1572M   11  182M    0     0  3429k      0  0:07:49  0:00:54  0:06:55 2965k
 11 1572M   11  185M    0     0  3430k      0  0:07:49  0:00:55  0:06:54 2994k
 12 1572M   12  189M    0     0  3434k      0  0:07:48  0:00:56  0:06:52 3192k
 12 1572M   12  192M    0     0  3439k      0  0:07:48  0:00:57  0:06:51 3449k
 12 1572M   12  195M    0     0  3432k      0  0:07:49  0:00:58  0:06:51 3444k
 12 1572M   12  199M    0     0  3430k      0  0:07:49  0:00:59  0:06:50 3446k
 12 1572M   12  202M    0     0  3433k      0  0:07:49  0:01:00  0:06:49 3467k
 13 1572M   13  205M    0     0  3431k      0  0:07:49  0:01:01  0:06:48 3394k
 13 1572M   13  208M    0     0  3424k      0  0:07:50  0:01:02  0:06:48 3256k
 13 1572M   13  212M    0     0  3427k      0  0:07:49  0:01:03  0:06:46 3368k
 13 1572M   13  216M    0     0  3434k      0  0:07:48  0:01:04  0:06:44 3481k
 13 1572M   13  219M    0     0  3438k      0  0:07:48  0:01:05  0:06:43 3500k
 14 1572M   14  223M    0     0  3444k      0  0:07:47  0:01:06  0:06:41 3602k
 14 1572M   14  227M    0     0  3446k      0  0:07:47  0:01:07  0:06:40 3719k
 14 1572M   14  230M    0     0  3445k      0  0:07:47  0:01:08  0:06:39 3667k
 14 1572M   14  233M    0     0  3447k      0  0:07:47  0:01:09  0:06:38 3609k
 15 1572M   15  237M    0     0  3455k      0  0:07:46  0:01:10  0:06:36 3676k
 15 1572M   15  241M    0     0  3462k      0  0:07:45  0:01:11  0:06:34 3701k
 15 1572M   15  245M    0     0  3469k      0  0:07:44  0:01:12  0:06:32 3777k
 15 1572M   15  249M    0     0  3471k      0  0:07:43  0:01:13  0:06:30 3838k
 16 1572M   16  253M    0     0  3482k      0  0:07:42  0:01:14  0:06:28 3980k
 16 1572M   16  256M    0     0  3482k      0  0:07:42  0:01:15  0:06:27 3866k
 16 1572M   16  259M    0     0  3479k      0  0:07:42  0:01:16  0:06:26 3715k
 16 1572M   16  262M    0     0  3469k      0  0:07:44  0:01:17  0:06:27 3479k
 16 1572M   16  266M    0     0  3476k      0  0:07:43  0:01:18  0:06:25 3548k
 17 1572M   17  269M    0     0  3474k      0  0:07:43  0:01:19  0:06:24 3341k
 17 1572M   17  272M    0     0  3466k      0  0:07:44  0:01:20  0:06:24 3222k
 17 1572M   17  275M    0     0  3468k      0  0:07:44  0:01:21  0:06:23 3311k
 17 1572M   17  279M    0     0  3473k      0  0:07:43  0:01:22  0:06:21 3525k
 17 1572M   17  283M    0     0  3473k      0  0:07:43  0:01:23  0:06:20 3417k
 18 1572M   18  287M    0     0  3479k      0  0:07:42  0:01:24  0:06:18 3562k
 18 1572M   18  290M    0     0  3482k      0  0:07:42  0:01:25  0:06:17 3748k
 18 1572M   18  293M    0     0  3477k      0  0:07:43  0:01:26  0:06:17 3619k
 18 1572M   18  297M    0     0  3482k      0  0:07:42  0:01:27  0:06:15 3629k
 19 1572M   19  301M    0     0  3484k      0  0:07:42  0:01:28  0:06:14 3682k
 19 1572M   19  305M    0     0  3490k      0  0:07:41  0:01:29  0:06:12 3678k
 19 1572M   19  308M    0     0  3490k      0  0:07:41  0:01:30  0:06:11 3626k
 19 1572M   19  312M    0     0  3495k      0  0:07:40  0:01:31  0:06:09 3805k
 20 1572M   20  315M    0     0  3493k      0  0:07:40  0:01:32  0:06:08 3696k
 20 1572M   20  319M    0     0  3499k      0  0:07:40  0:01:33  0:06:07 3763k
 20 1572M   20  322M    0     0  3494k      0  0:07:40  0:01:34  0:06:06 3575k
 20 1572M   20  325M    0     0  3488k      0  0:07:41  0:01:35  0:06:06 3443k
 20 1572M   20  328M    0     0  3490k      0  0:07:41  0:01:36  0:06:05 3402k
 21 1572M   21  332M    0     0  3493k      0  0:07:41  0:01:37  0:06:04 3488k
 21 1572M   21  335M    0     0  3493k      0  0:07:41  0:01:38  0:06:03 3367k
 21 1572M   21  339M    0     0  3497k      0  0:07:40  0:01:39  0:06:01 3539k
 21 1572M   21  342M    0     0  3494k      0  0:07:40  0:01:40  0:06:00 3610k
 22 1572M   22  346M    0     0  3493k      0  0:07:41  0:01:41  0:06:00 3549k
 22 1572M   22  349M    0     0  3492k      0  0:07:41  0:01:42  0:05:59 3473k
 22 1572M   22  353M    0     0  3494k      0  0:07:40  0:01:43  0:05:57 3514k
 22 1572M   22  355M    0     0  3482k      0  0:07:42  0:01:44  0:05:58 3185k
 22 1572M   22  358M    0     0  3478k      0  0:07:43  0:01:45  0:05:58 3155k
 23 1572M   23  361M    0     0  3480k      0  0:07:42  0:01:46  0:05:56 3208k
 23 1572M   23  365M    0     0  3485k      0  0:07:42  0:01:47  0:05:55 3334k
 23 1572M   23  369M    0     0  3489k      0  0:07:41  0:01:48  0:05:53 3389k
 23 1572M   23  373M    0     0  3495k      0  0:07:40  0:01:49  0:05:51 3776k
 24 1572M   24  377M    0     0  3499k      0  0:07:40  0:01:50  0:05:50 3952k
 24 1572M   24  380M    0     0  3498k      0  0:07:40  0:01:51  0:05:49 3897k
 24 1572M   24  384M    0     0  3501k      0  0:07:39  0:01:52  0:05:47 3852k
 24 1572M   24  388M    0     0  3504k      0  0:07:39  0:01:53  0:05:46 3822k
 24 1572M   24  391M    0     0  3505k      0  0:07:39  0:01:54  0:05:45 3718k
 25 1572M   25  394M    0     0  3501k      0  0:07:39  0:01:55  0:05:44 3530k
 25 1572M   25  398M    0     0  3505k      0  0:07:39  0:01:56  0:05:43 3660k
 25 1572M   25  402M    0     0  3506k      0  0:07:39  0:01:57  0:05:42 3619k
 25 1572M   25  406M    0     0  3511k      0  0:07:38  0:01:58  0:05:40 3680k
 26 1572M   26  409M    0     0  3513k      0  0:07:38  0:01:59  0:05:39 3708k
 26 1572M   26  413M    0     0  3514k      0  0:07:38  0:02:00  0:05:38 3832k
 26 1572M   26  416M    0     0  3512k      0  0:07:38  0:02:01  0:05:37 3663k
 26 1572M   26  420M    0     0  3517k      0  0:07:37  0:02:02  0:05:35 3785k
 26 1572M   26  424M    0     0  3522k      0  0:07:37  0:02:03  0:05:34 3773k
 27 1572M   27  428M    0     0  3525k      0  0:07:36  0:02:04  0:05:32 3804k
 27 1572M   27  432M    0     0  3526k      0  0:07:36  0:02:05  0:05:31 3798k
 27 1572M   27  436M    0     0  3531k      0  0:07:36  0:02:06  0:05:30 4000k
 27 1572M   27  439M    0     0  3531k      0  0:07:36  0:02:07  0:05:29 3867k
 28 1572M   28  443M    0     0  3538k      0  0:07:35  0:02:08  0:05:27 3935k
 28 1572M   28  447M    0     0  3538k      0  0:07:35  0:02:09  0:05:26 3860k
 28 1572M   28  451M    0     0  3542k      0  0:07:34  0:02:10  0:05:24 3937k
 28 1572M   28  454M    0     0  3541k      0  0:07:34  0:02:11  0:05:23 3783k
 29 1572M   29  458M    0     0  3544k      0  0:07:34  0:02:12  0:05:22 3878k
 29 1572M   29  462M    0     0  3549k      0  0:07:33  0:02:13  0:05:20 3838k
 29 1572M   29  466M    0     0  3553k      0  0:07:33  0:02:14  0:05:19 3940k
 29 1572M   29  470M    0     0  3558k      0  0:07:32  0:02:15  0:05:17 3990k
 30 1572M   30  474M    0     0  3560k      0  0:07:32  0:02:16  0:05:16 4063k
 30 1572M   30  477M    0     0  3559k      0  0:07:32  0:02:17  0:05:15 3957k
 30 1572M   30  481M    0     0  3562k      0  0:07:32  0:02:18  0:05:14 3900k
 30 1572M   30  485M    0     0  3566k      0  0:07:31  0:02:19  0:05:12 3924k
 31 1572M   31  489M    0     0  3569k      0  0:07:31  0:02:20  0:05:11 3862k
 31 1572M   31  492M    0     0  3567k      0  0:07:31  0:02:21  0:05:10 3750k
 31 1572M   31  496M    0     0  3569k      0  0:07:31  0:02:22  0:05:09 3845k
 31 1572M   31  499M    0     0  3568k      0  0:07:31  0:02:23  0:05:08 3736k
 32 1572M   32  503M    0     0  3571k      0  0:07:31  0:02:24  0:05:07 3687k
 32 1572M   32  507M    0     0  3571k      0  0:07:30  0:02:25  0:05:05 3626k
 32 1572M   32  510M    0     0  3570k      0  0:07:31  0:02:26  0:05:05 3656k
 32 1572M   32  514M    0     0  3569k      0  0:07:31  0:02:27  0:05:04 3566k
 32 1572M   32  518M    0     0  3574k      0  0:07:30  0:02:28  0:05:02 3759k
 33 1572M   33  521M    0     0  3576k      0  0:07:30  0:02:29  0:05:01 3731k
 33 1572M   33  525M    0     0  3576k      0  0:07:30  0:02:30  0:05:00 3727k
 33 1572M   33  528M    0     0  3573k      0  0:07:30  0:02:31  0:04:59 3687k
 33 1572M   33  531M    0     0  3569k      0  0:07:31  0:02:32  0:04:59 3564k
 33 1572M   33  533M    0     0  3558k      0  0:07:32  0:02:33  0:04:59 3087k
 34 1572M   34  536M    0     0  3554k      0  0:07:33  0:02:34  0:04:59 2895k
 34 1572M   34  540M    0     0  3557k      0  0:07:32  0:02:35  0:04:57 2998k
 34 1572M   34  543M    0     0  3559k      0  0:07:32  0:02:36  0:04:56 3127k
 34 1572M   34  547M    0     0  3562k      0  0:07:32  0:02:37  0:04:55 3347k
 35 1572M   35  551M    0     0  3563k      0  0:07:31  0:02:38  0:04:53 3717k
 35 1572M   35  555M    0     0  3565k      0  0:07:31  0:02:39  0:04:52 3918k
 35 1572M   35  559M    0     0  3567k      0  0:07:31  0:02:40  0:04:51 3881k
 35 1572M   35  562M    0     0  3564k      0  0:07:31  0:02:41  0:04:50 3726k
 36 1572M   36  566M    0     0  3570k      0  0:07:31  0:02:42  0:04:49 3808k
 36 1572M   36  569M    0     0  3570k      0  0:07:31  0:02:43  0:04:48 3788k
 36 1572M   36  574M    0     0  3575k      0  0:07:30  0:02:44  0:04:46 3889k
 36 1572M   36  577M    0     0  3575k      0  0:07:30  0:02:45  0:04:45 3808k
 37 1572M   37  581M    0     0  3579k      0  0:07:29  0:02:46  0:04:43 4051k
 37 1572M   37  585M    0     0  3582k      0  0:07:29  0:02:47  0:04:42 3986k
 37 1572M   37  589M    0     0  3584k      0  0:07:29  0:02:48  0:04:41 4031k
 37 1572M   37  593M    0     0  3584k      0  0:07:29  0:02:49  0:04:40 3865k
 37 1572M   37  596M    0     0  3585k      0  0:07:29  0:02:50  0:04:39 3924k
 38 1572M   38  600M    0     0  3586k      0  0:07:29  0:02:51  0:04:38 3837k
 38 1572M   38  603M    0     0  3584k      0  0:07:29  0:02:52  0:04:37 3649k
 38 1572M   38  607M    0     0  3586k      0  0:07:29  0:02:53  0:04:36 3661k
 38 1572M   38  611M    0     0  3589k      0  0:07:28  0:02:54  0:04:34 3759k
 39 1572M   39  615M    0     0  3589k      0  0:07:28  0:02:55  0:04:33 3737k
 39 1572M   39  618M    0     0  3589k      0  0:07:28  0:02:56  0:04:32 3664k
 39 1572M   39  622M    0     0  3591k      0  0:07:28  0:02:57  0:04:31 3851k
 39 1572M   39  625M    0     0  3589k      0  0:07:28  0:02:58  0:04:30 3700k
 39 1572M   39  628M    0     0  3583k      0  0:07:29  0:02:59  0:04:30 3397k
 40 1572M   40  631M    0     0  3584k      0  0:07:29  0:03:00  0:04:29 3400k
 40 1572M   40  635M    0     0  3586k      0  0:07:29  0:03:01  0:04:28 3475k
 40 1572M   40  638M    0     0  3586k      0  0:07:29  0:03:02  0:04:27 3389k
 40 1572M   40  642M    0     0  3588k      0  0:07:28  0:03:03  0:04:25 3529k
 41 1572M   41  645M    0     0  3583k      0  0:07:29  0:03:04  0:04:25 3560k
 41 1572M   41  648M    0     0  3580k      0  0:07:29  0:03:05  0:04:24 3440k
 41 1572M   41  651M    0     0  3576k      0  0:07:30  0:03:06  0:04:24 3246k
 41 1572M   41  654M    0     0  3577k      0  0:07:30  0:03:07  0:04:23 3256k
 41 1572M   41  658M    0     0  3575k      0  0:07:30  0:03:08  0:04:22 3113k
 42 1572M   42  660M    0     0  3570k      0  0:07:31  0:03:09  0:04:22 3117k
 42 1572M   42  662M    0     0  3562k      0  0:07:32  0:03:10  0:04:22 2904k
 42 1572M   42  664M    0     0  3556k      0  0:07:32  0:03:11  0:04:21 2782k
 42 1572M   42  667M    0     0  3552k      0  0:07:33  0:03:12  0:04:21 2605k
 42 1572M   42  670M    0     0  3550k      0  0:07:33  0:03:13  0:04:20 2613k
 42 1572M   42  672M    0     0  3542k      0  0:07:34  0:03:14  0:04:20 2465k
 42 1572M   42  675M    0     0  3538k      0  0:07:35  0:03:15  0:04:20 2628k
 43 1572M   43  678M    0     0  3535k      0  0:07:35  0:03:16  0:04:19 2748k
 43 1572M   43  681M    0     0  3535k      0  0:07:35  0:03:17  0:04:18 2868k
 43 1572M   43  685M    0     0  3535k      0  0:07:35  0:03:18  0:04:17 2937k
 43 1572M   43  688M    0     0  3534k      0  0:07:35  0:03:19  0:04:16 3210k
 43 1572M   43  691M    0     0  3533k      0  0:07:35  0:03:20  0:04:15 3336k
 44 1572M   44  695M    0     0  3533k      0  0:07:35  0:03:21  0:04:14 3453k
 44 1572M   44  697M    0     0  3529k      0  0:07:36  0:03:22  0:04:14 3296k
 44 1572M   44  701M    0     0  3528k      0  0:07:36  0:03:23  0:04:13 3252k
 44 1572M   44  704M    0     0  3526k      0  0:07:36  0:03:24  0:04:12 3238k
 45 1572M   45  707M    0     0  3528k      0  0:07:36  0:03:25  0:04:11 3299k
 45 1572M   45  711M    0     0  3526k      0  0:07:36  0:03:26  0:04:10 3259k
 45 1572M   45  713M    0     0  3522k      0  0:07:37  0:03:27  0:04:10 3237k
 45 1572M   45  717M    0     0  3525k      0  0:07:36  0:03:28  0:04:08 3389k
 45 1572M   45  721M    0     0  3525k      0  0:07:36  0:03:29  0:04:07 3460k
 46 1572M   46  724M    0     0  3524k      0  0:07:37  0:03:30  0:04:07 3351k
 46 1572M   46  727M    0     0  3523k      0  0:07:37  0:03:31  0:04:06 3402k
 46 1572M   46  730M    0     0  3514k      0  0:07:38  0:03:32  0:04:06 3197k
 46 1572M   46  731M    0     0  3508k      0  0:07:39  0:03:33  0:04:06 2832k
 46 1572M   46  734M    0     0  3504k      0  0:07:39  0:03:34  0:04:05 2645k
 46 1572M   46  737M    0     0  3503k      0  0:07:39  0:03:35  0:04:04 2642k
 47 1572M   47  741M    0     0  3506k      0  0:07:39  0:03:36  0:04:03 2782k
 47 1572M   47  744M    0     0  3507k      0  0:07:39  0:03:37  0:04:02 3221k
 47 1572M   47  748M    0     0  3507k      0  0:07:39  0:03:38  0:04:01 3467k
 47 1572M   47  752M    0     0  3512k      0  0:07:38  0:03:39  0:03:59 3842k
 48 1572M   48  756M    0     0  3513k      0  0:07:38  0:03:40  0:03:58 3966k
 48 1572M   48  760M    0     0  3515k      0  0:07:38  0:03:41  0:03:57 3905k
 48 1572M   48  764M    0     0  3518k      0  0:07:37  0:03:42  0:03:55 3971k
 48 1572M   48  768M    0     0  3520k      0  0:07:37  0:03:43  0:03:54 4060k
 49 1572M   49  772M    0     0  3523k      0  0:07:37  0:03:44  0:03:53 4000k
 49 1572M   49  776M    0     0  3526k      0  0:07:36  0:03:45  0:03:51 4065k
 49 1572M   49  780M    0     0  3528k      0  0:07:36  0:03:46  0:03:50 4076k
 49 1572M   49  784M    0     0  3531k      0  0:07:36  0:03:47  0:03:49 4136k
 50 1572M   50  787M    0     0  3531k      0  0:07:36  0:03:48  0:03:48 4055k
 50 1572M   50  791M    0     0  3532k      0  0:07:35  0:03:49  0:03:46 3929k
 50 1572M   50  795M    0     0  3534k      0  0:07:35  0:03:50  0:03:45 3924k
 50 1572M   50  799M    0     0  3538k      0  0:07:35  0:03:51  0:03:44 4003k
 51 1572M   51  803M    0     0  3541k      0  0:07:34  0:03:52  0:03:42 3970k
 51 1572M   51  807M    0     0  3543k      0  0:07:34  0:03:53  0:03:41 4092k
 51 1572M   51  812M    0     0  3547k      0  0:07:34  0:03:54  0:03:40 4236k
 51 1572M   51  816M    0     0  3551k      0  0:07:33  0:03:55  0:03:38 4297k
 52 1572M   52  820M    0     0  3554k      0  0:07:33  0:03:56  0:03:37 4279k
 52 1572M   52  824M    0     0  3554k      0  0:07:33  0:03:57  0:03:36 4187k
 52 1572M   52  828M    0     0  3555k      0  0:07:32  0:03:58  0:03:34 4116k
 52 1572M   52  831M    0     0  3557k      0  0:07:32  0:03:59  0:03:33 4042k
 53 1572M   53  835M    0     0  3559k      0  0:07:32  0:04:00  0:03:32 3950k
 53 1572M   53  839M    0     0  3560k      0  0:07:32  0:04:01  0:03:31 3855k
 53 1572M   53  843M    0     0  3562k      0  0:07:32  0:04:02  0:03:30 3939k
 53 1572M   53  847M    0     0  3564k      0  0:07:31  0:04:03  0:03:28 3957k
 54 1572M   54  850M    0     0  3562k      0  0:07:32  0:04:04  0:03:28 3778k
 54 1572M   54  853M    0     0  3559k      0  0:07:32  0:04:05  0:03:27 3588k
 54 1572M   54  857M    0     0  3563k      0  0:07:31  0:04:06  0:03:25 3700k
 54 1572M   54  861M    0     0  3565k      0  0:07:31  0:04:07  0:03:24 3679k
 55 1572M   55  865M    0     0  3566k      0  0:07:31  0:04:08  0:03:23 3660k
 55 1572M   55  869M    0     0  3567k      0  0:07:31  0:04:09  0:03:22 3847k
 55 1572M   55  873M    0     0  3571k      0  0:07:30  0:04:10  0:03:20 4143k
 55 1572M   55  877M    0     0  3572k      0  0:07:30  0:04:11  0:03:19 4039k
 56 1572M   56  881M    0     0  3574k      0  0:07:30  0:04:12  0:03:18 4068k
 56 1572M   56  884M    0     0  3575k      0  0:07:30  0:04:13  0:03:17 4032k
 56 1572M   56  887M    0     0  3572k      0  0:07:30  0:04:14  0:03:16 3808k
 56 1572M   56  891M    0     0  3572k      0  0:07:30  0:04:15  0:03:15 3596k
 56 1572M   56  895M    0     0  3574k      0  0:07:30  0:04:16  0:03:14 3670k
 57 1572M   57  898M    0     0  3575k      0  0:07:30  0:04:17  0:03:13 3576k
 57 1572M   57  903M    0     0  3578k      0  0:07:30  0:04:18  0:03:12 3761k
 57 1572M   57  907M    0     0  3581k      0  0:07:29  0:04:19  0:03:10 4059k
 57 1572M   57  911M    0     0  3585k      0  0:07:29  0:04:20  0:03:09 4246k
 58 1572M   58  915M    0     0  3586k      0  0:07:29  0:04:21  0:03:08 4219k
 58 1572M   58  920M    0     0  3589k      0  0:07:28  0:04:22  0:03:06 4320k
 58 1572M   58  923M    0     0  3590k      0  0:07:28  0:04:23  0:03:05 4211k
 58 1572M   58  926M    0     0  3588k      0  0:07:28  0:04:24  0:03:04 3942k
 59 1572M   59  930M    0     0  3588k      0  0:07:28  0:04:25  0:03:03 3789k
 59 1572M   59  934M    0     0  3591k      0  0:07:28  0:04:26  0:03:02 3816k
 59 1572M   59  938M    0     0  3592k      0  0:07:28  0:04:27  0:03:01 3781k
 59 1572M   59  942M    0     0  3594k      0  0:07:28  0:04:28  0:03:00 3766k
 60 1572M   60  946M    0     0  3596k      0  0:07:27  0:04:29  0:02:58 4016k
 60 1572M   60  950M    0     0  3598k      0  0:07:27  0:04:30  0:02:57 4134k
 60 1572M   60  954M    0     0  3600k      0  0:07:27  0:04:31  0:02:56 4073k
 60 1572M   60  958M    0     0  3603k      0  0:07:26  0:04:32  0:02:54 4176k
 61 1572M   61  962M    0     0  3602k      0  0:07:27  0:04:33  0:02:54 4076k
 61 1572M   61  966M    0     0  3605k      0  0:07:26  0:04:34  0:02:52 4090k
 61 1572M   61  969M    0     0  3603k      0  0:07:26  0:04:35  0:02:51 3868k
 61 1572M   61  972M    0     0  3603k      0  0:07:26  0:04:36  0:02:50 3806k
 62 1572M   62  976M    0     0  3604k      0  0:07:26  0:04:37  0:02:49 3670k
 62 1572M   62  980M    0     0  3605k      0  0:07:26  0:04:38  0:02:48 3768k
 62 1572M   62  984M    0     0  3607k      0  0:07:26  0:04:39  0:02:47 3706k
 62 1572M   62  988M    0     0  3609k      0  0:07:26  0:04:40  0:02:46 3914k
 63 1572M   63  991M    0     0  3608k      0  0:07:26  0:04:41  0:02:45 3868k
 63 1572M   63  996M    0     0  3611k      0  0:07:25  0:04:42  0:02:43 3983k
 63 1572M   63 1000M    0     0  3614k      0  0:07:25  0:04:43  0:02:42 4101k
 63 1572M   63 1004M    0     0  3615k      0  0:07:25  0:04:44  0:02:41 4080k
 64 1572M   64 1008M    0     0  3617k      0  0:07:25  0:04:45  0:02:40 4060k
 64 1572M   64 1011M    0     0  3616k      0  0:07:25  0:04:46  0:02:39 4070k
 64 1572M   64 1015M    0     0  3617k      0  0:07:25  0:04:47  0:02:38 3961k
 64 1572M   64 1018M    0     0  3614k      0  0:07:25  0:04:48  0:02:37 3631k
 64 1572M   64 1019M    0     0  3607k      0  0:07:26  0:04:49  0:02:37 3136k
 64 1572M   64 1020M    0     0  3596k      0  0:07:27  0:04:50  0:02:37 2456k
 64 1572M   64 1020M    0     0  3583k      0  0:07:29  0:04:51  0:02:38 1793k
 64 1572M   64 1021M    0     0  3576k      0  0:07:30  0:04:52  0:02:38 1203k
 65 1572M   65 1023M    0     0  3570k      0  0:07:31  0:04:53  0:02:38  993k
 65 1572M   65 1026M    0     0  3569k      0  0:07:31  0:04:54  0:02:37 1410k
 65 1572M   65 1029M    0     0  3569k      0  0:07:31  0:04:55  0:02:36 1933k
 65 1572M   65 1033M    0     0  3571k      0  0:07:30  0:04:56  0:02:34 2823k
 66 1572M   66 1038M    0     0  3573k      0  0:07:30  0:04:57  0:02:33 3402k
 66 1572M   66 1042M    0     0  3575k      0  0:07:30  0:04:58  0:02:32 3875k
 66 1572M   66 1046M    0     0  3578k      0  0:07:30  0:04:59  0:02:31 4083k
 66 1572M   66 1050M    0     0  3580k      0  0:07:29  0:05:00  0:02:29 4273k
 67 1572M   67 1054M    0     0  3582k      0  0:07:29  0:05:01  0:02:28 4256k
 67 1572M   67 1058M    0     0  3584k      0  0:07:29  0:05:02  0:02:27 4272k
 67 1572M   67 1061M    0     0  3582k      0  0:07:29  0:05:03  0:02:26 3990k
 67 1572M   67 1065M    0     0  3583k      0  0:07:29  0:05:04  0:02:25 3859k
 67 1572M   67 1069M    0     0  3584k      0  0:07:29  0:05:05  0:02:24 3811k
 68 1572M   68 1073M    0     0  3587k      0  0:07:28  0:05:06  0:02:22 3884k
 68 1572M   68 1077M    0     0  3588k      0  0:07:28  0:05:07  0:02:21 3832k
 68 1572M   68 1081M    0     0  3591k      0  0:07:28  0:05:08  0:02:20 4137k
 69 1572M   69 1085M    0     0  3593k      0  0:07:28  0:05:09  0:02:19 4213k
 69 1572M   69 1089M    0     0  3594k      0  0:07:28  0:05:10  0:02:18 4213k
 69 1572M   69 1093M    0     0  3594k      0  0:07:28  0:05:11  0:02:17 4007k
 69 1572M   69 1097M    0     0  3596k      0  0:07:27  0:05:12  0:02:15 4085k
 69 1572M   69 1100M    0     0  3595k      0  0:07:27  0:05:13  0:02:14 3853k
 70 1572M   70 1105M    0     0  3598k      0  0:07:27  0:05:14  0:02:13 3928k
 70 1572M   70 1109M    0     0  3600k      0  0:07:27  0:05:15  0:02:12 3940k
 70 1572M   70 1113M    0     0  3601k      0  0:07:27  0:05:16  0:02:11 4039k
 70 1572M   70 1116M    0     0  3600k      0  0:07:27  0:05:17  0:02:10 3844k
 71 1572M   71 1118M    0     0  3595k      0  0:07:27  0:05:18  0:02:09 3592k
 71 1572M   71 1119M    0     0  3588k      0  0:07:28  0:05:19  0:02:09 2935k
 71 1572M   71 1120M    0     0  3579k      0  0:07:29  0:05:20  0:02:09 2262k
 71 1572M   71 1120M    0     0  3570k      0  0:07:31  0:05:21  0:02:10 1609k
 71 1572M   71 1121M    0     0  3561k      0  0:07:32  0:05:22  0:02:10 1070k
 71 1572M   71 1122M    0     0  3552k      0  0:07:33  0:05:23  0:02:10  797k
 71 1572M   71 1122M    0     0  3542k      0  0:07:34  0:05:24  0:02:10  633k
 71 1572M   71 1123M    0     0  3535k      0  0:07:35  0:05:25  0:02:10  682k
 71 1572M   71 1126M    0     0  3533k      0  0:07:35  0:05:26  0:02:09 1142k
 71 1572M   71 1130M    0     0  3536k      0  0:07:35  0:05:27  0:02:08 1904k
 72 1572M   72 1134M    0     0  3536k      0  0:07:35  0:05:28  0:02:07 2535k
 72 1572M   72 1138M    0     0  3537k      0  0:07:35  0:05:29  0:02:06 3225k
 72 1572M   72 1142M    0     0  3540k      0  0:07:34  0:05:30  0:02:04 3862k
 72 1572M   72 1146M    0     0  3542k      0  0:07:34  0:05:31  0:02:03 4132k
 73 1572M   73 1150M    0     0  3544k      0  0:07:34  0:05:32  0:02:02 4062k
 73 1572M   73 1154M    0     0  3545k      0  0:07:34  0:05:33  0:02:01 4119k
 73 1572M   73 1157M    0     0  3543k      0  0:07:34  0:05:34  0:02:00 3886k
 73 1572M   73 1159M    0     0  3539k      0  0:07:34  0:05:35  0:01:59 3513k
 73 1572M   73 1162M    0     0  3539k      0  0:07:35  0:05:36  0:01:59 3317k
 74 1572M   74 1165M    0     0  3537k      0  0:07:35  0:05:37  0:01:58 3078k
 74 1572M   74 1168M    0     0  3536k      0  0:07:35  0:05:38  0:01:57 2932k
 74 1572M   74 1171M    0     0  3534k      0  0:07:35  0:05:39  0:01:56 2924k
 74 1572M   74 1173M    0     0  3529k      0  0:07:36  0:05:40  0:01:56 2809k
 74 1572M   74 1175M    0     0  3525k      0  0:07:36  0:05:41  0:01:55 2592k
 74 1572M   74 1178M    0     0  3522k      0  0:07:37  0:05:42  0:01:55 2544k
 75 1572M   75 1180M    0     0  3519k      0  0:07:37  0:05:43  0:01:54 2400k
 75 1572M   75 1183M    0     0  3519k      0  0:07:37  0:05:44  0:01:53 2508k
 75 1572M   75 1187M    0     0  3518k      0  0:07:37  0:05:45  0:01:52 2828k
 75 1572M   75 1190M    0     0  3519k      0  0:07:37  0:05:46  0:01:51 3147k
 75 1572M   75 1195M    0     0  3522k      0  0:07:37  0:05:47  0:01:50 3493k
 76 1572M   76 1199M    0     0  3524k      0  0:07:36  0:05:48  0:01:48 3850k
 76 1572M   76 1203M    0     0  3526k      0  0:07:36  0:05:49  0:01:47 4041k
 76 1572M   76 1207M    0     0  3528k      0  0:07:36  0:05:50  0:01:46 4160k
 77 1572M   77 1211M    0     0  3531k      0  0:07:36  0:05:51  0:01:45 4337k
 77 1572M   77 1216M    0     0  3533k      0  0:07:35  0:05:52  0:01:43 4326k
 77 1572M   77 1220M    0     0  3535k      0  0:07:35  0:05:53  0:01:42 4286k
 77 1572M   77 1224M    0     0  3538k      0  0:07:35  0:05:54  0:01:41 4342k
 78 1572M   78 1229M    0     0  3540k      0  0:07:34  0:05:55  0:01:39 4430k
 78 1572M   78 1232M    0     0  3541k      0  0:07:34  0:05:56  0:01:38 4291k
 78 1572M   78 1236M    0     0  3543k      0  0:07:34  0:05:57  0:01:37 4218k
 78 1572M   78 1240M    0     0  3543k      0  0:07:34  0:05:58  0:01:36 4127k
 79 1572M   79 1244M    0     0  3544k      0  0:07:34  0:05:59  0:01:35 4013k
 79 1572M   79 1248M    0     0  3546k      0  0:07:34  0:06:00  0:01:34 3947k
 79 1572M   79 1251M    0     0  3544k      0  0:07:34  0:06:01  0:01:33 3702k
 79 1572M   79 1253M    0     0  3541k      0  0:07:34  0:06:02  0:01:32 3401k
 79 1572M   79 1257M    0     0  3541k      0  0:07:34  0:06:03  0:01:31 3385k
 80 1572M   80 1259M    0     0  3539k      0  0:07:35  0:06:04  0:01:31 3143k
 80 1572M   80 1262M    0     0  3538k      0  0:07:35  0:06:05  0:01:30 2966k
 80 1572M   80 1265M    0     0  3537k      0  0:07:35  0:06:06  0:01:29 3051k
 80 1572M   80 1269M    0     0  3537k      0  0:07:35  0:06:07  0:01:28 3248k
 80 1572M   80 1272M    0     0  3536k      0  0:07:35  0:06:08  0:01:27 3153k
 81 1572M   81 1275M    0     0  3535k      0  0:07:35  0:06:09  0:01:26 3267k
 81 1572M   81 1279M    0     0  3535k      0  0:07:35  0:06:10  0:01:25 3304k
 81 1572M   81 1282M    0     0  3534k      0  0:07:35  0:06:11  0:01:24 3342k
 81 1572M   81 1286M    0     0  3537k      0  0:07:35  0:06:12  0:01:23 3570k
 82 1572M   82 1290M    0     0  3539k      0  0:07:35  0:06:13  0:01:22 3740k
 82 1572M   82 1294M    0     0  3538k      0  0:07:35  0:06:14  0:01:21 3767k
 82 1572M   82 1298M    0     0  3541k      0  0:07:34  0:06:15  0:01:19 4010k
 82 1572M   82 1303M    0     0  3544k      0  0:07:34  0:06:16  0:01:18 4237k
 83 1572M   83 1306M    0     0  3545k      0  0:07:34  0:06:17  0:01:17 4094k
 83 1572M   83 1311M    0     0  3548k      0  0:07:33  0:06:18  0:01:15 4229k
 83 1572M   83 1314M    0     0  3547k      0  0:07:33  0:06:19  0:01:14 4235k
 83 1572M   83 1318M    0     0  3548k      0  0:07:33  0:06:20  0:01:13 4097k
 84 1572M   84 1322M    0     0  3549k      0  0:07:33  0:06:21  0:01:12 3954k
 84 1572M   84 1325M    0     0  3549k      0  0:07:33  0:06:22  0:01:11 3836k
 84 1572M   84 1329M    0     0  3550k      0  0:07:33  0:06:23  0:01:10 3738k
 84 1572M   84 1331M    0     0  3546k      0  0:07:34  0:06:24  0:01:10 3431k
 84 1572M   84 1335M    0     0  3547k      0  0:07:34  0:06:25  0:01:09 3434k
 85 1572M   85 1339M    0     0  3548k      0  0:07:33  0:06:26  0:01:07 3489k
 85 1572M   85 1343M    0     0  3550k      0  0:07:33  0:06:27  0:01:06 3670k
 85 1572M   85 1347M    0     0  3552k      0  0:07:33  0:06:28  0:01:05 3694k
 85 1572M   85 1351M    0     0  3553k      0  0:07:33  0:06:29  0:01:04 4064k
 86 1572M   86 1354M    0     0  3553k      0  0:07:33  0:06:30  0:01:03 4000k
 86 1572M   86 1358M    0     0  3554k      0  0:07:33  0:06:31  0:01:02 3965k
 86 1572M   86 1362M    0     0  3556k      0  0:07:32  0:06:32  0:01:00 3993k
 86 1572M   86 1366M    0     0  3557k      0  0:07:32  0:06:33  0:00:59 3901k
 87 1572M   87 1370M    0     0  3556k      0  0:07:32  0:06:34  0:00:58 3842k
 87 1572M   87 1373M    0     0  3557k      0  0:07:32  0:06:35  0:00:57 3922k
 87 1572M   87 1377M    0     0  3557k      0  0:07:32  0:06:36  0:00:56 3788k
 87 1572M   87 1380M    0     0  3556k      0  0:07:32  0:06:37  0:00:55 3596k
 88 1572M   88 1384M    0     0  3558k      0  0:07:32  0:06:38  0:00:54 3661k
 88 1572M   88 1388M    0     0  3560k      0  0:07:32  0:06:39  0:00:53 3815k
 88 1572M   88 1392M    0     0  3561k      0  0:07:32  0:06:40  0:00:52 3890k
 88 1572M   88 1396M    0     0  3562k      0  0:07:32  0:06:41  0:00:51 3961k
 89 1572M   89 1400M    0     0  3564k      0  0:07:31  0:06:42  0:00:49 4137k
 89 1572M   89 1404M    0     0  3564k      0  0:07:31  0:06:43  0:00:48 4018k
 89 1572M   89 1408M    0     0  3565k      0  0:07:31  0:06:44  0:00:47 3977k
 89 1572M   89 1411M    0     0  3565k      0  0:07:31  0:06:45  0:00:46 3856k
 89 1572M   89 1413M    0     0  3562k      0  0:07:32  0:06:46  0:00:46 3586k
 90 1572M   90 1416M    0     0  3559k      0  0:07:32  0:06:47  0:00:45 3226k
 90 1572M   90 1420M    0     0  3560k      0  0:07:32  0:06:48  0:00:44 3285k
 90 1572M   90 1422M    0     0  3557k      0  0:07:32  0:06:49  0:00:43 2958k
 90 1572M   90 1424M    0     0  3554k      0  0:07:33  0:06:50  0:00:43 2683k
 90 1572M   90 1428M    0     0  3556k      0  0:07:32  0:06:51  0:00:41 3043k
 91 1572M   91 1433M    0     0  3558k      0  0:07:32  0:06:52  0:00:40 3414k
 91 1572M   91 1437M    0     0  3561k      0  0:07:32  0:06:53  0:00:39 3596k
 91 1572M   91 1442M    0     0  3563k      0  0:07:32  0:06:54  0:00:38 4000k
 91 1572M   91 1446M    0     0  3565k      0  0:07:31  0:06:55  0:00:36 4435k
 92 1572M   92 1450M    0     0  3566k      0  0:07:31  0:06:56  0:00:35 4458k
 92 1572M   92 1454M    0     0  3568k      0  0:07:31  0:06:57  0:00:34 4437k
 92 1572M   92 1458M    0     0  3570k      0  0:07:31  0:06:58  0:00:33 4316k
 93 1572M   93 1463M    0     0  3571k      0  0:07:30  0:06:59  0:00:31 4291k
 93 1572M   93 1466M    0     0  3571k      0  0:07:30  0:07:00  0:00:30 4079k
 93 1572M   93 1470M    0     0  3573k      0  0:07:30  0:07:01  0:00:29 4131k
 93 1572M   93 1474M    0     0  3574k      0  0:07:30  0:07:02  0:00:28 4101k
 94 1572M   94 1479M    0     0  3576k      0  0:07:30  0:07:03  0:00:27 4104k
 94 1572M   94 1483M    0     0  3578k      0  0:07:30  0:07:04  0:00:26 4135k
 94 1572M   94 1487M    0     0  3580k      0  0:07:29  0:07:05  0:00:24 4332k
 94 1572M   94 1491M    0     0  3582k      0  0:07:29  0:07:06  0:00:23 4320k
 95 1572M   95 1495M    0     0  3583k      0  0:07:29  0:07:07  0:00:22 4325k
 95 1572M   95 1500M    0     0  3586k      0  0:07:29  0:07:08  0:00:21 4402k
 95 1572M   95 1505M    0     0  3588k      0  0:07:28  0:07:09  0:00:19 4464k
 95 1572M   95 1509M    0     0  3590k      0  0:07:28  0:07:10  0:00:18 4407k
 96 1572M   96 1513M    0     0  3591k      0  0:07:28  0:07:11  0:00:17 4369k
 96 1572M   96 1517M    0     0  3593k      0  0:07:28  0:07:12  0:00:16 4395k
 96 1572M   96 1521M    0     0  3594k      0  0:07:28  0:07:13  0:00:15 4335k
 96 1572M   96 1525M    0     0  3595k      0  0:07:27  0:07:14  0:00:13 4202k
 97 1572M   97 1529M    0     0  3597k      0  0:07:27  0:07:15  0:00:12 4248k
 97 1572M   97 1533M    0     0  3599k      0  0:07:27  0:07:16  0:00:11 4262k
 97 1572M   97 1537M    0     0  3599k      0  0:07:27  0:07:17  0:00:10 4112k
 98 1572M   98 1541M    0     0  3600k      0  0:07:27  0:07:18  0:00:09 4067k
 98 1572M   98 1544M    0     0  3598k      0  0:07:27  0:07:19  0:00:08 3881k
 98 1572M   98 1548M    0     0  3601k      0  0:07:27  0:07:20  0:00:07 3882k
 98 1572M   98 1552M    0     0  3602k      0  0:07:27  0:07:21  0:00:06 3859k
 98 1572M   98 1556M    0     0  3602k      0  0:07:27  0:07:22  0:00:05 3928k
 99 1572M   99 1560M    0     0  3603k      0  0:07:26  0:07:23  0:00:03 3872k
 99 1572M   99 1564M    0     0  3604k      0  0:07:26  0:07:24  0:00:02 4055k
 99 1572M   99 1567M    0     0  3603k      0  0:07:26  0:07:25  0:00:01 3855k
 99 1572M   99 1571M    0     0  3604k      0  0:07:26  0:07:26 --:--:-- 3858k
100 1572M  100 1572M    0     0  3604k      0  0:07:26  0:07:26 --:--:-- 3817k
[swift-android-toolchain] Extracting Toolchain Artifacts...
[swift-android-toolchain] Setup finished
loading initial cache file /Users/shindek/experimental/UIKit3/UIKit-cross-platform/swift-android-toolchain/cmake_caches.cmake
-- The Swift compiler identification is Apple 5.2
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Users/shindek/android/android-ndk-r21d/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Users/shindek/android/android-ndk-r21d/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at ../../swift-jni/CMakeLists.txt:19 (message):
  JNI header was not found at /usr/include.


-- Configuring incomplete, errors occurred!
See also "/Users/shindek/experimental/UIKit3/UIKit-cross-platform/samples/getting-started/build/armeabi-v7a/CMakeFiles/CMakeOutput.log".
See also "/Users/shindek/experimental/UIKit3/UIKit-cross-platform/samples/getting-started/build/armeabi-v7a/CMakeFiles/CMakeError.log".
ninja: build stopped: subcommand failed.



And after Subsequent clean build I get below error message.


> Task :app:externalNativeBuildDebug FAILED
Build swiftBuildDummy armeabi-v7a
[1/3] Generating NEVER_EXISTING_OUTPUT
FAILED: cd /Users/shindek/experimental/UIKit2/UIKit-cross-platform/samples/getting-started && LIBRARY_OUTPUT_DIRECTORY=/Users/shindek/experimental/UIKit2/UIKit-cross-platform/samples/getting-started/android/app/src/main/jniLibs/armeabi-v7a ANDROID_ABI=armeabi-v7a CMAKE_BUILD_TYPE=Debug /Users/shindek/experimental/UIKit2/UIKit-cross-platform/swift-android-toolchain/swift-build.sh /Users/shindek/experimental/UIKit2/UIKit-cross-platform/samples/getting-started
Compiling Debug for armeabi-v7a
ninja: error: loading 'build.ninja': No such file or directory
ninja: build stopped: subcommand failed.

Execution failed for task ':app:externalNativeBuildDebug'.
> Build command failed.
  Error while executing process /Users/shindek/Library/Android/sdk/cmake/3.6.4111459/bin/cmake with arguments {--build /Users/shindek/experimental/UIKit2/UIKit-cross-platform/samples/getting-started/android/app/.externalNativeBuild/cmake/debug/armeabi-v7a --target swiftBuildDummy}
  [1/3] Generating NEVER_EXISTING_OUTPUT
  FAILED: cd /Users/shindek/experimental/UIKit2/UIKit-cross-platform/samples/getting-started && LIBRARY_OUTPUT_DIRECTORY=/Users/shindek/experimental/UIKit2/UIKit-cross-platform/samples/getting-started/android/app/src/main/jniLibs/armeabi-v7a ANDROID_ABI=armeabi-v7a CMAKE_BUILD_TYPE=Debug /Users/shindek/experimental/UIKit2/UIKit-cross-platform/swift-android-toolchain/swift-build.sh /Users/shindek/experimental/UIKit2/UIKit-cross-platform/samples/getting-started
  Compiling Debug for armeabi-v7a
  ninja: error: loading 'build.ninja': No such file or directory
  ninja: build stopped: subcommand failed. 

This is where I am stuck now.

@michaelknoch
Copy link
Member

hey @shindek ,

it surprises me that you are not able to fetch the submodules via git submodule update --init --recursive. All these dependencies are publicly available. The submodules are referenced via SSH, maybe you have to setup SSH authentication even for pulling public repos.

The thing is, you said that you cloned all the repos manually, but a few of these dependencies have again other dependencies referenced via git submodules. So I'd highly recommend to fetch all the dependencies automatically via the submodules command. I still believe that one of the missing dependencies is causing the high level build error.

Once you fetched all the deps you can run git clean -xdf in the UIKit-cross-platform/samples/getting-started to clean gradle and cmake caches of the entire project.

@michaelknoch
Copy link
Member

closing this because of inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants