Ionic Build uploaded successfully! but where?

Hi there - I get result that build has completed sucesfully but can’t find the apk download anywhere, anyone got any ideas ? I need to build native apk in order to test backgroundlocation.

Built output :


personal apps
 / 
example
 / 
builds
 / 
d7dfe8

Share
Build d7dfe8: committed about 13 hours ago by bryanhuntesl
Build Log
Package
Versioning
 Build finishedJob ID: 6041496
Running with gitlab-ci-multi-runner 9.1.0 (0118d89)
  on ip-10-2-119-39 (c9648220)
Using Shell executor...
Running on ip-10-2-119-39...
Cloning repository...
Cloning into '/home/gitlab-runner/builds/c9648220/1/project-0'...
Checking out d7dfe838 as master...
Updating/initializing submodules...
$ run "fetch-updates"
Running Stage fetch-updates for Job: 6041496
Checking for build process updates...
$ run "build-app"
Running Stage build-app for Job: 6041496
Parsing ionic.config.json for project settings
Project Settings:
	Name: example
	App ID: 42a823bf
	Type: ionic-angular
$ npm install --quiet --no-optional
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.

> node-sass@4.9.0 install /usr/src/app/node_modules/node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.0/linux-x64-57_binding.node
Download complete
Binary saved to /usr/src/app/node_modules/node-sass/vendor/linux-x64-57/binding.node
Caching binary to /home/gitlab-runner/.npm/node-sass/4.9.0/linux-x64-57_binding.node

> uglifyjs-webpack-plugin@0.4.6 postinstall /usr/src/app/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js


> node-sass@4.9.0 postinstall /usr/src/app/node_modules/node-sass
> node scripts/build.js

Binary found at /usr/src/app/node_modules/node-sass/vendor/linux-x64-57/binding.node
Testing binary
Binary is fine
added 718 packages from 666 contributors in 28.401s
[+] no known vulnerabilities found [3563 packages audited]

$ npm install --quiet --no-optional success


****Printing Build Environment Details****


$ ionic info
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
cli packages: (/usr/local/lib/node_modules)

   @ionic/cli-utils  : 2.0.0-testing.fa20842b
   ionic (Ionic CLI) : 4.0.0-testing.fa20842b

global packages:

   cordova (Cordova CLI) : 8.0.0 

local packages:

   @ionic/app-scripts : 3.1.10
   Cordova Platforms  : none
   Ionic Framework    : ionic-angular 3.9.2

System:

   NodeJS : v8.11.1
   npm    : 5.10.0 
   OS     : Linux 4.4

Environment Variables:

   ANDROID_HOME : not set

$ ionic info success
Build script detected in package.json...
$ npm run build
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.

> example@0.0.1 build /usr/src/app
> ionic-app-scripts build

[23:37:30]  ionic-app-scripts 3.1.10 
[23:37:30]  build dev started ... 
[23:37:30]  clean started ... 
[23:37:30]  clean finished in 6 ms 
[23:37:30]  copy started ... 
[23:37:30]  deeplinks started ... 
[23:37:30]  deeplinks finished in 28 ms 
[23:37:30]  transpile started ... 
[23:37:37]  transpile finished in 7.41 s 
[23:37:37]  preprocess started ... 
[23:37:37]  preprocess finished in 1 ms 
[23:37:37]  webpack started ... 
[23:37:38]  copy finished in 7.67 s 
[23:37:49]  webpack finished in 11.28 s 
[23:37:49]  sass started ... 
Without `from` option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to `undefined` to prevent this warning.
[23:37:50]  sass finished in 1.27 s 
[23:37:50]  postprocess started ... 
[23:37:50]  postprocess finished in 7 ms 
[23:37:50]  lint started ... 
[23:37:50]  build dev finished in 20.14 s 
[23:37:54]  tslint: src/pages/home/home.ts, line: 4 
            'BackgroundGeolocationConfig' is declared but its value is never read. 

       L3:  import { AlertController } from 'ionic-angular';
       L4:  import { BackgroundGeolocation, BackgroundGeolocationConfig, BackgroundGeolocationResponse } from '@ionic-na
       L5:  import { MyApp } from '../../app/app.component';

[23:37:54]  tslint: src/pages/home/home.ts, line: 4 
            'BackgroundGeolocationResponse' is declared but its value is never read. 

       L3:  import { AlertController } from 'ionic-angular';
       L4:  import { BackgroundGeolocation, BackgroundGeolocationConfig, BackgroundGeolocationResponse } from '@ionic-na
       L5:  import { MyApp } from '../../app/app.component';

[23:37:54]  lint finished in 4.00 s 
$ npm run build success
Generating app manifest...
$ ionic deploy manifest
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
$ ionic deploy manifest success
Uploading app files...
Uploading manifest...
Manifest uploaded successfully!
Uploading build...
Build uploaded successfully!
Running after script...
$ run "clean-up"
Running Stage clean-up for Job: 6041496
1 Like

I am also having the same issue.
Thanks for any help.