Hi Rstudio,
I am trying to deploy my Shiny app, but I get the following error. I updated recently to R 4.0.0 and my app works fine when run locally.
Deploying bundle: 3095672 for application: 2183251 ...
Waiting for task: 725184423
building: Parsing manifest
building: Installing system dependencies
error: Building package: viridisLite
################################ Begin Task Log ################################
[2020-05-03T04:37:28.683578834+0000] Execute script: packages/build/sys.sh
+ set -e
+ apt-get update -qq
+ apt-get install -y libapparmor-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
libapparmor-dev
0 upgraded, 1 newly installed, 0 to remove and 41 not upgraded.
Need to get 67.8 kB of archives.
After this operation, 229 kB of additional disk space will be used.
Get:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapparmor-dev amd64 2.10.95-0ubuntu2.11 [67.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 67.8 kB in 0s (6424 kB/s)
Selecting previously unselected package libapparmor-dev:amd64.
(Reading database ... 119702 files and directories currently installed.)
Preparing to unpack .../libapparmor-dev_2.10.95-0ubuntu2.11_amd64.deb ...
Unpacking libapparmor-dev:amd64 (2.10.95-0ubuntu2.11) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libapparmor-dev:amd64 (2.10.95-0ubuntu2.11) ...
[2020-05-03T04:37:32.242060156+0000] Execute script: packages/build/odbc.sh
+ set -e
+ curl -O https://drivers.rstudio.org/7C152C12/odbc-install.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 17169 100 17169 0 0 33614 0 --:--:-- --:--:-- --:--:-- 33598
+ chmod +x odbc-install.sh
+ mkdir -p /opt/rstudio-drivers
+ ./odbc-install.sh --install /opt/rstudio-drivers --eula
Installing amazonredshift
--2020-05-03 04:37:32-- https://s3-us-west-2.amazonaws.com/rstudio-odbc/7C152C12/1.4/amazonredshift-linux-x64.tar.gz
Resolving s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)... 52.218.228.208
Connecting to s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)|52.218.228.208|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 19873067 (19M) [application/gzip]
Saving to: 'amazonredshift-linux-x64.tar.gz'
0K .......... .......... .......... .......... .......... 0% 338K 57s
............. .......... .......... ........... .......... ...............
19400K ....... 100% 319M=1.3s
2020-05-03 04:37:34 (14.2 MB/s) - 'amazonredshift-linux-x64.tar.gz' saved [19873067/19873067]
Installing hive
--2020-05-03 04:37:34-- https://s3-us-west-2.amazonaws.com/rstudio-odbc/7C152C12/1.4/hive-linux-x64.tar.gz
Resolving s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)... 52.218.228.208
Connecting to s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)|52.218.228.208|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20443273 (19M) [application/gzip]
Saving to: 'hive-linux-x64.tar.gz'
0K .......... .......... .......... .......... .......... 0% 352K 57s
.............. .......... .......... ........... .......... ...............
19950K .......... .... 100% 534M=1.3s
2020-05-03 04:37:36 (15.2 MB/s) - 'hive-linux-x64.tar.gz' saved [20443273/20443273]
Installing impala
--2020-05-03 04:37:36-- https://s3-us-west-2.amazonaws.com/rstudio-odbc/7C152C12/1.4/impala-linux-x64.tar.gz
Resolving s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)... 52.218.228.208
Connecting to s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)|52.218.228.208|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 19108125 (18M) [application/gzip]
Saving to: 'impala-linux-x64.tar.gz'
0K .......... .......... .......... .......... .......... 0% 312K 60s
.............. .......... .......... ........... .......... ...............
1050K .......... .......... .......... .......... .......... 5% 233M 8s
1100K .......... .......... .......... ........
################################# End Task Log #################### #############
Error: Unhandled Exception: Child Task 725184434 failed: Error building image: Error building viridisLite (0.3.0). Build exited with non-zero status: 127
Execution halted