[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from InstanceDetectorTest
[ RUN      ] InstanceDetectorTest.NoDetectionRun
[       OK ] InstanceDetectorTest.NoDetectionRun (0 ms)
[ RUN      ] InstanceDetectorTest.Basic
WARNING: Logging before InitGoogleLogging() is written to STDERR
W20260812 08:04:04.323310 23103 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:04.323694 23106 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260812 08:04:04.323679 23104 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260812 08:04:04.326016 23098 instance_detector-test.cc:70] detected GCE environment
[       OK ] InstanceDetectorTest.Basic (9 ms)
[ RUN      ] InstanceDetectorTest.Timeout
W20260812 08:04:04.326452 23109 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: An unknown option was passed in to libcurl
W20260812 08:04:04.326537 23110 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: An unknown option was passed in to libcurl
W20260812 08:04:04.326625 23113 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: An unknown option was passed in to libcurl
W20260812 08:04:04.326730 23111 instance_detector.cc:116] could not retrieve GCE instance metadata: Network error: curl error: An unknown option was passed in to libcurl
[       OK ] InstanceDetectorTest.Timeout (0 ms)
[----------] 3 tests from InstanceDetectorTest (10 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (10 ms total)
[  PASSED  ] 3 tests.
