[==========] 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 06:37:47.620191  5646 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 06:37:47.620045  5647 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
W20260812 06:37:47.620090  5649 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
I20260812 06:37:47.622943  5639 instance_detector-test.cc:70] detected GCE environment
[       OK ] InstanceDetectorTest.Basic (7 ms)
[ RUN      ] InstanceDetectorTest.Timeout
W20260812 06:37:47.623274  5652 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: An unknown option was passed in to libcurl
W20260812 06:37:47.623332  5655 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: An unknown option was passed in to libcurl
W20260812 06:37:47.623397  5656 instance_detector.cc:116] could not retrieve GCE instance metadata: Network error: curl error: An unknown option was passed in to libcurl
W20260812 06:37:47.623427  5657 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: An unknown option was passed in to libcurl
[       OK ] InstanceDetectorTest.Timeout (0 ms)
[----------] 3 tests from InstanceDetectorTest (7 ms total)

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