Skip to content

Fix #5625 - Update BCL to point to the new address - #5639

Merged
jmarrec merged 3 commits into
developfrom
5625_bcl_url
Aug 24, 2026
Merged

Fix #5625 - Update BCL to point to the new address#5639
jmarrec merged 3 commits into
developfrom
5625_bcl_url

Conversation

@jmarrec

@jmarrec jmarrec commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Pull request overview

Pull Request Author

  • Model API Changes / Additions
  • Any new or modified fields have been implemented in the EnergyPlus ForwardTranslator (and ReverseTranslator as appropriate)
  • Model API methods are tested (in src/model/test)
  • EnergyPlus ForwardTranslator Tests (in src/energyplus/Test)
  • If a new object or method, added a test in NREL/OpenStudio-resources: Add Link
  • If needed, added VersionTranslation rules for the objects (src/osversion/VersionTranslator.cpp)
  • Verified that C# bindings built fine on Windows, partial classes used as needed, etc.
  • All new and existing tests passes
  • If methods have been deprecated, update rest of code to use the new methods

Labels:

  • If change to an IDD file, add the label IDDChange
  • If breaking existing API, add the label APIChange
  • If deemed ready, add label Pull Request - Ready for CI so that CI builds your PR

Review Checklist

This will not be exhaustively relevant to every PR.

  • Perform a Code Review on GitHub
  • Code Style, strip trailing whitespace, etc.
  • All related changes have been implemented: model changes, model tests, FT changes, FT tests, VersionTranslation, OS App
  • Labeling is ok
  • If defect, verify by running develop branch and reproducing defect, then running PR and reproducing fix
  • If feature, test running new feature, try creative ways to break it
  • CI status: all green or justified

@jmarrec jmarrec self-assigned this Aug 24, 2026
@jmarrec jmarrec added severity - Blocker component - Measure Manager Pull Request - Ready for CI This pull request if finalized and is ready for continuous integration verification prior to merge. labels Aug 24, 2026
@jmarrec
jmarrec requested review from DavidGoldwasser and joseph-robertson and a lite review from Copilot August 24, 2026 13:16

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Building Component Library (BCL) endpoints used by OpenStudio to the new *.nlr.gov hosts, and refreshes a number of hard-coded URL/email references across tests, documentation, examples, and packaging metadata.

Changes:

  • Point RemoteBCL production/development servers to https://bcl.nlr.gov and https://bcl-test.nlr.gov.
  • Update unit tests and SDK docs that reference BCL URLs.
  • Replace multiple non-BCL *.nrel.gov links/emails in assorted resources/docs/build metadata with *.nlr.gov.

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 13 comments.

Show a summary per file
File Description
src/utilities/idf/Test/IdfObject_GTest.cpp Updates a URL-parsing test string that includes a BCL host.
src/utilities/bcl/test/BCL_GTest.cpp Updates comments referencing BCL hosts in BCL unit tests.
src/utilities/bcl/RemoteBCL.cpp Changes the hard-coded production/development BCL base URLs.
src/model/mainpage.hpp Updates the SDK mainpage documentation link to the BCL site.
resources/utilities/xml/schema/HPXMLBaseElements.xsd Updates external documentation links from nrel.gov to nlr.gov.
resources/utilities/BCL/Measures/v3/SetEplusInfiltration/measure.rb Updates header comment links from openstudio.nrel.gov to openstudio.nlr.gov.
resources/Examples/compact_osw/measures/SetEplusInfiltration/measure.rb Updates example measure header comment links to openstudio.nlr.gov.
resources/energyplus/HospitalBaseline/in.idf Updates a reference URL in the example IDF header comments.
python/module/setup.py Updates published package metadata email address.
doc/index.html Updates an external “Buildings Research Home” link domain.
developer/ruby/PackageOpenStudioGem.rb Updates gem metadata email/homepage domains.
developer/doc/wiki/(v1.4.0 and older) Configuring OpenStudio Build Environments.md Updates legacy wiki URLs to *.nlr.gov.
CMakeLists.txt Updates the CPACK package contact email domain.
Suppressed comments (1)

resources/utilities/xml/schema/HPXMLBaseElements.xsd:2248

  • PR scope: this second www.nrel.govwww.nlr.gov change is also outside the BCL endpoint update described in the PR title/issue. Please confirm intent or split into a separate PR.
										<xs:annotation>
											<xs:documentation>[$] The LCOE is the total cost of installing and operating a project expressed in dollars per kilowatt-hour of electricity generated by
												the system over its life. Can be calculated with System Advisor Model, a similar software, or through a simplified calculation at
												http://www.nlr.gov/analysis/tech_lcoe.html.</xs:documentation>
										</xs:annotation>

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +22 to 23
// Don't bother testing this since bcl7.development.nlr.gov is internal only
//EXPECT_TRUE(LocalBCL::instance().setDevAuthKey(defaultDevAuthKey));
/// returns true if a download is started
// TJC 2020-11-19 GetComponentByUID is already testing and dowloading component.
// https://bcl.nrel.gov/ has issues download some components. Until this behavior is fixed
// https://bcl.nlr.gov/ has issues download some components. Until this behavior is fixed
Comment thread src/model/mainpage.hpp
* added to a local BCL, and/or uploaded to the online %Building %Component Library. (These
* features are currently under development. Please see the documentation for utilities/bcl and
* http://bcl.nrel.gov/.)
* http://bcl.nlr.gov/.)
Comment on lines 656 to 660
std::string text = "Schedule:File, \n\
Web Schedule, !- Name \n\
, !- Schedule Type Limits Name \n\
http://bcl.development.nrel.gov/api?search='terms'@xxx.yyy, !- File Name \n\
http://bcl.development.nlr.gov/api?search='terms'@xxx.yyy, !- File Name \n\
1, !- Column Number \n\
Comment on lines 2082 to 2085
<xs:documentation>[$] The LCOE is the total cost of installing and operating a project expressed in dollars per kilowatt-hour of electricity generated by
the system over its life. Can be calculated with System Advisor Model, a similar software, or through a simplified calculation at
http://www.nrel.gov/analysis/tech_lcoe.html.</xs:documentation>
http://www.nlr.gov/analysis/tech_lcoe.html.</xs:documentation>
</xs:annotation>
Comment thread python/module/setup.py
Comment on lines 95 to 99
url="https://github.com/NREL/OpenStudio",
author="Alliance for Energy Innovation, LLC, and other contributors",
author_email="openstudio@nrel.gov",
author_email="openstudio@nlr.gov",
maintainer="Julien Marrec",
maintainer_email="contact@effibem.com",
Comment thread doc/index.html
Comment on lines 10 to 13
<ul class="list-unstyled">
<li><a href="http://www.nrel.gov/buildings/">Buildings Research Home</a></li>
<li><a href="http://www.nlr.gov/buildings/">Buildings Research Home</a></li>
<li><a href="http://apps1.eere.energy.gov/buildings/energyplus/">DOE EnergyPlus Site</a></li>
<li><a href="http://apps1.eere.energy.gov/buildings/energyplus/openstudio_suite.cfm">DOE OpenStudio Site</a></li>
Comment on lines 38 to 42
s.version = "#{$ZeroKit_MajorVersion}.#{$ZeroKit_MinorVersion}.#{patch}"
s.author = "NREL Commercial Buildings Research"
s.email = "zerokit@nrel.gov"
s.homepage = "http://cbr.nrel.gov/zerokit/"
s.email = "zerokit@nlr.gov"
s.homepage = "http://cbr.nlr.gov/zerokit/"
s.rubyforge_project = 'zerokit'
Comment on lines 63 to 75
@@ -71,7 +71,7 @@ Install [CMake](http://www.cmake.org/files/v3.0/cmake-3.0.0-win32-x86.exe)

Install [EnergyPlus 8.1](http://apps1.eere.energy.gov/buildings/energyplus/register.cfm?goto=eplus)

Optionally extract [Ruby](http://developer.nrel.gov/downloads/buildings/openstudio/src/ruby-1.8.6-msvc-ssl.zip) to `C:\Ruby` if you want a convenient location to access the OpenStudio Ruby bindings
Optionally extract [Ruby](http://developer.nlr.gov/downloads/buildings/openstudio/src/ruby-1.8.6-msvc-ssl.zip) to `C:\Ruby` if you want a convenient location to access the OpenStudio Ruby bindings
> _v1.8.6 MSVC tested and working_
Comment thread CMakeLists.txt
Comment on lines 1387 to 1390
# The actual .deb file name on disk
set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${OPENSTUDIO_LONG_VERSION}-${CMAKE_SYSTEM_NAME}")
set(CPACK_PACKAGE_CONTACT "openstudio@nrel.gov")
set(CPACK_PACKAGE_CONTACT "openstudio@nlr.gov")

@github-actions

Copy link
Copy Markdown
Contributor

🧪 Test Results Dashboard

Summary

Metric Value
Total Tests 4298
Passed 4150
Failed 148
Errors 0
Skipped 0
Success Rate 96.6%
Generated 2026-08-24 13:29:06 UTC

⚠️ Minor Issues Detected

🔍 Failed Tests (148 failures)

Linux-c++ (148 failures)

EPModelFixture.AirLoopHVAC_DualDuctTerminalCanAttachToLaterZoneBranch.EPModelFixture.AirLoopHVAC_DualDuctTerminalCanAttachToLaterZoneBranch (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirLoopHVAC_RemoveBranchForZone_DualDuctMaintainsBothDemandSplitters.EPModelFixture.AirLoopHVAC_RemoveBranchForZone_DualDuctMaintainsBothDemandSplitters (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctConstantVolume_AddToDualDuctAirLoop.EPModelFixture.AirTerminalDualDuctConstantVolume_AddToDualDuctAirLoop (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctConstantVolume_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal.EPModelFixture.AirTerminalDualDuctConstantVolume_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctConstantVolume_RemoveClearsConnectivityAndSupportsReuse.EPModelFixture.AirTerminalDualDuctConstantVolume_RemoveClearsConnectivityAndSupportsReuse (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAV_AddToDualDuctAirLoop.EPModelFixture.AirTerminalDualDuctVAV_AddToDualDuctAirLoop (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAV_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal.EPModelFixture.AirTerminalDualDuctVAV_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAV_RemoveBranchForZone_WithAttachedTerminalClearsConnectivity.EPModelFixture.AirTerminalDualDuctVAV_RemoveBranchForZone_WithAttachedTerminalClearsConnectivity (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAV_RemoveClearsConnectivityAndSupportsReuse.EPModelFixture.AirTerminalDualDuctVAV_RemoveClearsConnectivityAndSupportsReuse (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_AddToDualDuctAirLoop.EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_AddToDualDuctAirLoop (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal.EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_RemoveBranchForZone_WithAttachedTerminalClearsConnectivity.EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_RemoveBranchForZone_WithAttachedTerminalClearsConnectivity (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_RemoveClearsConnectivityAndSupportsReuse.EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_RemoveClearsConnectivityAndSupportsReuse (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeCooledBeam_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctConstantVolumeCooledBeam_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeCooledBeam_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctConstantVolumeCooledBeam_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeBeam_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeBeam_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeBeam_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeBeam_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_AddToNode_ResolvesAirLoopHVACRegistersZoneEquipmentAndExhaustNode.EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_AddToNode_ResolvesAirLoopHVACRegistersZoneEquipmentAndExhaustNode (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_RemoveFromLoop_CleansZoneAndPlantConnectivity.EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_RemoveFromLoop_CleansZoneAndPlantConnectivity (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_RemoveFromLoop_CleansConnectivityWithoutCoolingCoil.EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_RemoveFromLoop_CleansConnectivityWithoutCoolingCoil (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctConstantVolumeNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeNoReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctConstantVolumeNoReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences.EPModelFixture.AirTerminalSingleDuctConstantVolumeReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctConstantVolumeReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctInletSideMixer_AddToNode_ResolvesAirLoopHVACRegistersZoneEquipmentAndPreservesSecondaryAirNode.EPModelFixture.AirTerminalSingleDuctInletSideMixer_AddToNode_ResolvesAirLoopHVACRegistersZoneEquipmentAndPreservesSecondaryAirNode (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctInletSideMixer_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctInletSideMixer_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctInletSideMixer_Remove_DeletesTerminalAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctInletSideMixer_Remove_DeletesTerminalAndCleansZoneReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctInletSideMixer_RemoveFromLoop_RehomesDownstreamZoneHVACEquipment.EPModelFixture.AirTerminalSingleDuctInletSideMixer_RemoveFromLoop_RehomesDownstreamZoneHVACEquipment (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctInletSideMixer_Remove_PreservesDownstreamZoneHVACEquipment.EPModelFixture.AirTerminalSingleDuctInletSideMixer_Remove_PreservesDownstreamZoneHVACEquipment (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.ZoneHVACComponent_AddToNode_IntegratesWithInletSideMixer.EPModelFixture.ZoneHVACComponent_AddToNode_IntegratesWithInletSideMixer (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_AddToNode_ZoneBranchInsertion_NodeListApproximation.EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_AddToNode_ZoneBranchInsertion_NodeListApproximation (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_Remove_CleansZoneBranchConnectivity.EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_Remove_CleansZoneBranchConnectivity (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_RemoveFromLoop_CleansConnectivityAfterStaleZoneEquipmentRemoval.EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_RemoveFromLoop_CleansConnectivityAfterStaleZoneEquipmentRemoval (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_AddToNode_ZoneBranchInsertion_SyncsSecondaryAirAndFanSchedule.EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_AddToNode_ZoneBranchInsertion_SyncsSecondaryAirAndFanSchedule (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_AddToNode_RejectsMismatchedZoneTopology.EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_AddToNode_RejectsMismatchedZoneTopology (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_Remove_CleansZoneBranchConnectivity.EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_Remove_CleansZoneBranchConnectivity (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_RemoveFromLoop_CleansSecondaryNodeWithoutZoneRegistrationOrZoneOutlet.EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_RemoveFromLoop_CleansSecondaryNodeWithoutZoneRegistrationOrZoneOutlet (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_RemoveFromLoop_RecoversStaleZoneRegistration.EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_RemoveFromLoop_RecoversStaleZoneRegistration (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctUserDefined_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctUserDefined_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansStaleZoneEquipmentReference.EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansStaleZoneEquipmentReference (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansConnectivityWithoutADU.EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansConnectivityWithoutADU (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences.EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctVAVNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVNoReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctVAVNoReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVNoReheat_RemoveFromLoop_CleansConnectivityWithoutADU.EPModelFixture.AirTerminalSingleDuctVAVNoReheat_RemoveFromLoop_CleansConnectivityWithoutADU (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences.EPModelFixture.AirTerminalSingleDuctVAVReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheat_RemoveFromLoop_CleansConnectivityWithoutADU.EPModelFixture.AirTerminalSingleDuctVAVReheat_RemoveFromLoop_CleansConnectivityWithoutADU (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctVAVReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences.EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_Remove_DirectAddToNodeWithoutADU_CleansConnectivityAndPlant.EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_Remove_DirectAddToNodeWithoutADU_CleansConnectivityAndPlant (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.CoilCoolingWaterToAirHeatPumpVariableSpeedEquationFit_SpeedChildrenRoundTrip.EPModelFixture.CoilCoolingWaterToAirHeatPumpVariableSpeedEquationFit_SpeedChildrenRoundTrip (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.CoilHeatingWaterToAirHeatPumpVariableSpeedEquationFit_SpeedChildrenRoundTrip.EPModelFixture.CoilHeatingWaterToAirHeatPumpVariableSpeedEquationFit_SpeedChildrenRoundTrip (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.ScheduleFile_fromTimeSeries_intervalLengthYes.EPModelFixture.ScheduleFile_fromTimeSeries_intervalLengthYes (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.API_ThermalZone_EquipmentAndTopologyHelpers_RoundTrip.EPModelFixture.API_ThermalZone_EquipmentAndTopologyHelpers_RoundTrip (run3)

Error Message:

Failed

Full Details:

No details available
MeasureFixture.EPModelMeasureParity_RestoreTypedSpaceMeasureCoverage.MeasureFixture.EPModelMeasureParity_RestoreTypedSpaceMeasureCoverage (run3)

Error Message:

Failed

Full Details:

No details available
MeasureFixture.EPModelMeasureParity_ResolveLightsDefinitionAbstraction.MeasureFixture.EPModelMeasureParity_ResolveLightsDefinitionAbstraction (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Classic.run_compact_ruby_only_osw.OpenStudioCLI.Classic.run_compact_ruby_only_osw (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Classic.Run_RubyOnly.OpenStudioCLI.Classic.Run_RubyOnly (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_RubyOnly.OpenStudioCLI.Run_RubyOnly (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Classic.Run_RubyOnly.absolute_path.OpenStudioCLI.Classic.Run_RubyOnly.absolute_path (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_RubyOnly.absolute_path.OpenStudioCLI.Run_RubyOnly.absolute_path (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_RubyPython.OpenStudioCLI.Run_RubyPython (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_PythonRuby.OpenStudioCLI.Run_PythonRuby (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_AlfalfaWorkflow.OpenStudioCLI.Run_AlfalfaWorkflow (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_RubyPythonPlugin.OpenStudioCLI.Run_RubyPythonPlugin (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.test_runner_errors.OpenStudioCLI.test_runner_errors (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.test_outdated_measure.OpenStudioCLI.test_outdated_measure (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.test_reporting_modeloutputrequests.OpenStudioCLI.test_reporting_modeloutputrequests (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.test_bcl_measure_templates.OpenStudioCLI.test_bcl_measure_templates (run3)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.test_measure_manager.OpenStudioCLI.test_measure_manager (run3)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirLoopHVAC_DualDuctTerminalCanAttachToLaterZoneBranch.EPModelFixture.AirLoopHVAC_DualDuctTerminalCanAttachToLaterZoneBranch (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirLoopHVAC_RemoveBranchForZone_DualDuctMaintainsBothDemandSplitters.EPModelFixture.AirLoopHVAC_RemoveBranchForZone_DualDuctMaintainsBothDemandSplitters (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctConstantVolume_AddToDualDuctAirLoop.EPModelFixture.AirTerminalDualDuctConstantVolume_AddToDualDuctAirLoop (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctConstantVolume_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal.EPModelFixture.AirTerminalDualDuctConstantVolume_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctConstantVolume_RemoveClearsConnectivityAndSupportsReuse.EPModelFixture.AirTerminalDualDuctConstantVolume_RemoveClearsConnectivityAndSupportsReuse (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAV_AddToDualDuctAirLoop.EPModelFixture.AirTerminalDualDuctVAV_AddToDualDuctAirLoop (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAV_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal.EPModelFixture.AirTerminalDualDuctVAV_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAV_RemoveBranchForZone_WithAttachedTerminalClearsConnectivity.EPModelFixture.AirTerminalDualDuctVAV_RemoveBranchForZone_WithAttachedTerminalClearsConnectivity (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAV_RemoveClearsConnectivityAndSupportsReuse.EPModelFixture.AirTerminalDualDuctVAV_RemoveClearsConnectivityAndSupportsReuse (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_AddToDualDuctAirLoop.EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_AddToDualDuctAirLoop (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal.EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_AddToNode_RejectsInvalidContextsAndAlreadyConnectedTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_RemoveBranchForZone_WithAttachedTerminalClearsConnectivity.EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_RemoveBranchForZone_WithAttachedTerminalClearsConnectivity (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_RemoveClearsConnectivityAndSupportsReuse.EPModelFixture.AirTerminalDualDuctVAVOutdoorAir_RemoveClearsConnectivityAndSupportsReuse (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeCooledBeam_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctConstantVolumeCooledBeam_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeCooledBeam_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctConstantVolumeCooledBeam_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeBeam_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeBeam_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeBeam_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeBeam_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_AddToNode_ResolvesAirLoopHVACRegistersZoneEquipmentAndExhaustNode.EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_AddToNode_ResolvesAirLoopHVACRegistersZoneEquipmentAndExhaustNode (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_RemoveFromLoop_CleansZoneAndPlantConnectivity.EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_RemoveFromLoop_CleansZoneAndPlantConnectivity (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_RemoveFromLoop_CleansConnectivityWithoutCoolingCoil.EPModelFixture.AirTerminalSingleDuctConstantVolumeFourPipeInduction_RemoveFromLoop_CleansConnectivityWithoutCoolingCoil (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctConstantVolumeNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeNoReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctConstantVolumeNoReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences.EPModelFixture.AirTerminalSingleDuctConstantVolumeReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctConstantVolumeReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctConstantVolumeReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctInletSideMixer_AddToNode_ResolvesAirLoopHVACRegistersZoneEquipmentAndPreservesSecondaryAirNode.EPModelFixture.AirTerminalSingleDuctInletSideMixer_AddToNode_ResolvesAirLoopHVACRegistersZoneEquipmentAndPreservesSecondaryAirNode (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctInletSideMixer_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctInletSideMixer_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctInletSideMixer_Remove_DeletesTerminalAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctInletSideMixer_Remove_DeletesTerminalAndCleansZoneReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctInletSideMixer_RemoveFromLoop_RehomesDownstreamZoneHVACEquipment.EPModelFixture.AirTerminalSingleDuctInletSideMixer_RemoveFromLoop_RehomesDownstreamZoneHVACEquipment (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctInletSideMixer_Remove_PreservesDownstreamZoneHVACEquipment.EPModelFixture.AirTerminalSingleDuctInletSideMixer_Remove_PreservesDownstreamZoneHVACEquipment (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.ZoneHVACComponent_AddToNode_IntegratesWithInletSideMixer.EPModelFixture.ZoneHVACComponent_AddToNode_IntegratesWithInletSideMixer (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_AddToNode_ZoneBranchInsertion_NodeListApproximation.EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_AddToNode_ZoneBranchInsertion_NodeListApproximation (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_Remove_CleansZoneBranchConnectivity.EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_Remove_CleansZoneBranchConnectivity (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_RemoveFromLoop_CleansConnectivityAfterStaleZoneEquipmentRemoval.EPModelFixture.AirTerminalSingleDuctParallelPIUReheat_RemoveFromLoop_CleansConnectivityAfterStaleZoneEquipmentRemoval (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_AddToNode_ZoneBranchInsertion_SyncsSecondaryAirAndFanSchedule.EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_AddToNode_ZoneBranchInsertion_SyncsSecondaryAirAndFanSchedule (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_AddToNode_RejectsMismatchedZoneTopology.EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_AddToNode_RejectsMismatchedZoneTopology (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_Remove_CleansZoneBranchConnectivity.EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_Remove_CleansZoneBranchConnectivity (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_RemoveFromLoop_CleansSecondaryNodeWithoutZoneRegistrationOrZoneOutlet.EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_RemoveFromLoop_CleansSecondaryNodeWithoutZoneRegistrationOrZoneOutlet (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_RemoveFromLoop_RecoversStaleZoneRegistration.EPModelFixture.AirTerminalSingleDuctSeriesPIUReheat_RemoveFromLoop_RecoversStaleZoneRegistration (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctUserDefined_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctUserDefined_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansStaleZoneEquipmentReference.EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansStaleZoneEquipmentReference (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansConnectivityWithoutADU.EPModelFixture.AirTerminalSingleDuctUserDefined_RemoveFromLoop_CleansConnectivityWithoutADU (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences.EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctVAVHeatAndCoolReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences.EPModelFixture.AirTerminalSingleDuctVAVNoReheat_Remove_ReconnectsZoneBranchAndCleansZoneReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVNoReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctVAVNoReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVNoReheat_RemoveFromLoop_CleansConnectivityWithoutADU.EPModelFixture.AirTerminalSingleDuctVAVNoReheat_RemoveFromLoop_CleansConnectivityWithoutADU (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences.EPModelFixture.AirTerminalSingleDuctVAVReheat_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheat_RemoveFromLoop_CleansConnectivityWithoutADU.EPModelFixture.AirTerminalSingleDuctVAVReheat_RemoveFromLoop_CleansConnectivityWithoutADU (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctVAVReheat_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences.EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_Remove_ReconnectsZoneBranchAndCleansZoneAndPlantReferences (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_Remove_DirectAddToNodeWithoutADU_CleansConnectivityAndPlant.EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_Remove_DirectAddToNodeWithoutADU_CleansConnectivityAndPlant (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal.EPModelFixture.AirTerminalSingleDuctVAVReheatVariableSpeedFan_RemoveFromLoop_CleansConnectivityWithoutRemovingTerminal (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.CoilCoolingWaterToAirHeatPumpVariableSpeedEquationFit_SpeedChildrenRoundTrip.EPModelFixture.CoilCoolingWaterToAirHeatPumpVariableSpeedEquationFit_SpeedChildrenRoundTrip (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.CoilHeatingWaterToAirHeatPumpVariableSpeedEquationFit_SpeedChildrenRoundTrip.EPModelFixture.CoilHeatingWaterToAirHeatPumpVariableSpeedEquationFit_SpeedChildrenRoundTrip (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.ScheduleFile_fromTimeSeries_intervalLengthYes.EPModelFixture.ScheduleFile_fromTimeSeries_intervalLengthYes (run2)

Error Message:

Failed

Full Details:

No details available
EPModelFixture.API_ThermalZone_EquipmentAndTopologyHelpers_RoundTrip.EPModelFixture.API_ThermalZone_EquipmentAndTopologyHelpers_RoundTrip (run2)

Error Message:

Failed

Full Details:

No details available
MeasureFixture.EPModelMeasureParity_RestoreTypedSpaceMeasureCoverage.MeasureFixture.EPModelMeasureParity_RestoreTypedSpaceMeasureCoverage (run2)

Error Message:

Failed

Full Details:

No details available
MeasureFixture.EPModelMeasureParity_ResolveLightsDefinitionAbstraction.MeasureFixture.EPModelMeasureParity_ResolveLightsDefinitionAbstraction (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Classic.run_compact_ruby_only_osw.OpenStudioCLI.Classic.run_compact_ruby_only_osw (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Classic.Run_RubyOnly.OpenStudioCLI.Classic.Run_RubyOnly (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_RubyOnly.OpenStudioCLI.Run_RubyOnly (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Classic.Run_RubyOnly.absolute_path.OpenStudioCLI.Classic.Run_RubyOnly.absolute_path (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_RubyOnly.absolute_path.OpenStudioCLI.Run_RubyOnly.absolute_path (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_RubyPython.OpenStudioCLI.Run_RubyPython (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_PythonRuby.OpenStudioCLI.Run_PythonRuby (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_AlfalfaWorkflow.OpenStudioCLI.Run_AlfalfaWorkflow (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.Run_RubyPythonPlugin.OpenStudioCLI.Run_RubyPythonPlugin (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.test_runner_errors.OpenStudioCLI.test_runner_errors (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.test_outdated_measure.OpenStudioCLI.test_outdated_measure (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.test_reporting_modeloutputrequests.OpenStudioCLI.test_reporting_modeloutputrequests (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.test_bcl_measure_templates.OpenStudioCLI.test_bcl_measure_templates (run2)

Error Message:

Failed

Full Details:

No details available
OpenStudioCLI.test_measure_manager.OpenStudioCLI.test_measure_manager (run2)

Error Message:

Failed

Full Details:

No details available

📊 Test Run Information

Run XML File Status
run1 results.xml ✅ Found
run3 results.xml ✅ Found
run2 results.xml ✅ Found

@jmarrec

jmarrec commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator Author

the Build and Test is complety broken. It reports EPMOdelFixture and we don't have epmodel in either the feature branch or the target branch (=develop)

@jmarrec

jmarrec commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator Author

Ok that's good enough for me.

I'm merging @kbenne

@jmarrec
jmarrec merged commit 0e47d46 into develop Aug 24, 2026
10 checks passed
@jmarrec
jmarrec deleted the 5625_bcl_url branch August 24, 2026 14:51
@jmarrec jmarrec mentioned this pull request Aug 24, 2026
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component - Measure Manager Pull Request - Ready for CI This pull request if finalized and is ready for continuous integration verification prior to merge. severity - Blocker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BCL is pointing to the old, completely removed, URL

2 participants