Skip to content

Removed unzip

073a63c
Select commit
Loading
Failed to load commit list.
Draft

Issue2076 dymola2026x debug #2084

Removed unzip
073a63c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Jan 31, 2026 in 11m 29s

Build Errored

The build errored, just like the previous build.

Details

This is a normal build for the issue2076_dymola2026x_debug branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Noble)
Python Version 3.12
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "noble",
  "python": [
    "3.12"
  ],
  "cache": {
    "pip": true
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "git": {
    "depth": 10
  },
  "services": [
    "docker",
    "xvfb"
  ],
  "env": [
    "global={:DOCKER_REPONAME=>\"lbnlblum\"}={:BUILDINGSPY_VERSION=>\"BuildingsPy@v5.2.0\"}={:OMC_VERSION=>\"ubuntu-2204-omc:1.24.0-1\"}={:DYMOLA_VERSION=>\"travis_ubuntu-2404_dymola:2026x-x86_64\"} jobs={:TEST_ARG=>\"\\\"make test-dymola       PACKAGE=\\\\\\\"IBPSA.Fluid.FMI.ExportContainers.Examples.FMUs\\\\\\\"\\\"\"}"
  ],
  "before_install": [
    "echo \"$DOCKER_PASSWORD\" | docker login -u \"$DOCKER_USERNAME\" --password-stdin",
    "if [[ \"$TEST_ARG\" == *test-dymola* || \"$TEST_ARG\" == *test-bestest* ]]; then docker pull \"$DOCKER_REPONAME\"/${DYMOLA_VERSION}; cp IBPSA/Resources/Scripts/travis/dymola/dymola $HOME/bin/; fi;",
    "if [[ \"$TEST_ARG\" == *test-openmodelica* ]]; then docker pull \"$DOCKER_REPONAME\"/${OMC_VERSION}; cp IBPSA/Resources/Scripts/travis/omc/omc $HOME/bin/omc; fi;"
  ],
  "install": [
    "pip3 install git+https://github.com/lbl-srg/${BUILDINGSPY_VERSION}"
  ],
  "script": [
    "rm -f dslog.txt; rm -f *.fmu; dymola -r IBPSA/Resources/Scripts/Dymola/Fluid/FMI/ExportContainers/Examples/FMUs/Fan.mos ;"
  ],
  "after_failure": [
    "for ff in `find IBPSA -maxdepth 1 -name '*.log'`; do\n  echo \"*** Content of $ff\"\n  cat $ff\n  echo \"*** End of $ff\"\ndone"
  ]
}