influxdata / influxdb-action

A GitHub action for setting up and configuring InfluxDB and the InfluxDB Cloud CLI
https://influxdata.com
MIT License
6 stars 16 forks source link

Hanging with no output #5

Open MartinElvar opened 1 year ago

MartinElvar commented 1 year ago

I simply can't get this to work. It simply hangs, if i cancel my run, i get the following in my log.

influxdb2_linux_amd64/README.md
influxdb2_linux_amd64/LICENSE
influxdb2_linux_amd64/influxd
cp: cannot stat 'influxdb2-2.7.0-linux-amd64/influxd': No such file or directory
rm: cannot remove 'influxdb2-2.7.0-linux-amd64/': No such file or directory
./
./LICENSE
./README.md
./influx
tar: .: Cannot utime: Operation not permitted
tar: .: Cannot change mode to rwx-----T: Operation not permitted
tar: Exiting with failure status due to previous errors
cp: cannot stat 'influxdb2-client-2.7.0-linux-amd64/influx': No such file or directory
rm: cannot remove 'influxdb2-client-2.7.0-linux-amd64/': No such file or directory

Had to resort to a really old version of Influx to get it working.

adamsitnik commented 10 months ago

I've hit that in https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/2097 too.

BTW is this repo abandoned because I see no replies to issues and PRs?