GoogleCloudPlatform / elixir-runtime

The community-supported runtime for Elixir on Google App Engine.
https://cloud.google.com/elixir
Apache License 2.0
180 stars 14 forks source link

The master elixir runtime on 18.04 is broken #22

Closed alizain closed 5 years ago

alizain commented 5 years ago

The startup script doesn't work, because ttf-freefont can't be download.

[
  {
    "textPayload": "Mar  7 02:11:38 aef-default-20190306t205206-l7b0 startup-script: INFO startup-script: Uploading crash log tail to gs://vm-config-internal.ismailivolunteer-201223.appspot.com/vm_crash_log/default/20190306t205206/416591575478932806/northamerica-northeast1-c:aef-default-20190306t205206-l7b0.log",
    "insertId": "z4zlpswhamzqx4muk",
    "timestamp": "2019-03-07T02:11:39.026657395Z",
    "logName": "projects/ismailivolunteer-201223/logs/appengine.googleapis.com%2Fvm.syslog",
    "receiveTimestamp": "2019-03-07T02:11:44.798672416Z"
  },
  {
    "textPayload": "Mar  7 02:11:38 aef-default-20190306t205206-l7b0 startup-script: INFO startup-script: E: Package 'ttf-freefont' has no installation candidate",
    "insertId": "z4zlpswhamzqx4muj",
    "timestamp": "2019-03-07T02:11:39.026655699Z",
    "logName": "projects/ismailivolunteer-201223/logs/appengine.googleapis.com%2Fvm.syslog",
    "receiveTimestamp": "2019-03-07T02:11:44.798672416Z"
  },
  {
    "textPayload": "Mar  7 02:11:38 aef-default-20190306t205206-l7b0 startup-script: INFO startup-script: is only available from another source",
    "insertId": "z4zlpswhamzqx4mui",
    "timestamp": "2019-03-07T02:11:39.026653239Z",
    "logName": "projects/ismailivolunteer-201223/logs/appengine.googleapis.com%2Fvm.syslog",
    "receiveTimestamp": "2019-03-07T02:11:44.798672416Z"
  },
  {
    "textPayload": "Mar  7 02:11:38 aef-default-20190306t205206-l7b0 startup-script: INFO startup-script: This may mean that the package is missing, has been obsoleted, or",
    "insertId": "z4zlpswhamzqx4muh",
    "timestamp": "2019-03-07T02:11:39.026652033Z",
    "logName": "projects/ismailivolunteer-201223/logs/appengine.googleapis.com%2Fvm.syslog",
    "receiveTimestamp": "2019-03-07T02:11:44.798672416Z"
  },
  {
    "textPayload": "Mar  7 02:11:38 aef-default-20190306t205206-l7b0 startup-script: INFO startup-script: Package ttf-freefont is not available, but is referred to by another package.",
    "insertId": "z4zlpswhamzqx4mug",
    "timestamp": "2019-03-07T02:11:39.026650802Z",
    "logName": "projects/ismailivolunteer-201223/logs/appengine.googleapis.com%2Fvm.syslog",
    "receiveTimestamp": "2019-03-07T02:11:44.798672416Z"
  }
]

:(

alizain commented 5 years ago

My fault, I though the runtime was installing ttf-freefont :(