Below is the output from building. I don't see any issues in the logs.
Any idea what I'm doing wrong?
-----> Heroku Datadog Buildpack app detected
-----> Adding GPG key
gpg: keyring `/tmp/build_e38b3e9c13d3db48e1cc8d7af257d80f/Workbuster-bolt-672c70f263306239b6c672fb3176df71bf6f94f6/.gnupg/secring.gpg' created
gpg: keyring `/tmp/build_e38b3e9c13d3db48e1cc8d7af257d80f/Workbuster-bolt-672c70f263306239b6c672fb3176df71bf6f94f6/.apt/trusted.gpg' created
gpg: /tmp/build_e38b3e9c13d3db48e1cc8d7af257d80f/Workbuster-bolt-672c70f263306239b6c672fb3176df71bf6f94f6/.gnupg/trustdb.gpg: trustdb created
gpg: key C7A7DA52: public key "Datadog Packages <package@datadoghq.com>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
gpg: no ultimately trusted keys found
-----> Updating apt caches
Ign:1 http://apt.datadoghq.com stable InRelease
Get:2 http://apt.datadoghq.com stable Release [2,367 B]
Get:3 http://apt.datadoghq.com stable Release.gpg [473 B]
Ign:3 http://apt.datadoghq.com stable Release.gpg
Get:4 http://apt.datadoghq.com stable/main amd64 Packages [23.1 kB]
Fetched 25.9 kB in 0s (192 kB/s)
Reading package lists...
W: GPG error: http://apt.datadoghq.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 226AE980C7A7DA52
W: The repository 'http://apt.datadoghq.com stable Release' is not signed.
-----> Fetching datadog-agent
Reading package lists...
Building dependency tree...
The following NEW packages will be installed:
datadog-agent
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 66.9 MB of archives.
After this operation, 219 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
datadog-agent
Get:1 http://apt.datadoghq.com stable/main amd64 datadog-agent amd64 1:5.11.2-1 [66.9 MB]
Fetched 66.9 MB in 1s (46.3 MB/s)
Download complete and in download only mode
W: --force-yes is deprecated, use one of the options starting with --allow instead.
W: --force-yes is deprecated, use one of the options starting with --allow instead.
-----> Fetching deb packages
-----> Installing datadog-agent_1%3a5.11.2-1_amd64.deb
-----> Datadog Agent package installed
Datadog says "Waiting for an Agent to report..."
Below is the output from building. I don't see any issues in the logs.
Any idea what I'm doing wrong?