2023-09-15T00:25:12.1794369Z ##[group]Run python scripts/gha/restore_secrets.py --passphrase "***" 2023-09-15T00:25:12.1795612Z python scripts/gha/restore_secrets.py --passphrase "***" 2023-09-15T00:25:12.1796046Z declare -a additional_flags 2023-09-15T00:25:12.1796397Z if [[ -n "6190946332" ]]; then 2023-09-15T00:25:12.1796865Z  # Building integration tests against a packaged SDK. 2023-09-15T00:25:12.1797215Z  mkdir downloaded_sdk 2023-09-15T00:25:12.1797600Z  unzip -q firebase_cpp_sdk.zip -d downloaded_sdk/ 2023-09-15T00:25:12.1798056Z  additional_flags+=(--packaged_sdk downloaded_sdk/firebase_cpp_sdk) 2023-09-15T00:25:12.1798432Z else 2023-09-15T00:25:12.1798791Z  # Building integration tests against the SDK source. 2023-09-15T00:25:12.1799108Z  # 2023-09-15T00:25:12.1799485Z  # When building the SDK from source, the default SSL is openssl. 2023-09-15T00:25:12.1799950Z  # To build using boringssl, a cmake flag must be added: 2023-09-15T00:25:12.1800599Z  if [[ "boringssl" == "boringssl" ]]; then 2023-09-15T00:25:12.1801025Z  additional_flags+=(--cmake_flag=-DFIREBASE_USE_BORINGSSL=ON) 2023-09-15T00:25:12.1801382Z  fi 2023-09-15T00:25:12.1801646Z fi 2023-09-15T00:25:12.1802268Z if [[ "" == "0 11 * * *" ]]; then 2023-09-15T00:25:12.1802773Z  # at 3am PST/4am PDT. Running firestore desktop integration test aginst tip-of-tree ios repo 2023-09-15T00:25:12.1803314Z  additional_flags+=(--cmake_flag=-DFIRESTORE_DEP_SOURCE=TIP) 2023-09-15T00:25:12.1803694Z elif [[ "" ]]; then 2023-09-15T00:25:12.1804076Z  additional_flags+=(--cmake_flag=-DFIRESTORE_DEP_SOURCE=) 2023-09-15T00:25:12.1804425Z fi 2023-09-15T00:25:12.1804739Z python scripts/gha/build_testapps.py --p Desktop \ 2023-09-15T00:25:12.1805415Z  --t "analytics,app_check,auth,database,dynamic_links,firestore,functions,gma,installations,messaging,remote_config,storage" \ 2023-09-15T00:25:12.1806101Z  --output_directory "D:\a\firebase-cpp-sdk\firebase-cpp-sdk" \ 2023-09-15T00:25:12.1806611Z  --artifact_name "desktop-windows-latest-x64-boringssl" \ 2023-09-15T00:25:12.1807036Z  --noadd_timestamp \ 2023-09-15T00:25:12.1807366Z  --short_output_paths \ 2023-09-15T00:25:12.1807635Z  --gha_build \ 2023-09-15T00:25:12.1807939Z  --arch x64 \ 2023-09-15T00:25:12.1808265Z  ${additional_flags[*]} 2023-09-15T00:25:12.2955868Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2023-09-15T00:25:12.2956367Z env: 2023-09-15T00:25:12.2956729Z triggerLabelPrefix: tests-requested: 2023-09-15T00:25:12.2957150Z triggerLabelFull: tests-requested: full 2023-09-15T00:25:12.2957565Z triggerLabelQuick: tests-requested: quick 2023-09-15T00:25:12.2957883Z pythonVersion: 3.7 2023-09-15T00:25:12.2958239Z xcodeVersion: 14.1 2023-09-15T00:25:12.2958576Z artifactRetentionDays: 2 2023-09-15T00:25:12.2959201Z GITHUB_TOKEN: *** 2023-09-15T00:25:12.2959549Z runnerLabelMacArm64: macos-m1custom 2023-09-15T00:25:12.2960007Z pythonLocation: C:\hostedtoolcache\windows\Python\3.7.9\x64 2023-09-15T00:25:12.2960483Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.7.9\x64/lib/pkgconfig 2023-09-15T00:25:12.2960968Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.7.9\x64 2023-09-15T00:25:12.2961424Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.7.9\x64 2023-09-15T00:25:12.2961875Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.7.9\x64 2023-09-15T00:25:12.2962278Z VCPKG_TRIPLET: x64-windows-static 2023-09-15T00:25:12.2962659Z VCPKG_RESPONSE_FILE: external/vcpkg_x64-windows-static_response_file.txt 2023-09-15T00:25:12.2963139Z CCACHE_DIR: D:\a\firebase-cpp-sdk\firebase-cpp-sdk/ccache_dir 2023-09-15T00:25:12.2963520Z ##[endgroup] 2023-09-15T00:25:23.9524752Z Found these encrypted files: 2023-09-15T00:25:23.9552378Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\gcs_key_file.json.gpg 2023-09-15T00:25:23.9553614Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\analytics\google-services.json.gpg 2023-09-15T00:25:23.9554411Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\analytics\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9555416Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app\google-services.json.gpg 2023-09-15T00:25:23.9556260Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9557054Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app_check\app_check_token.txt.gpg 2023-09-15T00:25:23.9557864Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app_check\google-services.json.gpg 2023-09-15T00:25:23.9558670Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app_check\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9559476Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\auth\google-services.json.gpg 2023-09-15T00:25:23.9560217Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\auth\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9560992Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\database\google-services.json.gpg 2023-09-15T00:25:23.9562187Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\database\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9563054Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\dynamic_links\google-services.json.gpg 2023-09-15T00:25:23.9563892Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\dynamic_links\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9564698Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\dynamic_links\uri_prefix.txt.gpg 2023-09-15T00:25:23.9565501Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\firestore\google-services.json.gpg 2023-09-15T00:25:23.9566334Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\firestore\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9567092Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\functions\google-services.json.gpg 2023-09-15T00:25:23.9567894Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\functions\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9568706Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\gma\google-services.json.gpg 2023-09-15T00:25:23.9569489Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\gma\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9570252Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\installations\google-services.json.gpg 2023-09-15T00:25:23.9571096Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\installations\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9576146Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\messaging\google-services.json.gpg 2023-09-15T00:25:23.9578233Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\messaging\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9579425Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\messaging\server_key.txt.gpg 2023-09-15T00:25:23.9580181Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\remote_config\google-services.json.gpg 2023-09-15T00:25:23.9581091Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\remote_config\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9581903Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\storage\google-services.json.gpg 2023-09-15T00:25:23.9582717Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\storage\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9583631Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\analytics\google-services.json.gpg 2023-09-15T00:25:23.9584552Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\analytics\google-services.json.gpg 2023-09-15T00:25:23.9591495Z Decryption successful 2023-09-15T00:25:23.9592244Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\analytics\integration_test\google-services.json 2023-09-15T00:25:23.9593202Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\analytics\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9594116Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\analytics\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9594752Z Decryption successful 2023-09-15T00:25:23.9595462Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\analytics\integration_test\GoogleService-Info.plist 2023-09-15T00:25:23.9596174Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:23.9602098Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\analytics\integration_test\Info.plist 2023-09-15T00:25:23.9602987Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:23.9604016Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\analytics\integration_test\Info.plist 2023-09-15T00:25:23.9605004Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app\google-services.json.gpg 2023-09-15T00:25:23.9608428Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app\google-services.json.gpg 2023-09-15T00:25:23.9609052Z Decryption successful 2023-09-15T00:25:23.9609787Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\app\integration_test\google-services.json 2023-09-15T00:25:23.9611292Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9612495Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9613109Z Decryption successful 2023-09-15T00:25:23.9613871Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\app\integration_test\GoogleService-Info.plist 2023-09-15T00:25:23.9615029Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:23.9615714Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\app\integration_test\Info.plist 2023-09-15T00:25:23.9616300Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:23.9616985Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\app\integration_test\Info.plist 2023-09-15T00:25:23.9617841Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app_check\google-services.json.gpg 2023-09-15T00:25:23.9618664Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app_check\google-services.json.gpg 2023-09-15T00:25:23.9619154Z Decryption successful 2023-09-15T00:25:23.9619755Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\app_check\integration_test\google-services.json 2023-09-15T00:25:23.9620637Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app_check\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9621526Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app_check\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9622047Z Decryption successful 2023-09-15T00:25:23.9622716Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\app_check\integration_test\GoogleService-Info.plist 2023-09-15T00:25:23.9623288Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:23.9623942Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\app_check\integration_test\Info.plist 2023-09-15T00:25:23.9624502Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:23.9625200Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\app_check\integration_test\Info.plist 2023-09-15T00:25:23.9626325Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\auth\google-services.json.gpg 2023-09-15T00:25:23.9627139Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\auth\google-services.json.gpg 2023-09-15T00:25:23.9627627Z Decryption successful 2023-09-15T00:25:23.9628233Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\auth\integration_test\google-services.json 2023-09-15T00:25:23.9629106Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\auth\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9629953Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\auth\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9630460Z Decryption successful 2023-09-15T00:25:23.9631135Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\auth\integration_test\GoogleService-Info.plist 2023-09-15T00:25:23.9631719Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:23.9632386Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\auth\integration_test\Info.plist 2023-09-15T00:25:23.9633139Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:23.9633864Z Patched 3 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\auth\integration_test\Info.plist 2023-09-15T00:25:23.9634751Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\database\google-services.json.gpg 2023-09-15T00:25:23.9635591Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\database\google-services.json.gpg 2023-09-15T00:25:23.9636101Z Decryption successful 2023-09-15T00:25:23.9636712Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\database\integration_test\google-services.json 2023-09-15T00:25:23.9637619Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\database\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9638497Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\database\GoogleService-Info.plist.gpg 2023-09-15T00:25:23.9639079Z Decryption successful 2023-09-15T00:25:35.5335702Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\database\integration_test\GoogleService-Info.plist 2023-09-15T00:25:35.5336414Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:35.5337228Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\database\integration_test\Info.plist 2023-09-15T00:25:35.5337795Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:35.5338499Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\database\integration_test\Info.plist 2023-09-15T00:25:35.5339429Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\dynamic_links\google-services.json.gpg 2023-09-15T00:25:35.5340280Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\dynamic_links\google-services.json.gpg 2023-09-15T00:25:35.5340795Z Decryption successful 2023-09-15T00:25:35.5341399Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\dynamic_links\integration_test\google-services.json 2023-09-15T00:25:35.5342284Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\dynamic_links\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5343145Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\dynamic_links\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5343689Z Decryption successful 2023-09-15T00:25:35.5344711Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\dynamic_links\integration_test\GoogleService-Info.plist 2023-09-15T00:25:35.5345604Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:35.5346454Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\dynamic_links\integration_test\Info.plist 2023-09-15T00:25:35.5347008Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:35.5347669Z Patched 4 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\dynamic_links\integration_test\Info.plist 2023-09-15T00:25:35.5348544Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\firestore\google-services.json.gpg 2023-09-15T00:25:35.5349391Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\firestore\google-services.json.gpg 2023-09-15T00:25:35.5349890Z Decryption successful 2023-09-15T00:25:35.5350534Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\firestore\integration_test\google-services.json 2023-09-15T00:25:35.5351409Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\firestore\integration_test_internal\google-services.json 2023-09-15T00:25:35.5352309Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\firestore\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5353308Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\firestore\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5353816Z Decryption successful 2023-09-15T00:25:35.5354469Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\firestore\integration_test\GoogleService-Info.plist 2023-09-15T00:25:35.5355037Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:35.5355728Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\firestore\integration_test\Info.plist 2023-09-15T00:25:35.5356281Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:35.5356927Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\firestore\integration_test\Info.plist 2023-09-15T00:25:35.5357806Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\firestore\integration_test_internal\GoogleService-Info.plist 2023-09-15T00:25:35.5358392Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:35.5359130Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\firestore\integration_test_internal\Info.plist 2023-09-15T00:25:35.5359691Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:35.5360394Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\firestore\integration_test_internal\Info.plist 2023-09-15T00:25:35.5361232Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\functions\google-services.json.gpg 2023-09-15T00:25:35.5362043Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\functions\google-services.json.gpg 2023-09-15T00:25:35.5362536Z Decryption successful 2023-09-15T00:25:35.5363167Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\functions\integration_test\google-services.json 2023-09-15T00:25:35.5364054Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\functions\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5364902Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\functions\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5365399Z Decryption successful 2023-09-15T00:25:35.5366018Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\functions\integration_test\GoogleService-Info.plist 2023-09-15T00:25:35.5366590Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:35.5367281Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\functions\integration_test\Info.plist 2023-09-15T00:25:35.5375152Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:35.5376090Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\functions\integration_test\Info.plist 2023-09-15T00:25:35.5376948Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\gma\google-services.json.gpg 2023-09-15T00:25:35.5377733Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\gma\google-services.json.gpg 2023-09-15T00:25:35.5378208Z Decryption successful 2023-09-15T00:25:35.5378856Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\gma\integration_test\google-services.json 2023-09-15T00:25:35.5379702Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\gma\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5380546Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\gma\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5381042Z Decryption successful 2023-09-15T00:25:35.5381649Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\gma\integration_test\GoogleService-Info.plist 2023-09-15T00:25:35.5382221Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:35.5383117Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\gma\integration_test\Info.plist 2023-09-15T00:25:35.5383672Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:35.5384349Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\gma\integration_test\Info.plist 2023-09-15T00:25:35.5385212Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\installations\google-services.json.gpg 2023-09-15T00:25:35.5386018Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\installations\google-services.json.gpg 2023-09-15T00:25:35.5386508Z Decryption successful 2023-09-15T00:25:35.5387174Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\installations\integration_test\google-services.json 2023-09-15T00:25:35.5388077Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\installations\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5388955Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\installations\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5389465Z Decryption successful 2023-09-15T00:25:35.5390082Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\installations\integration_test\GoogleService-Info.plist 2023-09-15T00:25:35.5390660Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:35.5391354Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\installations\integration_test\Info.plist 2023-09-15T00:25:35.5391913Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:35.5392611Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\installations\integration_test\Info.plist 2023-09-15T00:25:35.5393470Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\messaging\google-services.json.gpg 2023-09-15T00:25:35.5394303Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\messaging\google-services.json.gpg 2023-09-15T00:25:35.5394746Z Decryption successful 2023-09-15T00:25:35.5395393Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\messaging\integration_test\google-services.json 2023-09-15T00:25:35.5396265Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\messaging\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5397102Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\messaging\GoogleService-Info.plist.gpg 2023-09-15T00:25:35.5397595Z Decryption successful 2023-09-15T00:25:35.5398428Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\messaging\integration_test\GoogleService-Info.plist 2023-09-15T00:25:35.5398954Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:35.5399641Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\messaging\integration_test\Info.plist 2023-09-15T00:25:35.5400203Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:35.5400883Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\messaging\integration_test\Info.plist 2023-09-15T00:25:35.5401749Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\remote_config\google-services.json.gpg 2023-09-15T00:25:41.8755403Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\remote_config\google-services.json.gpg 2023-09-15T00:25:41.8756131Z Decryption successful 2023-09-15T00:25:41.8761267Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\remote_config\integration_test\google-services.json 2023-09-15T00:25:41.8762458Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\remote_config\GoogleService-Info.plist.gpg 2023-09-15T00:25:41.8763833Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\remote_config\GoogleService-Info.plist.gpg 2023-09-15T00:25:41.8764418Z Decryption successful 2023-09-15T00:25:41.8765109Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\remote_config\integration_test\GoogleService-Info.plist 2023-09-15T00:25:41.8765746Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:41.8766510Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\remote_config\integration_test\Info.plist 2023-09-15T00:25:41.8767130Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:41.8767898Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\remote_config\integration_test\Info.plist 2023-09-15T00:25:41.8768818Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\storage\google-services.json.gpg 2023-09-15T00:25:41.8769714Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\storage\google-services.json.gpg 2023-09-15T00:25:41.8770340Z Decryption successful 2023-09-15T00:25:41.8772578Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\storage\integration_test\google-services.json 2023-09-15T00:25:41.8778457Z Encrypted Google Service file found: D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\storage\GoogleService-Info.plist.gpg 2023-09-15T00:25:41.8779869Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\storage\GoogleService-Info.plist.gpg 2023-09-15T00:25:41.8781785Z Decryption successful 2023-09-15T00:25:41.8783252Z Copied decrypted google service file to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\storage\integration_test\GoogleService-Info.plist 2023-09-15T00:25:41.8783917Z Attempting to patch reverse id in Info.plist 2023-09-15T00:25:41.8785162Z Patched 1 instances of REPLACE_WITH_REVERSED_CLIENT_ID in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\storage\integration_test\Info.plist 2023-09-15T00:25:41.8785909Z Attempting to patch bundle id in Info.plist 2023-09-15T00:25:41.8790169Z Patched 1 instances of $(PRODUCT_BUNDLE_IDENTIFIER) in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\storage\integration_test\Info.plist 2023-09-15T00:25:41.8790849Z Attempting to patch Dynamic Links uri prefix. 2023-09-15T00:25:41.8791580Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\dynamic_links\uri_prefix.txt.gpg 2023-09-15T00:25:41.8792164Z Decryption successful 2023-09-15T00:25:41.8792940Z Patched 1 instances of REPLACE_WITH_YOUR_URI_PREFIX in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\dynamic_links\integration_test\src\integration_test.cc 2023-09-15T00:25:41.8794661Z Attempting to patch Messaging server key. 2023-09-15T00:25:41.8795367Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\messaging\server_key.txt.gpg 2023-09-15T00:25:41.8795920Z Decryption successful 2023-09-15T00:25:41.8796710Z Patched 1 instances of REPLACE_WITH_YOUR_SERVER_KEY in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\messaging\integration_test\src\integration_test.cc 2023-09-15T00:25:41.8797362Z Attempting to patch app check debug token. 2023-09-15T00:25:41.8798067Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\app_check\app_check_token.txt.gpg 2023-09-15T00:25:41.8798611Z Decryption successful 2023-09-15T00:25:41.8799349Z Patched 1 instances of REPLACE_WITH_APP_CHECK_TOKEN in D:\a\firebase-cpp-sdk\firebase-cpp-sdk\app_check\integration_test\src\integration_test.cc 2023-09-15T00:25:41.8799950Z Attempting to decrypt GCS service account key file. 2023-09-15T00:25:41.8800634Z Decrypting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\gcs_key_file.json.gpg 2023-09-15T00:25:41.8801161Z Decryption successful 2023-09-15T00:25:41.8801827Z Created decrypted key file at D:\a\firebase-cpp-sdk\firebase-cpp-sdk\scripts\gha-encrypted\gcs_key_file.json 2023-09-15T00:26:50.3449706Z I0915 00:26:50.341572 5660 build_testapps.py:298] BEGIN building for analytics: analytics/integration_test 2023-09-15T00:26:50.3451580Z I0915 00:26:50.341572 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it 2023-09-15T00:26:50.3764695Z I0915 00:26:50.372821 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it 2023-09-15T00:26:50.3766313Z I0915 00:26:50.372821 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:26:51.5469689Z download_googletest.py: Downloading GoogleTest from https://github.com/google/googletest/archive/refs/tags/release-1.11.0.zip 2023-09-15T00:26:51.5470640Z download_googletest.py: Extracting GoogleTest... 2023-09-15T00:26:51.5471401Z download_googletest.py: Finished. 2023-09-15T00:26:51.5604011Z I0915 00:26:51.545542 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it 2023-09-15T00:26:51.8053674Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it 2023-09-15T00:26:51.8054938Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it 2023-09-15T00:26:51.8102562Z I0915 00:26:51.795547 5660 build_testapps.py:351] BEGIN analytics, Desktop 2023-09-15T00:26:51.8104125Z I0915 00:26:51.795547 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:26:54.2658193Z -- Building for: Visual Studio 17 2022 2023-09-15T00:26:54.4614174Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:26:54.4614980Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:26:54.4615479Z CMake. 2023-09-15T00:26:54.4618356Z 2023-09-15T00:26:54.4618800Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:26:54.4619394Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:26:54.4619718Z 2023-09-15T00:26:54.4619725Z 2023-09-15T00:27:26.2408712Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:27:29.2985314Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:27:29.7917864Z -- Detecting C compiler ABI info 2023-09-15T00:27:33.3678847Z -- Detecting C compiler ABI info - done 2023-09-15T00:27:33.3706820Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:27:33.3719851Z -- Detecting C compile features 2023-09-15T00:27:33.3735663Z -- Detecting C compile features - done 2023-09-15T00:27:33.4375768Z -- Detecting CXX compiler ABI info 2023-09-15T00:27:34.5078505Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:27:34.5106009Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:27:34.5111646Z -- Detecting CXX compile features 2023-09-15T00:27:34.5127781Z -- Detecting CXX compile features - done 2023-09-15T00:27:34.5168923Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:27:34.5169817Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:27:34.5170477Z CMake. 2023-09-15T00:27:34.5170825Z 2023-09-15T00:27:34.5171156Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:27:34.5171773Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:27:34.5172155Z 2023-09-15T00:27:34.5172266Z 2023-09-15T00:27:34.5871724Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:27:34.5873233Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:27:34.5873981Z CMake. 2023-09-15T00:27:34.5874322Z 2023-09-15T00:27:34.5874715Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:27:34.5875408Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:27:34.5875848Z 2023-09-15T00:27:34.5875968Z 2023-09-15T00:27:34.5892552Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:27:34.5893551Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:27:34.5894189Z CMake. 2023-09-15T00:27:34.5894538Z 2023-09-15T00:27:34.5894923Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:27:34.5895625Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:27:34.5896082Z 2023-09-15T00:27:34.5896208Z 2023-09-15T00:27:41.4295827Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:27:41.4741430Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:27:46.2163275Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:27:46.2164325Z -- Looking for pthread_create in pthreads 2023-09-15T00:27:47.1458458Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:27:47.1459479Z -- Looking for pthread_create in pthread 2023-09-15T00:27:47.9776519Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:27:47.9796637Z -- Found Threads: TRUE 2023-09-15T00:27:48.0999042Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:27:48.0999779Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:27:48.1000157Z CMake. 2023-09-15T00:27:48.1003570Z 2023-09-15T00:27:48.1004252Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:27:48.1004806Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:27:48.1005085Z 2023-09-15T00:27:48.1005097Z 2023-09-15T00:27:48.1784903Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:27:48.1811738Z -- Configuring done (53.9s) 2023-09-15T00:27:48.2711323Z -- Generating done (0.1s) 2023-09-15T00:27:48.2770219Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/analytics/it 2023-09-15T00:27:48.2984085Z I0915 00:27:48.288267 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:27:48.4174903Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:27:48.4701755Z 2023-09-15T00:27:49.0680533Z 1>Checking Build System 2023-09-15T00:27:49.5275491Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/analytics/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:27:49.6926899Z gtest-all.cc 2023-09-15T00:27:50.6840631Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/analytics/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:27:50.8972473Z gtest-all.cc 2023-09-15T00:28:02.4238261Z gmock-all.cc 2023-09-15T00:28:02.4239016Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\lib\Debug\gtestd.lib 2023-09-15T00:28:02.4239492Z Generating Code... 2023-09-15T00:28:02.4240050Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\lib\Debug\gmockd.lib 2023-09-15T00:28:02.4240779Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/analytics/it/CMakeLists.txt 2023-09-15T00:28:02.4241207Z app_framework.cc 2023-09-15T00:28:03.4240778Z desktop_app_framework.cc 2023-09-15T00:28:06.4412888Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:06.4413797Z firebase_test_framework.cc 2023-09-15T00:28:07.4651988Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:08.0179148Z integration_test.cc 2023-09-15T00:28:09.6574687Z Generating Code... 2023-09-15T00:28:10.2083074Z firebase_analytics.lib(7ffe3ac0292dd929362cc563f4da0813_firebase_analytics.dir_Debug_analytics_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_analytics.lib(7ffe3ac0292dd929362cc563f4da0813_firebase_analytics.dir_Debug_analytics_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2136184Z firebase_analytics.lib(7ffe3ac0292dd929362cc563f4da0813_firebase_analytics.dir_Debug_analytics_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_analytics.lib(7ffe3ac0292dd929362cc563f4da0813_firebase_analytics.dir_Debug_analytics_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2140496Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2143165Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2145075Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2147220Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2148927Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2150597Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2152330Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2154210Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2155924Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2157631Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2230792Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2248052Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2251217Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2267182Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2269506Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2271284Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2272979Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2274957Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2276698Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2278425Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2280151Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2282130Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2283949Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2285695Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2287496Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2289145Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2290771Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2292441Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2294221Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2295854Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2297563Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2299233Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:10.2300921Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\integration_test.vcxproj] 2023-09-15T00:28:11.3458576Z integration_test.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\Debug\integration_test.exe 2023-09-15T00:28:11.4638404Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/analytics/it/CMakeLists.txt 2023-09-15T00:28:11.5796226Z I0915 00:28:11.571892 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\analytics\it\bin... 2023-09-15T00:28:11.5797356Z I0915 00:28:11.571892 5660 build_testapps.py:358] END analytics, Desktop 2023-09-15T00:28:11.5802757Z I0915 00:28:11.571892 5660 build_testapps.py:312] END building for analytics 2023-09-15T00:28:11.5807176Z I0915 00:28:11.571892 5660 build_testapps.py:298] BEGIN building for app_check: app_check/integration_test 2023-09-15T00:28:11.5808571Z I0915 00:28:11.571892 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it 2023-09-15T00:28:11.6115570Z I0915 00:28:11.603095 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it 2023-09-15T00:28:11.6117231Z I0915 00:28:11.603095 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:28:11.6978018Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:28:11.7081144Z I0915 00:28:11.696847 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it 2023-09-15T00:28:11.9182525Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it 2023-09-15T00:28:11.9183657Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it 2023-09-15T00:28:11.9226740Z I0915 00:28:11.915758 5660 build_testapps.py:351] BEGIN app_check, Desktop 2023-09-15T00:28:11.9227871Z I0915 00:28:11.915758 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:28:11.9676848Z -- Building for: Visual Studio 17 2022 2023-09-15T00:28:11.9687448Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:28:11.9688218Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:11.9688837Z CMake. 2023-09-15T00:28:11.9689140Z 2023-09-15T00:28:11.9689479Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:11.9690093Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:11.9690503Z 2023-09-15T00:28:11.9690610Z 2023-09-15T00:28:13.3778021Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:28:14.3012248Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:28:14.3482502Z -- Detecting C compiler ABI info 2023-09-15T00:28:15.3189616Z -- Detecting C compiler ABI info - done 2023-09-15T00:28:15.3216173Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:28:15.3221867Z -- Detecting C compile features 2023-09-15T00:28:15.3234317Z -- Detecting C compile features - done 2023-09-15T00:28:15.3371838Z -- Detecting CXX compiler ABI info 2023-09-15T00:28:16.2293408Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:28:16.2321544Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:28:16.2326518Z -- Detecting CXX compile features 2023-09-15T00:28:16.2342988Z -- Detecting CXX compile features - done 2023-09-15T00:28:16.2376906Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:28:16.2377796Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:16.2378415Z CMake. 2023-09-15T00:28:16.2378718Z 2023-09-15T00:28:16.2379048Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:16.2379656Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:16.2380043Z 2023-09-15T00:28:16.2380145Z 2023-09-15T00:28:16.2453678Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:28:16.2454611Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:16.2455195Z CMake. 2023-09-15T00:28:16.2455844Z 2023-09-15T00:28:16.2456179Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:16.2456787Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:16.2457174Z 2023-09-15T00:28:16.2457276Z 2023-09-15T00:28:16.2470829Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:28:16.2471621Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:16.2472102Z CMake. 2023-09-15T00:28:16.2472376Z 2023-09-15T00:28:16.2472667Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:16.2473176Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:16.2473511Z 2023-09-15T00:28:16.2473602Z 2023-09-15T00:28:18.7070901Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:28:18.7096193Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:28:19.3357993Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:28:19.3358957Z -- Looking for pthread_create in pthreads 2023-09-15T00:28:20.0969773Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:28:20.0971025Z -- Looking for pthread_create in pthread 2023-09-15T00:28:20.8474950Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:28:20.8495170Z -- Found Threads: TRUE 2023-09-15T00:28:20.8672520Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:28:20.8673652Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:20.8674080Z CMake. 2023-09-15T00:28:20.8674332Z 2023-09-15T00:28:20.8674708Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:20.8675294Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:20.8675678Z 2023-09-15T00:28:20.8675745Z 2023-09-15T00:28:20.9214062Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:28:20.9240843Z -- Configuring done (9.0s) 2023-09-15T00:28:21.0095884Z -- Generating done (0.1s) 2023-09-15T00:28:21.0142902Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/app_check/it 2023-09-15T00:28:21.0336492Z I0915 00:28:21.029428 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:28:21.1559136Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:28:21.2024925Z 2023-09-15T00:28:21.5926715Z 1>Checking Build System 2023-09-15T00:28:21.8097283Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/app_check/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:28:21.8226745Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/app_check/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:28:21.9348495Z gtest-all.cc 2023-09-15T00:28:22.0031067Z gtest-all.cc 2023-09-15T00:28:24.5786002Z gmock-all.cc 2023-09-15T00:28:24.6657031Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\lib\Debug\gtestd.lib 2023-09-15T00:28:25.8686859Z Generating Code... 2023-09-15T00:28:26.8398159Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\lib\Debug\gmockd.lib 2023-09-15T00:28:26.9366308Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/app_check/it/CMakeLists.txt 2023-09-15T00:28:27.0359355Z app_framework.cc 2023-09-15T00:28:27.3165452Z desktop_app_framework.cc 2023-09-15T00:28:28.2135639Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:28.4068806Z firebase_test_framework.cc 2023-09-15T00:28:29.5325626Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:30.1253575Z integration_test.cc 2023-09-15T00:28:33.1449025Z Generating Code... 2023-09-15T00:28:33.8028113Z firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_app_check.obj) : warning LNK4099: PDB '' was not found with 'firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_app_check.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8037397Z firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_app_attest_provider_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_app_attest_provider_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8039849Z firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_debug_provider_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_debug_provider_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8041861Z firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_device_check_provider_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_device_check_provider_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8043990Z firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_play_integrity_provider_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_play_integrity_provider_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8045885Z firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_app_check_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_app_check_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8051008Z firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_debug_provider_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_debug_provider_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8053729Z firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_debug_token_request_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_debug_token_request_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8055693Z firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_token_response_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app_check.lib(25a2bd7162fa8735db1cf5ef9b3087a6_firebase_app_check.dir_Debug_token_response_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8057894Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_data_snapshot.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_data_snapshot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8059651Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8068474Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_mutable_data.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_mutable_data.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8070685Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8072487Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8077339Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_data_snapshot_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_data_snapshot_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8079752Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8081623Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_mutable_data_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_mutable_data_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8083531Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_reference_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_reference_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8085372Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8094204Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query_params_comparator.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query_params_comparator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8095933Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_util_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_util_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8097640Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_event_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_event_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8099564Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_child_event_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_child_event_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8101318Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_value_event_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_value_event_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8102979Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_repo.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_repo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8109820Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_disconnection.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_disconnection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8111806Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_push_child_name_generator.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_push_child_name_generator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8114312Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_disconnection_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_disconnection_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8128744Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_host_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_host_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8130744Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_persistent_connection.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_persistent_connection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8132439Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_listener.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_listener.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8139864Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_indexed_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_indexed_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8145023Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_ranged_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_ranged_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8146734Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_limited_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_limited_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8152317Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8156871Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sparse_snapshot_tree.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sparse_snapshot_tree.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8158716Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_compound_write.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_compound_write.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8164409Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_cache_policy.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_cache_policy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8166719Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_tracked_query_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_tracked_query_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8186987Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_write_tree.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_write_tree.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8218937Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8220862Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_listen_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_listen_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8230503Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_persistence_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_persistence_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8283282Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sync_tree.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sync_tree.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8299281Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_transaction_data.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_transaction_data.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8306762Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_info_listen_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_info_listen_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8321209Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_server_values.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_server_values.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8333196Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_web_socket_listen_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_web_socket_listen_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8382725Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_level_db_persistence_storage_engine.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_level_db_persistence_storage_engine.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8401130Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_noop_persistence_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_noop_persistence_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8403199Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_constants.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_constants.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8438923Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_connection.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_connection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8460331Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_indexed_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_indexed_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8468599Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_change.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_change.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8479315Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_child_change_accumulator.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_child_change_accumulator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8496029Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_prune_forest.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_prune_forest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8517687Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_event_generator.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_event_generator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8534827Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_view_processor.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_view_processor.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8555882Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_operation.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_operation.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8586712Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sync_point.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sync_point.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8605720Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_keep_synced_event_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_keep_synced_event_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8624339Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_flatbuffer_conversions.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_flatbuffer_conversions.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8675367Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_util_connection.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_util_connection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8683938Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_handle.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_handle.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8686193Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_core.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_core.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8687988Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_poll.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_poll.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8689748Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_async.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_async.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8695475Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_timer.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_timer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8697661Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Node.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Node.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8732698Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Group.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Group.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8803919Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_web_socket_client_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_web_socket_client_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8849869Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_loop_watcher.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_loop_watcher.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8853867Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs_poll.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs_poll.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8855773Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_tcp.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_tcp.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8864734Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_udp.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_udp.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8866470Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_pipe.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_pipe.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8868075Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_tty.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_tty.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8874520Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_signal.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_signal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8876209Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_process.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_process.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8877743Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs_event.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs_event.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8879544Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_error.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_error.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8884926Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_thread.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_thread.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8886490Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_threadpool.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_threadpool.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8890939Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_uv_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_uv_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8892750Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8898624Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8900341Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_winapi.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_winapi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8901888Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_winsock.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_winsock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8903453Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_detect_wakeup.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_detect_wakeup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8908463Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Networking.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Networking.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8910128Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_HTTPSocket.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_HTTPSocket.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8930320Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_WebSocket.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_WebSocket.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8981927Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Hub.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Hub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.8999158Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_inet.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_inet.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9120155Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_stream.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_stream.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9122347Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_process_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_process_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9123981Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_strscpy.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_strscpy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9130758Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Extensions.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Extensions.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9135140Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9138089Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9140402Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_uri_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_uri_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9147553Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9149504Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_metadata.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_metadata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9151247Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_reference_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_reference_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9152974Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_path.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_path.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9158421Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_rest_operation.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_rest_operation.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9160663Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_metadata_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_metadata_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9162605Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_curl_requests.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_curl_requests.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9171560Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9177088Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9182188Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_controller.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_controller.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9184126Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_listener_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_listener_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9195901Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_callable_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_callable_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9203770Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_functions.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_functions.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9224023Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_callable_reference_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_callable_reference_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9238046Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_functions_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_functions_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9244851Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9248604Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_serialization.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_serialization.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9345267Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9480941Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9587559Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9616217Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9628390Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9630142Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9633770Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9648833Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9650725Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9657725Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9667787Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9676963Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9689225Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9718250Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9738266Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9758046Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9787271Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9814637Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9851003Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9860452Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9903688Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9926594Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9928652Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9930478Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9947416Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:33.9990384Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0024535Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0054655Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0065883Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0101739Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0113422Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0213962Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0216344Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0227871Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0243019Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0250581Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0254169Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0276665Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0300580Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0306205Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0491420Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0561791Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0596524Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0612064Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0614719Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0617659Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0635792Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0671334Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0688672Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0703609Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_path.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_path.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0711230Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0729718Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0776199Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0827246Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0854266Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_status.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_status.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0856222Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0893249Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0900725Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_write_batch.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_write_batch.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0911645Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0923520Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0947660Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0949802Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0951628Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request_file.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request_file.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0971750Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.0992052Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1004080Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1041154Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1056383Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1069527Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1090730Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1097825Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1101447Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1103633Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1105397Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1111050Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1112583Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1114074Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1115921Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1122010Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_comparator.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_comparator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1123720Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1131262Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_iterator.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_iterator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1138064Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_policy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_policy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1142967Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1145192Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_logging.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_logging.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1152079Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_dbformat.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_dbformat.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1158322Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_writer.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_writer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1162246Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1168542Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1174022Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_iter.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_iter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1181140Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filename.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filename.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1312996Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_reader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_reader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1315137Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_memtable.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_memtable.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1317995Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1323089Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1324875Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_edit.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_edit.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1326510Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_set.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_set.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1328938Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_merger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_merger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1334485Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_coding.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_coding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1336139Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1337956Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1339493Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1341046Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1342597Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1348730Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1380554Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1405296Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1436144Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1440345Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1447680Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1458737Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1467779Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1481600Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1484018Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1486204Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1488134Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1496683Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1498380Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1502750Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1504462Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1515316Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1516991Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1518835Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1520658Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1525798Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1527997Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1530455Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1532033Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1538467Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1540104Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1541617Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1543131Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1548869Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1550945Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1552727Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1558039Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1559689Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1561488Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1563002Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1567589Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1569588Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1571186Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1572829Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_block.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_block.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1578168Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_format.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_format.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1580002Z firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1581559Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_crc32c.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_crc32c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1583125Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_arena.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_arena.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1588448Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1590274Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1591901Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_two_level_iterator.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_two_level_iterator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1658879Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1666258Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1673151Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1691974Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1701045Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1719144Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1726480Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1728252Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1731313Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1733280Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1737645Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1739350Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1740992Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1742633Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1744251Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1745907Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1748168Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1752854Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1754711Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1756398Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1758991Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1761323Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1763443Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1765610Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1767875Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1770105Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1772612Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1775517Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1845968Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1857463Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1863538Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1865520Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1867237Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1868879Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1870579Z firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy_sinksource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy_sinksource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1872282Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1873940Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1875627Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1877224Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1879003Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1880605Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1882322Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.1884079Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.3624114Z Creating library D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/app_check/it/Debug/integration_test.lib and object D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/app_check/it/Debug/integration_test.exp 2023-09-15T00:28:34.4324911Z firebase_app.lib(98c08b12dfe0defaed58501cdb10237a_crypto.dir_Debug_thread_win.obj) : error LNK2001: unresolved external symbol p_thread_callback_boringssl [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4959791Z integration_test.exp : error LNK2001: unresolved external symbol "protected: __cdecl uWS::Group<1>::Group<1>(int,unsigned int,struct uWS::Hub *,struct uS::NodeData *)" (??0?$Group@$00@uWS@@IEAA@HIPEAUHub@1@PEAUNodeData@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4961322Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<1>::Group<1>(struct uWS::Group<1> &&)" (??0?$Group@$00@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4962526Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<1>::Group<1>(struct uWS::Group<1> const &)" (??0?$Group@$00@uWS@@QEAA@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4963862Z integration_test.exp : error LNK2001: unresolved external symbol "protected: __cdecl uWS::Group<0>::Group<0>(int,unsigned int,struct uWS::Hub *,struct uS::NodeData *)" (??0?$Group@$0A@@uWS@@IEAA@HIPEAUHub@1@PEAUNodeData@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4965152Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<0>::Group<0>(struct uWS::Group<0> &&)" (??0?$Group@$0A@@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4966340Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<0>::Group<0>(struct uWS::Group<0> const &)" (??0?$Group@$0A@@uWS@@QEAA@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4967599Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<1>::HttpSocket<1>(struct uWS::HttpSocket<1> &&)" (??0?$HttpSocket@$00@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4969233Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<1>::HttpSocket<1>(struct uS::Socket *)" (??0?$HttpSocket@$00@uWS@@QEAA@PEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4970469Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<0>::HttpSocket<0>(struct uWS::HttpSocket<0> &&)" (??0?$HttpSocket@$0A@@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4971741Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<0>::HttpSocket<0>(struct uS::Socket *)" (??0?$HttpSocket@$0A@@uWS@@QEAA@PEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4973043Z integration_test.exp : error LNK2001: unresolved external symbol "protected: __cdecl uWS::WebSocket<1>::WebSocket<1>(bool,struct uS::Socket *)" (??0?$WebSocket@$00@uWS@@IEAA@_NPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4974466Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocket<1>::WebSocket<1>(struct uWS::WebSocket<1> &&)" (??0?$WebSocket@$00@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4975714Z integration_test.exp : error LNK2001: unresolved external symbol "protected: __cdecl uWS::WebSocket<0>::WebSocket<0>(bool,struct uS::Socket *)" (??0?$WebSocket@$0A@@uWS@@IEAA@_NPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4976992Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocket<0>::WebSocket<0>(struct uWS::WebSocket<0> &&)" (??0?$WebSocket@$0A@@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4978229Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocketState<1>::WebSocketState<1>(void)" (??0?$WebSocketState@$00@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4979462Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocketState<0>::WebSocketState<0>(void)" (??0?$WebSocketState@$0A@@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4980716Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::TLS::Context::Context(class uS::TLS::Context const &)" (??0Context@TLS@uS@@QEAA@AEBV012@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4981970Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::TLS::Context::Context(struct ssl_ctx_st *)" (??0Context@TLS@uS@@QEAA@PEAUssl_ctx_st@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4983163Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::TLS::Context::Context(void)" (??0Context@TLS@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4984269Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Hub::Hub(int,bool,unsigned int)" (??0Hub@uWS@@QEAA@H_NI@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4985399Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::Node::Node(int,int,int,bool)" (??0Node@uS@@QEAA@HHH_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4986698Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::NodeData::NodeData(struct uS::NodeData &&)" (??0NodeData@uS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4987919Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::NodeData::NodeData(struct uS::NodeData const &)" (??0NodeData@uS@@QEAA@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4989084Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::NodeData::NodeData(void)" (??0NodeData@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4990234Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::Socket::Socket(struct uS::Socket &&)" (??0Socket@uS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4991591Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::Socket::Socket(struct uS::NodeData *,struct uS::Loop *,unsigned __int64,struct ssl_st *)" (??0Socket@uS@@QEAA@PEAUNodeData@1@PEAULoop@1@_KPEAUssl_st@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4992902Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<1>::~Group<1>(void)" (??1?$Group@$00@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4993965Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<0>::~Group<0>(void)" (??1?$Group@$0A@@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4995113Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<1>::~HttpSocket<1>(void)" (??1?$HttpSocket@$00@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4996307Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<0>::~HttpSocket<0>(void)" (??1?$HttpSocket@$0A@@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4997456Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocket<1>::~WebSocket<1>(void)" (??1?$WebSocket@$00@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4998621Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocket<0>::~WebSocket<0>(void)" (??1?$WebSocket@$0A@@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.4999771Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::TLS::Context::~Context(void)" (??1Context@TLS@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5000886Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Hub::~Hub(void)" (??1Hub@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5001971Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::Node::~Node(void)" (??1Node@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5003085Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::NodeData::~NodeData(void)" (??1NodeData@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5004362Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::Socket::~Socket(void)" (??1Socket@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5005613Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::Group<1> & __cdecl uWS::Group<1>::operator=(struct uWS::Group<1> &&)" (??4?$Group@$00@uWS@@QEAAAEAU01@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5006922Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::Group<1> & __cdecl uWS::Group<1>::operator=(struct uWS::Group<1> const &)" (??4?$Group@$00@uWS@@QEAAAEAU01@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5008199Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::Group<0> & __cdecl uWS::Group<0>::operator=(struct uWS::Group<0> &&)" (??4?$Group@$0A@@uWS@@QEAAAEAU01@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5009495Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::Group<0> & __cdecl uWS::Group<0>::operator=(struct uWS::Group<0> const &)" (??4?$Group@$0A@@uWS@@QEAAAEAU01@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5011251Z integration_test.exp : error LNK2001: unresolved external symbol "public: class uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> > & __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::operator=(class uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> > &&)" (??4?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@QEAAAEAV01@$$QEAV01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5016192Z integration_test.exp : error LNK2001: unresolved external symbol "public: class uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> > & __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::operator=(class uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> > const &)" (??4?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@QEAAAEAV01@AEBV01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5018114Z integration_test.exp : error LNK2001: unresolved external symbol "public: class uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> > & __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::operator=(class uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> > &&)" (??4?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@QEAAAEAV01@$$QEAV01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5019930Z integration_test.exp : error LNK2001: unresolved external symbol "public: class uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> > & __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::operator=(class uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> > const &)" (??4?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@QEAAAEAV01@AEBV01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5021548Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::WebSocketState<1> & __cdecl uWS::WebSocketState<1>::operator=(struct uWS::WebSocketState<1> &&)" (??4?$WebSocketState@$00@uWS@@QEAAAEAU01@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5022975Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::WebSocketState<1> & __cdecl uWS::WebSocketState<1>::operator=(struct uWS::WebSocketState<1> const &)" (??4?$WebSocketState@$00@uWS@@QEAAAEAU01@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5024652Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::WebSocketState<0> & __cdecl uWS::WebSocketState<0>::operator=(struct uWS::WebSocketState<0> &&)" (??4?$WebSocketState@$0A@@uWS@@QEAAAEAU01@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5026121Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::WebSocketState<0> & __cdecl uWS::WebSocketState<0>::operator=(struct uWS::WebSocketState<0> const &)" (??4?$WebSocketState@$0A@@uWS@@QEAAAEAU01@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5027503Z integration_test.exp : error LNK2001: unresolved external symbol "public: class uS::TLS::Context & __cdecl uS::TLS::Context::operator=(class uS::TLS::Context const &)" (??4Context@TLS@uS@@QEAAAEAV012@AEBV012@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5028845Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uS::NodeData & __cdecl uS::NodeData::operator=(struct uS::NodeData &&)" (??4NodeData@uS@@QEAAAEAU01@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5030260Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uS::NodeData & __cdecl uS::NodeData::operator=(struct uS::NodeData const &)" (??4NodeData@uS@@QEAAAEAU01@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5031425Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::TLS::Context::operator bool(void)" (??BContext@TLS@uS@@QEAA_NXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5032596Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Hub::`default constructor closure'(void)" (??_FHub@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5033797Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Node::`default constructor closure'(void)" (??_FNode@uS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5035200Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int const uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::CONSUME_POST_PADDING" (?CONSUME_POST_PADDING@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@2HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5036649Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int const uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::CONSUME_POST_PADDING" (?CONSUME_POST_PADDING@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@2HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5038078Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int const uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::CONSUME_PRE_PADDING" (?CONSUME_PRE_PADDING@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@2HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5039500Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int const uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::CONSUME_PRE_PADDING" (?CONSUME_PRE_PADDING@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@2HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5040750Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static int const uWS::Hub::LARGE_BUFFER_SIZE" (?LARGE_BUFFER_SIZE@Hub@uWS@@1HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5264828Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::LONG_MESSAGE_HEADER" (?LONG_MESSAGE_HEADER@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5266425Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::LONG_MESSAGE_HEADER" (?LONG_MESSAGE_HEADER@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5267951Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::MEDIUM_MESSAGE_HEADER" (?MEDIUM_MESSAGE_HEADER@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5269489Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::MEDIUM_MESSAGE_HEADER" (?MEDIUM_MESSAGE_HEADER@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5271211Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::SHORT_MESSAGE_HEADER" (?SHORT_MESSAGE_HEADER@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5272700Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::SHORT_MESSAGE_HEADER" (?SHORT_MESSAGE_HEADER@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5273984Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::addAsync(void)" (?addAsync@?$Group@$00@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5275110Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::addAsync(void)" (?addAsync@?$Group@$0A@@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5276249Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::NodeData::addAsync(void)" (?addAsync@NodeData@uS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5277571Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<1>::addHttpSocket(struct uWS::HttpSocket<1> *)" (?addHttpSocket@?$Group@$00@uWS@@IEAAXPEAU?$HttpSocket@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5278932Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<0>::addHttpSocket(struct uWS::HttpSocket<0> *)" (?addHttpSocket@?$Group@$0A@@uWS@@IEAAXPEAU?$HttpSocket@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5280240Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<1>::addWebSocket(struct uWS::WebSocket<1> *)" (?addWebSocket@?$Group@$00@uWS@@IEAAXPEAU?$WebSocket@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5281527Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<0>::addWebSocket(struct uWS::WebSocket<0> *)" (?addWebSocket@?$Group@$0A@@uWS@@IEAAXPEAU?$WebSocket@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5283089Z integration_test.exp : error LNK2001: unresolved external symbol "protected: struct uS::Socket::Queue::Message * __cdecl uS::Socket::allocMessage(unsigned __int64,char const *)" (?allocMessage@Socket@uS@@IEAAPEAUMessage@Queue@12@_KPEBD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5284484Z integration_test.exp : error LNK2001: unresolved external symbol "public: static void __cdecl uS::NodeData::asyncCallback(struct uS::Async *)" (?asyncCallback@NodeData@uS@@SAXPEAUAsync@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5285797Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::broadcast(char const *,unsigned __int64,enum uWS::OpCode)" (?broadcast@?$Group@$00@uWS@@QEAAXPEBD_KW4OpCode@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5287193Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::broadcast(char const *,unsigned __int64,enum uWS::OpCode)" (?broadcast@?$Group@$0A@@uWS@@QEAAXPEBD_KW4OpCode@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5289972Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::cancelTimeout(void)" (?cancelTimeout@Socket@uS@@IEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5291355Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::changePoll(struct uS::Socket *)" (?changePoll@Socket@uS@@IEAAXPEAU12@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5292758Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::NodeData::clearPendingPollChanges(struct uS::Poll *)" (?clearPendingPollChanges@NodeData@uS@@QEAAXPEAUPoll@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5295002Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::close(int,char *,unsigned __int64)" (?close@?$Group@$00@uWS@@QEAAXHPEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5296347Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::close(int,char *,unsigned __int64)" (?close@?$Group@$0A@@uWS@@QEAAXHPEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5297642Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::close(int,char const *,unsigned __int64)" (?close@?$WebSocket@$00@uWS@@QEAAXHPEBD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5300290Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::close(int,char const *,unsigned __int64)" (?close@?$WebSocket@$0A@@uWS@@QEAAXHPEBD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5463647Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Hub::connect(class std::basic_string,class std::allocator >,void *,class std::map,class std::allocator >,class std::basic_string,class std::allocator >,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class std::basic_string,class std::allocator > > > >,int,struct uWS::Group<0> *)" (?connect@Hub@uWS@@QEAAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAXV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@4@HPEAU?$Group@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5468502Z integration_test.exp : error LNK2001: unresolved external symbol "public: static void __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::consume(char *,unsigned int,struct uWS::WebSocketState<1> *)" (?consume@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@SAXPEADIPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5470831Z integration_test.exp : error LNK2001: unresolved external symbol "public: static void __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::consume(char *,unsigned int,struct uWS::WebSocketState<0> *)" (?consume@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@SAXPEADIPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5473333Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::consumeContinuation(char * &,unsigned int &,struct uWS::WebSocketState<1> *)" (?consumeContinuation@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CA_NAEAPEADAEAIPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5478578Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::consumeContinuation(char * &,unsigned int &,struct uWS::WebSocketState<0> *)" (?consumeContinuation@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CA_NAEAPEADAEAIPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5480652Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Socket::cork(int)" (?cork@Socket@uS@@QEAAXH@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5485600Z integration_test.exp : error LNK2001: unresolved external symbol "class uS::TLS::Context __cdecl uS::TLS::createContext(class std::basic_string,class std::allocator >,class std::basic_string,class std::allocator >,class std::basic_string,class std::allocator >)" (?createContext@TLS@uS@@YA?AVContext@12@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5487604Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::enqueue(struct uS::Socket::Queue::Message *)" (?enqueue@Socket@uS@@IEAAXPEAUMessage@Queue@12@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5492021Z integration_test.exp : error LNK2001: unresolved external symbol "public: static void __cdecl uWS::WebSocket<1>::finalizeMessage(struct uWS::WebSocket<1>::PreparedMessage *)" (?finalizeMessage@?$WebSocket@$00@uWS@@SAXPEAUPreparedMessage@12@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5494050Z integration_test.exp : error LNK2001: unresolved external symbol "public: static void __cdecl uWS::WebSocket<0>::finalizeMessage(struct uWS::WebSocket<0>::PreparedMessage *)" (?finalizeMessage@?$WebSocket@$0A@@uWS@@SAXPEAUPreparedMessage@12@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5498399Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::WebSocket<1>::forceClose(struct uWS::WebSocketState<1> *)" (?forceClose@?$WebSocket@$00@uWS@@KAXPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5499988Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::WebSocket<0>::forceClose(struct uWS::WebSocketState<0> *)" (?forceClose@?$WebSocket@$0A@@uWS@@KAXPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5502168Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned __int64 __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::formatClosePayload(char *,unsigned short,char const *,unsigned __int64)" (?formatClosePayload@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@SA_KPEADGPEBD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5505891Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned __int64 __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::formatClosePayload(char *,unsigned short,char const *,unsigned __int64)" (?formatClosePayload@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@SA_KPEADGPEBD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5508037Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned __int64 __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::formatMessage(char *,char const *,unsigned __int64,enum uWS::OpCode,unsigned __int64,bool)" (?formatMessage@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@SA_KPEADPEBD_KW4OpCode@2@2_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5510146Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned __int64 __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::formatMessage(char *,char const *,unsigned __int64,enum uWS::OpCode,unsigned __int64,bool)" (?formatMessage@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@SA_KPEADPEBD_KW4OpCode@2@2_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5511846Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::freeMessage(struct uS::Socket::Queue::Message *)" (?freeMessage@Socket@uS@@IEAAXPEAUMessage@Queue@12@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5513348Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::NodeData::freeSmallMemoryBlock(char *,int)" (?freeSmallMemoryBlock@NodeData@uS@@QEAAXPEADH@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5514727Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::Group<1> * __cdecl uWS::Group<1>::from(struct uS::Socket *)" (?from@?$Group@$00@uWS@@SAPEAU12@PEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5516112Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::Group<0> * __cdecl uWS::Group<0>::from(struct uS::Socket *)" (?from@?$Group@$0A@@uWS@@SAPEAU12@PEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5518530Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uS::Loop * __cdecl uS::Node::getLoop(void)" (?getLoop@Node@uS@@QEAAPEAULoop@2@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5520519Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int __cdecl uS::NodeData::getMemoryBlockIndex(unsigned __int64)" (?getMemoryBlockIndex@NodeData@uS@@SAH_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5522121Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct ssl_ctx_st * __cdecl uS::TLS::Context::getNativeContext(void)" (?getNativeContext@Context@TLS@uS@@QEAAPEAUssl_ctx_st@@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5523695Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uS::NodeData * __cdecl uS::Socket::getNodeData(void)" (?getNodeData@Socket@uS@@QEAAPEAUNodeData@2@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5525343Z integration_test.exp : error LNK2001: unresolved external symbol "private: static unsigned char __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::getOpCode(char *)" (?getOpCode@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAEPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5527700Z integration_test.exp : error LNK2001: unresolved external symbol "private: static unsigned char __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::getOpCode(char *)" (?getOpCode@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAEPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5529416Z integration_test.exp : error LNK2001: unresolved external symbol "protected: int __cdecl uS::Socket::getPoll(void)" (?getPoll@Socket@uS@@IEAAHXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5530766Z integration_test.exp : error LNK2001: unresolved external symbol "public: char * __cdecl uS::NodeData::getSmallMemoryBlock(int)" (?getSmallMemoryBlock@NodeData@uS@@QEAAPEADH@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5532138Z integration_test.exp : error LNK2001: unresolved external symbol "public: void * __cdecl uWS::Group<1>::getUserData(void)" (?getUserData@?$Group@$00@uWS@@QEAAPEAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5533455Z integration_test.exp : error LNK2001: unresolved external symbol "public: void * __cdecl uWS::Group<0>::getUserData(void)" (?getUserData@?$Group@$0A@@uWS@@QEAAPEAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5534736Z integration_test.exp : error LNK2001: unresolved external symbol "public: void * __cdecl uS::Socket::getUserData(void)" (?getUserData@Socket@uS@@QEAAPEAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5536370Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<1>::handleFragment(char *,unsigned __int64,unsigned int,int,bool,struct uWS::WebSocketState<1> *)" (?handleFragment@?$WebSocket@$00@uWS@@KA_NPEAD_KIH_NPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5538176Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<0>::handleFragment(char *,unsigned __int64,unsigned int,int,bool,struct uWS::WebSocketState<0> *)" (?handleFragment@?$WebSocket@$0A@@uWS@@KA_NPEAD_KIH_NPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5539901Z integration_test.exp : error LNK2001: unresolved external symbol "protected: bool __cdecl uS::Socket::hasEmptyQueue(void)" (?hasEmptyQueue@Socket@uS@@IEAA_NXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5541268Z integration_test.exp : error LNK2001: unresolved external symbol "protected: char * __cdecl uWS::Hub::inflate(char *,unsigned __int64 &,unsigned __int64)" (?inflate@Hub@uWS@@IEAAPEADPEADAEA_K_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5542760Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::isFin(char *)" (?isFin@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5544324Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::isFin(char *)" (?isFin@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5545711Z integration_test.exp : error LNK2001: unresolved external symbol "public: bool __cdecl uS::Socket::isShuttingDown(void)" (?isShuttingDown@Socket@uS@@QEAA_NXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5547452Z integration_test.exp : error LNK2001: unresolved external symbol "public: static bool __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::isValidUtf8(unsigned char *,unsigned __int64)" (?isValidUtf8@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@SA_NPEAE_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5549158Z integration_test.exp : error LNK2001: unresolved external symbol "public: static bool __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::isValidUtf8(unsigned char *,unsigned __int64)" (?isValidUtf8@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@SA_NPEAE_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5550696Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::listen(enum uWS::ListenOptions)" (?listen@?$Group@$00@uWS@@QEAAXW4ListenOptions@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5552081Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::listen(enum uWS::ListenOptions)" (?listen@?$Group@$0A@@uWS@@QEAAXW4ListenOptions@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5553545Z integration_test.exp : error LNK2001: unresolved external symbol "public: bool __cdecl uWS::Hub::listen(int,class uS::TLS::Context,int,struct uWS::Group<1> *)" (?listen@Hub@uWS@@QEAA_NHVContext@TLS@uS@@HPEAU?$Group@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5555143Z integration_test.exp : error LNK2001: unresolved external symbol "public: bool __cdecl uWS::Hub::listen(char const *,int,class uS::TLS::Context,int,struct uWS::Group<1> *)" (?listen@Hub@uWS@@QEAA_NPEBDHVContext@TLS@uS@@HPEAU?$Group@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5556738Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onCancelledHttpRequest(class std::function)" (?onCancelledHttpRequest@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5558419Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onCancelledHttpRequest(class std::function)" (?onCancelledHttpRequest@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5560081Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::Hub::onClientConnection(struct uS::Socket *,bool)" (?onClientConnection@Hub@uWS@@KAXPEAUSocket@uS@@_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5561692Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onConnection(class std::function *,struct uWS::HttpRequest)>)" (?onConnection@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@UHttpRequest@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5563389Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onConnection(class std::function *,struct uWS::HttpRequest)>)" (?onConnection@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@UHttpRequest@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5565068Z integration_test.exp : error LNK2001: unresolved external symbol "private: static struct uS::Socket * __cdecl uWS::HttpSocket<1>::onData(struct uS::Socket *,char *,unsigned __int64)" (?onData@?$HttpSocket@$00@uWS@@CAPEAUSocket@uS@@PEAU34@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5566557Z integration_test.exp : error LNK2001: unresolved external symbol "private: static struct uS::Socket * __cdecl uWS::HttpSocket<0>::onData(struct uS::Socket *,char *,unsigned __int64)" (?onData@?$HttpSocket@$0A@@uWS@@CAPEAUSocket@uS@@PEAU34@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5568047Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static struct uS::Socket * __cdecl uWS::WebSocket<1>::onData(struct uS::Socket *,char *,unsigned __int64)" (?onData@?$WebSocket@$00@uWS@@KAPEAUSocket@uS@@PEAU34@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5569532Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static struct uS::Socket * __cdecl uWS::WebSocket<0>::onData(struct uS::Socket *,char *,unsigned __int64)" (?onData@?$WebSocket@$0A@@uWS@@KAPEAUSocket@uS@@PEAU34@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5571152Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onDisconnection(class std::function *,int,char *,unsigned __int64)>)" (?onDisconnection@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@HPEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5572837Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onDisconnection(class std::function *,int,char *,unsigned __int64)>)" (?onDisconnection@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@HPEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5574314Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::HttpSocket<1>::onEnd(struct uS::Socket *)" (?onEnd@?$HttpSocket@$00@uWS@@CAXPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5575761Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::HttpSocket<0>::onEnd(struct uS::Socket *)" (?onEnd@?$HttpSocket@$0A@@uWS@@CAXPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5577092Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::WebSocket<1>::onEnd(struct uS::Socket *)" (?onEnd@?$WebSocket@$00@uWS@@KAXPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5578420Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::WebSocket<0>::onEnd(struct uS::Socket *)" (?onEnd@?$WebSocket@$0A@@uWS@@KAXPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5579782Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onError(class std::function)" (?onError@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXH@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5581167Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onError(class std::function)" (?onError@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAX@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5582799Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onHttpConnection(class std::function *)>)" (?onHttpConnection@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$00@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5584431Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onHttpConnection(class std::function *)>)" (?onHttpConnection@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$0A@@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5587125Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onHttpData(class std::function)" (?onHttpData@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@PEAD_K2@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5588898Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onHttpData(class std::function)" (?onHttpData@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@PEAD_K2@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5590658Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onHttpDisconnection(class std::function *)>)" (?onHttpDisconnection@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$00@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5592301Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onHttpDisconnection(class std::function *)>)" (?onHttpDisconnection@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$0A@@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5594121Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onHttpRequest(class std::function)" (?onHttpRequest@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@UHttpRequest@2@PEAD_K3@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5596300Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onHttpRequest(class std::function)" (?onHttpRequest@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@UHttpRequest@2@PEAD_K3@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5598073Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onHttpUpgrade(class std::function *,struct uWS::HttpRequest)>)" (?onHttpUpgrade@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$00@uWS@@UHttpRequest@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5599785Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onHttpUpgrade(class std::function *,struct uWS::HttpRequest)>)" (?onHttpUpgrade@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$0A@@uWS@@UHttpRequest@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5601653Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onMessage(class std::function *,char *,unsigned __int64,enum uWS::OpCode)>)" (?onMessage@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@PEAD_KW4OpCode@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5603369Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onMessage(class std::function *,char *,unsigned __int64,enum uWS::OpCode)>)" (?onMessage@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@PEAD_KW4OpCode@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5605035Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onPing(class std::function *,char *,unsigned __int64)>)" (?onPing@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@PEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5606634Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onPing(class std::function *,char *,unsigned __int64)>)" (?onPing@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@PEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5608236Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onPong(class std::function *,char *,unsigned __int64)>)" (?onPong@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@PEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5609814Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onPong(class std::function *,char *,unsigned __int64)>)" (?onPong@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@PEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5611349Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::Hub::onServerAccept(struct uS::Socket *)" (?onServerAccept@Hub@uWS@@KAXPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5612860Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onTransfer(class std::function *)>)" (?onTransfer@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5614400Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onTransfer(class std::function *)>)" (?onTransfer@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5616251Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::CloseFrame __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::parseClosePayload(char *,unsigned __int64)" (?parseClosePayload@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@SA?AUCloseFrame@12@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5618278Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::CloseFrame __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::parseClosePayload(char *,unsigned __int64)" (?parseClosePayload@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@SA?AUCloseFrame@12@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5619892Z integration_test.exp : error LNK2001: unresolved external symbol "private: static int __cdecl uS::TLS::Context::passwordCallback(char *,int,int,void *)" (?passwordCallback@Context@TLS@uS@@CAHPEADHHPEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5621382Z integration_test.exp : error LNK2001: unresolved external symbol "private: static unsigned char __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::payloadLength(char *)" (?payloadLength@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAEPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5622954Z integration_test.exp : error LNK2001: unresolved external symbol "private: static unsigned char __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::payloadLength(char *)" (?payloadLength@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAEPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5624327Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::ping(char const *)" (?ping@?$WebSocket@$00@uWS@@QEAAXPEBD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5625553Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::ping(char const *)" (?ping@?$WebSocket@$0A@@uWS@@QEAAXPEBD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5626780Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int const uS::NodeData::preAllocMaxSize" (?preAllocMaxSize@NodeData@uS@@2HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5628552Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocket<1>::PreparedMessage * __cdecl uWS::WebSocket<1>::prepareMessage(char *,unsigned __int64,enum uWS::OpCode,bool,void (__cdecl*)(struct uWS::WebSocket<1> *,void *,bool,void *))" (?prepareMessage@?$WebSocket@$00@uWS@@SAPEAUPreparedMessage@12@PEAD_KW4OpCode@2@_NP6AXPEAU12@PEAX35@Z@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5630710Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocket<0>::PreparedMessage * __cdecl uWS::WebSocket<0>::prepareMessage(char *,unsigned __int64,enum uWS::OpCode,bool,void (__cdecl*)(struct uWS::WebSocket<0> *,void *,bool,void *))" (?prepareMessage@?$WebSocket@$0A@@uWS@@SAPEAUPreparedMessage@12@PEAD_KW4OpCode@2@_NP6AXPEAU12@PEAX35@Z@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5633598Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocket<1>::PreparedMessage * __cdecl uWS::WebSocket<1>::prepareMessageBatch(class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > &,class std::vector > &,enum uWS::OpCode,bool,void (__cdecl*)(struct uWS::WebSocket<1> *,void *,bool,void *))" (?prepareMessageBatch@?$WebSocket@$00@uWS@@SAPEAUPreparedMessage@12@AEAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$vector@HV?$allocator@H@std@@@5@W4OpCode@2@_NP6AXPEAU12@PEAX35@Z@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5637192Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocket<0>::PreparedMessage * __cdecl uWS::WebSocket<0>::prepareMessageBatch(class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > &,class std::vector > &,enum uWS::OpCode,bool,void (__cdecl*)(struct uWS::WebSocket<0> *,void *,bool,void *))" (?prepareMessageBatch@?$WebSocket@$0A@@uWS@@SAPEAUPreparedMessage@12@AEAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$vector@HV?$allocator@H@std@@@5@W4OpCode@2@_NP6AXPEAU12@PEAX35@Z@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5639498Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<1>::refusePayloadLength(unsigned __int64,struct uWS::WebSocketState<1> *)" (?refusePayloadLength@?$WebSocket@$00@uWS@@KA_N_KPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5641127Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<0>::refusePayloadLength(unsigned __int64,struct uWS::WebSocketState<0> *)" (?refusePayloadLength@?$WebSocket@$0A@@uWS@@KA_N_KPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5642618Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<1>::removeHttpSocket(struct uWS::HttpSocket<1> *)" (?removeHttpSocket@?$Group@$00@uWS@@IEAAXPEAU?$HttpSocket@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5644038Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<0>::removeHttpSocket(struct uWS::HttpSocket<0> *)" (?removeHttpSocket@?$Group@$0A@@uWS@@IEAAXPEAU?$HttpSocket@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5645579Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<1>::removeWebSocket(struct uWS::WebSocket<1> *)" (?removeWebSocket@?$Group@$00@uWS@@IEAAXPEAU?$WebSocket@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5647000Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<0>::removeWebSocket(struct uWS::WebSocket<0> *)" (?removeWebSocket@?$Group@$0A@@uWS@@IEAAXPEAU?$WebSocket@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5648506Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::rotateMask(unsigned int,char *)" (?rotateMask@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAXIPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5650069Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::rotateMask(unsigned int,char *)" (?rotateMask@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAXIPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5651696Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::rsv1(char *)" (?rsv1@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5653136Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::rsv1(char *)" (?rsv1@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5654560Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::rsv23(char *)" (?rsv23@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5655979Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::rsv23(char *)" (?rsv23@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5657219Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Node::run(void)" (?run@Node@uS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5658471Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::send(char const *,enum uWS::OpCode)" (?send@?$WebSocket@$00@uWS@@QEAAXPEBDW4OpCode@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5660027Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::send(char const *,unsigned __int64,enum uWS::OpCode,void (__cdecl*)(struct uWS::WebSocket<1> *,void *,bool,void *),void *)" (?send@?$WebSocket@$00@uWS@@QEAAXPEBD_KW4OpCode@2@P6AXPEAU12@PEAX_N4@Z4@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5661496Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::send(char const *,enum uWS::OpCode)" (?send@?$WebSocket@$0A@@uWS@@QEAAXPEBDW4OpCode@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5663157Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::send(char const *,unsigned __int64,enum uWS::OpCode,void (__cdecl*)(struct uWS::WebSocket<0> *,void *,bool,void *),void *)" (?send@?$WebSocket@$0A@@uWS@@QEAAXPEBD_KW4OpCode@2@P6AXPEAU12@PEAX_N4@Z4@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5664769Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::sendPrepared(struct uWS::WebSocket<1>::PreparedMessage *,void *)" (?sendPrepared@?$WebSocket@$00@uWS@@QEAAXPEAUPreparedMessage@12@PEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5666334Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::sendPrepared(struct uWS::WebSocket<0>::PreparedMessage *,void *)" (?sendPrepared@?$WebSocket@$0A@@uWS@@QEAAXPEAUPreparedMessage@12@PEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5667852Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<1>::setCompressed(struct uWS::WebSocketState<1> *)" (?setCompressed@?$WebSocket@$00@uWS@@KA_NPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5669433Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<0>::setCompressed(struct uWS::WebSocketState<0> *)" (?setCompressed@?$WebSocket@$0A@@uWS@@KA_NPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5670754Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Socket::setNoDelay(int)" (?setNoDelay@Socket@uS@@QEAAXH@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5671918Z integration_test.exp : error LNK2001: unresolved external symbol "protected: int __cdecl uS::Socket::setPoll(int)" (?setPoll@Socket@uS@@IEAAHH@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5673128Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::setShuttingDown(bool)" (?setShuttingDown@Socket@uS@@IEAAX_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5674385Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::setUserData(void *)" (?setUserData@?$Group@$00@uWS@@QEAAXPEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5675609Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::setUserData(void *)" (?setUserData@?$Group@$0A@@uWS@@QEAAXPEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5676922Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Socket::setUserData(void *)" (?setUserData@Socket@uS@@QEAAXPEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5678130Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Socket::shutdown(void)" (?shutdown@Socket@uS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5679661Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::startAutoPing(int,class std::basic_string,class std::allocator >)" (?startAutoPing@?$Group@$00@uWS@@QEAAXHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5681455Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::startAutoPing(int,class std::basic_string,class std::allocator >)" (?startAutoPing@?$Group@$0A@@uWS@@QEAAXHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5682802Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<1>::stopListening(void)" (?stopListening@?$Group@$00@uWS@@IEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5684140Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<0>::stopListening(void)" (?stopListening@?$Group@$0A@@uWS@@IEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5686612Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::terminate(void)" (?terminate@?$Group@$00@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5688162Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::terminate(void)" (?terminate@?$Group@$0A@@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5689321Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::HttpSocket<1>::terminate(void)" (?terminate@?$HttpSocket@$00@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5690509Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::HttpSocket<0>::terminate(void)" (?terminate@?$HttpSocket@$0A@@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5691704Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::terminate(void)" (?terminate@?$WebSocket@$00@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5692882Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::terminate(void)" (?terminate@?$WebSocket@$0A@@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5694162Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::Group<1>::timerCallback(struct uS::Timer *)" (?timerCallback@?$Group@$00@uWS@@KAXPEAUTimer@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5695471Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::Group<0>::timerCallback(struct uS::Timer *)" (?timerCallback@?$Group@$0A@@uWS@@KAXPEAUTimer@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5696750Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::transfer(struct uWS::Group<1> *)" (?transfer@?$WebSocket@$00@uWS@@QEAAXPEAU?$Group@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5698029Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::transfer(struct uWS::Group<0> *)" (?transfer@?$WebSocket@$0A@@uWS@@QEAAXPEAU?$Group@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5699471Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::transfer(struct uS::NodeData *,void (__cdecl*)(struct uS::Poll *))" (?transfer@Socket@uS@@IEAAXPEAUNodeData@2@P6AXPEAUPoll@2@@Z@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5701244Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::unmaskImprecise(char *,char *,char *,unsigned int)" (?unmaskImprecise@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAXPEAD00I@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5702882Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::unmaskImprecise(char *,char *,char *,unsigned int)" (?unmaskImprecise@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAXPEAD00I@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5704578Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::unmaskImpreciseCopyMask(char *,char *,char *,unsigned int)" (?unmaskImpreciseCopyMask@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAXPEAD00I@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5706424Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::unmaskImpreciseCopyMask(char *,char *,char *,unsigned int)" (?unmaskImpreciseCopyMask@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAXPEAD00I@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5708064Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::unmaskInplace(char *,char *,char *)" (?unmaskInplace@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAXPEAD00@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5709604Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::unmaskInplace(char *,char *,char *)" (?unmaskInplace@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAXPEAD00@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5711125Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::HttpSocket<1>::upgrade(char const *,char const *,unsigned __int64,char const *,unsigned __int64,bool *)" (?upgrade@?$HttpSocket@$00@uWS@@QEAAXPEBD0_K01PEA_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5712608Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::HttpSocket<0>::upgrade(char const *,char const *,unsigned __int64,char const *,unsigned __int64,bool *)" (?upgrade@?$HttpSocket@$0A@@uWS@@QEAAXPEBD0_K01PEA_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5714175Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Hub::upgrade(unsigned __int64,char const *,struct ssl_st *,char const *,unsigned __int64,char const *,unsigned __int64,struct uWS::Group<1> *)" (?upgrade@Hub@uWS@@QEAAX_KPEBDPEAUssl_st@@1010PEAU?$Group@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5715609Z integration_test.exp : error LNK2001: unresolved external symbol "protected: bool __cdecl uS::Socket::write(struct uS::Socket::Queue::Message *,bool &)" (?write@Socket@uS@@IEAA_NPEAUMessage@Queue@12@AEA_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.5716936Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\Debug\integration_test.exe : fatal error LNK1120: 230 unresolved externals [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\integration_test.vcxproj] 2023-09-15T00:28:34.6559780Z I0915 00:28:34.646451 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\app_check\it\bin... 2023-09-15T00:28:34.6560942Z I0915 00:28:34.646451 5660 build_testapps.py:358] END app_check, Desktop 2023-09-15T00:28:34.6567934Z I0915 00:28:34.646451 5660 build_testapps.py:312] END building for app_check 2023-09-15T00:28:34.6573892Z I0915 00:28:34.646451 5660 build_testapps.py:298] BEGIN building for auth: auth/integration_test 2023-09-15T00:28:34.6575198Z I0915 00:28:34.646451 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it 2023-09-15T00:28:34.6795102Z I0915 00:28:34.678384 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it 2023-09-15T00:28:34.6796596Z I0915 00:28:34.678384 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:28:34.7682876Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:28:34.7790818Z I0915 00:28:34.771549 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it 2023-09-15T00:28:34.9764764Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it 2023-09-15T00:28:34.9766011Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it 2023-09-15T00:28:34.9807479Z I0915 00:28:34.974668 5660 build_testapps.py:351] BEGIN auth, Desktop 2023-09-15T00:28:34.9809150Z I0915 00:28:34.974668 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:28:35.0259935Z -- Building for: Visual Studio 17 2022 2023-09-15T00:28:35.0268926Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:28:35.0269658Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:35.0270186Z CMake. 2023-09-15T00:28:35.0270461Z 2023-09-15T00:28:35.0270769Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:35.0271328Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:35.0271686Z 2023-09-15T00:28:35.0271790Z 2023-09-15T00:28:36.4209537Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:28:37.3035252Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:28:37.3491432Z -- Detecting C compiler ABI info 2023-09-15T00:28:38.2165332Z -- Detecting C compiler ABI info - done 2023-09-15T00:28:38.2193154Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:28:38.2198116Z -- Detecting C compile features 2023-09-15T00:28:38.2212921Z -- Detecting C compile features - done 2023-09-15T00:28:38.2338048Z -- Detecting CXX compiler ABI info 2023-09-15T00:28:39.1037415Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:28:39.1064641Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:28:39.1070076Z -- Detecting CXX compile features 2023-09-15T00:28:39.1085611Z -- Detecting CXX compile features - done 2023-09-15T00:28:39.1120153Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:28:39.1120822Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:39.1130108Z CMake. 2023-09-15T00:28:39.1130251Z 2023-09-15T00:28:39.1130471Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:39.1130907Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:39.1131206Z 2023-09-15T00:28:39.1131213Z 2023-09-15T00:28:39.1199545Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:28:39.1200386Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:39.1200930Z CMake. 2023-09-15T00:28:39.1201202Z 2023-09-15T00:28:39.1201517Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:39.1202081Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:39.1202445Z 2023-09-15T00:28:39.1202550Z 2023-09-15T00:28:39.1217395Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:28:39.1218677Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:39.1219235Z CMake. 2023-09-15T00:28:39.1219507Z 2023-09-15T00:28:39.1219969Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:39.1221131Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:39.1221496Z 2023-09-15T00:28:39.1221605Z 2023-09-15T00:28:41.5448041Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:28:41.5474716Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:28:42.2686258Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:28:42.2687175Z -- Looking for pthread_create in pthreads 2023-09-15T00:28:43.1153082Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:28:43.1153994Z -- Looking for pthread_create in pthread 2023-09-15T00:28:43.9795850Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:28:43.9817639Z -- Found Threads: TRUE 2023-09-15T00:28:44.0017573Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:28:44.0018605Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:44.0019108Z CMake. 2023-09-15T00:28:44.0019361Z 2023-09-15T00:28:44.0019649Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:44.0020147Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:44.0020468Z 2023-09-15T00:28:44.0020560Z 2023-09-15T00:28:44.0585140Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:28:44.0610075Z -- Configuring done (9.0s) 2023-09-15T00:28:44.1702507Z -- Generating done (0.1s) 2023-09-15T00:28:44.1756244Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/auth/it 2023-09-15T00:28:44.1968304Z I0915 00:28:44.182202 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:28:44.3406201Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:28:44.3927250Z 2023-09-15T00:28:44.8005721Z 1>Checking Build System 2023-09-15T00:28:45.0349168Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/auth/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:28:45.0531410Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/auth/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:28:45.1382989Z gtest-all.cc 2023-09-15T00:28:45.2209872Z gtest-all.cc 2023-09-15T00:28:47.7759552Z gmock-all.cc 2023-09-15T00:28:47.8560460Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\lib\Debug\gtestd.lib 2023-09-15T00:28:49.0819896Z Generating Code... 2023-09-15T00:28:50.0369382Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\lib\Debug\gmockd.lib 2023-09-15T00:28:50.7798761Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/auth/it/CMakeLists.txt 2023-09-15T00:28:50.7799346Z app_framework.cc 2023-09-15T00:28:50.7802588Z desktop_app_framework.cc 2023-09-15T00:28:51.4633127Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:51.6626240Z firebase_test_framework.cc 2023-09-15T00:28:52.8617662Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:53.4485039Z integration_test.cc 2023-09-15T00:28:54.5383616Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(235,52): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.5423642Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(297,52): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.5452183Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(362,32): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.5453692Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(363,42): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.5504452Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(386,26): warning C4996: 'firebase::auth::Auth::SignInAnonymously_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.5507120Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(388,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.5510260Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(389,12): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.5511816Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(390,5): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6467322Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(586,12): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6473273Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(589,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6478077Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(596,28): warning C4996: 'firebase::auth::Auth::SignInWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6481206Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(598,5): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6486504Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(608,14): warning C4996: 'firebase::auth::Auth::SignInAndRetrieveDataWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6488165Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(610,5): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6490388Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(615,12): warning C4996: 'firebase::auth::Auth::SignInWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6491919Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(618,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6493701Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(622,12): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6495488Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(625,12): warning C4996: 'firebase::auth::Auth::SignInWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6497072Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(630,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6572574Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(662,26): warning C4996: 'firebase::auth::Auth::SignInAnonymously_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6574822Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(664,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6579285Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(665,12): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6582820Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(667,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6587717Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(668,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6591149Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(669,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6592571Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(672,43): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6594152Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(675,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6595816Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(681,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6663477Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(733,12): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6665796Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(736,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6668243Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(737,12): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6669693Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(739,46): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6674855Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(748,22): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6678229Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(751,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6680405Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(756,12): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6683307Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(757,5): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6686340Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(758,5): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6687860Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(765,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6737925Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(822,19): warning C4996: 'firebase::auth::User::UpdatePhoneNumberCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6793007Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(867,12): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6796764Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(870,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6798227Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(883,26): warning C4996: 'firebase::auth::Auth::SignInWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6843195Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(917,26): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6844961Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(920,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6847966Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(921,37): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6849671Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(933,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6898315Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(974,26): warning C4996: 'firebase::auth::Auth::SignInAnonymously_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6902693Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(976,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6904358Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(977,37): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6908665Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(982,25): warning C4996: 'firebase::auth::User::LinkAndRetrieveDataWithCredential': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6912090Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(984,25): warning C4996: 'firebase::auth::User::Unlink_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6915341Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(987,26): warning C4996: 'firebase::auth::Auth::SignInAnonymously_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6916713Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(989,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6918009Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(994,25): warning C4996: 'firebase::auth::User::LinkWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6919292Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1000,25): warning C4996: 'firebase::auth::User::LinkWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6920913Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1003,25): warning C4996: 'firebase::auth::User::Unlink_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6957100Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1026,26): warning C4996: 'firebase::auth::Auth::SignInAnonymously_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6959517Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1028,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6962762Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1029,46): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6966082Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1033,34): warning C4996: 'firebase::auth::User::LinkWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6967520Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1037,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6994858Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1049,26): warning C4996: 'firebase::auth::Auth::SignInWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.6996386Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1053,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7038159Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1078,26): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7041511Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1081,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7045593Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1083,26): warning C4996: 'firebase::auth::Auth::SignInWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7047016Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1087,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7048325Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1090,26): warning C4996: 'firebase::auth::Auth::SignInWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7049601Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1093,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7094957Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1126,26): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7097766Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1129,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7100979Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1131,26): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7104774Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1135,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7108896Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1138,26): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7110586Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1142,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7111892Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1144,26): warning C4996: 'firebase::auth::Auth::SignInWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7113213Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1147,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7205132Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1223,26): warning C4996: 'firebase::auth::Auth::SignInAnonymously_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7208250Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1224,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7211433Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1226,46): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7215328Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1228,26): warning C4996: 'firebase::auth::Auth::SignInWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7218996Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1234,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7222000Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1235,26): warning C4996: 'firebase::auth::Auth::SignInWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7225528Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1240,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7229730Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1241,26): warning C4996: 'firebase::auth::Auth::SignInWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7232508Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1246,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7233800Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1247,26): warning C4996: 'firebase::auth::Auth::SignInWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7235057Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1252,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7236548Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1253,26): warning C4996: 'firebase::auth::Auth::SignInWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7237797Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1258,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7239069Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1260,12): warning C4996: 'firebase::auth::Auth::SignInWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7240313Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1264,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7271936Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1349,26): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7273887Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1352,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7277666Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1362,26): warning C4996: 'firebase::auth::Auth::SignInWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7279168Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1365,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7313430Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1395,12): warning C4996: 'firebase::auth::Auth::SignInWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7314981Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1398,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7384928Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1427,26): warning C4996: 'firebase::auth::Auth::SignInAnonymously_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7387110Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1428,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7389109Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1429,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7393650Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1434,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7395655Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1435,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7586794Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1493,26): warning C4996: 'firebase::auth::Auth::CreateUserWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7591320Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1496,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7592816Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1497,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7594970Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1499,12): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7597976Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1504,44): warning C4996: 'firebase::auth::User::provider_data_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7600906Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1507,42): warning C4996: 'firebase::auth::User::provider_data_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7605623Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1506,43): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7608142Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1514,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7611221Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1515,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7615359Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1517,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7617066Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1520,44): warning C4996: 'firebase::auth::User::provider_data_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7618337Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1523,44): warning C4996: 'firebase::auth::User::provider_data_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7619580Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1522,45): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7620881Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1529,26): warning C4996: 'firebase::auth::Auth::SignInWithEmailAndPassword_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7622348Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1532,3): warning C4996: 'firebase::auth::Auth::current_user_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7715892Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1770,14): warning C4996: 'firebase::auth::Auth::SignInWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:54.7717452Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\src\integration_test.cc(1784,28): warning C4996: 'firebase::auth::Auth::SignInWithCredential_DEPRECATED': was declared deprecated [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:55.5992613Z Generating Code... 2023-09-15T00:28:56.3348716Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3353277Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3355050Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3356735Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3362790Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_email_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_email_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3364877Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_facebook_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_facebook_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3366532Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_github_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_github_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3368130Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_google_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_google_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3369885Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_oauth_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_oauth_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3371436Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3373023Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_twitter_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_twitter_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3378531Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3381925Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3384016Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3385620Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_credential.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_credential.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3387190Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3389191Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3390873Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_assertion_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_assertion_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3392463Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3394181Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3395716Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3397317Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3398939Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3400662Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3402294Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3403864Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3417199Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3447292Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3476884Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3506743Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3521175Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3561779Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3581379Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3583274Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3604013Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:56.3633151Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3624186Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3627491Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3629485Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3631506Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3633096Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3634704Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3636344Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3637950Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3639504Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3641021Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3642515Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3644868Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3647091Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3649015Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3651204Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3653036Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3654870Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3656747Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3658560Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3660387Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3662213Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3664278Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3666135Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3668176Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3669950Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3671917Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3673617Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3675198Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3676706Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3678299Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3679946Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3681564Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3690068Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3692010Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3694078Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3696028Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3697537Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3699025Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3700504Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3702011Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3703573Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3705230Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3706878Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3708597Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3710201Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3711765Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3714164Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3720495Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3722270Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3723872Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3725400Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3726902Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3728927Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3730440Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3732142Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3733624Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3735094Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3736569Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3738188Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3739808Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3741316Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3742848Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3744415Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3745949Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3747433Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3749046Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3750543Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3752028Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3753490Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3755079Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3756572Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3758371Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3760049Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3761596Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3763132Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3764669Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3766171Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3767895Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3769511Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3771116Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3772784Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3774291Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3776551Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3778457Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3780132Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3781674Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3783200Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3784728Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3786432Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3787924Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3789440Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3791122Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3792626Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3794140Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3795652Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3797365Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3798910Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3800415Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3801889Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3803565Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3805125Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3806643Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3808149Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3809762Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3811232Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3812729Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3814249Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3816104Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3817815Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3820220Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3822536Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3824056Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3825751Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3827499Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3830728Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3832301Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3833849Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3835402Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3836972Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3838504Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3840210Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3841927Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3843408Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3844867Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3848252Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3876363Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\integration_test.vcxproj] 2023-09-15T00:28:57.3878479Z integration_test.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\Debug\integration_test.exe 2023-09-15T00:28:57.3879214Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/auth/it/CMakeLists.txt 2023-09-15T00:28:57.4111870Z I0915 00:28:57.393516 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\auth\it\bin... 2023-09-15T00:28:57.4115372Z I0915 00:28:57.408686 5660 build_testapps.py:358] END auth, Desktop 2023-09-15T00:28:57.4115901Z I0915 00:28:57.408686 5660 build_testapps.py:312] END building for auth 2023-09-15T00:28:57.4117099Z I0915 00:28:57.408686 5660 build_testapps.py:298] BEGIN building for database: database/integration_test 2023-09-15T00:28:57.4118196Z I0915 00:28:57.408686 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it 2023-09-15T00:28:57.4341209Z I0915 00:28:57.424309 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it 2023-09-15T00:28:57.4342500Z I0915 00:28:57.424309 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:28:57.5286894Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:28:57.5424366Z I0915 00:28:57.533704 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it 2023-09-15T00:28:57.7343749Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it 2023-09-15T00:28:57.7344961Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it 2023-09-15T00:28:57.7387186Z I0915 00:28:57.736852 5660 build_testapps.py:351] BEGIN database, Desktop 2023-09-15T00:28:57.7388469Z I0915 00:28:57.736852 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:28:57.7842875Z -- Building for: Visual Studio 17 2022 2023-09-15T00:28:57.7850296Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:28:57.7850958Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:28:57.7851483Z CMake. 2023-09-15T00:28:57.7851756Z 2023-09-15T00:28:57.7852087Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:28:57.7852636Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:28:57.7852994Z 2023-09-15T00:28:57.7853100Z 2023-09-15T00:28:59.2967372Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:29:00.2545218Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:29:00.3028280Z -- Detecting C compiler ABI info 2023-09-15T00:29:01.1990532Z -- Detecting C compiler ABI info - done 2023-09-15T00:29:01.2017779Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:29:01.2022312Z -- Detecting C compile features 2023-09-15T00:29:01.2036182Z -- Detecting C compile features - done 2023-09-15T00:29:01.2159917Z -- Detecting CXX compiler ABI info 2023-09-15T00:29:02.1170455Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:29:02.1197366Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:29:02.1202756Z -- Detecting CXX compile features 2023-09-15T00:29:02.1218503Z -- Detecting CXX compile features - done 2023-09-15T00:29:02.1253124Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:29:02.1253824Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:02.1254353Z CMake. 2023-09-15T00:29:02.1254619Z 2023-09-15T00:29:02.1254919Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:02.1255463Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:02.1255830Z 2023-09-15T00:29:02.1255935Z 2023-09-15T00:29:02.1329120Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:29:02.1329831Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:02.1330263Z CMake. 2023-09-15T00:29:02.1330514Z 2023-09-15T00:29:02.1330807Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:02.1331343Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:02.1331691Z 2023-09-15T00:29:02.1331793Z 2023-09-15T00:29:02.1344461Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:29:02.1345105Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:02.1345526Z CMake. 2023-09-15T00:29:02.1345789Z 2023-09-15T00:29:02.1346086Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:02.1346603Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:02.1346950Z 2023-09-15T00:29:02.1347070Z 2023-09-15T00:29:04.5045719Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:29:04.5071303Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:29:05.1340846Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:29:05.1341915Z -- Looking for pthread_create in pthreads 2023-09-15T00:29:05.8929414Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:29:05.8930295Z -- Looking for pthread_create in pthread 2023-09-15T00:29:06.6521831Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:29:06.6541401Z -- Found Threads: TRUE 2023-09-15T00:29:06.6718075Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:29:06.6719728Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:06.6720311Z CMake. 2023-09-15T00:29:06.6720708Z 2023-09-15T00:29:06.6721060Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:06.6721685Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:06.6722086Z 2023-09-15T00:29:06.6722203Z 2023-09-15T00:29:06.7233745Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:29:06.7257070Z -- Configuring done (8.9s) 2023-09-15T00:29:06.8116843Z -- Generating done (0.1s) 2023-09-15T00:29:06.8163909Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/database/it 2023-09-15T00:29:06.8359596Z I0915 00:29:06.820019 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:29:06.9596935Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:29:11.0417752Z 2023-09-15T00:29:12.1295620Z 1>Checking Build System 2023-09-15T00:29:12.1301215Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/database/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:29:12.1319123Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/database/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:29:12.1319762Z gtest-all.cc 2023-09-15T00:29:12.1320083Z gtest-all.cc 2023-09-15T00:29:12.1320385Z gmock-all.cc 2023-09-15T00:29:12.1320951Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\lib\Debug\gtestd.lib 2023-09-15T00:29:12.1321532Z Generating Code... 2023-09-15T00:29:12.9446210Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\lib\Debug\gmockd.lib 2023-09-15T00:29:13.0411587Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/database/it/CMakeLists.txt 2023-09-15T00:29:13.1316069Z app_framework.cc 2023-09-15T00:29:13.4022661Z desktop_app_framework.cc 2023-09-15T00:29:14.2319008Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:15.1533286Z firebase_test_framework.cc 2023-09-15T00:29:15.5551164Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:16.1848645Z integration_test.cc 2023-09-15T00:29:19.2964155Z Generating Code... 2023-09-15T00:29:20.2413745Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2428521Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_data_snapshot.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_data_snapshot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2432972Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_disconnection.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_disconnection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2437899Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_listener.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_listener.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2439705Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2441393Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_mutable_data.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_mutable_data.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2443405Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2445100Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2451279Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_data_snapshot_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_data_snapshot_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2453363Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_disconnection_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_disconnection_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2455109Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2459519Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_mutable_data_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_mutable_data_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2461374Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_reference_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_reference_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2463450Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_database_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2465237Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query_params_comparator.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_query_params_comparator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2466969Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_util_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_util_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2468847Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_repo.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_repo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2470542Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_event_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_event_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2472321Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_child_event_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_child_event_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2479054Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_value_event_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_value_event_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2481188Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_push_child_name_generator.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_push_child_name_generator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2482948Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_host_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_host_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2484879Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_persistent_connection.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_persistent_connection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2486921Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_indexed_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_indexed_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2488654Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_ranged_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_ranged_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2490379Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_limited_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_limited_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2492314Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sparse_snapshot_tree.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sparse_snapshot_tree.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2494026Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_compound_write.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_compound_write.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2495739Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_cache_policy.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_cache_policy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2502574Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_tracked_query_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_tracked_query_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2538697Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_write_tree.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_write_tree.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2541253Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2543130Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_listen_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_listen_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2545405Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_persistence_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_persistence_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2580566Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sync_tree.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sync_tree.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2597369Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_transaction_data.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_transaction_data.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2604050Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_info_listen_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_info_listen_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2619247Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_server_values.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_server_values.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2631893Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_web_socket_listen_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_web_socket_listen_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2683275Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_level_db_persistence_storage_engine.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_level_db_persistence_storage_engine.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2701023Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_noop_persistence_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_noop_persistence_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2703012Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_constants.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_constants.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2737715Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_connection.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_connection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2759179Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_indexed_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_indexed_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2766762Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_change.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_change.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2777082Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_child_change_accumulator.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_child_change_accumulator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2793028Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_prune_forest.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_prune_forest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2809388Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_event_generator.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_event_generator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2834099Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_view_processor.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_view_processor.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2854556Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_operation.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_operation.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2886131Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sync_point.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_sync_point.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2898630Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_keep_synced_event_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_keep_synced_event_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2925836Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_flatbuffer_conversions.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_flatbuffer_conversions.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2956005Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_util_connection.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_util_connection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2968512Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_handle.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_handle.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2970320Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_core.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_core.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2972324Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_poll.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_poll.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2973940Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_async.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_async.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2979661Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_timer.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_timer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.2981890Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Node.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Node.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3048669Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Group.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Group.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3101866Z firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_web_socket_client_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(82e80a215b70c71979970e83bfdb6f29_firebase_database.dir_Debug_web_socket_client_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3151561Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_loop_watcher.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_loop_watcher.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3155567Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs_poll.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs_poll.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3161097Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_tcp.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_tcp.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3163113Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_udp.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_udp.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3164699Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_pipe.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_pipe.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3167559Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_tty.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_tty.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3169147Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_signal.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_signal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3170748Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_process.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_process.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3172341Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs_event.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs_event.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3173908Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_error.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_error.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3175492Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_thread.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_thread.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3177097Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_threadpool.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_threadpool.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3178685Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_uv_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_uv_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3180568Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_fs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3182108Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3183681Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_winapi.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_winapi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3185367Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_winsock.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_winsock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3186966Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_detect_wakeup.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_detect_wakeup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3192861Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Networking.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Networking.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3195068Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_HTTPSocket.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_HTTPSocket.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3230934Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_WebSocket.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_WebSocket.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3265952Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Hub.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Hub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3283933Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_inet.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_inet.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3289395Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_stream.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_stream.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3291824Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_process_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_process_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3293479Z firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_strscpy.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(40d4d2af576d2e905c48a75fe55f48b7_uv_a.dir_Debug_strscpy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3295101Z firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Extensions.obj) : warning LNK4099: PDB '' was not found with 'firebase_database.lib(eb0c75b24009cfd14980877f82a6e3e6_libuWS.dir_Debug_Extensions.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3386876Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3524676Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3671826Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3709305Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3711219Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3716804Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3721651Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3728119Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3735915Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3747285Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3758269Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3768469Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3782061Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3811089Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3826633Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3855759Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3885755Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3916978Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3949640Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.3966868Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4012160Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4028854Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4037778Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4039712Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4059007Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4103461Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4140909Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4171937Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4185865Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4229813Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4242197Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4357756Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4359601Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4370292Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4397664Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4399915Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4419119Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4440275Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4453615Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_path.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_path.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4460265Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4462141Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4480995Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4500965Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4511887Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4520580Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4556402Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4613194Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4631245Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_status.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_status.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4633095Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4658841Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4670771Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_write_batch.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_write_batch.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4680959Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4691157Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4702136Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4723996Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4737960Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.4956363Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5025912Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5028394Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5045043Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5054817Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5077063Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5102231Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5114987Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5148215Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5165786Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5167902Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5174638Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5189669Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_comparator.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_comparator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5206562Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5216483Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_iterator.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_iterator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5218352Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_policy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_policy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5238107Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5244284Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_logging.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_logging.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5251824Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_dbformat.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_dbformat.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5256503Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_writer.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_writer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5261152Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5265721Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5271422Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_iter.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_iter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5277402Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filename.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filename.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5283684Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_reader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_reader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5291038Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_memtable.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_memtable.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5295665Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5300262Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5312966Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_edit.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_edit.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5343304Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_set.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_set.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5357823Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_merger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_merger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5359866Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_coding.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_coding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5417916Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5419697Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5421943Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5424049Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5425834Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5447006Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5452048Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5464013Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5466196Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5467791Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5469290Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5470783Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5472335Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5512662Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5531096Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5533710Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5536198Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5545393Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5553693Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_block.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_block.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5559150Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_format.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_format.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5571076Z firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5577398Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_crc32c.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_crc32c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5584434Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_arena.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_arena.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5589006Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5590788Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5596020Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_two_level_iterator.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_two_level_iterator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5685615Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5688413Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5692169Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5695077Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5698733Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5702650Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5705883Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5716708Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5719925Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5733037Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5735750Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5739150Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5759946Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5771102Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5775520Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5780023Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5784906Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5787412Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5790040Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5792029Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5794035Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5795873Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5797798Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5801827Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5803781Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5805987Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5808308Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5810393Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5812360Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5814319Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5816460Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5834552Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5838450Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5845171Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5853595Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5856775Z firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy_sinksource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy_sinksource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5860358Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5880748Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5883460Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5890016Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5895205Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5900364Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5903391Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5905036Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5926971Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5935917Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5939077Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5940724Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5942531Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5948083Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5950733Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5952910Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5954825Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5956883Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5961299Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5962897Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5964670Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5966202Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5967716Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5969239Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5970925Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5973635Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5975190Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5976739Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5978264Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5979766Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5981268Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5982962Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5984484Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5986001Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5987544Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5989202Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5990692Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5992254Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5993757Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.5995284Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.7218679Z Creating library D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/database/it/Debug/integration_test.lib and object D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/database/it/Debug/integration_test.exp 2023-09-15T00:29:20.7890312Z firebase_app.lib(98c08b12dfe0defaed58501cdb10237a_crypto.dir_Debug_thread_win.obj) : error LNK2001: unresolved external symbol p_thread_callback_boringssl [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8460321Z integration_test.exp : error LNK2001: unresolved external symbol "protected: __cdecl uWS::Group<1>::Group<1>(int,unsigned int,struct uWS::Hub *,struct uS::NodeData *)" (??0?$Group@$00@uWS@@IEAA@HIPEAUHub@1@PEAUNodeData@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8505492Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<1>::Group<1>(struct uWS::Group<1> &&)" (??0?$Group@$00@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8506938Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<1>::Group<1>(struct uWS::Group<1> const &)" (??0?$Group@$00@uWS@@QEAA@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8508295Z integration_test.exp : error LNK2001: unresolved external symbol "protected: __cdecl uWS::Group<0>::Group<0>(int,unsigned int,struct uWS::Hub *,struct uS::NodeData *)" (??0?$Group@$0A@@uWS@@IEAA@HIPEAUHub@1@PEAUNodeData@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8509712Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<0>::Group<0>(struct uWS::Group<0> &&)" (??0?$Group@$0A@@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8511508Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<0>::Group<0>(struct uWS::Group<0> const &)" (??0?$Group@$0A@@uWS@@QEAA@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8513544Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<1>::HttpSocket<1>(struct uWS::HttpSocket<1> &&)" (??0?$HttpSocket@$00@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8515222Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<1>::HttpSocket<1>(struct uS::Socket *)" (??0?$HttpSocket@$00@uWS@@QEAA@PEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8517102Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<0>::HttpSocket<0>(struct uWS::HttpSocket<0> &&)" (??0?$HttpSocket@$0A@@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8518793Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<0>::HttpSocket<0>(struct uS::Socket *)" (??0?$HttpSocket@$0A@@uWS@@QEAA@PEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8521768Z integration_test.exp : error LNK2001: unresolved external symbol "protected: __cdecl uWS::WebSocket<1>::WebSocket<1>(bool,struct uS::Socket *)" (??0?$WebSocket@$00@uWS@@IEAA@_NPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8531740Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocket<1>::WebSocket<1>(struct uWS::WebSocket<1> &&)" (??0?$WebSocket@$00@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8533295Z integration_test.exp : error LNK2001: unresolved external symbol "protected: __cdecl uWS::WebSocket<0>::WebSocket<0>(bool,struct uS::Socket *)" (??0?$WebSocket@$0A@@uWS@@IEAA@_NPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8535059Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocket<0>::WebSocket<0>(struct uWS::WebSocket<0> &&)" (??0?$WebSocket@$0A@@uWS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8536376Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocketState<1>::WebSocketState<1>(void)" (??0?$WebSocketState@$00@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8537987Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocketState<0>::WebSocketState<0>(void)" (??0?$WebSocketState@$0A@@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8542980Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::TLS::Context::Context(class uS::TLS::Context const &)" (??0Context@TLS@uS@@QEAA@AEBV012@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8544421Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::TLS::Context::Context(struct ssl_ctx_st *)" (??0Context@TLS@uS@@QEAA@PEAUssl_ctx_st@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8545682Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::TLS::Context::Context(void)" (??0Context@TLS@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8547190Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Hub::Hub(int,bool,unsigned int)" (??0Hub@uWS@@QEAA@H_NI@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8548374Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::Node::Node(int,int,int,bool)" (??0Node@uS@@QEAA@HHH_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8549573Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::NodeData::NodeData(struct uS::NodeData &&)" (??0NodeData@uS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8550814Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::NodeData::NodeData(struct uS::NodeData const &)" (??0NodeData@uS@@QEAA@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8551999Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::NodeData::NodeData(void)" (??0NodeData@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8553181Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::Socket::Socket(struct uS::Socket &&)" (??0Socket@uS@@QEAA@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8554560Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::Socket::Socket(struct uS::NodeData *,struct uS::Loop *,unsigned __int64,struct ssl_st *)" (??0Socket@uS@@QEAA@PEAUNodeData@1@PEAULoop@1@_KPEAUssl_st@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8555852Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<1>::~Group<1>(void)" (??1?$Group@$00@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8557299Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Group<0>::~Group<0>(void)" (??1?$Group@$0A@@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8558636Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<1>::~HttpSocket<1>(void)" (??1?$HttpSocket@$00@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8559963Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::HttpSocket<0>::~HttpSocket<0>(void)" (??1?$HttpSocket@$0A@@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8561383Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocket<1>::~WebSocket<1>(void)" (??1?$WebSocket@$00@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8562592Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::WebSocket<0>::~WebSocket<0>(void)" (??1?$WebSocket@$0A@@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8564090Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::TLS::Context::~Context(void)" (??1Context@TLS@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8565552Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uWS::Hub::~Hub(void)" (??1Hub@uWS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8566687Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::Node::~Node(void)" (??1Node@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8568086Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::NodeData::~NodeData(void)" (??1NodeData@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8623451Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::Socket::~Socket(void)" (??1Socket@uS@@QEAA@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8624807Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::Group<1> & __cdecl uWS::Group<1>::operator=(struct uWS::Group<1> &&)" (??4?$Group@$00@uWS@@QEAAAEAU01@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8626188Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::Group<1> & __cdecl uWS::Group<1>::operator=(struct uWS::Group<1> const &)" (??4?$Group@$00@uWS@@QEAAAEAU01@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8627505Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::Group<0> & __cdecl uWS::Group<0>::operator=(struct uWS::Group<0> &&)" (??4?$Group@$0A@@uWS@@QEAAAEAU01@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8628846Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::Group<0> & __cdecl uWS::Group<0>::operator=(struct uWS::Group<0> const &)" (??4?$Group@$0A@@uWS@@QEAAAEAU01@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8630492Z integration_test.exp : error LNK2001: unresolved external symbol "public: class uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> > & __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::operator=(class uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> > &&)" (??4?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@QEAAAEAV01@$$QEAV01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8632448Z integration_test.exp : error LNK2001: unresolved external symbol "public: class uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> > & __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::operator=(class uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> > const &)" (??4?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@QEAAAEAV01@AEBV01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8674810Z integration_test.exp : error LNK2001: unresolved external symbol "public: class uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> > & __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::operator=(class uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> > &&)" (??4?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@QEAAAEAV01@$$QEAV01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8676703Z integration_test.exp : error LNK2001: unresolved external symbol "public: class uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> > & __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::operator=(class uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> > const &)" (??4?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@QEAAAEAV01@AEBV01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8678276Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::WebSocketState<1> & __cdecl uWS::WebSocketState<1>::operator=(struct uWS::WebSocketState<1> &&)" (??4?$WebSocketState@$00@uWS@@QEAAAEAU01@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8679954Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::WebSocketState<1> & __cdecl uWS::WebSocketState<1>::operator=(struct uWS::WebSocketState<1> const &)" (??4?$WebSocketState@$00@uWS@@QEAAAEAU01@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8681352Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::WebSocketState<0> & __cdecl uWS::WebSocketState<0>::operator=(struct uWS::WebSocketState<0> &&)" (??4?$WebSocketState@$0A@@uWS@@QEAAAEAU01@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8682746Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uWS::WebSocketState<0> & __cdecl uWS::WebSocketState<0>::operator=(struct uWS::WebSocketState<0> const &)" (??4?$WebSocketState@$0A@@uWS@@QEAAAEAU01@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8684107Z integration_test.exp : error LNK2001: unresolved external symbol "public: class uS::TLS::Context & __cdecl uS::TLS::Context::operator=(class uS::TLS::Context const &)" (??4Context@TLS@uS@@QEAAAEAV012@AEBV012@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8685416Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uS::NodeData & __cdecl uS::NodeData::operator=(struct uS::NodeData &&)" (??4NodeData@uS@@QEAAAEAU01@$$QEAU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8686663Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uS::NodeData & __cdecl uS::NodeData::operator=(struct uS::NodeData const &)" (??4NodeData@uS@@QEAAAEAU01@AEBU01@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8687849Z integration_test.exp : error LNK2001: unresolved external symbol "public: __cdecl uS::TLS::Context::operator bool(void)" (??BContext@TLS@uS@@QEAA_NXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8688965Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Hub::`default constructor closure'(void)" (??_FHub@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8690094Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Node::`default constructor closure'(void)" (??_FNode@uS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8691602Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int const uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::CONSUME_POST_PADDING" (?CONSUME_POST_PADDING@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@2HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8693046Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int const uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::CONSUME_POST_PADDING" (?CONSUME_POST_PADDING@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@2HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8694462Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int const uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::CONSUME_PRE_PADDING" (?CONSUME_PRE_PADDING@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@2HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8695882Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int const uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::CONSUME_PRE_PADDING" (?CONSUME_PRE_PADDING@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@2HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8697211Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static int const uWS::Hub::LARGE_BUFFER_SIZE" (?LARGE_BUFFER_SIZE@Hub@uWS@@1HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8698531Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::LONG_MESSAGE_HEADER" (?LONG_MESSAGE_HEADER@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8699998Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::LONG_MESSAGE_HEADER" (?LONG_MESSAGE_HEADER@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8701465Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::MEDIUM_MESSAGE_HEADER" (?MEDIUM_MESSAGE_HEADER@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8702919Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::MEDIUM_MESSAGE_HEADER" (?MEDIUM_MESSAGE_HEADER@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8704376Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::SHORT_MESSAGE_HEADER" (?SHORT_MESSAGE_HEADER@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8705815Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned int const uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::SHORT_MESSAGE_HEADER" (?SHORT_MESSAGE_HEADER@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@2IB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8707052Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::addAsync(void)" (?addAsync@?$Group@$00@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8708327Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::addAsync(void)" (?addAsync@?$Group@$0A@@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8709425Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::NodeData::addAsync(void)" (?addAsync@NodeData@uS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8710698Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<1>::addHttpSocket(struct uWS::HttpSocket<1> *)" (?addHttpSocket@?$Group@$00@uWS@@IEAAXPEAU?$HttpSocket@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8712011Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<0>::addHttpSocket(struct uWS::HttpSocket<0> *)" (?addHttpSocket@?$Group@$0A@@uWS@@IEAAXPEAU?$HttpSocket@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8713336Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<1>::addWebSocket(struct uWS::WebSocket<1> *)" (?addWebSocket@?$Group@$00@uWS@@IEAAXPEAU?$WebSocket@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8714757Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<0>::addWebSocket(struct uWS::WebSocket<0> *)" (?addWebSocket@?$Group@$0A@@uWS@@IEAAXPEAU?$WebSocket@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8716161Z integration_test.exp : error LNK2001: unresolved external symbol "protected: struct uS::Socket::Queue::Message * __cdecl uS::Socket::allocMessage(unsigned __int64,char const *)" (?allocMessage@Socket@uS@@IEAAPEAUMessage@Queue@12@_KPEBD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8717518Z integration_test.exp : error LNK2001: unresolved external symbol "public: static void __cdecl uS::NodeData::asyncCallback(struct uS::Async *)" (?asyncCallback@NodeData@uS@@SAXPEAUAsync@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8718845Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::broadcast(char const *,unsigned __int64,enum uWS::OpCode)" (?broadcast@?$Group@$00@uWS@@QEAAXPEBD_KW4OpCode@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8720178Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::broadcast(char const *,unsigned __int64,enum uWS::OpCode)" (?broadcast@?$Group@$0A@@uWS@@QEAAXPEBD_KW4OpCode@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8721433Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::cancelTimeout(void)" (?cancelTimeout@Socket@uS@@IEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8722633Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::changePoll(struct uS::Socket *)" (?changePoll@Socket@uS@@IEAAXPEAU12@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8723958Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::NodeData::clearPendingPollChanges(struct uS::Poll *)" (?clearPendingPollChanges@NodeData@uS@@QEAAXPEAUPoll@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8725398Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::close(int,char *,unsigned __int64)" (?close@?$Group@$00@uWS@@QEAAXHPEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8726601Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::close(int,char *,unsigned __int64)" (?close@?$Group@$0A@@uWS@@QEAAXHPEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8727829Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::close(int,char const *,unsigned __int64)" (?close@?$WebSocket@$00@uWS@@QEAAXHPEBD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8729071Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::close(int,char const *,unsigned __int64)" (?close@?$WebSocket@$0A@@uWS@@QEAAXHPEBD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8732113Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Hub::connect(class std::basic_string,class std::allocator >,void *,class std::map,class std::allocator >,class std::basic_string,class std::allocator >,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class std::basic_string,class std::allocator > > > >,int,struct uWS::Group<0> *)" (?connect@Hub@uWS@@QEAAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAXV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@4@HPEAU?$Group@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8735157Z integration_test.exp : error LNK2001: unresolved external symbol "public: static void __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::consume(char *,unsigned int,struct uWS::WebSocketState<1> *)" (?consume@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@SAXPEADIPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8736861Z integration_test.exp : error LNK2001: unresolved external symbol "public: static void __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::consume(char *,unsigned int,struct uWS::WebSocketState<0> *)" (?consume@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@SAXPEADIPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8738647Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::consumeContinuation(char * &,unsigned int &,struct uWS::WebSocketState<1> *)" (?consumeContinuation@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CA_NAEAPEADAEAIPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8740485Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::consumeContinuation(char * &,unsigned int &,struct uWS::WebSocketState<0> *)" (?consumeContinuation@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CA_NAEAPEADAEAIPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8742044Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Socket::cork(int)" (?cork@Socket@uS@@QEAAXH@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8743825Z integration_test.exp : error LNK2001: unresolved external symbol "class uS::TLS::Context __cdecl uS::TLS::createContext(class std::basic_string,class std::allocator >,class std::basic_string,class std::allocator >,class std::basic_string,class std::allocator >)" (?createContext@TLS@uS@@YA?AVContext@12@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8745465Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::enqueue(struct uS::Socket::Queue::Message *)" (?enqueue@Socket@uS@@IEAAXPEAUMessage@Queue@12@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8746906Z integration_test.exp : error LNK2001: unresolved external symbol "public: static void __cdecl uWS::WebSocket<1>::finalizeMessage(struct uWS::WebSocket<1>::PreparedMessage *)" (?finalizeMessage@?$WebSocket@$00@uWS@@SAXPEAUPreparedMessage@12@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8748535Z integration_test.exp : error LNK2001: unresolved external symbol "public: static void __cdecl uWS::WebSocket<0>::finalizeMessage(struct uWS::WebSocket<0>::PreparedMessage *)" (?finalizeMessage@?$WebSocket@$0A@@uWS@@SAXPEAUPreparedMessage@12@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8749985Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::WebSocket<1>::forceClose(struct uWS::WebSocketState<1> *)" (?forceClose@?$WebSocket@$00@uWS@@KAXPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8751383Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::WebSocket<0>::forceClose(struct uWS::WebSocketState<0> *)" (?forceClose@?$WebSocket@$0A@@uWS@@KAXPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8752993Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned __int64 __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::formatClosePayload(char *,unsigned short,char const *,unsigned __int64)" (?formatClosePayload@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@SA_KPEADGPEBD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8754743Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned __int64 __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::formatClosePayload(char *,unsigned short,char const *,unsigned __int64)" (?formatClosePayload@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@SA_KPEADGPEBD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8756544Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned __int64 __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::formatMessage(char *,char const *,unsigned __int64,enum uWS::OpCode,unsigned __int64,bool)" (?formatMessage@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@SA_KPEADPEBD_KW4OpCode@2@2_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8758364Z integration_test.exp : error LNK2001: unresolved external symbol "public: static unsigned __int64 __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::formatMessage(char *,char const *,unsigned __int64,enum uWS::OpCode,unsigned __int64,bool)" (?formatMessage@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@SA_KPEADPEBD_KW4OpCode@2@2_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8760088Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::freeMessage(struct uS::Socket::Queue::Message *)" (?freeMessage@Socket@uS@@IEAAXPEAUMessage@Queue@12@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8761415Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::NodeData::freeSmallMemoryBlock(char *,int)" (?freeSmallMemoryBlock@NodeData@uS@@QEAAXPEADH@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8762707Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::Group<1> * __cdecl uWS::Group<1>::from(struct uS::Socket *)" (?from@?$Group@$00@uWS@@SAPEAU12@PEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8763969Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::Group<0> * __cdecl uWS::Group<0>::from(struct uS::Socket *)" (?from@?$Group@$0A@@uWS@@SAPEAU12@PEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8765277Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uS::Loop * __cdecl uS::Node::getLoop(void)" (?getLoop@Node@uS@@QEAAPEAULoop@2@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8766518Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int __cdecl uS::NodeData::getMemoryBlockIndex(unsigned __int64)" (?getMemoryBlockIndex@NodeData@uS@@SAH_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8767836Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct ssl_ctx_st * __cdecl uS::TLS::Context::getNativeContext(void)" (?getNativeContext@Context@TLS@uS@@QEAAPEAUssl_ctx_st@@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8769109Z integration_test.exp : error LNK2001: unresolved external symbol "public: struct uS::NodeData * __cdecl uS::Socket::getNodeData(void)" (?getNodeData@Socket@uS@@QEAAPEAUNodeData@2@XZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8770513Z integration_test.exp : error LNK2001: unresolved external symbol "private: static unsigned char __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::getOpCode(char *)" (?getOpCode@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAEPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8771983Z integration_test.exp : error LNK2001: unresolved external symbol "private: static unsigned char __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::getOpCode(char *)" (?getOpCode@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAEPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8773237Z integration_test.exp : error LNK2001: unresolved external symbol "protected: int __cdecl uS::Socket::getPoll(void)" (?getPoll@Socket@uS@@IEAAHXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8774437Z integration_test.exp : error LNK2001: unresolved external symbol "public: char * __cdecl uS::NodeData::getSmallMemoryBlock(int)" (?getSmallMemoryBlock@NodeData@uS@@QEAAPEADH@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8775666Z integration_test.exp : error LNK2001: unresolved external symbol "public: void * __cdecl uWS::Group<1>::getUserData(void)" (?getUserData@?$Group@$00@uWS@@QEAAPEAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8776970Z integration_test.exp : error LNK2001: unresolved external symbol "public: void * __cdecl uWS::Group<0>::getUserData(void)" (?getUserData@?$Group@$0A@@uWS@@QEAAPEAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8778136Z integration_test.exp : error LNK2001: unresolved external symbol "public: void * __cdecl uS::Socket::getUserData(void)" (?getUserData@Socket@uS@@QEAAPEAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8779607Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<1>::handleFragment(char *,unsigned __int64,unsigned int,int,bool,struct uWS::WebSocketState<1> *)" (?handleFragment@?$WebSocket@$00@uWS@@KA_NPEAD_KIH_NPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8781272Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<0>::handleFragment(char *,unsigned __int64,unsigned int,int,bool,struct uWS::WebSocketState<0> *)" (?handleFragment@?$WebSocket@$0A@@uWS@@KA_NPEAD_KIH_NPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8782775Z integration_test.exp : error LNK2001: unresolved external symbol "protected: bool __cdecl uS::Socket::hasEmptyQueue(void)" (?hasEmptyQueue@Socket@uS@@IEAA_NXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8784040Z integration_test.exp : error LNK2001: unresolved external symbol "protected: char * __cdecl uWS::Hub::inflate(char *,unsigned __int64 &,unsigned __int64)" (?inflate@Hub@uWS@@IEAAPEADPEADAEA_K_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8785405Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::isFin(char *)" (?isFin@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8786802Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::isFin(char *)" (?isFin@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8788035Z integration_test.exp : error LNK2001: unresolved external symbol "public: bool __cdecl uS::Socket::isShuttingDown(void)" (?isShuttingDown@Socket@uS@@QEAA_NXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8789439Z integration_test.exp : error LNK2001: unresolved external symbol "public: static bool __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::isValidUtf8(unsigned char *,unsigned __int64)" (?isValidUtf8@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@SA_NPEAE_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8790979Z integration_test.exp : error LNK2001: unresolved external symbol "public: static bool __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::isValidUtf8(unsigned char *,unsigned __int64)" (?isValidUtf8@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@SA_NPEAE_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8792337Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::listen(enum uWS::ListenOptions)" (?listen@?$Group@$00@uWS@@QEAAXW4ListenOptions@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8793704Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::listen(enum uWS::ListenOptions)" (?listen@?$Group@$0A@@uWS@@QEAAXW4ListenOptions@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8795004Z integration_test.exp : error LNK2001: unresolved external symbol "public: bool __cdecl uWS::Hub::listen(int,class uS::TLS::Context,int,struct uWS::Group<1> *)" (?listen@Hub@uWS@@QEAA_NHVContext@TLS@uS@@HPEAU?$Group@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8796369Z integration_test.exp : error LNK2001: unresolved external symbol "public: bool __cdecl uWS::Hub::listen(char const *,int,class uS::TLS::Context,int,struct uWS::Group<1> *)" (?listen@Hub@uWS@@QEAA_NPEBDHVContext@TLS@uS@@HPEAU?$Group@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8797916Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onCancelledHttpRequest(class std::function)" (?onCancelledHttpRequest@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8799640Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onCancelledHttpRequest(class std::function)" (?onCancelledHttpRequest@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8801115Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::Hub::onClientConnection(struct uS::Socket *,bool)" (?onClientConnection@Hub@uWS@@KAXPEAUSocket@uS@@_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8802638Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onConnection(class std::function *,struct uWS::HttpRequest)>)" (?onConnection@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@UHttpRequest@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8804277Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onConnection(class std::function *,struct uWS::HttpRequest)>)" (?onConnection@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@UHttpRequest@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8805760Z integration_test.exp : error LNK2001: unresolved external symbol "private: static struct uS::Socket * __cdecl uWS::HttpSocket<1>::onData(struct uS::Socket *,char *,unsigned __int64)" (?onData@?$HttpSocket@$00@uWS@@CAPEAUSocket@uS@@PEAU34@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8807192Z integration_test.exp : error LNK2001: unresolved external symbol "private: static struct uS::Socket * __cdecl uWS::HttpSocket<0>::onData(struct uS::Socket *,char *,unsigned __int64)" (?onData@?$HttpSocket@$0A@@uWS@@CAPEAUSocket@uS@@PEAU34@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8808671Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static struct uS::Socket * __cdecl uWS::WebSocket<1>::onData(struct uS::Socket *,char *,unsigned __int64)" (?onData@?$WebSocket@$00@uWS@@KAPEAUSocket@uS@@PEAU34@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8811472Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static struct uS::Socket * __cdecl uWS::WebSocket<0>::onData(struct uS::Socket *,char *,unsigned __int64)" (?onData@?$WebSocket@$0A@@uWS@@KAPEAUSocket@uS@@PEAU34@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8813047Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onDisconnection(class std::function *,int,char *,unsigned __int64)>)" (?onDisconnection@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@HPEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8814683Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onDisconnection(class std::function *,int,char *,unsigned __int64)>)" (?onDisconnection@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@HPEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8816090Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::HttpSocket<1>::onEnd(struct uS::Socket *)" (?onEnd@?$HttpSocket@$00@uWS@@CAXPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8817481Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::HttpSocket<0>::onEnd(struct uS::Socket *)" (?onEnd@?$HttpSocket@$0A@@uWS@@CAXPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8818739Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::WebSocket<1>::onEnd(struct uS::Socket *)" (?onEnd@?$WebSocket@$00@uWS@@KAXPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8820006Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::WebSocket<0>::onEnd(struct uS::Socket *)" (?onEnd@?$WebSocket@$0A@@uWS@@KAXPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8821294Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onError(class std::function)" (?onError@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXH@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8822602Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onError(class std::function)" (?onError@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAX@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8824079Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onHttpConnection(class std::function *)>)" (?onHttpConnection@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$00@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8825630Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onHttpConnection(class std::function *)>)" (?onHttpConnection@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$0A@@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8827228Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onHttpData(class std::function)" (?onHttpData@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@PEAD_K2@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8828978Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onHttpData(class std::function)" (?onHttpData@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@PEAD_K2@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8830596Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onHttpDisconnection(class std::function *)>)" (?onHttpDisconnection@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$00@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8832166Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onHttpDisconnection(class std::function *)>)" (?onHttpDisconnection@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$0A@@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8834575Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onHttpRequest(class std::function)" (?onHttpRequest@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@UHttpRequest@2@PEAD_K3@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8836435Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onHttpRequest(class std::function)" (?onHttpRequest@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAUHttpResponse@uWS@@UHttpRequest@2@PEAD_K3@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8838187Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onHttpUpgrade(class std::function *,struct uWS::HttpRequest)>)" (?onHttpUpgrade@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$00@uWS@@UHttpRequest@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8839834Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onHttpUpgrade(class std::function *,struct uWS::HttpRequest)>)" (?onHttpUpgrade@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$HttpSocket@$0A@@uWS@@UHttpRequest@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8841500Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onMessage(class std::function *,char *,unsigned __int64,enum uWS::OpCode)>)" (?onMessage@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@PEAD_KW4OpCode@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8843149Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onMessage(class std::function *,char *,unsigned __int64,enum uWS::OpCode)>)" (?onMessage@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@PEAD_KW4OpCode@2@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8844844Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onPing(class std::function *,char *,unsigned __int64)>)" (?onPing@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@PEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8846363Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onPing(class std::function *,char *,unsigned __int64)>)" (?onPing@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@PEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8847899Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onPong(class std::function *,char *,unsigned __int64)>)" (?onPong@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@PEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8849404Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onPong(class std::function *,char *,unsigned __int64)>)" (?onPong@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@PEAD_K@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8850871Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::Hub::onServerAccept(struct uS::Socket *)" (?onServerAccept@Hub@uWS@@KAXPEAUSocket@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8852272Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::onTransfer(class std::function *)>)" (?onTransfer@?$Group@$00@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$00@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8853741Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::onTransfer(class std::function *)>)" (?onTransfer@?$Group@$0A@@uWS@@QEAAXV?$function@$$A6AXPEAU?$WebSocket@$0A@@uWS@@@Z@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8855445Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::CloseFrame __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::parseClosePayload(char *,unsigned __int64)" (?parseClosePayload@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@SA?AUCloseFrame@12@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8857285Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::CloseFrame __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::parseClosePayload(char *,unsigned __int64)" (?parseClosePayload@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@SA?AUCloseFrame@12@PEAD_K@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8858833Z integration_test.exp : error LNK2001: unresolved external symbol "private: static int __cdecl uS::TLS::Context::passwordCallback(char *,int,int,void *)" (?passwordCallback@Context@TLS@uS@@CAHPEADHHPEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8860289Z integration_test.exp : error LNK2001: unresolved external symbol "private: static unsigned char __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::payloadLength(char *)" (?payloadLength@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAEPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8861911Z integration_test.exp : error LNK2001: unresolved external symbol "private: static unsigned char __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::payloadLength(char *)" (?payloadLength@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAEPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8863222Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::ping(char const *)" (?ping@?$WebSocket@$00@uWS@@QEAAXPEBD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8864387Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::ping(char const *)" (?ping@?$WebSocket@$0A@@uWS@@QEAAXPEBD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8865571Z integration_test.exp : error LNK2001: unresolved external symbol "public: static int const uS::NodeData::preAllocMaxSize" (?preAllocMaxSize@NodeData@uS@@2HB) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8867646Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocket<1>::PreparedMessage * __cdecl uWS::WebSocket<1>::prepareMessage(char *,unsigned __int64,enum uWS::OpCode,bool,void (__cdecl*)(struct uWS::WebSocket<1> *,void *,bool,void *))" (?prepareMessage@?$WebSocket@$00@uWS@@SAPEAUPreparedMessage@12@PEAD_KW4OpCode@2@_NP6AXPEAU12@PEAX35@Z@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8870242Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocket<0>::PreparedMessage * __cdecl uWS::WebSocket<0>::prepareMessage(char *,unsigned __int64,enum uWS::OpCode,bool,void (__cdecl*)(struct uWS::WebSocket<0> *,void *,bool,void *))" (?prepareMessage@?$WebSocket@$0A@@uWS@@SAPEAUPreparedMessage@12@PEAD_KW4OpCode@2@_NP6AXPEAU12@PEAX35@Z@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8873141Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocket<1>::PreparedMessage * __cdecl uWS::WebSocket<1>::prepareMessageBatch(class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > &,class std::vector > &,enum uWS::OpCode,bool,void (__cdecl*)(struct uWS::WebSocket<1> *,void *,bool,void *))" (?prepareMessageBatch@?$WebSocket@$00@uWS@@SAPEAUPreparedMessage@12@AEAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$vector@HV?$allocator@H@std@@@5@W4OpCode@2@_NP6AXPEAU12@PEAX35@Z@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8876500Z integration_test.exp : error LNK2001: unresolved external symbol "public: static struct uWS::WebSocket<0>::PreparedMessage * __cdecl uWS::WebSocket<0>::prepareMessageBatch(class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > &,class std::vector > &,enum uWS::OpCode,bool,void (__cdecl*)(struct uWS::WebSocket<0> *,void *,bool,void *))" (?prepareMessageBatch@?$WebSocket@$0A@@uWS@@SAPEAUPreparedMessage@12@AEAV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AEAV?$vector@HV?$allocator@H@std@@@5@W4OpCode@2@_NP6AXPEAU12@PEAX35@Z@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8878920Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<1>::refusePayloadLength(unsigned __int64,struct uWS::WebSocketState<1> *)" (?refusePayloadLength@?$WebSocket@$00@uWS@@KA_N_KPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8880459Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<0>::refusePayloadLength(unsigned __int64,struct uWS::WebSocketState<0> *)" (?refusePayloadLength@?$WebSocket@$0A@@uWS@@KA_N_KPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8881899Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<1>::removeHttpSocket(struct uWS::HttpSocket<1> *)" (?removeHttpSocket@?$Group@$00@uWS@@IEAAXPEAU?$HttpSocket@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8883259Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<0>::removeHttpSocket(struct uWS::HttpSocket<0> *)" (?removeHttpSocket@?$Group@$0A@@uWS@@IEAAXPEAU?$HttpSocket@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8884713Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<1>::removeWebSocket(struct uWS::WebSocket<1> *)" (?removeWebSocket@?$Group@$00@uWS@@IEAAXPEAU?$WebSocket@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8886037Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<0>::removeWebSocket(struct uWS::WebSocket<0> *)" (?removeWebSocket@?$Group@$0A@@uWS@@IEAAXPEAU?$WebSocket@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8887462Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::rotateMask(unsigned int,char *)" (?rotateMask@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAXIPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8888947Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::rotateMask(unsigned int,char *)" (?rotateMask@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAXIPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8890429Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::rsv1(char *)" (?rsv1@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8891848Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::rsv1(char *)" (?rsv1@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8893517Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::rsv23(char *)" (?rsv23@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8895057Z integration_test.exp : error LNK2001: unresolved external symbol "private: static bool __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::rsv23(char *)" (?rsv23@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CA_NPEAD@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8896531Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Node::run(void)" (?run@Node@uS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8897732Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::send(char const *,enum uWS::OpCode)" (?send@?$WebSocket@$00@uWS@@QEAAXPEBDW4OpCode@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8899218Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::send(char const *,unsigned __int64,enum uWS::OpCode,void (__cdecl*)(struct uWS::WebSocket<1> *,void *,bool,void *),void *)" (?send@?$WebSocket@$00@uWS@@QEAAXPEBD_KW4OpCode@2@P6AXPEAU12@PEAX_N4@Z4@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8900610Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::send(char const *,enum uWS::OpCode)" (?send@?$WebSocket@$0A@@uWS@@QEAAXPEBDW4OpCode@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8902222Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::send(char const *,unsigned __int64,enum uWS::OpCode,void (__cdecl*)(struct uWS::WebSocket<0> *,void *,bool,void *),void *)" (?send@?$WebSocket@$0A@@uWS@@QEAAXPEBD_KW4OpCode@2@P6AXPEAU12@PEAX_N4@Z4@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8903765Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::sendPrepared(struct uWS::WebSocket<1>::PreparedMessage *,void *)" (?sendPrepared@?$WebSocket@$00@uWS@@QEAAXPEAUPreparedMessage@12@PEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8905266Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::sendPrepared(struct uWS::WebSocket<0>::PreparedMessage *,void *)" (?sendPrepared@?$WebSocket@$0A@@uWS@@QEAAXPEAUPreparedMessage@12@PEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8906716Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<1>::setCompressed(struct uWS::WebSocketState<1> *)" (?setCompressed@?$WebSocket@$00@uWS@@KA_NPEAU?$WebSocketState@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8908164Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static bool __cdecl uWS::WebSocket<0>::setCompressed(struct uWS::WebSocketState<0> *)" (?setCompressed@?$WebSocket@$0A@@uWS@@KA_NPEAU?$WebSocketState@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8909403Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Socket::setNoDelay(int)" (?setNoDelay@Socket@uS@@QEAAXH@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8910512Z integration_test.exp : error LNK2001: unresolved external symbol "protected: int __cdecl uS::Socket::setPoll(int)" (?setPoll@Socket@uS@@IEAAHH@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8911667Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::setShuttingDown(bool)" (?setShuttingDown@Socket@uS@@IEAAX_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8912974Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::setUserData(void *)" (?setUserData@?$Group@$00@uWS@@QEAAXPEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8914135Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::setUserData(void *)" (?setUserData@?$Group@$0A@@uWS@@QEAAXPEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8916317Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Socket::setUserData(void *)" (?setUserData@Socket@uS@@QEAAXPEAX@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8917572Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uS::Socket::shutdown(void)" (?shutdown@Socket@uS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8919046Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::startAutoPing(int,class std::basic_string,class std::allocator >)" (?startAutoPing@?$Group@$00@uWS@@QEAAXHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8920973Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::startAutoPing(int,class std::basic_string,class std::allocator >)" (?startAutoPing@?$Group@$0A@@uWS@@QEAAXHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8922339Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<1>::stopListening(void)" (?stopListening@?$Group@$00@uWS@@IEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8923533Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uWS::Group<0>::stopListening(void)" (?stopListening@?$Group@$0A@@uWS@@IEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8924698Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<1>::terminate(void)" (?terminate@?$Group@$00@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8925833Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Group<0>::terminate(void)" (?terminate@?$Group@$0A@@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8927078Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::HttpSocket<1>::terminate(void)" (?terminate@?$HttpSocket@$00@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8928274Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::HttpSocket<0>::terminate(void)" (?terminate@?$HttpSocket@$0A@@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8929450Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::terminate(void)" (?terminate@?$WebSocket@$00@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8930632Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::terminate(void)" (?terminate@?$WebSocket@$0A@@uWS@@QEAAXXZ) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8932059Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::Group<1>::timerCallback(struct uS::Timer *)" (?timerCallback@?$Group@$00@uWS@@KAXPEAUTimer@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8933372Z integration_test.exp : error LNK2001: unresolved external symbol "protected: static void __cdecl uWS::Group<0>::timerCallback(struct uS::Timer *)" (?timerCallback@?$Group@$0A@@uWS@@KAXPEAUTimer@uS@@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8934651Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<1>::transfer(struct uWS::Group<1> *)" (?transfer@?$WebSocket@$00@uWS@@QEAAXPEAU?$Group@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8935918Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::WebSocket<0>::transfer(struct uWS::Group<0> *)" (?transfer@?$WebSocket@$0A@@uWS@@QEAAXPEAU?$Group@$0A@@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8937395Z integration_test.exp : error LNK2001: unresolved external symbol "protected: void __cdecl uS::Socket::transfer(struct uS::NodeData *,void (__cdecl*)(struct uS::Poll *))" (?transfer@Socket@uS@@IEAAXPEAUNodeData@2@P6AXPEAUPoll@2@@Z@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8938966Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::unmaskImprecise(char *,char *,char *,unsigned int)" (?unmaskImprecise@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAXPEAD00I@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8940591Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::unmaskImprecise(char *,char *,char *,unsigned int)" (?unmaskImprecise@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAXPEAD00I@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8942278Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::unmaskImpreciseCopyMask(char *,char *,char *,unsigned int)" (?unmaskImpreciseCopyMask@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAXPEAD00I@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8943975Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::unmaskImpreciseCopyMask(char *,char *,char *,unsigned int)" (?unmaskImpreciseCopyMask@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAXPEAD00I@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8945618Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<1,struct uWS::WebSocket<1> >::unmaskInplace(char *,char *,char *)" (?unmaskInplace@?$WebSocketProtocol@$00U?$WebSocket@$00@uWS@@@uWS@@CAXPEAD00@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8947144Z integration_test.exp : error LNK2001: unresolved external symbol "private: static void __cdecl uWS::WebSocketProtocol<0,struct uWS::WebSocket<0> >::unmaskInplace(char *,char *,char *)" (?unmaskInplace@?$WebSocketProtocol@$0A@U?$WebSocket@$0A@@uWS@@@uWS@@CAXPEAD00@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8948793Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::HttpSocket<1>::upgrade(char const *,char const *,unsigned __int64,char const *,unsigned __int64,bool *)" (?upgrade@?$HttpSocket@$00@uWS@@QEAAXPEBD0_K01PEA_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8950279Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::HttpSocket<0>::upgrade(char const *,char const *,unsigned __int64,char const *,unsigned __int64,bool *)" (?upgrade@?$HttpSocket@$0A@@uWS@@QEAAXPEBD0_K01PEA_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8951881Z integration_test.exp : error LNK2001: unresolved external symbol "public: void __cdecl uWS::Hub::upgrade(unsigned __int64,char const *,struct ssl_st *,char const *,unsigned __int64,char const *,unsigned __int64,struct uWS::Group<1> *)" (?upgrade@Hub@uWS@@QEAAX_KPEBDPEAUssl_st@@1010PEAU?$Group@$00@2@@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8953344Z integration_test.exp : error LNK2001: unresolved external symbol "protected: bool __cdecl uS::Socket::write(struct uS::Socket::Queue::Message *,bool &)" (?write@Socket@uS@@IEAA_NPEAUMessage@Queue@12@AEA_N@Z) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.8954705Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\Debug\integration_test.exe : fatal error LNK1120: 230 unresolved externals [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\integration_test.vcxproj] 2023-09-15T00:29:20.9599720Z I0915 00:29:20.953952 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\database\it\bin... 2023-09-15T00:29:20.9602980Z I0915 00:29:20.953952 5660 build_testapps.py:358] END database, Desktop 2023-09-15T00:29:20.9603480Z I0915 00:29:20.953952 5660 build_testapps.py:312] END building for database 2023-09-15T00:29:20.9603988Z I0915 00:29:20.953952 5660 build_testapps.py:298] BEGIN building for dynamic_links: dynamic_links/integration_test 2023-09-15T00:29:20.9609294Z I0915 00:29:20.953952 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it 2023-09-15T00:29:20.9800065Z I0915 00:29:20.969581 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it 2023-09-15T00:29:20.9801856Z I0915 00:29:20.969581 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:29:21.0682387Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:29:21.0796022Z I0915 00:29:21.063328 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it 2023-09-15T00:29:21.3472041Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it 2023-09-15T00:29:21.3473298Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it 2023-09-15T00:29:21.3517753Z I0915 00:29:21.344581 5660 build_testapps.py:351] BEGIN dynamic_links, Desktop 2023-09-15T00:29:21.3519634Z I0915 00:29:21.344581 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:29:21.4000543Z -- Building for: Visual Studio 17 2022 2023-09-15T00:29:21.4007864Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:29:21.4008638Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:21.4009282Z CMake. 2023-09-15T00:29:21.4009619Z 2023-09-15T00:29:21.4010332Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:21.4010971Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:21.4011388Z 2023-09-15T00:29:21.4011510Z 2023-09-15T00:29:22.7962404Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:29:23.7517513Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:29:23.8006381Z -- Detecting C compiler ABI info 2023-09-15T00:29:24.7508858Z -- Detecting C compiler ABI info - done 2023-09-15T00:29:24.7540532Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:29:24.7546312Z -- Detecting C compile features 2023-09-15T00:29:24.7558701Z -- Detecting C compile features - done 2023-09-15T00:29:24.7707203Z -- Detecting CXX compiler ABI info 2023-09-15T00:29:25.7298453Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:29:25.7326436Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:29:25.7330865Z -- Detecting CXX compile features 2023-09-15T00:29:25.7347442Z -- Detecting CXX compile features - done 2023-09-15T00:29:25.7385162Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:29:25.7386078Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:25.7386633Z CMake. 2023-09-15T00:29:25.7386915Z 2023-09-15T00:29:25.7387207Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:25.7387787Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:25.7388150Z 2023-09-15T00:29:25.7388254Z 2023-09-15T00:29:25.7465708Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:29:25.7466862Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:25.7467436Z CMake. 2023-09-15T00:29:25.7467731Z 2023-09-15T00:29:25.7468044Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:25.7468607Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:25.7468985Z 2023-09-15T00:29:25.7469091Z 2023-09-15T00:29:25.7481076Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:29:25.7481796Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:25.7482280Z CMake. 2023-09-15T00:29:25.7482547Z 2023-09-15T00:29:25.7482854Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:25.7483402Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:25.7483752Z 2023-09-15T00:29:25.7483856Z 2023-09-15T00:29:28.3075940Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:29:28.3104466Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:29:29.0049552Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:29:29.0050599Z -- Looking for pthread_create in pthreads 2023-09-15T00:29:29.8087086Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:29:29.8088001Z -- Looking for pthread_create in pthread 2023-09-15T00:29:30.6201871Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:29:30.6225508Z -- Found Threads: TRUE 2023-09-15T00:29:30.6420588Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:29:30.6422166Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:30.6422750Z CMake. 2023-09-15T00:29:30.6423043Z 2023-09-15T00:29:30.6423679Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:30.6424253Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:30.6424616Z 2023-09-15T00:29:30.6424720Z 2023-09-15T00:29:30.8133163Z I0915 00:29:30.806511 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:29:30.8133911Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:29:30.8134685Z -- Configuring done (9.3s) 2023-09-15T00:29:30.8135003Z -- Generating done (0.1s) 2023-09-15T00:29:30.8135808Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/dynamic_links/it 2023-09-15T00:29:31.3255136Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:29:32.0434708Z 2023-09-15T00:29:32.0434931Z 1>Checking Build System 2023-09-15T00:29:32.0435842Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/dynamic_links/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:29:32.0436624Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/dynamic_links/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:29:32.0437098Z gtest-all.cc 2023-09-15T00:29:32.0437362Z gtest-all.cc 2023-09-15T00:29:34.4976372Z gmock-all.cc 2023-09-15T00:29:35.4806611Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\lib\Debug\gtestd.lib 2023-09-15T00:29:37.1066954Z Generating Code... 2023-09-15T00:29:37.1071975Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\lib\Debug\gmockd.lib 2023-09-15T00:29:37.1072931Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/dynamic_links/it/CMakeLists.txt 2023-09-15T00:29:37.1804234Z app_framework.cc 2023-09-15T00:29:37.4457037Z desktop_app_framework.cc 2023-09-15T00:29:38.2747144Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:38.4805913Z desktop_firebase_test_framework.cc 2023-09-15T00:29:40.3411717Z firebase_test_framework.cc 2023-09-15T00:29:41.5523377Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:42.2152856Z integration_test.cc 2023-09-15T00:29:44.0994109Z Generating Code... 2023-09-15T00:29:44.6267300Z firebase_dynamic_links.lib(c34a548a1e2b4da6191b194177b84d36_firebase_dynamic_links.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_dynamic_links.lib(c34a548a1e2b4da6191b194177b84d36_firebase_dynamic_links.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:44.6540763Z firebase_dynamic_links.lib(c34a548a1e2b4da6191b194177b84d36_firebase_dynamic_links.dir_Debug_listener.obj) : warning LNK4099: PDB '' was not found with 'firebase_dynamic_links.lib(c34a548a1e2b4da6191b194177b84d36_firebase_dynamic_links.dir_Debug_listener.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:44.6543424Z firebase_dynamic_links.lib(c34a548a1e2b4da6191b194177b84d36_firebase_dynamic_links.dir_Debug_dynamic_links_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_dynamic_links.lib(c34a548a1e2b4da6191b194177b84d36_firebase_dynamic_links.dir_Debug_dynamic_links_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6422854Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6425012Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6427074Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6429041Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6431163Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6432961Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6434769Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6436400Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6438656Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cached_receiver.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cached_receiver.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6441130Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_invites_receiver_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_invites_receiver_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6443144Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6445424Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6447378Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6449378Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6451522Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6453472Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_invites_receiver_internal_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_invites_receiver_internal_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6455418Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6457404Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6459317Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6461355Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6463202Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6467342Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6470287Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6472291Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6475102Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6477864Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6479639Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6481277Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6482860Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6484497Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6486155Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6487908Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6489663Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6491197Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6492785Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6494515Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\integration_test.vcxproj] 2023-09-15T00:29:45.6523904Z integration_test.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\Debug\integration_test.exe 2023-09-15T00:29:45.6525663Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/dynamic_links/it/CMakeLists.txt 2023-09-15T00:29:45.6736036Z I0915 00:29:45.672758 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\dynamic_links\it\bin... 2023-09-15T00:29:45.7839464Z I0915 00:29:45.672758 5660 build_testapps.py:358] END dynamic_links, Desktop 2023-09-15T00:29:45.7840007Z I0915 00:29:45.672758 5660 build_testapps.py:312] END building for dynamic_links 2023-09-15T00:29:45.7840496Z I0915 00:29:45.672758 5660 build_testapps.py:298] BEGIN building for firestore: firestore/integration_test 2023-09-15T00:29:45.7841488Z I0915 00:29:45.672758 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it 2023-09-15T00:29:45.7842214Z I0915 00:29:45.688384 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it 2023-09-15T00:29:45.7843151Z I0915 00:29:45.688384 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:29:45.7843838Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:29:45.9895052Z I0915 00:29:45.782133 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it 2023-09-15T00:29:45.9896242Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it 2023-09-15T00:29:45.9896861Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it 2023-09-15T00:29:46.0381865Z I0915 00:29:45.985877 5660 build_testapps.py:351] BEGIN firestore, Desktop 2023-09-15T00:29:46.0383217Z I0915 00:29:45.985877 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:29:46.0383947Z -- Building for: Visual Studio 17 2022 2023-09-15T00:29:46.6737327Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:29:46.6737905Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:46.6738237Z CMake. 2023-09-15T00:29:46.6738380Z 2023-09-15T00:29:46.6738610Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:46.6739043Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:46.6739295Z 2023-09-15T00:29:46.6739301Z 2023-09-15T00:29:47.6742383Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:29:49.1747605Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:29:49.1748152Z -- Detecting C compiler ABI info 2023-09-15T00:29:49.1748530Z -- Detecting C compiler ABI info - done 2023-09-15T00:29:49.1749160Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:29:49.1749701Z -- Detecting C compile features 2023-09-15T00:29:49.1750064Z -- Detecting C compile features - done 2023-09-15T00:29:49.1750434Z -- Detecting CXX compiler ABI info 2023-09-15T00:29:50.0869428Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:29:50.0896512Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:29:50.0902179Z -- Detecting CXX compile features 2023-09-15T00:29:50.0917782Z -- Detecting CXX compile features - done 2023-09-15T00:29:50.0952693Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:29:50.0953433Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:50.0953823Z CMake. 2023-09-15T00:29:50.0954032Z 2023-09-15T00:29:50.0954294Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:50.0954827Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:50.0955134Z 2023-09-15T00:29:50.0955193Z 2023-09-15T00:29:50.1034719Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:29:50.1035743Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:50.1036130Z CMake. 2023-09-15T00:29:50.1036346Z 2023-09-15T00:29:50.1036619Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:50.1037128Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:50.1037444Z 2023-09-15T00:29:50.1037501Z 2023-09-15T00:29:50.1049376Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:29:50.1050038Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:50.1050448Z CMake. 2023-09-15T00:29:50.1050646Z 2023-09-15T00:29:50.1050901Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:50.1051399Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:50.1051714Z 2023-09-15T00:29:50.1051782Z 2023-09-15T00:29:52.5728864Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:29:52.5760723Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:29:53.2514140Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:29:53.2515117Z -- Looking for pthread_create in pthreads 2023-09-15T00:29:54.0126606Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:29:54.0127573Z -- Looking for pthread_create in pthread 2023-09-15T00:29:54.7497334Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:29:54.7532851Z -- Found Threads: TRUE 2023-09-15T00:29:54.7796152Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:29:54.7798864Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:29:54.7799508Z CMake. 2023-09-15T00:29:54.7799878Z 2023-09-15T00:29:54.7800675Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:29:54.7801311Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:29:54.7801678Z 2023-09-15T00:29:54.7802032Z 2023-09-15T00:29:54.8283066Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:29:54.8306075Z -- Configuring done (8.8s) 2023-09-15T00:29:54.9127615Z -- Generating done (0.1s) 2023-09-15T00:29:54.9174478Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/firestore/it 2023-09-15T00:29:54.9370460Z I0915 00:29:54.927800 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:29:55.0533159Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:29:55.0988959Z 2023-09-15T00:29:55.4829656Z 1>Checking Build System 2023-09-15T00:29:55.6981381Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/firestore/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:29:55.7147415Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/firestore/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:29:55.8204175Z gtest-all.cc 2023-09-15T00:29:55.8920951Z gtest-all.cc 2023-09-15T00:29:58.5749867Z gmock-all.cc 2023-09-15T00:29:58.7190042Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\lib\Debug\gtestd.lib 2023-09-15T00:29:59.9049952Z Generating Code... 2023-09-15T00:30:00.8970162Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\lib\Debug\gmockd.lib 2023-09-15T00:30:01.0091260Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/firestore/it/CMakeLists.txt 2023-09-15T00:30:01.1022764Z app_framework.cc 2023-09-15T00:30:01.3678473Z desktop_app_framework.cc 2023-09-15T00:30:02.2409719Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:02.4189069Z firebase_test_framework.cc 2023-09-15T00:30:03.5550311Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:04.5751400Z integration_test.cc 2023-09-15T00:30:06.7860077Z Generating Code... 2023-09-15T00:30:07.9115287Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_query.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_query.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:07.9117234Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_collection_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_collection_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:07.9138967Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_field_path.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_field_path.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:07.9201746Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_set_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_set_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5935025Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5936901Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_snapshot.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_snapshot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5939761Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_field_value.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_field_value.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5941369Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_geo_point.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_geo_point.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5943058Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_listener_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_listener_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5944708Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_timestamp.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_timestamp.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5946303Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_write_batch.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_write_batch.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5947917Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_firestore.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_firestore.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5949475Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_hard_assert.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_hard_assert.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5951212Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_futures.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_futures.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5952811Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_aggregate_query.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_aggregate_query.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:08.5954434Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_query_snapshot.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_query_snapshot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6026997Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query_core.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query_core.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6029188Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_query_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_query_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6030969Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_exception_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_exception_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6032702Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6034449Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_collection_reference_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_collection_reference_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6036151Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_comparison.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_comparison.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6037799Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_field_path.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_field_path.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6039863Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6041622Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_reference_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_reference_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6043375Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_snapshot_metadata.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_snapshot_metadata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6045849Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_to_string.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_to_string.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6048109Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_snapshot.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_snapshot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6050412Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_snapshot_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_snapshot_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6052534Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_field_value_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_field_value_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6054490Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_numbers.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_numbers.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6056585Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_str_cat.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_str_cat.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6058987Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_string_format.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_string_format.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6061384Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_firestore_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_firestore_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6063280Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_write_batch_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_write_batch_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6064915Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_settings.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_settings.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6066812Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_compiler_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_compiler_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6068406Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_exception.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_exception.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6070301Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_aggregate_query_snapshot.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_aggregate_query_snapshot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6072081Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_aggregate_query.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_aggregate_query.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6074064Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_aggregate_query_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_aggregate_query_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6076100Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_change.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_change.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6078007Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query_snapshot.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query_snapshot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6080031Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_query_snapshot_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_query_snapshot_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6081552Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_string_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_string_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6083302Z firebase_firestore.lib(db78ab4d5b990b59f44da91b34a75f2d_absl_bad_optional_access.dir_Debug_bad_optional_access.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(db78ab4d5b990b59f44da91b34a75f2d_absl_bad_optional_access.dir_Debug_bad_optional_access.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6086437Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_status.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_status.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6088172Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_message.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_message.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6089899Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_value_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_value_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6091580Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_statusor.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_statusor.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6093276Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_field_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_field_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6095062Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_key.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_key.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6096691Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_resource_path.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_resource_path.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6098486Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6100247Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_firestore.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_firestore.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6102021Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query_listener_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query_listener_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6104024Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_firestore_client.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_firestore_client.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6105740Z firebase_firestore.lib(f455c3c1a6d936b060d55b5ef9473dfa_firestore_nanopb.dir_Debug_nanopb_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f455c3c1a6d936b060d55b5ef9473dfa_firestore_nanopb.dir_Debug_nanopb_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6107498Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_document.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_document.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6109171Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_direction.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_direction.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6110857Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_bound.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_bound.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6113586Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_user_data_converter_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_user_data_converter_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6115608Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_server_timestamp_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_server_timestamp_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6117708Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_listener_registration_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_listener_registration_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6119522Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_collection_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_collection_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6121284Z firebase_firestore.lib(7f1881f42a9dada172ab600c8ee4eedc_absl_throw_delegate.dir_Debug_throw_delegate.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7f1881f42a9dada172ab600c8ee4eedc_absl_throw_delegate.dir_Debug_throw_delegate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6123163Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_str_replace.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_str_replace.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6124790Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_str_split.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_str_split.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6127285Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_user_data.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_user_data.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6129028Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_set.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_set.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6130742Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_precondition.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_precondition.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6132756Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_delete_mutation.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_delete_mutation.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6134637Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_snapshot_metadata.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_snapshot_metadata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6136626Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_object_value.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_object_value.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6138359Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_mutable_document.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_mutable_document.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6140056Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_database_id.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_database_id.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6141974Z firebase_firestore.lib(444c90205030f2894d0912fd9cbeaaf8_absl_bad_variant_access.dir_Debug_bad_variant_access.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(444c90205030f2894d0912fd9cbeaaf8_absl_bad_variant_access.dir_Debug_bad_variant_access.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6143629Z firebase_firestore.lib(66531b215daa3d3cdf2fac8071e89a00_absl_int128.dir_Debug_int128.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(66531b215daa3d3cdf2fac8071e89a00_absl_int128.dir_Debug_int128.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6145342Z firebase_firestore.lib(a66fa72dcf3c884b4fb924a5bffbf562_absl_raw_logging_internal.dir_Debug_raw_logging.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a66fa72dcf3c884b4fb924a5bffbf562_absl_raw_logging_internal.dir_Debug_raw_logging.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6147083Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_charconv.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_charconv.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6148727Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_match.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_match.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6150320Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_ascii.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_ascii.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6152222Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_executor_std.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_executor_std.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6154345Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_load_bundle_task.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_load_bundle_task.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6156103Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_settings.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_settings.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6158247Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_load_bundle_task_progress.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_load_bundle_task_progress.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6159989Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_async_queue.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_async_queue.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6161946Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_byte_stream_cpp.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_byte_stream_cpp.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6163614Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6165305Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_transaction.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_transaction.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6167033Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_transaction_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_transaction_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6168911Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_create_app_check_credentials_provider_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_create_app_check_credentials_provider_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6170913Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_create_credentials_provider_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_create_credentials_provider_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6173344Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_create_firebase_metadata_provider_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_create_firebase_metadata_provider_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6175356Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_firestore_version.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_firestore_version.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6177122Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_write_batch.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_write_batch.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6180287Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_aggregate_query_snapshot_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_aggregate_query_snapshot_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6182513Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_aggregate_alias.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_aggregate_alias.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6184470Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_aggregate_field.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_aggregate_field.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6190673Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_change.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_change.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6193738Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_change_main.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_document_change_main.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6206433Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_view_snapshot.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_view_snapshot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6210672Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_memutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_memutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6212670Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_escaping.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_escaping.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6214277Z firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_arg.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_arg.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6216229Z firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_bind.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_bind.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6221148Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_array_contains_any_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_array_contains_any_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6223486Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_array_contains_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_array_contains_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6227270Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_in_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_in_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6229026Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_key_field_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_key_field_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6231119Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_key_field_in_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_key_field_in_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6233158Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_key_field_not_in_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_key_field_not_in_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6234833Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_not_in_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_not_in_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6236714Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_order_by.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_order_by.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6238747Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_target.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_target.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6242318Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_field_index.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_field_index.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6248292Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_snapshots_in_sync_listener_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_snapshots_in_sync_listener_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6259649Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_json_reader.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_json_reader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6262247Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_database_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_database_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6270150Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_persistence.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_persistence.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6273543Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_connection.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_connection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6275933Z firebase_firestore.lib(75cbacd61895229f58d8dc9044a589fb_absl_synchronization.dir_Debug_mutex.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(75cbacd61895229f58d8dc9044a589fb_absl_synchronization.dir_Debug_mutex.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6277811Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_serializer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_serializer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6283362Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_bundle_reader.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_bundle_reader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6285306Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_event_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_event_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6287358Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query_listener.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query_listener.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6289277Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6291480Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_connectivity_monitor_noop.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_connectivity_monitor_noop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6293437Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_datastore.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_datastore.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6295122Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_remote_store.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_remote_store.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6296731Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_sync_engine.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_sync_engine.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6298374Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_opener.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_opener.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6301140Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_lru_garbage_collector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_lru_garbage_collector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6303401Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_local_store.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_local_store.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6305063Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_persistence.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_persistence.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6312379Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_proto_sizer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_proto_sizer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6314322Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query_engine.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_query_engine.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6318258Z firebase_firestore.lib(f455c3c1a6d936b060d55b5ef9473dfa_firestore_nanopb.dir_Debug_byte_string.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f455c3c1a6d936b060d55b5ef9473dfa_firestore_nanopb.dir_Debug_byte_string.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6320073Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_timestamp.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_timestamp.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6321763Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_latlng.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_latlng.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6323431Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_struct.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_struct.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6325445Z firebase_firestore.lib(f455c3c1a6d936b060d55b5ef9473dfa_firestore_nanopb.dir_Debug_pretty_printing.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f455c3c1a6d936b060d55b5ef9473dfa_firestore_nanopb.dir_Debug_pretty_printing.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6327184Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_transform_operation.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_transform_operation.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6329085Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_autoid.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_autoid.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6330682Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_field_mask.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_field_mask.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6333759Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_field_transform.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_field_transform.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6335721Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_patch_mutation.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_patch_mutation.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6337352Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_set_mutation.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_set_mutation.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6339743Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_snapshot_version.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_snapshot_version.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6341743Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_mutation.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_mutation.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6343397Z firebase_firestore.lib(a37aac35a952fa982800b5bd65bef53e_absl_city.dir_Debug_city.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a37aac35a952fa982800b5bd65bef53e_absl_city.dir_Debug_city.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6345032Z firebase_firestore.lib(848a71982ea92761b86b5ee05c62b610_absl_hash.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(848a71982ea92761b86b5ee05c62b610_absl_hash.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6346595Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_charconv_parse.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_charconv_parse.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6354769Z firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_charconv_bigint.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1a4776a93b5c4d15366ed784d5c61d77_absl_strings.dir_Debug_charconv_bigint.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6356401Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_schedule.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_schedule.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6357953Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_task.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_task.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6362218Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_transaction.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_transaction.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6364407Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_app_check_credentials_provider_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_app_check_credentials_provider_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6366022Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_credentials_provider_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_credentials_provider_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6367870Z firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_firebase_metadata_provider_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7ba01613985f32fe50e0c125a0414f54_firebase_firestore.dir_Debug_firebase_metadata_provider_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6370597Z firebase_firestore.lib(f7edd943cfec690b8071878dd1f2c132_absl_strings_internal.dir_Debug_escaping.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f7edd943cfec690b8071878dd1f2c132_absl_strings_internal.dir_Debug_escaping.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6373170Z firebase_firestore.lib(f7edd943cfec690b8071878dd1f2c132_absl_strings_internal.dir_Debug_utf8.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f7edd943cfec690b8071878dd1f2c132_absl_strings_internal.dir_Debug_utf8.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6374828Z firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_extension.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_extension.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6376704Z firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_float_conversion.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_float_conversion.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6378659Z firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_output.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_output.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6380292Z firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4ee4852b7e44084b709f4c86224171f1_absl_str_format_internal.dir_Debug_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6383542Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6385200Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_string_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_string_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6387150Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_bundle_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_bundle_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6389515Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_document_overlay_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_document_overlay_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6391348Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_key.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_key.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6393030Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_index_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_index_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6394959Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_lru_reference_delegate.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_lru_reference_delegate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6396967Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_transaction.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_transaction.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6398769Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_migrations.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_migrations.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6400475Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_mutation_queue.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_mutation_queue.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6402452Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_overlay_migration_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_overlay_migration_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6404276Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_remote_document_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_remote_document_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6406015Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_target_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_target_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6407613Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_path.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_path.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6409288Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_leveldb_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6410927Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_filesystem_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_filesystem_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6412532Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_filesystem_win.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_filesystem_win.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6414299Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_auth_token.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_auth_token.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6416025Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_client_context.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_client_context.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6417727Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_stream.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_stream.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6469032Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_streaming_reader.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_streaming_reader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6543353Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_unary_call.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_unary_call.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6644057Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_channel_cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_channel_cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6677043Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_root_certificate_finder_generated.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_root_certificate_finder_generated.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6737474Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_channel_arguments.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_channel_arguments.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6781552Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_secure_channel_arguments.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_secure_channel_arguments.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6810564Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_create_channel.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_create_channel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.6927273Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_secure_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_secure_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7002080Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_insecure_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_insecure_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7029281Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_version_cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_version_cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7061499Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_status.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_status.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7074358Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_codegen_init.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_codegen_init.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7076324Z firebase_firestore.lib(7253c3fdc9ea1e17e3d358afbb5787d8_absl_symbolize.dir_Debug_symbolize.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7253c3fdc9ea1e17e3d358afbb5787d8_absl_symbolize.dir_Debug_symbolize.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7089537Z firebase_firestore.lib(7558e3dec7551789e601767f9cc3a780_absl_malloc_internal.dir_Debug_low_level_alloc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(7558e3dec7551789e601767f9cc3a780_absl_malloc_internal.dir_Debug_low_level_alloc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7134485Z firebase_firestore.lib(e3bc1c884f8abb254d6a8a1f39f36cd6_absl_time.dir_Debug_duration.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(e3bc1c884f8abb254d6a8a1f39f36cd6_absl_time.dir_Debug_duration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7164382Z firebase_firestore.lib(e3bc1c884f8abb254d6a8a1f39f36cd6_absl_time.dir_Debug_time.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(e3bc1c884f8abb254d6a8a1f39f36cd6_absl_time.dir_Debug_time.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7185296Z firebase_firestore.lib(e3bc1c884f8abb254d6a8a1f39f36cd6_absl_time.dir_Debug_clock.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(e3bc1c884f8abb254d6a8a1f39f36cd6_absl_time.dir_Debug_clock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7196553Z firebase_firestore.lib(75cbacd61895229f58d8dc9044a589fb_absl_synchronization.dir_Debug_create_thread_identity.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(75cbacd61895229f58d8dc9044a589fb_absl_synchronization.dir_Debug_create_thread_identity.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7199168Z firebase_firestore.lib(75cbacd61895229f58d8dc9044a589fb_absl_synchronization.dir_Debug_per_thread_sem.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(75cbacd61895229f58d8dc9044a589fb_absl_synchronization.dir_Debug_per_thread_sem.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7205348Z firebase_firestore.lib(9b6a79f6d6d911fb0dad78e3bd53904e_absl_spinlock_wait.dir_Debug_spinlock_wait.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(9b6a79f6d6d911fb0dad78e3bd53904e_absl_spinlock_wait.dir_Debug_spinlock_wait.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7212003Z firebase_firestore.lib(dc78ba41a28ee9059a8ba0bcdbd0b366_absl_base.dir_Debug_cycleclock.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(dc78ba41a28ee9059a8ba0bcdbd0b366_absl_base.dir_Debug_cycleclock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7224331Z firebase_firestore.lib(dc78ba41a28ee9059a8ba0bcdbd0b366_absl_base.dir_Debug_spinlock.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(dc78ba41a28ee9059a8ba0bcdbd0b366_absl_base.dir_Debug_spinlock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7239037Z firebase_firestore.lib(dc78ba41a28ee9059a8ba0bcdbd0b366_absl_base.dir_Debug_sysinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(dc78ba41a28ee9059a8ba0bcdbd0b366_absl_base.dir_Debug_sysinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7251017Z firebase_firestore.lib(23a9f73814d3822eb3df14c665389a0c_absl_stacktrace.dir_Debug_stacktrace.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(23a9f73814d3822eb3df14c665389a0c_absl_stacktrace.dir_Debug_stacktrace.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7252739Z firebase_firestore.lib(a9743ce40d4273b2c05ea66161e789f3_absl_graphcycles_internal.dir_Debug_graphcycles.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a9743ce40d4273b2c05ea66161e789f3_absl_graphcycles_internal.dir_Debug_graphcycles.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7262968Z firebase_firestore.lib(dc78ba41a28ee9059a8ba0bcdbd0b366_absl_base.dir_Debug_thread_identity.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(dc78ba41a28ee9059a8ba0bcdbd0b366_absl_base.dir_Debug_thread_identity.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7333065Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_composite_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_composite_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7374844Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_verify_mutation.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_verify_mutation.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7403712Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_timestamp_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_timestamp_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7654531Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_bundle_serializer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_bundle_serializer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7712868Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_writer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_writer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7736332Z firebase_firestore.lib(b3728125c17c333b8bab29488c0ae69d_absl_raw_hash_set.dir_Debug_raw_hash_set.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(b3728125c17c333b8bab29488c0ae69d_absl_raw_hash_set.dir_Debug_raw_hash_set.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7785080Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_completion.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_completion.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.7874504Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_completion_queue_cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_completion_queue_cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.8214252Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_remote_objc_bridge.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_remote_objc_bridge.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.8288405Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_watch_stream.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_watch_stream.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.8346266Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_write_stream.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_write_stream.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.8408389Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.8643519Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_firestore.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_firestore.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.8684004Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_status_errno.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_status_errno.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.8739083Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_target_data.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_target_data.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.9911842Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_stream.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_stream.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:09.9977091Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_online_state_tracker.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_online_state_tracker.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.0280472Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_remote_event.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_remote_event.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.0373719Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_mutation_batch_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_mutation_batch_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.0675205Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_bundle_loader.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_bundle_loader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.0711192Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_target_id_generator.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_target_id_generator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.0903325Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_reference_set.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_reference_set.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.0996920Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_transaction_runner.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_transaction_runner.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.1074976Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_local_view_changes.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_local_view_changes.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.1286109Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_index_backfiller.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_index_backfiller.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.1786760Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_local_documents_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_local_documents_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.2000243Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_mutation_batch.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_mutation_batch.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.2180160Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_bundle_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_bundle_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.2243217Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_overlay_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_overlay_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.2499345Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_document_overlay_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_document_overlay_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.2873834Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_index_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_index_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.3127496Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_mutation_queue.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_mutation_queue.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.3476428Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_remote_document_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_remote_document_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.3823438Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_target_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_target_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4005724Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_eager_reference_delegate.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_eager_reference_delegate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4129883Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_lru_reference_delegate.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_memory_lru_reference_delegate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4253710Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_local_serializer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_local_serializer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4306608Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_maybe_document.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_maybe_document.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4334441Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_mutation.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_mutation.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4363360Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_target.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_target.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4371333Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_secure_random_openssl.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_secure_random_openssl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4373567Z firebase_firestore.lib(cd97b2d513eb7912c3969931a03c64e3_absl_low_level_hash.dir_Debug_low_level_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(cd97b2d513eb7912c3969931a03c64e3_absl_low_level_hash.dir_Debug_low_level_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4387805Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_user.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_user.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4399626Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_firebase_metadata_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_firebase_metadata_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4423750Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_reader.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_reader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4464361Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_bundle.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_bundle.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4507448Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_write.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_write.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4542912Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_ordered_code.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_ordered_code.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4570364Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_firestore_index_value_writer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_firestore_index_value_writer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4631463Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_index_entry.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_index_entry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4714375Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_target_index_matcher.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_target_index_matcher.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4789894Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_logic_utils.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_logic_utils.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4836874Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_index.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_index.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4867617Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_background_queue.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_background_queue.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4923518Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_string_win.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_string_win.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4935070Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_status_win.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_status_win.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4951888Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_compression.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_compression.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4962607Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_time.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_time.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.4985825Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_init.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_init.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.5783361Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.5844450Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_alloc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_alloc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.5868839Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_log_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_log_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.5885240Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_core_codegen.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_core_codegen.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.5901259Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.5919900Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_slice_api.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_slice_api.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.5961792Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_connectivity.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_connectivity.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6100213Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6196544Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_context.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_context.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6281757Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iomgr_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iomgr_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6301344Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_client_interceptor.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_client_interceptor.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6303721Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_root_certificates_generated.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_grpc_root_certificates_generated.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6388405Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_api.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_api.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6437963Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_fork.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_fork.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6481589Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_time.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_time.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6504301Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_exec_ctx.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_exec_ctx.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6521766Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_socket_mutator.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_socket_mutator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6822120Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lame_client.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lame_client.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.6968802Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_create_channel_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_create_channel_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.7000919Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_slice_slice.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_slice_slice.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.7094819Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_chttp2_connector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_chttp2_connector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.7272364Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_google_default_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_google_default_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.7312876Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.7460153Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_composite_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_composite_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.7839247Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_oauth2_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_oauth2_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.8120064Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_jwt_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_jwt_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.8609439Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_external_account_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_external_account_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.8892020Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iam_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iam_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.9453541Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_auth_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_auth_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:10.9874402Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_plugin_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_plugin_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0007396Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_security_context.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_security_context.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0049300Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_alts_credentials_client_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_alts_credentials_client_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0051649Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_alts_credentials_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_alts_credentials_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0071418Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0127264Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0196900Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0255609Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_credentials_cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_credentials_cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0327355Z firebase_firestore.lib(8a27403df2b8c5fb46b300392f3ccb63_absl_status.dir_Debug_status.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(8a27403df2b8c5fb46b300392f3ccb63_absl_status.dir_Debug_status.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0367592Z firebase_firestore.lib(f63e713f8cb237da45e1b96ecccd3d31_absl_statusor.dir_Debug_statusor.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f63e713f8cb237da45e1b96ecccd3d31_absl_statusor.dir_Debug_statusor.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0405733Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_error.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_error.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0426169Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_create_default_thread_pool.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_create_default_thread_pool.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0437002Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_string.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_string.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0457753Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_env_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_env_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0478982Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_executor.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_executor.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0495512Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_file.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_file.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0590276Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_json_reader.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_json_reader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0632035Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_security_util_json_util.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_security_util_json_util.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0665363Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_secure_auth_context.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_secure_auth_context.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0741572Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0836767Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_insecure_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_insecure_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0889163Z firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_lookup.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_lookup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0895783Z firebase_firestore.lib(dc78ba41a28ee9059a8ba0bcdbd0b366_absl_base.dir_Debug_unscaledcycleclock.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(dc78ba41a28ee9059a8ba0bcdbd0b366_absl_base.dir_Debug_unscaledcycleclock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0904707Z firebase_firestore.lib(75cbacd61895229f58d8dc9044a589fb_absl_synchronization.dir_Debug_waiter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(75cbacd61895229f58d8dc9044a589fb_absl_synchronization.dir_Debug_waiter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0924179Z firebase_firestore.lib(e3bc1c884f8abb254d6a8a1f39f36cd6_absl_time.dir_Debug_format.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(e3bc1c884f8abb254d6a8a1f39f36cd6_absl_time.dir_Debug_format.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0942339Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_sync_abseil.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_sync_abseil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.0952390Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_time_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_time_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1005428Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_completion_queue.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_completion_queue.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1030396Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_cpu_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_cpu_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1041248Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_thd_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_thd_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1067513Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_byte_buffer_cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_byte_buffer_cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1095302Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_aggregation_result.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_aggregation_result.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1121313Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_common.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_common.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1331390Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_wrappers.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_wrappers.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1378668Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_query.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_query.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1426219Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_status.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_status.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1457052Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_strerror.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_strerror.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1476915Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_exponential_backoff.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_exponential_backoff.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1503491Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_bloom_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_bloom_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1581918Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_testing_hooks.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_testing_hooks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1611097Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_key_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_document_key_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1633756Z firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_overlay.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1563d4ec1bb2cfbdcd33c8f821a59874_firestore_core.dir_Debug_overlay.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1669246Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_bloom_filter.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_bloom_filter.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1685439Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_bits.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_bits.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1716183Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_compression_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_compression_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1745731Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_api_trace.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_api_trace.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1749871Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fork_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fork_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1758291Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.1769460Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_backup_poller.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_backup_poller.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2292685Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_args.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_args.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2344682Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_stack_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_stack_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2365307Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_debug_trace.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_debug_trace.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2404992Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_init.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_init.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2428161Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_plugin_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_plugin_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2459015Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_default_event_engine.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_default_event_engine.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2472692Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_forkable.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_forkable.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2516968Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_event_engine_posix_engine_timer_manager.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_event_engine_posix_engine_timer_manager.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2555418Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_config.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_config.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2575510Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iomgr.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iomgr.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2604061Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_iomgr_timer_manager.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_iomgr_timer_manager.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.2685073Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_core_configuration.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_core_configuration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.3035757Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_server_authz_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_server_authz_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5339151Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_server_auth_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_server_auth_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5361046Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_init_internally.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_init_internally.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5380530Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_slice_slice_buffer.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_slice_slice_buffer.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5397024Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_slice_buffer_api.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_slice_buffer_api.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5412316Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_time_precise.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_time_precise.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5485452Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_status_helper.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_status_helper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5512556Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_arena.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_arena.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5535448Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call_combiner.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call_combiner.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5554001Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_polling_entity.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_polling_entity.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5610084Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_metadata_batch.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_metadata_batch.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5649935Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.5702694Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_stack.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_stack.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6000112Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_op_string.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_op_string.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6271992Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channelz.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channelz.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6301039Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_byte_buffer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_byte_buffer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6346053Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call_log_batch.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call_log_batch.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6404570Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_stats_data.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_stats_data.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6427593Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_validate_metadata.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_validate_metadata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6457850Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_error_utils.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_error_utils.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6544104Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_stats.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_stats.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6581346Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_examine_stack.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_examine_stack.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6599409Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_byte_buffer_reader.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_byte_buffer_reader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6610189Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_metadata_array.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_metadata_array.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.6626027Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_completion_queue_factory.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_completion_queue_factory.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7451833Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7542318Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_iomgr_timer.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_iomgr_timer.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7557828Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_stack_type.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_stack_type.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7716586Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_memory_quota.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_memory_quota.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7798043Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_trace.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_trace.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7825367Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_stack_builder_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_stack_builder_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7866698Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iomgr_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iomgr_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7900617Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_socket_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_socket_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7937850Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iocp_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iocp_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7955804Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pollset.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pollset.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7974447Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pollset_set.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pollset_set.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.7985651Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolve_address.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolve_address.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8037650Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolve_address_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolve_address_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8078063Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_client.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_client.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8096863Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_server.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_server.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8152409Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_server_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_server_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8203332Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_client_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_client_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8244936Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_timer_generic.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_timer_generic.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8260880Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pollset_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pollset_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8271628Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pollset_set_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pollset_set_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8288735Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_args_preconditioning.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_args_preconditioning.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8309203Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_thread_quota.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_thread_quota.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8350150Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resource_quota.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resource_quota.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8376762Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_global_config_env.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_global_config_env.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8398643Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_combiner.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_combiner.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8417912Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_sync.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_sync.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8478999Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_connectivity_state.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_connectivity_state.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8845913Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_promise_based_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_promise_based_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8874383Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_endpoint.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_endpoint.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.8919887Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_handshaker.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_handshaker.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.9125318Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_subchannel.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_subchannel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.9197261Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel_factory.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel_factory.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:11.9911226Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_chttp2_transport.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_chttp2_transport.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0020847Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_sockaddr_utils.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_sockaddr_utils.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0139075Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolver_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolver_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0195658Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_handshaker_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_handshaker_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0216732Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_check_gcp_environment_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_check_gcp_environment_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0282315Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_json_token.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_json_token.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0322666Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_credentials_generic.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_credentials_generic.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0426164Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_host_port.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_host_port.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0463218Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0577024Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_uri_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_uri_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0700623Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_httpcli.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_httpcli.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.0814426Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_security_connector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_security_connector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1000793Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_utils.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_utils.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1095238Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_httpcli_security_connector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_httpcli_security_connector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1167701Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_activity.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_activity.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1196678Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_json_writer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_json_writer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1247462Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call_creds_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call_creds_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1420369Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_aws_external_account_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_aws_external_account_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1508352Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_file_external_account_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_file_external_account_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1705463Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_url_external_account_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_url_external_account_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1764494Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_b64.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_b64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1779815Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_status_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_status_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1800963Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_security_common_api.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_security_common_api.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1838018Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_security_connector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_security_connector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.1946941Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_security_connector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_security_connector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2084616Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_tls_certificate_verifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_tls_certificate_verifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2248418Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls_security_connector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls_security_connector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2355669Z firebase_firestore.lib(62c3a4c9baa0c2721724663e70ec461e_absl_cordz_info.dir_Debug_cordz_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(62c3a4c9baa0c2721724663e70ec461e_absl_cordz_info.dir_Debug_cordz_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2459011Z firebase_firestore.lib(580f5bb67b9211a063b1787e9b70c0b5_absl_cord.dir_Debug_cord.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(580f5bb67b9211a063b1787e9b70c0b5_absl_cord.dir_Debug_cord.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2490300Z firebase_firestore.lib(298c591816c18560e6b238879a07b630_absl_strerror.dir_Debug_strerror.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(298c591816c18560e6b238879a07b630_absl_strerror.dir_Debug_strerror.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2498656Z firebase_firestore.lib(8a27403df2b8c5fb46b300392f3ccb63_absl_status.dir_Debug_status_payload_printer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(8a27403df2b8c5fb46b300392f3ccb63_absl_status.dir_Debug_status_payload_printer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2534385Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_string_util_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_string_util_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2573944Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_dynamic_thread_pool.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_dynamic_thread_pool.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2594521Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_tchar.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_tchar.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2606255Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_auth_property_iterator.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_auth_property_iterator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2622073Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_security_connector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_security_connector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2704133Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_insecure_security_connector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_insecure_security_connector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2810516Z firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_fixed.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_fixed.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2880795Z firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2939626Z firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_format.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_format.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2955172Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_mpscq.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_mpscq.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.2987065Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_event_string.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_event_string.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3013289Z firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_any.nanopb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(a53e4a560550199705fe1efd9dfb5d84_firestore_protos_nanopb.dir_Debug_any.nanopb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3022670Z firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_md5.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4c456a4b533e2a6acad4654868657312_firestore_util.dir_Debug_md5.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3037338Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_builtins.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_builtins.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3129828Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_connect_handshaker.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_connect_handshaker.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3180607Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_connect_handshaker.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_connect_handshaker.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3206225Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_plugin_registry_extra.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_plugin_registry_extra.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3372486Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_dns_resolver_ares.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_dns_resolver_ares.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3406074Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel_plugin.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel_plugin.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3523998Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_security_handshaker.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_security_handshaker.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3643500Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_authority_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_authority_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3903775Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_idle_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_idle_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.3952946Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_deadline_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_deadline_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.4335362Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpclb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpclb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.4377996Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_filters_plugin.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_filters_plugin.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.4491800Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_size_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_size_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.4593054Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_service_config_channel_arg_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_service_config_channel_arg_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.5043865Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fault_injection_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fault_injection_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.5139633Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_dns_resolver.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_dns_resolver.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.5224772Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_sockaddr_resolver.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_sockaddr_resolver.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.5309802Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fake_resolver.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fake_resolver.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.5518589Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_priority.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_priority.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.5738784Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.5925645Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_weighted_target.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_weighted_target.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.6052500Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pick_first.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pick_first.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.6157504Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_round_robin.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_round_robin.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.6334353Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ring_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ring_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.6450921Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_proxy.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_proxy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.6926555Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7018931Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_default_event_engine_factory.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_default_event_engine_factory.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7059192Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_event_engine_posix_engine_timer.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_event_engine_posix_engine_timer.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7074153Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_experiments.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_experiments.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7111615Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_proxy_mapper_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_proxy_mapper_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7211023Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lb_policy_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lb_policy_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7265686Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_service_config_service_config_parser.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_service_config_service_config_parser.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7301755Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_certificate_provider_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_certificate_provider_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7492792Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_evaluate_args.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_evaluate_args.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7659396Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_arena.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_arena.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7668620Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_msg.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_msg.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7681075Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_decode.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_decode.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7691066Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_encode.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_encode.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7696529Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_percent_encoding.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_percent_encoding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7709768Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_any.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_any.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7713188Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_google_rpc_status.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_google_rpc_status.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7717675Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_timeout_encoding.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_timeout_encoding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7745623Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_parse_address.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_parse_address.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7951836Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channelz_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channelz_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7979408Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_slice_string_helpers.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_slice_string_helpers.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.7988385Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_status_conversion.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_status_conversion.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.8012982Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_subchannel_pool_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_subchannel_pool_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.8044558Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_work_serializer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_work_serializer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.8083773Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_dynamic_filters.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_dynamic_filters.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.8139874Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lb_policy.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lb_policy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.8192693Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_backend_metric.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_backend_metric.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.8235874Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_global_subchannel_pool.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_global_subchannel_pool.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.8279685Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_child_policy_handler.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_child_policy_handler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.8321581Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_subchannel_pool.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_subchannel_pool.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.8438204Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolver_result_parsing.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolver_result_parsing.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.8588401Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_service_config_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_service_config_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9153941Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_retry_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_retry_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9235759Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_periodic_update.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_periodic_update.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9249603Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_resource_quota_trace.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_resource_quota_trace.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9269756Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9288142Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_time_averaged_stats.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_time_averaged_stats.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9292123Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_iomgr_timer_heap.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_iomgr_timer_heap.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9335222Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel_channelz.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel_channelz.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9353220Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_backoff.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_backoff.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9393945Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_health_check_client.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_health_check_client.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9438973Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_context_list.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_context_list.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9474927Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_bdp_estimator.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_bdp_estimator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9525500Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_flow_control.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_flow_control.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9560693Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_data.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_data.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9619898Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_goaway.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_goaway.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9700655Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_rst_stream.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_rst_stream.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:12.9792273Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_encoder.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_encoder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0238242Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0269548Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_stream_map.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_stream_map.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0501329Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_writing.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_writing.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0700581Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_parsing.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_parsing.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0741394Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_stream_lists.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_stream_lists.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0798320Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_varint.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_varint.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0806063Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http2_settings.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http2_settings.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0808148Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_socket_utils_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_socket_utils_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0836561Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_format_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_format_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0925306Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_security.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_security.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0927141Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_transport_security.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_transport_security.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0935858Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alpn.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alpn.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0940343Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_system_roots_fallback.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_system_roots_fallback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.0942377Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_utils_config.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_utils_config.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1030206Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_aws_request_signer.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_aws_request_signer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1055934Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_security_common.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_security_common.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1087680Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_tsi_handshaker.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_tsi_handshaker.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1137938Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_unix_sockets_posix_noop.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_unix_sockets_posix_noop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1158338Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_transport_security.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_transport_security.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1189752Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls_utils.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls_utils.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1242211Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_key_logging.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_key_logging.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1347827Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_tls_certificate_distributor.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_tls_certificate_distributor.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1379507Z firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1408529Z firebase_firestore.lib(29b84a30029642644ce5fd6148968828_absl_cordz_handle.dir_Debug_cordz_handle.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(29b84a30029642644ce5fd6148968828_absl_cordz_handle.dir_Debug_cordz_handle.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1450357Z firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_btree.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_btree.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1468963Z firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_btree_reader.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_btree_reader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1478959Z firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_crc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_crc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1497998Z firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_if.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_if.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1515861Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_connected_channel.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_connected_channel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1758473Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_server.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_server.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1819394Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_args_endpoint_config.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_args_endpoint_config.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1903221Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_client_grpc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_client_grpc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.1947855Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rbac_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rbac_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.2008378Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_channel_stack_modifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_channel_stack_modifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.2115618Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_creds_registry_init.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_creds_registry_init.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.2598685Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_resolver.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_resolver.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.2790852Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_google_c2p_resolver.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_google_c2p_resolver.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.2975878Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.3277047Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.3507765Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_cds.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_cds.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.3845963Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_resolver.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_resolver.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.3935671Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_file_watcher_certificate_provider_factory.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_file_watcher_certificate_provider_factory.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4012350Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_server_address.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_server_address.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4035774Z firebase_firestore.lib(c0ddcc786f761905787b9e7bf6a6f994_address_sorting.dir_Debug_address_sorting.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c0ddcc786f761905787b9e7bf6a6f994_address_sorting.dir_Debug_address_sorting.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4055276Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpclb_balancer_addresses.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpclb_balancer_addresses.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4124834Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_ares_wrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_ares_wrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4149626Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_dns_resolver_selection.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_dns_resolver_selection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4197480Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_polling_resolver.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_polling_resolver.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4207515Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_gethostname_fallback.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_gethostname_fallback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4256425Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_retry_service_config.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_retry_service_config.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4309269Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_secure_endpoint.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_secure_endpoint.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4332311Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tsi_error.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tsi_error.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4345825Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_security_grpc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_security_grpc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4347932Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_idle_filter_state.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_idle_filter_state.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4366135Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_sleep.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_sleep.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4399264Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpclb_client_stats.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpclb_client_stats.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4429423Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_balancer_api.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_balancer_api.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4481588Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_validation_errors.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_validation_errors.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4532485Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_json_object_loader.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_json_object_loader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4567391Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_load_reporting_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_load_reporting_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4900766Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_client_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_client_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.4958368Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_compress_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_compress_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5062595Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_decompress_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_decompress_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5368401Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_server_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_server_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5541916Z firebase_firestore.lib(37ea9b3f85ec10f670c7ebed0dc24470_absl_random_internal_pool_urbg.dir_Debug_pool_urbg.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(37ea9b3f85ec10f670c7ebed0dc24470_absl_random_internal_pool_urbg.dir_Debug_pool_urbg.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5607072Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_filters_fault_injection_service_config_parser.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_filters_fault_injection_service_config_parser.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5682090Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolver.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolver.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5756753Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_address_filtering.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_address_filtering.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5787721Z firebase_firestore.lib(d4fd7dd61b1cae97e2c8df5e42294547_absl_random_internal_randen_hwaes_impl.dir_Debug_randen_hwaes.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(d4fd7dd61b1cae97e2c8df5e42294547_absl_random_internal_randen_hwaes_impl.dir_Debug_randen_hwaes.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5792794Z firebase_firestore.lib(1673f2601ba2303f2af1127bb97b63eb_absl_random_internal_randen_slow.dir_Debug_randen_slow.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(1673f2601ba2303f2af1127bb97b63eb_absl_random_internal_randen_slow.dir_Debug_randen_slow.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5803160Z firebase_firestore.lib(5dcba12cd33d597a00a577ef8b5032a7_absl_random_internal_randen.dir_Debug_randen.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(5dcba12cd33d597a00a577ef8b5032a7_absl_random_internal_randen.dir_Debug_randen.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5816307Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_table.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_table.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5821434Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5879204Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_windows_engine.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_windows_engine.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5908094Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_event_engine_posix_engine_timer_heap.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_event_engine_posix_engine_timer_heap.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5923202Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_extension_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_extension_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5926509Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_naive.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_naive.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5930830Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_if_nametoindex_unsupported.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_if_nametoindex_unsupported.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5934640Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_orca_load_report.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_orca_load_report.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5975588Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_json_json_util.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_json_json_util.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5992535Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_murmur_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_murmur_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.5994256Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_slice_refcount.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_slice_refcount.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6031543Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_retry_throttle.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_retry_throttle.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6264612Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_subchannel_stream_client.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_subchannel_stream_client.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6385233Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_health.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_health.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6394398Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pid_controller.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_pid_controller.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6410430Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_encoder_table.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_encoder_table.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6421250Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_bin_encoder.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_bin_encoder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6428664Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_parsed_metadata.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_parsed_metadata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6697146Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_parser_table.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_parser_table.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6800690Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_decode_huff.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_decode_huff.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6817591Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_ping.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_ping.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6913313Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_settings.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_settings.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.6972766Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_window_update.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_window_update.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7056390Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_session_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_session_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7101968Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_handshaker_client.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_handshaker_client.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7146205Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_frame_protector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_frame_protector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7152224Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_shared_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_shared_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7163437Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_zero_copy_grpc_protector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_zero_copy_grpc_protector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7176270Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_altscontext.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_altscontext.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7209865Z firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_ring.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_ring.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7221753Z firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_consume.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_consume.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7231199Z firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_btree_navigator.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(082a831b8d4a3c42922625bf2304f37b_absl_cord_internal.dir_Debug_cord_rep_btree_navigator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7319905Z firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7349160Z firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_libc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_libc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.7574098Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.8121632Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_client.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_client.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.8284252Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_specifier_plugin.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_specifier_plugin.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.8372848Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_http_filters.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_http_filters.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.8458280Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_transport_grpc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_transport_grpc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.8619040Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rbac_service_config_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rbac_service_config_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.8848780Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fake_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fake_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.9105175Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_re2.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_re2.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.9127612Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_def.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_def.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.9171723Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_matchers_matchers.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_matchers_matchers.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.9506440Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_route_config.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_route_config.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:13.9807488Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_listener.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_listener.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0028585Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_routing.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_routing.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0202347Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_listener.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_listener.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0204670Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_connection_manager.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_connection_manager.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0206367Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_route.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_route.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0251233Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_client_stats.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_client_stats.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0386525Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_endpoint.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_endpoint.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0480851Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_certificate_provider_store.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_certificate_provider_store.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0641174Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_certificate_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_certificate_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0760093Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0830676Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_credentials.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_credentials.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0905056Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_config_cluster_v3_cluster.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_config_cluster_v3_cluster.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0912110Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_clusters_aggregate_v3_cluster.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_clusters_aggregate_v3_cluster.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0916218Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.0918454Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_endpoint.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_endpoint.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1037601Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_tls_certificate_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_tls_certificate_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1065542Z firebase_firestore.lib(c0ddcc786f761905787b9e7bf6a6f994_address_sorting.dir_Debug_address_sorting_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c0ddcc786f761905787b9e7bf6a6f994_address_sorting.dir_Debug_address_sorting_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1075905Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_library_init.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_library_init.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1084805Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_init.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_init.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1095622Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_destroy.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_destroy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1106681Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_cancel.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_cancel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1118136Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_query.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_query.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1124466Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_search.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_search.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1133838Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_gethostbyname.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_gethostbyname.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1138064Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_getsock.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_getsock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1148284Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_process.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_process.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1157154Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_parse_srv_reply.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_parse_srv_reply.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1163467Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_parse_txt_reply.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_parse_txt_reply.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1169653Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_data.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_data.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1178737Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_strerror.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_strerror.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1186353Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1198772Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_inet_ntop.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_inet_ntop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1205374Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_ares_wrapper_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_ares_wrapper_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1260868Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_ares_ev_driver_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_ares_ev_driver_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1291592Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_memory_allocator.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_memory_allocator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1294492Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_timestamp.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_timestamp.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1296122Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_balancer.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_balancer.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1297779Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_version.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_version.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1299298Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_compress.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_compress.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1305306Z firebase_firestore.lib(d72f1e28510793745cdd9199e7b30852_absl_random_internal_seed_material.dir_Debug_seed_material.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(d72f1e28510793745cdd9199e7b30852_absl_random_internal_seed_material.dir_Debug_seed_material.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1313517Z firebase_firestore.lib(ea76e882871a0ea182c696dacb65bc87_absl_random_seed_gen_exception.dir_Debug_seed_gen_exception.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea76e882871a0ea182c696dacb65bc87_absl_random_seed_gen_exception.dir_Debug_seed_gen_exception.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1320459Z firebase_firestore.lib(71b3030ee879605f06c12f234e5a3920_absl_random_internal_platform.dir_Debug_randen_round_keys.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(71b3030ee879605f06c12f234e5a3920_absl_random_internal_platform.dir_Debug_randen_round_keys.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1322509Z firebase_firestore.lib(b43225d753d19c6b6639e4cad3378764_absl_random_internal_randen_hwaes.dir_Debug_randen_detect.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(b43225d753d19c6b6639e4cad3378764_absl_random_internal_randen_hwaes.dir_Debug_randen_detect.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1355879Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_thread_pool.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_thread_pool.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1369211Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_threaded_executor.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_threaded_executor.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1395685Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_utils.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_utils.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1417354Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iocp.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iocp.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1429598Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_event_engine_trace.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_event_engine_trace.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1438172Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_atm.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_atm.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1442237Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_huffsyms.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_huffsyms.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1444056Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_session_boringssl.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_session_boringssl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1453163Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_tsi_utils.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_tsi_utils.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1456592Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_handshaker.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_handshaker.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1464893Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_aes_gcm.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_aes_gcm.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1471989Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_crypter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_crypter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1475815Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_seal_privacy_integrity_crypter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_seal_privacy_integrity_crypter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1482085Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_unseal_privacy_integrity_crypter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_unseal_privacy_integrity_crypter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1483757Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_handler.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_handler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1490474Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_gsec.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_gsec.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1500392Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_grpc_record_protocol_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_grpc_record_protocol_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1514764Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_grpc_integrity_only_record_protocol.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_grpc_integrity_only_record_protocol.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1521258Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_grpc_privacy_integrity_record_protocol.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_grpc_privacy_integrity_record_protocol.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1535951Z firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_zone_info_source.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_zone_info_source.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1547514Z firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_posix.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(78dd6149ee49804565fb9367a6128020_absl_time_zone.dir_Debug_time_zone_posix.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1555939Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1635852Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_api.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_api.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1663759Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_resource_type.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_resource_type.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1671496Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_status.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_status.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1681681Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_json_encode.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_json_encode.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1686244Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls_config.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls_config.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1690790Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls_config.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls_config.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1736788Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_http_fault_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_http_fault_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1886642Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_http_rbac_filter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_http_rbac_filter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1965420Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_router.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_router.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.1967557Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_router.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_router.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2034727Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rbac_policy.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rbac_policy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2090347Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_authorization_engine.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_authorization_engine.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2153157Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fake_security_connector.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fake_security_connector.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2223819Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_stringpiece.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_stringpiece.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2242130Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_strutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_strutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2244585Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_rune.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_rune.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2338631Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_prog.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_prog.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2405949Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_nfa.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_nfa.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2503000Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_dfa.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_dfa.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2664139Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_onepass.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_onepass.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2732875Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_bitstate.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_bitstate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2860535Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_regexp.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_regexp.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.2952323Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_parse.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_parse.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3031320Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_compile.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_compile.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3051872Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_descriptor.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_descriptor.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3058382Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_text_encode.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_text_encode.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3122597Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_common_types.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_common_types.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3157563Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_route.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_route.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3165930Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_route_components.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_route_components.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3171162Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3176450Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_listener.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_listener.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3184126Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_connection_manager.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_connection_manager.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3188763Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_accesslog.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_accesslog.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3192636Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_address.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_address.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3198175Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_base.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_base.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3202144Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_config_core_v3_extension.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_config_core_v3_extension.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3208999Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_socket_option.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_socket_option.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3214415Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_api_listener.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_api_listener.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3217305Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_listener_components.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_listener_components.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3221822Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_udp_listener_config.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_udp_listener_config.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3225989Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_duration.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_duration.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3228719Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_wrappers.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_wrappers.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3234705Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_xds_annotations_v3_status.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_xds_annotations_v3_status.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3241214Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_collection_entry.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_collection_entry.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3244402Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_xds_type_matcher_v3_matcher.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_xds_type_matcher_v3_matcher.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3247648Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_deprecation.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_deprecation.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3256255Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_udpa_annotations_security.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_udpa_annotations_security.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3261021Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_udpa_annotations_status.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_udpa_annotations_status.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3266929Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_udpa_annotations_versioning.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_udpa_annotations_versioning.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3270846Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_validate.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_validate.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3274169Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_config_source.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_config_source.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3277166Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_protocol.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_protocol.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3280923Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_substitution_format_string.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_substitution_format_string.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3283778Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_scoped_route.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_scoped_route.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3286870Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_tracer.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_tracer.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3289129Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_path_transformation.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_path_transformation.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3293632Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_custom_tag.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_custom_tag.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3300560Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_percent.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_percent.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3304188Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_any.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_any.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3307588Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_udpa_annotations_migrate.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_udpa_annotations_migrate.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3309941Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_route_components.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_route_components.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3311668Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_endpoint.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_endpoint.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3316873Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_config_cluster_v3_cluster.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_config_cluster_v3_cluster.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3333516Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_extensions_clusters_aggregate_v3_cluster.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_extensions_clusters_aggregate_v3_cluster.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3336244Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_circuit_breaker.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_circuit_breaker.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3339018Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_filter.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_filter.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3341286Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3349746Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_health_check.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_health_check.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3352290Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolver.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolver.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3354318Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_google_protobuf_struct.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_google_protobuf_struct.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3358144Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_transport_sockets_tls_v3_common.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_transport_sockets_tls_v3_common.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3360085Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_secret.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_secret.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3362377Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_endpoint_components.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_endpoint_components.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3364201Z firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_stat_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f69cac37fdb11b257f9ce920e552209f_gpr.dir_Debug_stat_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3373460Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_inet_net_pton.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_inet_net_pton.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3378597Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_nowarn.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_nowarn.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3383073Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_platform.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_platform.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3390848Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_llist.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_llist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3398610Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_strdup.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_strdup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3405579Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_strsplit.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_strsplit.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3413863Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares__timeval.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares__timeval.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3423092Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares__close_sockets.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares__close_sockets.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3428091Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_send.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_send.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3436455Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_create_query.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_create_query.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3447968Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_free_string.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_free_string.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3453034Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_strcasecmp.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_strcasecmp.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3455938Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_getnameinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_getnameinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3460193Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares__read_line.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares__read_line.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3465919Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_parse_a_reply.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_parse_a_reply.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3489501Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_parse_aaaa_reply.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_parse_aaaa_reply.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3496488Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_free_hostent.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_free_hostent.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3516829Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_bitncmp.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_bitncmp.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3531014Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares__get_hostent.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares__get_hostent.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3540106Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_expand_name.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_expand_name.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3543763Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_writev.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_writev.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3545602Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_duration.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_duration.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3550459Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_time_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_time_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3559159Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_win_socket.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_win_socket.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3573934Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_record_protocol_crypter_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_record_protocol_crypter_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3577947Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_counter.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_counter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3585915Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_iovec_record_protocol.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_iovec_record_protocol.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3589371Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_config_dump_shared.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_config_dump_shared.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3596222Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_base.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_base.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3598123Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_google_protobuf_struct.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_google_protobuf_struct.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3602782Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_report.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_report.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3607609Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_discovery.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_discovery.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3612593Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_discovery.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_discovery.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3621337Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lrs.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lrs.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3627594Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lrs.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lrs.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3629645Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_csds.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_csds.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3636614Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3638266Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_array.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_array.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3643201Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_map.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_map.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3646027Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_reflection.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_reflection.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3648721Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_extensions_filters_http_fault_v3_fault.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_extensions_filters_http_fault_v3_fault.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3655937Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_filters_http_fault_v3_fault.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_filters_http_fault_v3_fault.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3663145Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_extensions_filters_http_rbac_v3_rbac.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_extensions_filters_http_rbac_v3_rbac.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3665460Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_filters_http_rbac_v3_rbac.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_filters_http_rbac_v3_rbac.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3667194Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_accesslog.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_accesslog.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3668710Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_wrappers.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_wrappers.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3727566Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_security_authorization_matchers.cc.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_security_authorization_matchers.cc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3747396Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fake_transport_security.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fake_transport_security.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3784858Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_tostring.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_tostring.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3831678Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_simplify.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_simplify.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3843381Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_unicode_casefold.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_unicode_casefold.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3844985Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_unicode_groups.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_unicode_groups.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3850607Z firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_perl_groups.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(c40555a92d77c30bdfba309b7446a52d_re2.dir_Debug_perl_groups.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3854539Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_typed_struct.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_typed_struct.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3859663Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_config_source.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_config_source.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3864436Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_proxy_protocol.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_proxy_protocol.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3871619Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_config_core_v3_extension.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_config_core_v3_extension.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3879362Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_matcher_v3_metadata.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_matcher_v3_metadata.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3882643Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_matcher_v3_regex.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_matcher_v3_regex.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3885921Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_matcher_v3_string.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_matcher_v3_string.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3888487Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_metadata_v3_metadata.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_metadata_v3_metadata.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3891794Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_custom_tag.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_custom_tag.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3894390Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_percent.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_percent.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3897299Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_range.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_range.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3908477Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_xds_type_matcher_v3_matcher.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_xds_type_matcher_v3_matcher.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3910648Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_address.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_address.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3914335Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_extensions_transport_sockets_tls_v3_common.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_extensions_transport_sockets_tls_v3_common.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3926539Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_secret.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_secret.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3928628Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_socket_option.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_socket_option.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3931801Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_api_listener.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_api_listener.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3933777Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_listener_components.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_listener_components.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3943284Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_udp_listener_config.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_udp_listener_config.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3947388Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_collection_entry.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_collection_entry.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3950154Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_protocol.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_protocol.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3952655Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_substitution_format_string.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_substitution_format_string.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3955092Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_scoped_route.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_scoped_route.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3958750Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_tracer.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_tracer.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3963272Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_path_transformation.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_path_transformation.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3973288Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_type_matcher_v3_metadata.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_type_matcher_v3_metadata.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3979441Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_backoff.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_backoff.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3981426Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_uri.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_uri.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3983717Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_semantic_version.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_semantic_version.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3991311Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_context_params.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_context_params.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3993321Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_range.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_range.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3996259Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_udp_socket_config.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_udp_socket_config.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.3998966Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_quic_config.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_quic_config.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4010577Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_xds_annotations_v3_status.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_xds_annotations_v3_status.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4012473Z firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_descriptor.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(f648391294ec11f10bdf55b5790f8446_upb.dir_Debug_descriptor.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4015302Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resource_locator.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resource_locator.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4017640Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_xds_core_v3_extension.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_xds_core_v3_extension.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4021558Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_xds_type_matcher_v3_string.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_xds_type_matcher_v3_string.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4037193Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_deprecation.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_deprecation.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4044181Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_udpa_annotations_security.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_udpa_annotations_security.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4058124Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_udpa_annotations_status.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_udpa_annotations_status.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4069230Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_udpa_annotations_versioning.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_udpa_annotations_versioning.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4082457Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_validate.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_validate.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4085295Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_timestamp.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_timestamp.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4086932Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_service.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_service.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4092487Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_authority.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_authority.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4095849Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_type_metadata_v3_metadata.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_type_metadata_v3_metadata.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4100404Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_udpa_annotations_migrate.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_udpa_annotations_migrate.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4123274Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_proxy_protocol.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_proxy_protocol.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4131408Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_type_matcher_v3_regex.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_type_matcher_v3_regex.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4146340Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_type_matcher_v3_string.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_type_matcher_v3_string.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4148514Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_endpoint_components.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_endpoint_components.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4150125Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_circuit_breaker.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_circuit_breaker.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4180262Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_filter.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_filter.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4183754Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4186307Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolver.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resolver.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4189158Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_health_check.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_health_check.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4192683Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_event_service_config.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_event_service_config.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4196079Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_type_v3_http.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_type_v3_http.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4199281Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_udpa_annotations_sensitive.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_udpa_annotations_sensitive.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4209707Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_gethostbyaddr.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_gethostbyaddr.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4226614Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_backoff.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_backoff.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4233491Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_uri.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_uri.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4235119Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_semantic_version.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_semantic_version.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4236686Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_context_params.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_context_params.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4238431Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_google_rpc_status.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_google_rpc_status.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4240113Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_report.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_load_report.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4241633Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_node.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_node.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4243614Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_extensions_filters_common_fault_v3_fault.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_extensions_filters_common_fault_v3_fault.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4245651Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_filters_common_fault_v3_fault.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_extensions_filters_common_fault_v3_fault.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4247693Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_config_rbac_v3_rbac.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_config_rbac_v3_rbac.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4256000Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_config_rbac_v3_rbac.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_envoy_config_rbac_v3_rbac.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4257724Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_service.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_service.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4259254Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_authority.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_authority.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4260751Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_value.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_value.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4262452Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_xds_core_v3_extension.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_xds_core_v3_extension.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4264248Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_xds_type_matcher_v3_string.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_xds_type_matcher_v3_string.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4266029Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_udp_socket_config.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_udp_socket_config.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4267556Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_quic_config.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_quic_config.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4269102Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resource_locator.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resource_locator.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4270725Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_value.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_value.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4272478Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_xds_type_matcher_v3_regex.upbdefs.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upbdefs_generated_xds_type_matcher_v3_regex.upbdefs.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4274147Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_empty.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_empty.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4275702Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_event_service_config.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_event_service_config.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4277402Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_v3_http.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_v3_http.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4279724Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_udpa_annotations_sensitive.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_udpa_annotations_sensitive.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4281655Z firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_parse_ptr_reply.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(4f84bac06a9a410b0f697162276b5c06_c_ares.dir_Debug_ares_parse_ptr_reply.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4283382Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_matcher_v3_struct.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_envoy_type_matcher_v3_struct.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4285023Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_path.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_path.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4286524Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_checked.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_checked.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4288119Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_syntax.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_syntax.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4289672Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_path.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_path.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4291205Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_checked.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_checked.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4292728Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_syntax.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_syntax.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4294238Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_empty.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_empty.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4295723Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_number.upb.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_number.upb.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4297401Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_xds_type_matcher_v3_regex.upb.c.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_upb_generated_xds_type_matcher_v3_regex.upb.c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4299153Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_number.upbdefs.obj) : warning LNK4099: PDB '' was not found with 'firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_number.upbdefs.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4333643Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4451182Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4563288Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4605369Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4613473Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4619246Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4624628Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4629660Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4631374Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4639400Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4650002Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4659246Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4674843Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4702015Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4717207Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4743007Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4773448Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4804730Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4833564Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4848063Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4893050Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4908911Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4915430Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4917500Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4938618Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.4972969Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5002834Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5029781Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5039549Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5075787Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5087295Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5194854Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5201660Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5212394Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5228519Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5235791Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5257889Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5273660Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5278748Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5292084Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5310893Z firebase_app.lib(242f7f8c7a6252faa834e5d9d4be53f1_protobuf_nanopb_static.dir_Debug_pb_decode.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(242f7f8c7a6252faa834e5d9d4be53f1_protobuf_nanopb_static.dir_Debug_pb_decode.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5312748Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5341012Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5354662Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5376712Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5385636Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_status.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_status.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5390700Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_write_batch.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_write_batch.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5401708Z firebase_app.lib(242f7f8c7a6252faa834e5d9d4be53f1_protobuf_nanopb_static.dir_Debug_pb_encode.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(242f7f8c7a6252faa834e5d9d4be53f1_protobuf_nanopb_static.dir_Debug_pb_encode.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5481044Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5482820Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5489287Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5511514Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5528615Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5687069Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5744179Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5754573Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5756614Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5769941Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5780010Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5823666Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5858438Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5882400Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5894756Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5925900Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5941117Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5945520Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5948677Z firebase_app.lib(242f7f8c7a6252faa834e5d9d4be53f1_protobuf_nanopb_static.dir_Debug_pb_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(242f7f8c7a6252faa834e5d9d4be53f1_protobuf_nanopb_static.dir_Debug_pb_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5954106Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_comparator.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_comparator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5970457Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5981987Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_iterator.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_iterator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5986712Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_policy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_policy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5988545Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.5993967Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_logging.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_logging.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6000290Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_dbformat.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_dbformat.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6005162Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_writer.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_writer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6009881Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_env.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6014654Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6021892Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_iter.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_db_iter.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6027309Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filename.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filename.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6032360Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_reader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_log_reader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6040128Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_memtable.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_memtable.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6045176Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6049897Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_cache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table_cache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6061325Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_edit.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_edit.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6089960Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_set.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_version_set.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6099239Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_merger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_merger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6145786Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6163562Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6168698Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_coding.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_coding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6287279Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6289264Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6290819Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6292346Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6296033Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6297994Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6299735Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6309384Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6324591Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6338098Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6340132Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6341746Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6346341Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6352568Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6357121Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6358991Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6360865Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6362449Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6367206Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6369259Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6370899Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_block.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_filter_block.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6375801Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_format.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_format.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6388080Z firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6394173Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_crc32c.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_crc32c.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6401153Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_arena.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_arena.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6402898Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6406383Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_table.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6412928Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_two_level_iterator.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_two_level_iterator.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6422696Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6428279Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6503335Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6505280Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6511109Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6519898Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6524363Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6527253Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6530344Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6543106Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6553188Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6570886Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6581563Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6584373Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6591440Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6593062Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6594600Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6596150Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6597699Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6599254Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6601457Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6603752Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6605664Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6607707Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6619246Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6625816Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6635522Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6638507Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6646104Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6649950Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6652355Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6655719Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6658364Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6661878Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6667575Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6670965Z firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy_sinksource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(7578b4a9cb7b43bdd11133a8c46e532f_snappy.dir_Debug_snappy_sinksource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6673755Z firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(b3c47ceae5cedc0b086fb9c10a1ee6a8_leveldb.dir_Debug_block.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6677011Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6686728Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6691873Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6694184Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6703710Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6706104Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6710367Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6711922Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6713494Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6715023Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6716711Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6718232Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6719758Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6724554Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6726170Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6727703Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6729235Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6731012Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6732562Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6734071Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6735566Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6741614Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6743136Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6744672Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6746196Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6748279Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6749816Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6751319Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6757023Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6758546Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6760089Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6761616Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6763291Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6764817Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6766317Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6767804Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6769290Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:14.6770849Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2497202Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_common_types.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2514114Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_security_authorization_matchers.cc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2517513Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_http_fault_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2520123Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_http_rbac_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2524027Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_authorization_engine.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2534047Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fake_security_connector.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2542164Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_certificate_provider.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2549466Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2570333Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2576110Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_tls_certificate_provider.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2590412Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fake_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2592781Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_route_config.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2595053Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_routing.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2597323Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_certificate_provider_store.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2599626Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_handshaker_client.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2604608Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2606909Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_transport_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2609168Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rbac_service_config_parser.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2612605Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_parser_table.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2614902Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_ping.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2617136Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_settings.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2619425Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_window_update.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2621866Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_decompress_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2627787Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_server_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2634869Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_ext_filters_fault_injection_service_config_parser.cc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2637493Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_subchannel_stream_client.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2639839Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_sleep.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2642097Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_load_reporting_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2644399Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_client_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2646663Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_compress_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2649168Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_cds.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2651400Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_resolver.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2653812Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_file_watcher_certificate_provider_factory.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2656100Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_secure_endpoint.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2658344Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_resolver.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2660590Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_google_c2p_resolver.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2662810Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_manager.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2851759Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_impl.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2855251Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_client_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2858626Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rbac_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2861393Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_channel_stack_modifier.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2864108Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_creds_registry_init.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2866818Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_tsi_handshaker.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2869548Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_tls_certificate_distributor.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2875566Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_connected_channel.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2879239Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_server.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2882349Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_writing.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2884778Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_parsing.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2887071Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_stream_lists.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2889363Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_format_request.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2900932Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_goaway.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2905313Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_rst_stream.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2910536Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_encoder.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2913151Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_hpack_parser.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2915455Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_health_check_client.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2917748Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_context_list.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2920052Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_flow_control.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2922343Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_frame_data.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2924792Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_global_subchannel_pool.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2927142Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_subchannel_pool.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2931813Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_retry_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2934313Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_windows.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2936598Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ring_hash.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2940392Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2943150Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_evaluate_args.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2945684Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_dynamic_filters.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2948079Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_http_filters_plugin.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2952646Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_message_size_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2955209Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_service_config_channel_arg_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2957613Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_fault_injection_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2959965Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_authority_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2962301Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_idle_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2964625Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_deadline_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2967055Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpclb.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2969326Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_builtins.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2974103Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_connect_handshaker.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2976487Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel_plugin.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2981705Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_security_handshaker.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2983945Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_security_connector.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2986140Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls_security_connector.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2988738Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_security_connector.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2991095Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_insecure_security_connector.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2995957Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_aws_external_account_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.2998425Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_file_external_account_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3000781Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_url_external_account_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3003136Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_security_connector.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3005449Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_utils.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3007941Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_httpcli_security_connector.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3010248Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_activity.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3012653Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call_creds_util.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3017281Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_chttp2_transport.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3019637Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_credentials_generic.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3021920Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_httpcli.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3024187Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_security_connector.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3026628Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_resource_quota.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3028939Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_promise_based_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3031358Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_subchannel.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3035924Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel_factory.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3038293Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_stack_builder_impl.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3040596Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_client.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3042910Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_server_windows.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3045416Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tcp_client_windows.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3048800Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport_op_string.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3051658Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call_log_batch.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3054118Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_channel.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3058645Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_memory_quota.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3060949Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_arena.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3063252Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_metadata_batch.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3065701Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_transport.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3067981Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_stack.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3070278Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3072709Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_insecure_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3075054Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_server_authz_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3080170Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_server_auth_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3082569Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_alts_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3084874Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_local_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3087364Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_tls_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3089690Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_secure_auth_context.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3092146Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iam_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3094471Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_client_auth_filter.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3099043Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_plugin_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3101374Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_security_context.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3103689Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_composite_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3107384Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_oauth2_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3109712Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_jwt_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3112165Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_external_account_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3114476Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_lame_client.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3116774Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_chttp2_connector.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3120497Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_google_default_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3122881Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ssl_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3125356Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3127676Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpc_context.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3130974Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_iomgr_windows.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3133299Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_api.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3135618Z firebase_firestore.lib(babae377b1a4e7a83a7eb89fead1a676_grpc__.dir_Debug_secure_credentials.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3138009Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_init.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3148268Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_call.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.3151102Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_channel_connectivity.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct grpc_core::NoDestructSingleton::value_" (?value_@?$NoDestructSingleton@UUnwakeable@activity_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@UUnwakeable@activity_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4035854Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_cds.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator > > > grpc_core::NoDestructSingleton,class std::allocator > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4040391Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_resolver.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator > > > grpc_core::NoDestructSingleton,class std::allocator > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4043947Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator > > > grpc_core::NoDestructSingleton,class std::allocator > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4047326Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_certificate_provider_store.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator > > > grpc_core::NoDestructSingleton,class std::allocator > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4050606Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_grpclb.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator > > > grpc_core::NoDestructSingleton,class std::allocator > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4061437Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_priority.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator > > > grpc_core::NoDestructSingleton,class std::allocator > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4065249Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator > > > grpc_core::NoDestructSingleton,class std::allocator > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4068555Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_impl.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator > > > grpc_core::NoDestructSingleton,class std::allocator > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4071109Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_priority.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@_N@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@_N@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4073229Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@_N@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@_N@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4075872Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_json_object_loader.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@_N@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@_N@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4079665Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_priority.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator >,class std::allocator,class std::allocator > > > > > grpc_core::NoDestructSingleton,class std::allocator >,class std::allocator,class std::allocator > > > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4086713Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator >,class std::allocator,class std::allocator > > > > > grpc_core::NoDestructSingleton,class std::allocator >,class std::allocator,class std::allocator > > > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4105103Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@UOutlierDetectionConfig@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@UOutlierDetectionConfig@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4109634Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@I@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@I@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4111993Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_weighted_target.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@I@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@I@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4114460Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_impl.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@I@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@I@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4116934Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_resolver.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@I@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@I@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4119355Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@VDuration@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@VDuration@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4122016Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@VDuration@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@VDuration@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4128200Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug__src_core_lib_json_json_util.cc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@VDuration@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@VDuration@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4131945Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > > grpc_core::NoDestructSingleton > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$optional@USuccessRateEjection@OutlierDetectionConfig@grpc_core@@@lts_20220623@absl@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$optional@USuccessRateEjection@OutlierDetectionConfig@grpc_core@@@lts_20220623@absl@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4135713Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > > grpc_core::NoDestructSingleton > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$optional@UFailurePercentageEjection@OutlierDetectionConfig@grpc_core@@@lts_20220623@absl@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$optional@UFailurePercentageEjection@OutlierDetectionConfig@grpc_core@@@lts_20220623@absl@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4139758Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@UFailurePercentageEjection@OutlierDetectionConfig@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@UFailurePercentageEjection@OutlierDetectionConfig@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4144059Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_outlier_detection.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@USuccessRateEjection@OutlierDetectionConfig@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@USuccessRateEjection@OutlierDetectionConfig@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4147030Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ring_hash.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@URingHashConfig@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@URingHashConfig@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4149877Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_resolver.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@URingHashConfig@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@URingHashConfig@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4152677Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_ring_hash.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@_K@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@_K@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4165248Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > > grpc_core::NoDestructSingleton > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$optional@_N@lts_20220623@absl@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$optional@_N@lts_20220623@absl@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4172849Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator > > > > grpc_core::NoDestructSingleton,class std::allocator > > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$optional@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@lts_20220623@absl@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$optional@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@lts_20220623@absl@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4183053Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator >,class std::basic_string,class std::allocator >,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class std::basic_string,class std::allocator > > > > > > grpc_core::NoDestructSingleton,class std::allocator >,class std::basic_string,class std::allocator >,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class std::basic_string,class std::allocator > > > > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4188042Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_rls.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@_J@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@_J@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4229650Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_impl.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > > grpc_core::NoDestructSingleton > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$optional@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@lts_20220623@absl@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$optional@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@lts_20220623@absl@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4233025Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_resolver.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > > grpc_core::NoDestructSingleton > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$optional@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@lts_20220623@absl@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$optional@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@lts_20220623@absl@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4236580Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_impl.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4240367Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_resolver.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4243404Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4252613Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_resolver.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator >,class grpc_core::Json,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class grpc_core::Json> > > > > > grpc_core::NoDestructSingleton,class std::allocator >,class grpc_core::Json,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class grpc_core::Json> > > > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$optional@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@@std@@@2@@std@@@lts_20220623@absl@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$optional@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@@std@@@2@@std@@@lts_20220623@absl@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4260723Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_cluster_resolver.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator >,class grpc_core::Json,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class grpc_core::Json> > > > > grpc_core::NoDestructSingleton,class std::allocator >,class grpc_core::Json,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class grpc_core::Json> > > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@@std@@@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@@std@@@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4267611Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator >,class grpc_core::Json,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class grpc_core::Json> > > > > grpc_core::NoDestructSingleton,class std::allocator >,class grpc_core::Json,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class grpc_core::Json> > > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@@std@@@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VJson@grpc_core@@@std@@@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4282408Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > > > grpc_core::NoDestructSingleton > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$vector@UChannelCreds@GrpcXdsServer@GrpcXdsBootstrap@grpc_core@@V?$allocator@UChannelCreds@GrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@std@@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$vector@UChannelCreds@GrpcXdsServer@GrpcXdsBootstrap@grpc_core@@V?$allocator@UChannelCreds@GrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@std@@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4287921Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@VGrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@VGrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4294156Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@ULocality@GrpcNode@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@ULocality@GrpcNode@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4304282Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > > > grpc_core::NoDestructSingleton > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$vector@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@V?$allocator@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@std@@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$vector@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@V?$allocator@VGrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@std@@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4309623Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > > grpc_core::NoDestructSingleton > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$optional@VGrpcNode@GrpcXdsBootstrap@grpc_core@@@lts_20220623@absl@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$optional@VGrpcNode@GrpcXdsBootstrap@grpc_core@@@lts_20220623@absl@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4319715Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator >,struct grpc_core::CertificateProviderStore::PluginDefinition,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,struct grpc_core::CertificateProviderStore::PluginDefinition> > > > > grpc_core::NoDestructSingleton,class std::allocator >,struct grpc_core::CertificateProviderStore::PluginDefinition,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,struct grpc_core::CertificateProviderStore::PluginDefinition> > > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UPluginDefinition@CertificateProviderStore@grpc_core@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UPluginDefinition@CertificateProviderStore@grpc_core@@@std@@@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UPluginDefinition@CertificateProviderStore@grpc_core@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@UPluginDefinition@CertificateProviderStore@grpc_core@@@std@@@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4334729Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct,class std::allocator >,class grpc_core::GrpcXdsBootstrap::GrpcAuthority,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class grpc_core::GrpcXdsBootstrap::GrpcAuthority> > > > > grpc_core::NoDestructSingleton,class std::allocator >,class grpc_core::GrpcXdsBootstrap::GrpcAuthority,struct std::less,class std::allocator > >,class std::allocator,class std::allocator > const ,class grpc_core::GrpcXdsBootstrap::GrpcAuthority> > > > >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VGrpcAuthority@GrpcXdsBootstrap@grpc_core@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VGrpcAuthority@GrpcXdsBootstrap@grpc_core@@@std@@@2@@std@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@V?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VGrpcAuthority@GrpcXdsBootstrap@grpc_core@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@VGrpcAuthority@GrpcXdsBootstrap@grpc_core@@@std@@@2@@std@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4339893Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@UChannelCreds@GrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@UChannelCreds@GrpcXdsServer@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4342939Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@VGrpcAuthority@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@VGrpcAuthority@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4345947Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@UPluginDefinition@CertificateProviderStore@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@UPluginDefinition@CertificateProviderStore@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4353381Z firebase_firestore.lib(ea039456823ba76e9082b438a5fcc026_grpc.dir_Debug_xds_bootstrap_grpc.obj) : error LNK2001: unresolved external symbol "private: static class grpc_core::NoDestruct > grpc_core::NoDestructSingleton >::value_" (?value_@?$NoDestructSingleton@V?$AutoLoader@VGrpcNode@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@grpc_core@@0V?$NoDestruct@V?$AutoLoader@VGrpcNode@GrpcXdsBootstrap@grpc_core@@@json_detail@grpc_core@@@2@A) [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4355288Z firebase_app.lib(98c08b12dfe0defaed58501cdb10237a_crypto.dir_Debug_thread_win.obj) : error LNK2001: unresolved external symbol p_thread_callback_boringssl [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.4356423Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\Debug\integration_test.exe : fatal error LNK1120: 33 unresolved externals [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\integration_test.vcxproj] 2023-09-15T00:30:15.6627049Z I0915 00:30:15.649338 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\firestore\it\bin... 2023-09-15T00:30:15.6629049Z I0915 00:30:15.649338 5660 build_testapps.py:358] END firestore, Desktop 2023-09-15T00:30:15.6629934Z I0915 00:30:15.649338 5660 build_testapps.py:312] END building for firestore 2023-09-15T00:30:15.6632424Z I0915 00:30:15.649338 5660 build_testapps.py:298] BEGIN building for functions: functions/integration_test 2023-09-15T00:30:15.6633404Z I0915 00:30:15.649338 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it 2023-09-15T00:30:15.6834706Z I0915 00:30:15.680604 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it 2023-09-15T00:30:15.6836069Z I0915 00:30:15.680604 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:30:15.7695104Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:30:15.7802846Z I0915 00:30:15.774361 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it 2023-09-15T00:30:15.9638337Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it 2023-09-15T00:30:15.9639480Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it 2023-09-15T00:30:15.9679064Z I0915 00:30:15.961863 5660 build_testapps.py:351] BEGIN functions, Desktop 2023-09-15T00:30:15.9681049Z I0915 00:30:15.961863 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:30:16.0128329Z -- Building for: Visual Studio 17 2022 2023-09-15T00:30:16.0134617Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:30:16.0135277Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:30:16.0135818Z CMake. 2023-09-15T00:30:16.0136108Z 2023-09-15T00:30:16.0136421Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:30:16.0136984Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:30:16.0137341Z 2023-09-15T00:30:16.0137453Z 2023-09-15T00:30:17.3924232Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:30:18.3997662Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:30:18.4430006Z -- Detecting C compiler ABI info 2023-09-15T00:30:19.4235650Z -- Detecting C compiler ABI info - done 2023-09-15T00:30:19.4263677Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:30:19.4271621Z -- Detecting C compile features 2023-09-15T00:30:19.4282842Z -- Detecting C compile features - done 2023-09-15T00:30:19.4416884Z -- Detecting CXX compiler ABI info 2023-09-15T00:30:20.4558951Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:30:20.4587775Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:30:20.4592471Z -- Detecting CXX compile features 2023-09-15T00:30:20.4609164Z -- Detecting CXX compile features - done 2023-09-15T00:30:20.4648584Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:30:20.4649381Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:30:20.4651118Z CMake. 2023-09-15T00:30:20.4651417Z 2023-09-15T00:30:20.4651735Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:30:20.4652639Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:30:20.4654245Z 2023-09-15T00:30:20.4654902Z 2023-09-15T00:30:20.4728368Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:30:20.4729367Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:30:20.4729894Z CMake. 2023-09-15T00:30:20.4730189Z 2023-09-15T00:30:20.4730514Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:30:20.4731065Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:30:20.4731425Z 2023-09-15T00:30:20.4731540Z 2023-09-15T00:30:20.4743644Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:30:20.4744337Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:30:20.4744830Z CMake. 2023-09-15T00:30:20.4745098Z 2023-09-15T00:30:20.4745400Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:30:20.4745944Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:30:20.4746640Z 2023-09-15T00:30:20.4746757Z 2023-09-15T00:30:22.9315538Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:30:22.9344361Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:30:23.5730444Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:30:23.5731660Z -- Looking for pthread_create in pthreads 2023-09-15T00:30:24.3026737Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:30:24.3027542Z -- Looking for pthread_create in pthread 2023-09-15T00:30:25.0558579Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:30:25.0578475Z -- Found Threads: TRUE 2023-09-15T00:30:25.0751086Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:30:25.0752019Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:30:25.0752489Z CMake. 2023-09-15T00:30:25.0752724Z 2023-09-15T00:30:25.0753029Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:30:25.0753602Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:30:25.0753952Z 2023-09-15T00:30:25.0754019Z 2023-09-15T00:30:25.1231360Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:30:25.1256297Z -- Configuring done (9.1s) 2023-09-15T00:30:25.2093597Z -- Generating done (0.1s) 2023-09-15T00:30:25.2141121Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/functions/it 2023-09-15T00:30:25.2333829Z I0915 00:30:25.231050 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:30:25.3491032Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:30:25.3950104Z 2023-09-15T00:30:25.7806727Z 1>Checking Build System 2023-09-15T00:30:25.9935566Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/functions/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:30:26.0232223Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/functions/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:30:26.1213505Z gtest-all.cc 2023-09-15T00:30:26.1761785Z gtest-all.cc 2023-09-15T00:30:28.6240997Z gmock-all.cc 2023-09-15T00:30:28.8477579Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\lib\Debug\gtestd.lib 2023-09-15T00:30:29.9688634Z Generating Code... 2023-09-15T00:30:30.9361347Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\lib\Debug\gmockd.lib 2023-09-15T00:30:31.0338359Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/functions/it/CMakeLists.txt 2023-09-15T00:30:31.1256183Z app_framework.cc 2023-09-15T00:30:31.3961371Z desktop_app_framework.cc 2023-09-15T00:30:32.2271784Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:32.4041755Z firebase_test_framework.cc 2023-09-15T00:30:33.4780442Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:34.0352780Z integration_test.cc 2023-09-15T00:30:35.8235172Z Generating Code... 2023-09-15T00:30:36.2755539Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_callable_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_callable_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.2758218Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_functions.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_functions.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.2760173Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_callable_reference_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_callable_reference_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.2763634Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_functions_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_functions_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.2766523Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.2773900Z firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_serialization.obj) : warning LNK4099: PDB '' was not found with 'firebase_functions.lib(2c03fb6a51d0f5c5061284dbb451e732_firebase_functions.dir_Debug_serialization.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3014149Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3015949Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3235764Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3238546Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3240202Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3243049Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3249625Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3251264Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3252743Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3254204Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3255707Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3257272Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3259373Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3277964Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3293917Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:36.3326889Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.1605669Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6771129Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6773767Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6775588Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6777346Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6779063Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6781117Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6782871Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6784624Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6786399Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6788372Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6790571Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6792372Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6794141Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6795966Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6797828Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6799685Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6801803Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6803704Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6805518Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6807435Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6809285Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6811524Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6813545Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6815250Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6816951Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6818625Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6820620Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6822277Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6823886Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6825503Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6827335Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6829009Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6831124Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6833154Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6835103Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6837038Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6838935Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6841201Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6843126Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6845006Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6847097Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6848938Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6850856Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6852679Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6854608Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6856342Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6857897Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6859667Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6861246Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6862831Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6864490Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6866302Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6867898Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6869608Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6871303Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6873274Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6875056Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6876643Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6878441Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6880101Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6881697Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6883263Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6884989Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6886479Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6888027Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6889544Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6891026Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6892833Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6894474Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6896287Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6897886Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6899459Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6901055Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6902838Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6904413Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6905969Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6907502Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6909047Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6910565Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6912333Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6914198Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6915774Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6917305Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6919323Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6921559Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6923111Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6924679Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6927082Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6928624Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6930267Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6931891Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6933882Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6935471Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6937612Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6939175Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6940851Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6942315Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6943962Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6945533Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6947055Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6948581Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6950127Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6951877Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6953749Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6955499Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6957092Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6958884Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6960388Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6961879Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6963367Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6964862Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6966436Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6968007Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6969718Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6971237Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6972990Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6974637Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6976432Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6979333Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6980969Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6982502Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6984513Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6986869Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6988510Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6990084Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6991891Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6993484Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6995102Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6996894Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.6998480Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.7000038Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.7001611Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.7003148Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.7033393Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.7036054Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.7037598Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.7040445Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\integration_test.vcxproj] 2023-09-15T00:30:37.7056561Z integration_test.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\Debug\integration_test.exe 2023-09-15T00:30:37.7076684Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/functions/it/CMakeLists.txt 2023-09-15T00:30:37.7256982Z I0915 00:30:37.723099 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\functions\it\bin... 2023-09-15T00:30:37.7274385Z I0915 00:30:37.723099 5660 build_testapps.py:358] END functions, Desktop 2023-09-15T00:30:37.7274991Z I0915 00:30:37.723099 5660 build_testapps.py:312] END building for functions 2023-09-15T00:30:37.7275484Z I0915 00:30:37.723099 5660 build_testapps.py:298] BEGIN building for gma: gma/integration_test 2023-09-15T00:30:37.7277418Z I0915 00:30:37.723099 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it 2023-09-15T00:30:37.7658030Z I0915 00:30:37.754358 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it 2023-09-15T00:30:37.7659456Z I0915 00:30:37.754358 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:30:37.8556725Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:30:37.8667469Z I0915 00:30:37.863724 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it 2023-09-15T00:30:38.2433059Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it 2023-09-15T00:30:38.2434443Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it 2023-09-15T00:30:38.2474671Z I0915 00:30:38.243182 5660 build_testapps.py:351] BEGIN gma, Desktop 2023-09-15T00:30:38.2476092Z I0915 00:30:38.243182 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:30:38.2927603Z -- Building for: Visual Studio 17 2022 2023-09-15T00:30:38.2934485Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:30:38.2935292Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:30:38.2935903Z CMake. 2023-09-15T00:30:38.2936230Z 2023-09-15T00:30:38.2936575Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:30:38.2937204Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:30:38.2937638Z 2023-09-15T00:30:38.2937767Z 2023-09-15T00:30:39.6535145Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:30:40.5281799Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:30:40.5744086Z -- Detecting C compiler ABI info 2023-09-15T00:30:41.4459853Z -- Detecting C compiler ABI info - done 2023-09-15T00:30:41.4486606Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:30:41.4492112Z -- Detecting C compile features 2023-09-15T00:30:41.4504673Z -- Detecting C compile features - done 2023-09-15T00:30:41.4627215Z -- Detecting CXX compiler ABI info 2023-09-15T00:30:42.3599907Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:30:42.3623249Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:30:42.3628865Z -- Detecting CXX compile features 2023-09-15T00:30:42.3644520Z -- Detecting CXX compile features - done 2023-09-15T00:30:42.3681424Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:30:42.3682185Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:30:42.3682702Z CMake. 2023-09-15T00:30:42.3682968Z 2023-09-15T00:30:42.3683270Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:30:42.3683793Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:30:42.3684139Z 2023-09-15T00:30:42.3684283Z 2023-09-15T00:30:42.3759452Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:30:42.3760336Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:30:42.3760827Z CMake. 2023-09-15T00:30:42.3761382Z 2023-09-15T00:30:42.3761685Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:30:42.3762228Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:30:42.3762576Z 2023-09-15T00:30:42.3762676Z 2023-09-15T00:30:42.3775242Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:30:42.3775880Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:30:42.3776297Z CMake. 2023-09-15T00:30:42.3776549Z 2023-09-15T00:30:42.3776841Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:30:42.3777389Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:30:42.3777730Z 2023-09-15T00:30:42.3777831Z 2023-09-15T00:30:44.8434644Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:30:44.8463327Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:30:45.5141734Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:30:45.5142802Z -- Looking for pthread_create in pthreads 2023-09-15T00:30:46.2872310Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:30:46.2873245Z -- Looking for pthread_create in pthread 2023-09-15T00:30:47.0697003Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:30:47.0717383Z -- Found Threads: TRUE 2023-09-15T00:30:47.0893313Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:30:47.0894289Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:30:47.0894879Z CMake. 2023-09-15T00:30:47.0895184Z 2023-09-15T00:30:47.0895526Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:30:47.0896145Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:30:47.0896571Z 2023-09-15T00:30:47.0896692Z 2023-09-15T00:30:47.1518339Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:30:47.1542589Z -- Configuring done (8.9s) 2023-09-15T00:30:47.2412098Z -- Generating done (0.1s) 2023-09-15T00:30:47.2474598Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/gma/it 2023-09-15T00:30:47.2672420Z I0915 00:30:47.251873 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:30:47.3888719Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:30:47.4373667Z 2023-09-15T00:30:47.8561833Z 1>Checking Build System 2023-09-15T00:30:48.0894407Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/gma/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:30:48.0904015Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/gma/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:30:48.2140871Z gtest-all.cc 2023-09-15T00:30:48.2993421Z gtest-all.cc 2023-09-15T00:30:51.7085702Z gmock-all.cc 2023-09-15T00:30:51.7086354Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\lib\Debug\gtestd.lib 2023-09-15T00:30:53.2242884Z Generating Code... 2023-09-15T00:30:53.2243679Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\lib\Debug\gmockd.lib 2023-09-15T00:30:53.2244276Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/gma/it/CMakeLists.txt 2023-09-15T00:30:53.2321198Z app_framework.cc 2023-09-15T00:30:53.5219124Z desktop_app_framework.cc 2023-09-15T00:30:54.3896269Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:30:54.5977543Z desktop_firebase_test_framework.cc 2023-09-15T00:30:56.3231575Z firebase_test_framework.cc 2023-09-15T00:30:57.4218531Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:30:57.9787950Z integration_test.cc 2023-09-15T00:31:00.4865733Z Generating Code... 2023-09-15T00:31:01.4701132Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_gma_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_gma_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4705997Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_ad_error_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_ad_error_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4715183Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_ad_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_ad_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4718725Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_native_ad.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_native_ad.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4723611Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_native_ad_image_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_native_ad_image_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4743551Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_interstitial_ad.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_interstitial_ad.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4750039Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_rewarded_ad.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_rewarded_ad.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4754912Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_gma_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_gma_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4766654Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_response_info_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_response_info_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4771721Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_ad_view_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_ad_view_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4779667Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_native_ad_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_native_ad_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.4785795Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_full_screen_ad_event_listener.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_full_screen_ad_event_listener.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5001823Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_interstitial_ad_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_interstitial_ad_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5008296Z firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_rewarded_ad_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_gma.lib(016d21772f1fd3ca9639bbb7f29819b2_firebase_gma.dir_Debug_rewarded_ad_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5012039Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5015533Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5018942Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5027632Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5031076Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5034428Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5038055Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5041359Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5043315Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5051111Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5062283Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5079859Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5086942Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5265346Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5320293Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5322360Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5327085Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5368553Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5389284Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5391196Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5446867Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5460894Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5490196Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5494370Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5496616Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5499910Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5503044Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5506256Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5509629Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5512745Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5515788Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5518898Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.5521988Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\integration_test.vcxproj] 2023-09-15T00:31:01.8939961Z integration_test.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\Debug\integration_test.exe 2023-09-15T00:31:02.0263212Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/gma/it/CMakeLists.txt 2023-09-15T00:31:02.1029163Z I0915 00:31:02.100032 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\gma\it\bin... 2023-09-15T00:31:02.1046710Z I0915 00:31:02.100032 5660 build_testapps.py:358] END gma, Desktop 2023-09-15T00:31:02.1047336Z I0915 00:31:02.100032 5660 build_testapps.py:312] END building for gma 2023-09-15T00:31:02.1048040Z I0915 00:31:02.100032 5660 build_testapps.py:298] BEGIN building for installations: installations/integration_test 2023-09-15T00:31:02.1050592Z I0915 00:31:02.100032 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it 2023-09-15T00:31:02.1236428Z I0915 00:31:02.111032 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it 2023-09-15T00:31:02.1238034Z I0915 00:31:02.111032 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:31:02.2146525Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:31:02.2290190Z I0915 00:31:02.220185 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it 2023-09-15T00:31:02.4211425Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it 2023-09-15T00:31:02.4212702Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it 2023-09-15T00:31:02.4254417Z I0915 00:31:02.416578 5660 build_testapps.py:351] BEGIN installations, Desktop 2023-09-15T00:31:02.4256812Z I0915 00:31:02.416578 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:31:02.4710249Z -- Building for: Visual Studio 17 2022 2023-09-15T00:31:02.4717341Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:31:02.4718030Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:02.4718561Z CMake. 2023-09-15T00:31:02.4718848Z 2023-09-15T00:31:02.4719156Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:02.4719768Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:02.4720127Z 2023-09-15T00:31:02.4720231Z 2023-09-15T00:31:03.8879629Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:31:04.8298800Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:31:04.8814458Z -- Detecting C compiler ABI info 2023-09-15T00:31:05.7934958Z -- Detecting C compiler ABI info - done 2023-09-15T00:31:05.7962068Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:31:05.7966975Z -- Detecting C compile features 2023-09-15T00:31:05.7981366Z -- Detecting C compile features - done 2023-09-15T00:31:05.8103373Z -- Detecting CXX compiler ABI info 2023-09-15T00:31:06.7090667Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:31:06.7117986Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:31:06.7123395Z -- Detecting CXX compile features 2023-09-15T00:31:06.7139049Z -- Detecting CXX compile features - done 2023-09-15T00:31:06.7174641Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:31:06.7175318Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:06.7175817Z CMake. 2023-09-15T00:31:06.7176086Z 2023-09-15T00:31:06.7176388Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:06.7176929Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:06.7177281Z 2023-09-15T00:31:06.7177384Z 2023-09-15T00:31:06.7255720Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:31:06.7256813Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:06.7257698Z CMake. 2023-09-15T00:31:06.7257980Z 2023-09-15T00:31:06.7258283Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:06.7258816Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:06.7259182Z 2023-09-15T00:31:06.7259325Z 2023-09-15T00:31:06.7270464Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:31:06.7271081Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:06.7271475Z CMake. 2023-09-15T00:31:06.7271708Z 2023-09-15T00:31:06.7271974Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:06.7272449Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:06.7272764Z 2023-09-15T00:31:06.7272854Z 2023-09-15T00:31:09.2572627Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:31:09.2598753Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:31:09.9362943Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:31:09.9364080Z -- Looking for pthread_create in pthreads 2023-09-15T00:31:10.7350560Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:31:10.7351810Z -- Looking for pthread_create in pthread 2023-09-15T00:31:11.5435229Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:31:11.5459064Z -- Found Threads: TRUE 2023-09-15T00:31:11.5656447Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:31:11.5657361Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:11.5657754Z CMake. 2023-09-15T00:31:11.5657950Z 2023-09-15T00:31:11.5658205Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:11.5658744Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:11.5659044Z 2023-09-15T00:31:11.5659125Z 2023-09-15T00:31:11.6186701Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:31:11.6211301Z -- Configuring done (9.1s) 2023-09-15T00:31:11.7254519Z -- Generating done (0.1s) 2023-09-15T00:31:11.7303456Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/installations/it 2023-09-15T00:31:11.7507667Z I0915 00:31:11.738247 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:31:11.8740993Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:31:11.9221561Z 2023-09-15T00:31:12.3515728Z 1>Checking Build System 2023-09-15T00:31:12.5874917Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/installations/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:31:12.6257006Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/installations/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:31:12.8218473Z gtest-all.cc 2023-09-15T00:31:15.2086413Z gtest-all.cc 2023-09-15T00:31:15.3714622Z gmock-all.cc 2023-09-15T00:31:15.5130129Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\lib\Debug\gtestd.lib 2023-09-15T00:31:16.6516436Z Generating Code... 2023-09-15T00:31:17.6021676Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\lib\Debug\gmockd.lib 2023-09-15T00:31:17.7076549Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/installations/it/CMakeLists.txt 2023-09-15T00:31:17.8033676Z app_framework.cc 2023-09-15T00:31:18.0888559Z desktop_app_framework.cc 2023-09-15T00:31:18.9196403Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:19.0874972Z firebase_test_framework.cc 2023-09-15T00:31:20.1694432Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:20.7684090Z integration_test.cc 2023-09-15T00:31:22.4728212Z Generating Code... 2023-09-15T00:31:22.9427377Z firebase_installations.lib(8eb7606738deb6b540be7475db8fe4e0_firebase_installations.dir_Debug_installations.obj) : warning LNK4099: PDB '' was not found with 'firebase_installations.lib(8eb7606738deb6b540be7475db8fe4e0_firebase_installations.dir_Debug_installations.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9558305Z firebase_installations.lib(8eb7606738deb6b540be7475db8fe4e0_firebase_installations.dir_Debug_installations_stub.obj) : warning LNK4099: PDB '' was not found with 'firebase_installations.lib(8eb7606738deb6b540be7475db8fe4e0_firebase_installations.dir_Debug_installations_stub.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9560963Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9562769Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9564625Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9566391Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9568035Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9569666Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9571338Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9573255Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9574921Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9576597Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9578465Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9580337Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9582067Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9597423Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9651105Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9657640Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9659505Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9703368Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9725385Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9727660Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9766042Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9788398Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9811089Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9834821Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9836801Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9838530Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9840231Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9841872Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9843840Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9845452Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9847042Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9848653Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:22.9850470Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\integration_test.vcxproj] 2023-09-15T00:31:23.2366470Z integration_test.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\Debug\integration_test.exe 2023-09-15T00:31:23.3508776Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/installations/it/CMakeLists.txt 2023-09-15T00:31:23.4251244Z I0915 00:31:23.415156 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\installations\it\bin... 2023-09-15T00:31:23.4266897Z I0915 00:31:23.415156 5660 build_testapps.py:358] END installations, Desktop 2023-09-15T00:31:23.4268255Z I0915 00:31:23.415156 5660 build_testapps.py:312] END building for installations 2023-09-15T00:31:23.4269487Z I0915 00:31:23.415156 5660 build_testapps.py:298] BEGIN building for messaging: messaging/integration_test 2023-09-15T00:31:23.4272316Z I0915 00:31:23.415156 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it 2023-09-15T00:31:23.4518958Z I0915 00:31:23.446405 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it 2023-09-15T00:31:23.4520578Z I0915 00:31:23.446405 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:31:23.5379019Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:31:23.5481627Z I0915 00:31:23.540349 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it 2023-09-15T00:31:23.7272337Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it 2023-09-15T00:31:23.7273550Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it 2023-09-15T00:31:23.7315516Z I0915 00:31:23.728659 5660 build_testapps.py:351] BEGIN messaging, Desktop 2023-09-15T00:31:23.7316753Z I0915 00:31:23.728659 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:31:23.7747890Z -- Building for: Visual Studio 17 2022 2023-09-15T00:31:23.7754522Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:31:23.7755325Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:23.7807430Z CMake. 2023-09-15T00:31:23.7808437Z 2023-09-15T00:31:23.7808809Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:23.7810941Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:23.7812644Z 2023-09-15T00:31:23.7812830Z 2023-09-15T00:31:25.1100248Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:31:25.9855259Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:31:26.0325255Z -- Detecting C compiler ABI info 2023-09-15T00:31:26.9672559Z -- Detecting C compiler ABI info - done 2023-09-15T00:31:26.9699643Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:31:26.9705659Z -- Detecting C compile features 2023-09-15T00:31:26.9719678Z -- Detecting C compile features - done 2023-09-15T00:31:26.9847256Z -- Detecting CXX compiler ABI info 2023-09-15T00:31:27.8886803Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:31:27.8915210Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:31:27.8919683Z -- Detecting CXX compile features 2023-09-15T00:31:27.8936248Z -- Detecting CXX compile features - done 2023-09-15T00:31:27.8970885Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:31:27.8971737Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:27.8972243Z CMake. 2023-09-15T00:31:27.8972486Z 2023-09-15T00:31:27.8972791Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:27.8973476Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:27.8973828Z 2023-09-15T00:31:27.8973888Z 2023-09-15T00:31:27.9052553Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:31:27.9053631Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:27.9054188Z CMake. 2023-09-15T00:31:27.9054491Z 2023-09-15T00:31:27.9054806Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:27.9055369Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:27.9055738Z 2023-09-15T00:31:27.9055849Z 2023-09-15T00:31:27.9067656Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:31:27.9068348Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:27.9068804Z CMake. 2023-09-15T00:31:27.9069084Z 2023-09-15T00:31:27.9069397Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:27.9069970Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:27.9070325Z 2023-09-15T00:31:27.9070435Z 2023-09-15T00:31:30.3034271Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:31:30.3060672Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:31:30.9333959Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:31:30.9335011Z -- Looking for pthread_create in pthreads 2023-09-15T00:31:31.6787772Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:31:31.6789021Z -- Looking for pthread_create in pthread 2023-09-15T00:31:32.4271057Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:31:32.4291042Z -- Found Threads: TRUE 2023-09-15T00:31:32.4473215Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:31:32.4474346Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:32.4474904Z CMake. 2023-09-15T00:31:32.4475206Z 2023-09-15T00:31:32.4475500Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:32.4476082Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:32.4476453Z 2023-09-15T00:31:32.4476565Z 2023-09-15T00:31:32.4971359Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:31:32.4995164Z -- Configuring done (8.7s) 2023-09-15T00:31:32.5873645Z -- Generating done (0.1s) 2023-09-15T00:31:32.5922322Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/messaging/it 2023-09-15T00:31:32.6118124Z I0915 00:31:32.609002 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:31:32.7394129Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:31:32.7891322Z 2023-09-15T00:31:33.1837812Z 1>Checking Build System 2023-09-15T00:31:33.4094631Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/messaging/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:31:33.4152323Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/messaging/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:31:33.5349101Z gtest-all.cc 2023-09-15T00:31:33.6096450Z gtest-all.cc 2023-09-15T00:31:36.2187082Z gmock-all.cc 2023-09-15T00:31:36.3228088Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\lib\Debug\gtestd.lib 2023-09-15T00:31:37.6283232Z Generating Code... 2023-09-15T00:31:38.6006513Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\lib\Debug\gmockd.lib 2023-09-15T00:31:38.6995667Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/messaging/it/CMakeLists.txt 2023-09-15T00:31:38.7944611Z app_framework.cc 2023-09-15T00:31:39.0832863Z desktop_app_framework.cc 2023-09-15T00:31:39.9510171Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:40.1421537Z desktop_firebase_test_framework.cc 2023-09-15T00:31:41.7979619Z firebase_test_framework.cc 2023-09-15T00:31:42.8767527Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:43.4486501Z integration_test.cc 2023-09-15T00:31:45.2303953Z Generating Code... 2023-09-15T00:31:45.7991554Z firebase_messaging.lib(e3265f022593cd2f887cee6c358b5a19_firebase_messaging.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_messaging.lib(e3265f022593cd2f887cee6c358b5a19_firebase_messaging.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8173536Z firebase_messaging.lib(e3265f022593cd2f887cee6c358b5a19_firebase_messaging.dir_Debug_messaging.obj) : warning LNK4099: PDB '' was not found with 'firebase_messaging.lib(e3265f022593cd2f887cee6c358b5a19_firebase_messaging.dir_Debug_messaging.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8176605Z firebase_messaging.lib(e3265f022593cd2f887cee6c358b5a19_firebase_messaging.dir_Debug_listener.obj) : warning LNK4099: PDB '' was not found with 'firebase_messaging.lib(e3265f022593cd2f887cee6c358b5a19_firebase_messaging.dir_Debug_listener.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8178354Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8180023Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8181727Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8191168Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8193160Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8194755Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8196295Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8197934Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8199581Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8201446Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8203333Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8205052Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8206709Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8208486Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8239133Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8244961Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8246640Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8291565Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8313980Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8315934Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8372945Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8397000Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8408507Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8428587Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8430783Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8432381Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8433913Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8435507Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8437103Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8438630Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8440128Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8441913Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:45.8443495Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\integration_test.vcxproj] 2023-09-15T00:31:46.0955395Z integration_test.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\Debug\integration_test.exe 2023-09-15T00:31:46.2194530Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/messaging/it/CMakeLists.txt 2023-09-15T00:31:46.2967291Z I0915 00:31:46.288078 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\messaging\it\bin... 2023-09-15T00:31:46.2979169Z I0915 00:31:46.288078 5660 build_testapps.py:358] END messaging, Desktop 2023-09-15T00:31:46.2984333Z I0915 00:31:46.288078 5660 build_testapps.py:312] END building for messaging 2023-09-15T00:31:46.2984844Z I0915 00:31:46.288078 5660 build_testapps.py:298] BEGIN building for remote_config: remote_config/integration_test 2023-09-15T00:31:46.2985926Z I0915 00:31:46.288078 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it 2023-09-15T00:31:46.3225975Z I0915 00:31:46.319380 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it 2023-09-15T00:31:46.3227665Z I0915 00:31:46.319380 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:31:46.4096267Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:31:46.4201511Z I0915 00:31:46.413079 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it 2023-09-15T00:31:46.6004550Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it 2023-09-15T00:31:46.6005769Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it 2023-09-15T00:31:46.6046395Z I0915 00:31:46.600576 5660 build_testapps.py:351] BEGIN remote_config, Desktop 2023-09-15T00:31:46.6048351Z I0915 00:31:46.600576 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:31:46.6488901Z -- Building for: Visual Studio 17 2022 2023-09-15T00:31:46.6495408Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:31:46.6496150Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:46.6496784Z CMake. 2023-09-15T00:31:46.6497124Z 2023-09-15T00:31:46.6497493Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:46.6498146Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:46.6498587Z 2023-09-15T00:31:46.6498714Z 2023-09-15T00:31:48.0255052Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:31:48.9000927Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:31:48.9446738Z -- Detecting C compiler ABI info 2023-09-15T00:31:49.7966535Z -- Detecting C compiler ABI info - done 2023-09-15T00:31:49.7995035Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:31:49.8000832Z -- Detecting C compile features 2023-09-15T00:31:49.8013334Z -- Detecting C compile features - done 2023-09-15T00:31:49.8135585Z -- Detecting CXX compiler ABI info 2023-09-15T00:31:50.6892937Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:31:50.6919723Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:31:50.6925331Z -- Detecting CXX compile features 2023-09-15T00:31:50.6940819Z -- Detecting CXX compile features - done 2023-09-15T00:31:50.6978197Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:31:50.6979167Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:50.6979738Z CMake. 2023-09-15T00:31:50.6980081Z 2023-09-15T00:31:50.6980403Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:50.6980968Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:50.6981336Z 2023-09-15T00:31:50.6981447Z 2023-09-15T00:31:50.7054403Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:31:50.7055654Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:50.7056217Z CMake. 2023-09-15T00:31:50.7056501Z 2023-09-15T00:31:50.7056819Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:50.7057368Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:50.7057746Z 2023-09-15T00:31:50.7057865Z 2023-09-15T00:31:50.7069053Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:31:50.7069751Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:50.7070208Z CMake. 2023-09-15T00:31:50.7070479Z 2023-09-15T00:31:50.7070787Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:50.7071343Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:50.7071719Z 2023-09-15T00:31:50.7071834Z 2023-09-15T00:31:53.0908565Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:31:53.0934993Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:31:53.7466973Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:31:53.7467908Z -- Looking for pthread_create in pthreads 2023-09-15T00:31:54.5264667Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:31:54.5265566Z -- Looking for pthread_create in pthread 2023-09-15T00:31:55.3257239Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:31:55.3277891Z -- Found Threads: TRUE 2023-09-15T00:31:55.3470791Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:31:55.3471814Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:31:55.3472435Z CMake. 2023-09-15T00:31:55.3472718Z 2023-09-15T00:31:55.3473032Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:31:55.3473600Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:31:55.3473966Z 2023-09-15T00:31:55.3474080Z 2023-09-15T00:31:55.3983927Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:31:55.4007635Z -- Configuring done (8.8s) 2023-09-15T00:31:55.4897176Z -- Generating done (0.1s) 2023-09-15T00:31:55.4947947Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/remote_config/it 2023-09-15T00:31:55.5150449Z I0915 00:31:55.511248 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:31:55.6402421Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:31:55.6913047Z 2023-09-15T00:31:56.1153609Z 1>Checking Build System 2023-09-15T00:31:56.3428141Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/remote_config/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:31:56.3614771Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/remote_config/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:31:56.4668212Z gtest-all.cc 2023-09-15T00:31:56.5461992Z gtest-all.cc 2023-09-15T00:31:59.3121461Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\lib\Debug\gtestd.lib 2023-09-15T00:31:59.3472253Z gmock-all.cc 2023-09-15T00:32:00.7037988Z Generating Code... 2023-09-15T00:32:01.6560463Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\lib\Debug\gmockd.lib 2023-09-15T00:32:01.7517049Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/remote_config/it/CMakeLists.txt 2023-09-15T00:32:01.8398372Z app_framework.cc 2023-09-15T00:32:02.1107193Z desktop_app_framework.cc 2023-09-15T00:32:02.9459446Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:03.1257189Z firebase_test_framework.cc 2023-09-15T00:32:04.2299114Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:04.8080433Z integration_test.cc 2023-09-15T00:32:07.2717261Z Generating Code... 2023-09-15T00:32:07.9695376Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:07.9698972Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_config_update_listener_registration.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_config_update_listener_registration.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:07.9710333Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_remote_config.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_remote_config.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:07.9712694Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_config_update_listener_registration_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_config_update_listener_registration_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:07.9868456Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_remote_config_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_remote_config_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0000612Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_metadata.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_metadata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0167226Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_config_data.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_config_data.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0233650Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_file_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_file_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0259728Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_notification_channel.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_notification_channel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0459353Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_rest.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_rest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0598234Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_remote_config_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_remote_config_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0675216Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_remote_config_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_remote_config_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0678040Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_request_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_request_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0680254Z firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_response_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_remote_config.lib(03798d6ab117d6708bd984671be6866a_firebase_remote_config.dir_Debug_response_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0772695Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0774712Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0783972Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0797713Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0804121Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0822148Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0839114Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0844288Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0852494Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0863716Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0877267Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.0887219Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1048123Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1098517Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1110665Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1116444Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1133565Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1250009Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_locale.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_locale.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1261040Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_uuid.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_uuid.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1283317Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1317021Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1350838Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1364218Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1383498Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1393304Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1395147Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1431772Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1469550Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1471536Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1473423Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1475215Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1476924Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1478873Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1480430Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1481988Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1483762Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1485409Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1487117Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1512282Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1647375Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1652426Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1654176Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1656180Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1657784Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1659372Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1660954Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1662750Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1664327Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1665895Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1667428Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1668967Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1670538Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1675045Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1676816Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1678404Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1680095Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1681670Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1683490Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1685190Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1686791Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1688358Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1689950Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1691512Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1695921Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1697716Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1699284Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1700852Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1702417Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1704081Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1705660Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1707230Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1708854Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1710448Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1712033Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1713678Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1718279Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1719965Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1721612Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1723181Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1724914Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1726479Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1728075Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1729641Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1731227Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1732814Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1734415Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1736128Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1740564Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1742175Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1743745Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1745465Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1747022Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1748568Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1750122Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1751716Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1754695Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1785863Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1787864Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1789548Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.1793895Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2005500Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2009380Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2011020Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2012666Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2014251Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2015837Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2017407Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2019004Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2020823Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2022457Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2024037Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2025867Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2027715Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2029316Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2030947Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2032562Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2034107Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2035655Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2037231Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.2040122Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\integration_test.vcxproj] 2023-09-15T00:32:08.5233101Z integration_test.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\Debug\integration_test.exe 2023-09-15T00:32:08.6514703Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/remote_config/it/CMakeLists.txt 2023-09-15T00:32:08.7243893Z I0915 00:32:08.722334 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\remote_config\it\bin... 2023-09-15T00:32:08.7259887Z I0915 00:32:08.722334 5660 build_testapps.py:358] END remote_config, Desktop 2023-09-15T00:32:08.7260604Z I0915 00:32:08.722334 5660 build_testapps.py:312] END building for remote_config 2023-09-15T00:32:08.7261374Z I0915 00:32:08.722334 5660 build_testapps.py:298] BEGIN building for storage: storage/integration_test 2023-09-15T00:32:08.7263689Z I0915 00:32:08.722334 5660 build_testapps.py:339] Copying testapp project to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it 2023-09-15T00:32:08.7563221Z I0915 00:32:08.753586 5660 build_testapps.py:343] Changing directory to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it 2023-09-15T00:32:08.7564694Z I0915 00:32:08.753586 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testing\test_framework\download_googletest.py 2023-09-15T00:32:08.8447327Z download_googletest.py: GoogleTest already downloaded, skipping. 2023-09-15T00:32:08.8549052Z I0915 00:32:08.847391 5660 build_testapps.py:686] Running in subprocess: C:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe D:\a\firebase-cpp-sdk\firebase-cpp-sdk\setup_integration_tests.py D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it 2023-09-15T00:32:09.0342351Z Copying testing/sample_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it 2023-09-15T00:32:09.0343590Z Copying testing/test_framework to D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it 2023-09-15T00:32:09.0388164Z I0915 00:32:09.034837 5660 build_testapps.py:351] BEGIN storage, Desktop 2023-09-15T00:32:09.0389506Z I0915 00:32:09.034837 5660 build_testapps.py:686] Running in subprocess: cmake . -DCMAKE_BUILD_TYPE=Debug -DFIREBASE_CPP_SDK_DIR=D:\a\firebase-cpp-sdk\firebase-cpp-sdk\downloaded_sdk\firebase_cpp_sdk -A x64 2023-09-15T00:32:09.0830115Z -- Building for: Visual Studio 17 2022 2023-09-15T00:32:09.0836747Z CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:32:09.0837412Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:32:09.0837986Z CMake. 2023-09-15T00:32:09.0838256Z 2023-09-15T00:32:09.0838574Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:32:09.0839138Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:32:09.0839499Z 2023-09-15T00:32:09.0839626Z 2023-09-15T00:32:10.4756515Z -- The C compiler identification is MSVC 19.35.32217.1 2023-09-15T00:32:11.4560791Z -- The CXX compiler identification is MSVC 19.35.32217.1 2023-09-15T00:32:11.5026237Z -- Detecting C compiler ABI info 2023-09-15T00:32:12.4412126Z -- Detecting C compiler ABI info - done 2023-09-15T00:32:12.4442521Z -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:32:12.4448481Z -- Detecting C compile features 2023-09-15T00:32:12.4462751Z -- Detecting C compile features - done 2023-09-15T00:32:12.4596978Z -- Detecting CXX compiler ABI info 2023-09-15T00:32:13.3988771Z -- Detecting CXX compiler ABI info - done 2023-09-15T00:32:13.4016187Z -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.35.32215/bin/HostX64/x64/cl.exe - skipped 2023-09-15T00:32:13.4021835Z -- Detecting CXX compile features 2023-09-15T00:32:13.4037744Z -- Detecting CXX compile features - done 2023-09-15T00:32:13.4074419Z CMake Deprecation Warning at external/googletest/src/CMakeLists.txt:4 (cmake_minimum_required): 2023-09-15T00:32:13.4075072Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:32:13.4075462Z CMake. 2023-09-15T00:32:13.4075656Z 2023-09-15T00:32:13.4075921Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:32:13.4076426Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:32:13.4076735Z 2023-09-15T00:32:13.4076791Z 2023-09-15T00:32:13.4153905Z CMake Deprecation Warning at external/googletest/src/googlemock/CMakeLists.txt:45 (cmake_minimum_required): 2023-09-15T00:32:13.4154622Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:32:13.4154993Z CMake. 2023-09-15T00:32:13.4155162Z 2023-09-15T00:32:13.4155423Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:32:13.4157406Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:32:13.4157720Z 2023-09-15T00:32:13.4157779Z 2023-09-15T00:32:13.4170493Z CMake Deprecation Warning at external/googletest/src/googletest/CMakeLists.txt:56 (cmake_minimum_required): 2023-09-15T00:32:13.4171136Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:32:13.4171525Z CMake. 2023-09-15T00:32:13.4171714Z 2023-09-15T00:32:13.4171972Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:32:13.4172456Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:32:13.4193837Z 2023-09-15T00:32:13.4193953Z 2023-09-15T00:32:15.8837223Z -- Found Python: C:/hostedtoolcache/windows/Python/3.11.5/x64/python3.exe (found version "3.11.5") found components: Interpreter 2023-09-15T00:32:15.8862751Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2023-09-15T00:32:16.5370580Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2023-09-15T00:32:16.5371503Z -- Looking for pthread_create in pthreads 2023-09-15T00:32:17.2945881Z -- Looking for pthread_create in pthreads - not found 2023-09-15T00:32:17.2946798Z -- Looking for pthread_create in pthread 2023-09-15T00:32:18.0396999Z -- Looking for pthread_create in pthread - not found 2023-09-15T00:32:18.0417039Z -- Found Threads: TRUE 2023-09-15T00:32:18.0595096Z CMake Deprecation Warning at D:/a/firebase-cpp-sdk/firebase-cpp-sdk/downloaded_sdk/firebase_cpp_sdk/CMakeLists.txt:17 (cmake_minimum_required): 2023-09-15T00:32:18.0596143Z Compatibility with CMake < 3.5 will be removed from a future version of 2023-09-15T00:32:18.0596706Z CMake. 2023-09-15T00:32:18.0596984Z 2023-09-15T00:32:18.0597306Z Update the VERSION argument value or use a ... suffix to tell 2023-09-15T00:32:18.0597863Z CMake that the project does not need compatibility with older versions. 2023-09-15T00:32:18.0598221Z 2023-09-15T00:32:18.0598360Z 2023-09-15T00:32:18.1081834Z -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 2023-09-15T00:32:18.1105027Z -- Configuring done (9.0s) 2023-09-15T00:32:18.2030397Z -- Generating done (0.1s) 2023-09-15T00:32:18.2091500Z -- Build files have been written to: D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/storage/it 2023-09-15T00:32:18.2364480Z I0915 00:32:18.225735 5660 build_testapps.py:686] Running in subprocess: cmake --build . --config Debug -j 2 2023-09-15T00:32:18.3565190Z MSBuild version 17.7.2+d6990bcfa for .NET Framework 2023-09-15T00:32:18.4085321Z 2023-09-15T00:32:18.8056633Z 1>Checking Build System 2023-09-15T00:32:19.0253829Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/storage/it/external/googletest/src/googlemock/CMakeLists.txt 2023-09-15T00:32:19.0573160Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/storage/it/external/googletest/src/googletest/CMakeLists.txt 2023-09-15T00:32:19.2252447Z gtest-all.cc 2023-09-15T00:32:21.7432850Z gtest-all.cc 2023-09-15T00:32:21.8586981Z gmock-all.cc 2023-09-15T00:32:21.9398882Z gtest.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\lib\Debug\gtestd.lib 2023-09-15T00:32:23.1794915Z Generating Code... 2023-09-15T00:32:24.1153008Z gmock.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\lib\Debug\gmockd.lib 2023-09-15T00:32:24.2122296Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/storage/it/CMakeLists.txt 2023-09-15T00:32:24.3014021Z app_framework.cc 2023-09-15T00:32:24.5746110Z desktop_app_framework.cc 2023-09-15T00:32:25.4377024Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\src\desktop\desktop_app_framework.cc(193,28): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:25.6243656Z firebase_test_framework.cc 2023-09-15T00:32:26.7731771Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\src\firebase_test_framework.cc(323,10): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:27.3335035Z integration_test.cc 2023-09-15T00:32:28.5141051Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\src\integration_test.cc(599,18): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:28.5146676Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\src\integration_test.cc(654,18): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:28.5683930Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\src\integration_test.cc(885,10): warning C4101: 'buffer': unreferenced local variable [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:28.5730727Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\src\integration_test.cc(926,20): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:28.5794794Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\src\integration_test.cc(983,20): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:28.5806258Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\src\integration_test.cc(957,18): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:28.5898681Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\src\integration_test.cc(1144,20): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:28.5915177Z D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\src\integration_test.cc(1184,20): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:29.8098557Z Generating Code... 2023-09-15T00:32:30.6165950Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6170555Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_metadata.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_metadata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6173695Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_reference.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_reference.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6175632Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_controller.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_controller.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6177250Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_listener.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_listener.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6178955Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_reference_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_reference_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6180652Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_uri_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_uri_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6182326Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6188150Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_metadata_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_metadata_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6190218Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6191889Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_listener_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_listener_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6193513Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_path.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_storage_path.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6195122Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_rest_operation.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_rest_operation.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6196926Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_curl_requests.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_curl_requests.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6198544Z firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_storage.lib(11ebfbf7978b8a65312ecd20d0b4cde1_firebase_storage.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6200027Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6201459Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6202915Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6204430Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_phone_auth_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6205882Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6207411Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6208875Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6210360Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_error_codes.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6215787Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6217410Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_user_view.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:30.6218932Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6090554Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_additional_user_info.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6092841Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_authentication_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6094804Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6096638Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6098872Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_delete_account_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6100669Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_get_oob_confirmation_code_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6102341Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_secure_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6104173Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6105806Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_set_account_info_result.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6107400Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_in_flow.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6109407Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6111245Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_constants.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6112902Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_response_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6114515Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_create_auth_uri_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6116421Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_sign_up_new_user_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6118076Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_custom_token_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6119704Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_verify_password_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6121496Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_credential.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6123037Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_auth_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6124619Z firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_auth.lib(a9003852461049443285ecfe94112265_firebase_auth.dir_Debug_request_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6126219Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6128099Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_mutex_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6129962Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_reference_counted_future_impl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6131657Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6133527Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6135098Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6136654Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6138289Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_cleanup_notifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6140085Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6141671Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6143313Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request_file.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_request_file.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6144946Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_future_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6146534Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_path.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_path.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6148469Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_function_registry.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6150248Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6152166Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6153801Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_common.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6155433Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_variant_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6157026Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_response.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6158786Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_scheduler.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6160426Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_manager.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6162066Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_parser.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6163716Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_builder.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6165413Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_thread_cpp11.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6167051Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_identifier.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6168927Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_idl_gen_text.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6171001Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_controller_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6172745Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_app_options.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6174359Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_date_provider.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6176117Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_log_stdio.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6177689Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_escape.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6179246Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_easy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6180913Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_transport_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6182585Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_curl.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6184180Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_slist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6185714Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_setopt.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6187550Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_multi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6189527Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_logger.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6191155Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_callback.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6192761Z firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d3d7d08a438878e74aeb2cbaaedfc967_flatbuffers.dir_Debug_util.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6194513Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_parsedate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6196207Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_user_secure_windows_internal.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6197962Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_heartbeat_storage_desktop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6199664Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_zlibwrapper.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6201380Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_google_services_resource.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6203041Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_ctype.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6204569Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dynbuf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6206267Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_warnless.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6208058Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mprintf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6209766Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_cookie.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6211362Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_asyn_thread.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6213155Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_mime.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6214722Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_conncache.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6216250Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vtls.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6217862Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_url.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6219403Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6220965Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strdup.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6222484Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_sendf.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6223997Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_connect.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6225713Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6227530Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_system_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6229339Z firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d7017cfa2b4147331b16a451ec58c76c_firebase_rest_lib.dir_Debug_controller_interface.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6231226Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strcase.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6232816Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_content_encoding.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6234400Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_share.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6236005Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_proxy.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:31.6238216Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_transfer.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6088309Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_timeval.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6090513Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_llist.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6092260Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hash.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6094570Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip6.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6096341Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6098596Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_splay.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6100828Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6110021Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_progress.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6111907Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_select.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6113434Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_speedcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6115012Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6116718Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_filesystem_desktop_windows.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6118376Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_deflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6120352Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inflate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6122212Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_crc32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6123817Z firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d94e1bff3c0e8414a6679ea91c3e103e_firebase_app.dir_Debug_gzipheader.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6125419Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_multibyte.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6127624Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtok.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6130581Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strtoofft.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6132451Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_get_line.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6134237Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_memrchr.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6135989Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rand.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6137714Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_rename.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6139484Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socketpair.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6141265Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_addrinfo.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6147449Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostasyn.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6149281Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_threads.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6151063Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6153084Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_getenv.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6155009Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_md5.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6156762Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_base64.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6158253Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_urlapi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6160083Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_netrc.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6161664Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_negotiate.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6163240Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_ntlm.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6164760Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_strerror.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6166518Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_if2ip.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6168048Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_nonblock.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6169873Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_inet_ntop.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6171442Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_version_win32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6174257Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6175790Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_curl_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6177482Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_http_chunks.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6180933Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_doh.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6183807Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_formdata.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6185907Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_ntlm_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6189485Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_spnego_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6191420Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_socks_sspi.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6192963Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_adler32.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6194493Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_zutil.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6196085Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_trees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6197798Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inftrees.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6199632Z firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(f6e938409d15d4e67858d89bcb981e00_zlibstatic.dir_Debug_inffast.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6201227Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_schannel_verify.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6202762Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_x509asn1.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6204414Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_dotdot.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6233182Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_vauth.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6236682Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_digest.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6238839Z firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj) : warning LNK4099: PDB '' was not found with 'firebase_app.lib(d4b2e575872e0fa1bb01894d714f922c_libcurl.dir_Debug_hostcheck.obj)' or at ''; linking object as if no debug info [D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\integration_test.vcxproj] 2023-09-15T00:32:32.6240834Z integration_test.vcxproj -> D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\Debug\integration_test.exe 2023-09-15T00:32:32.6245929Z Building Custom Rule D:/a/firebase-cpp-sdk/firebase-cpp-sdk/ta/storage/it/CMakeLists.txt 2023-09-15T00:32:32.6456695Z I0915 00:32:32.639628 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\ta\storage\it\bin... 2023-09-15T00:32:32.6475173Z I0915 00:32:32.639628 5660 build_testapps.py:358] END storage, Desktop 2023-09-15T00:32:32.6475830Z I0915 00:32:32.639628 5660 build_testapps.py:312] END building for storage 2023-09-15T00:32:32.7564793Z I0915 00:32:32.749008 5660 build_testapps.py:703] Deleting D:\a\firebase-cpp-sdk\firebase-cpp-sdk\testapps-desktop-windows-latest-x64-boringssl... 2023-09-15T00:32:32.7565835Z W0915 00:32:32.749008 5660 build_testapps.py:710] Failed to remove directory: 2023-09-15T00:32:32.7566824Z The system cannot find the file specified 2023-09-15T00:32:32.8135952Z I0915 00:32:32.811507 5660 build_testapps.py:475] BUILD SUMMARY: 2023-09-15T00:32:32.8137143Z TRIED TO BUILD: analytics,app_check,auth,database,dynamic_links,firestore,functions,gma,installations,messaging,remote_config,storage 2023-09-15T00:32:32.8137833Z ON PLATFORMS: Desktop 2023-09-15T00:32:32.8138147Z SOME ERRORS OCCURRED: 2023-09-15T00:32:32.8139466Z 1: app_check, Desktop: Command '['cmake', '--build', '.', '--config', 'Debug', '-j', '2']' returned non-zero exit status 1. 2023-09-15T00:32:32.8140534Z 2: database, Desktop: Command '['cmake', '--build', '.', '--config', 'Debug', '-j', '2']' returned non-zero exit status 1. 2023-09-15T00:32:32.8141252Z 3: firestore, Desktop: Command '['cmake', '--build', '.', '--config', 'Debug', '-j', '2']' returned non-zero exit status 1. 2023-09-15T00:32:32.8461334Z ##[error]Process completed with exit code 1.